/* 
 *
 *	Penny On CSS File
 *	Version 1.0
 *
 *	ID's CapatiliseFirstLetters
 *	Classess lowercase
 *
 *
 */


* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 75%;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#Wrapper {
	width: 970px;
	margin: 0 auto;
}

/* @group Header */

#Header {
	float: left;
	width: 970px;
	min-height: 140px;
	height: auto !important;
}

#Header #Logo {
	float: left;
	width: 230px;
	height: 89px;
	margin: 30px 0 0 20px;
	display: inline;
}

#Header #Donate {
	float: left;
	width: 350px;
	margin: 50px 0 0 180px;
	display: inline;
	text-align: center;
}

#Header #Donate span.donatenow {
	float: left;
	display: inline;
	width: 125px;
	margin: 15px 0 0 0;
}

#Header #Donate img {
	float: left;
	display: inline;
}

#Header #Donate a {
	color: #000;
}

#Header #Donate a:hover {
	color: #C5910E
}

#Header #Facebook {
	float: right;
	width: 110px;
	height: 51px;
	display: inline;
	text-align: right;
}

/* @end */

/* @group Top Menu */

#TopMenu {
	float: left;
	width: 970px;
	height: auto !important;
	margin: 10px 0 0;
	display: inline;
}

#TopMenu #MenuLft {
	float: left;
	height: 53px;
	width: 13px;
	background: url(../images/top_menu_bg_lft.png) no-repeat;
	display: inline;
}

#TopMenu #MenuContent {
	float: left;
	width: 938px;
	height: 53px;
	background: url(../images/top_menu_bg_bg.png) repeat-x;
}

#TopMenu #MenuContent ul {
	padding: 12px 0 0;
}

#TopMenu #MenuContent li {
	display: inline;
	font-size: 1.2em;
	padding: 0 14px 0 14px;
	background: url(../images/pipe_white.png) no-repeat 100% 0;
}

#TopMenu #MenuContent li a {
	color: #fff;
}

#TopMenu #MenuContent li a:hover {
	color: #e7e7e7;
}

#TopMenu #MenuRht {
	float: left;
	height: 53px;
	width: 17px;
	background: url(../images/top_menu_bg_rht.png) no-repeat;
}

/* @end */

/* @group News Ticker */

#NewsTicker {
	float: left;
	width: 930px;
	padding: 0 20px;
	margin: 10px 0 0;
	display: inline;
}

#NewsTicker h3 {
	font-size: 1.3em;
	margin: 0 5px 0 0;
}

#NewsTicker p {
	font-size: 1.2em;
}

#NewsTicker h3,  #NewsTicker p {
	display: inline;
}

/* @end */

/* @group The Footer */

#Footer {
	float: left;
	width: 970px;
	border-top: 1em solid #E6E6E6;
	margin: 5px 0;
	display: inline;
}

#Footer #Links {
	float: left;
	width: 940px;
	padding: 0 15px;
	margin: 10px 0;
	display: inline;
}

#Footer #Links ul {
	margin: 5px 0 0;
}

#Footer #Links ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#Footer #Links a {
	color: #000;
}

#Footer #Links a:hover {
	color: #666;
}

#Footer #Legal {
	float: left;
	width: 940px;
	padding: 0 15px;
	margin: 5px 0;
	display: inline;
}

#Legal p {
	color: #999999;
	font-size: .9em;
}

#Legal p a {
	color: #999999;	
}

#Legal p a:hover {
	color: #bcbcbc;	
	text-decoration: none;
}

/* @end */

#Content {
	float: left;
	width: 970px;
}

/* @group Index Page */

#Main {
	float: left;
	width: 723px;
	padding: 0 0 5px;
	margin: 8px 0 0;
}

#MainImage {
	float: left;
	width: 723px;
	height: 250px;
}

#MainTxt {
	float: left;
	width: 693px;
	padding: 0 15px;
	margin: 10px 0 0;
	display: inline;
}

#Main h1 {
	padding: 4px 0 6px 40px;
	border-bottom: .3em solid #E6E6E6;
	background: url(../images/penny_newsflash.png) 5px 0 no-repeat;
	font: bold 1.6em/1.2em VAG, Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 6px;
}

#MainRight {
	float: right;
	min-height: 582px;
	width: 231px;
	padding: 0 0 5px;
	border-bottom: .7em solid #E6E6E6;
}

.module {
	float: left;
	width: 231px;
	min-height: 310px;
	height: auto !important;
	display: block;
	padding: 0 0 5px;
}

.module h3 {
	padding: 4px 0 6px 40px;
	border-bottom: .3em solid #E6E6E6;
	background: url(../images/penny_newsflash.png) 5px 0 no-repeat;
}

.module h3 a {
	color: #000;
}

.module h3 a:hover {
	color: #666;
}

.module_margin {
	margin: 8px 15px 0 0;
}

.module .module_txt {
	width: 221px;
	height: 140px;
	overflow:visible;
	padding: 0 5px;
}

.module .module_img {
	width: 220px;
	height: 250px;
	margin: 0 4px 10px;
	background-image:url(/images/give_penny.png);
}

#Bottom {
	float: left;
	width: 723px;
}

#Bottom .module {
	margin: 8px 0 0 0;
	border-bottom: .7em solid #E6E6E6;
}

#Bottom .module_margin {
	margin: 8px 15px 0 0;
}

#Bottom .module .module_img {
	height: 120px;
}



/* @end */

.paypal_bttn {
	margin: 20px 0;
}

/* @group Contact page */

#Contact {
	float: right;
	width: 500px;
	min-height: 525px;
	height: auto !important;
	padding: 0 0 5px;
}

#Contact #Image {
	float: left;
	width: 500px;
	height: 300px;
	margin: 0 0 10px;
	display: inline;
}

#Form {
	float: left;
	width: 400px;
	min-height: 510px;
	height: auto !important;	
	padding: 0 0 5px;
}

#Form .contact_item {
	float: left;
	clear: both;
	width: 400px;
}

#Form .contact_item label {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 2px;
	color: #666666;
	font-size: 1em;
	line-height: 1.5em;
}

#Form .contact_item .inner_text, #Form .contact_item textarea {
	float: left;
	width: 350px;
	padding: 5px;
	margin: 0 0 10px;
	font: 1.1em Helvetica, Arial, Geneva, sans-serif;
	color: #666666;
	border: .08em solid #c4c4c4;
	display:inline;
}

#ErrorDiv {
	float: left;
	width: 320px;
	padding: 20px;
	margin: 10px 0;
	background-color: #F11507;
	border: .3em solid #99111B;
	display:inline;
}

#ErrorDiv ul li {
	color: #fff;
	font-weight: bold;
	margin: 0 0 4px;
}

/* @end */

#About {
	float: left;
	width: 723px;
	padding: 0 0 5px;
	border-bottom: .7em solid #E6E6E6;
	margin: 8px 0 0;
	display: inline;
}
.about_txt {
	float: left;
	width: 693px;
	padding: 0 20px 0 0;
	min-height: 193px;
	margin: 10px 0;
	display: inline;
}

.about_txt .about_img {
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 10px 10px 0;
	display:inline;
}
#Form ul {
	margin: 0 0 0 20px;
	list-style:disc;
	}
#Form li {	
	font: 1.1em Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 8px;
	color: #666666;
	}
