/* CSS Document */

/***************** OVERALL PAGE STYLES *************************/
body, html {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	min-height: 101%;
	height: 101%;
}	

#shadow {
	margin: 0 auto;
	width: 1012px;
	padding: 0 110px 18px 0;
	background: #fff url(../../img/shadow.gif) bottom right no-repeat;
}	

#wrapper {
	width: 1002px;
	padding: 0 0 0 63px;
	border: 1px solid #cccccc;
	background: url(../../img/leftborder.gif) repeat-y;
}
	
#mainNav {
	float: left;
	width: 180px;
	/*height: 800px;*/
	margin: 0 0 20px 0;
	background-position: top left;
	background-repeat: no-repeat;
}	

ul#menu {
	background-color: #CCCCCC;
}	

#primaryContent {
	float: left;
	width: 700px;
	margin: 5px 0 20px 15px;
	border-left: solid 1px #CCCCCC;
	padding-left:8px;
}

#secondaryContent {
	float: left;
	width: 170px;
	margin: 0 0 20px 15px;
}

.floatLeft {
	float: left;
	padding: 10px;
} 

.floatRight {
	float: right;
	padding: 10px;
}		

.clear {
	clear: both;
}

div.contents div.floatLeft {
	width :280px;
	font-size: 90%;
}	

/************************* HEADER STYLES *****************************/

#header {
	background: url(../img/header.jpg) no-repeat;
	/*height: 111px;*/
	padding: 0px 0px 0px 10px;
	border-bottom: #CCCCCC 1px solid;
}

#header h1 a {
	color: #1E487B;
	font-size: 1.5em;
	text-decoration: none;
}	

#header a span.thinner  {
	font-weight: lighter;
}

#header a span.blue {	
	color: #00aEEf;
	font-size: 1.4em;
}		

	

/************************* MENU STYLES ******************************/

#mainNav ul {
	list-style-type: none;
	margin: 0;
	width: 180px;
	padding:0;
}	

#mainNav a {
	color: #1E487B;
	background-color: #ffffff;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 12px solid #1E487B;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 1px;
}

#mainNav a:hover, #home #mainNav .home, #contents #mainNav .contents, #who #mainNav .who, #how_order #mainNav .how_order, #contribute #mainNav .contribute, #contact #mainNav .contact, #links #mainNav .links, #pdf #mainNav .pdf {
	border-left: 12px solid #FFFFFF;
	text-decoration: none;
	color: #004035;
	background-color: #D6ECCE;
}

#mainNav a.order {
	background-color: #73BCE8;
	color: #000000;
}

#mainNav a.order:hover {
	background-color: #8CC897;
	color: #ffffff;
}	

/********************** MAIN CONTENT STYLES ****************************/

h1, h2, h3, h4, h5, h6, h7, p {
	margin-bottom: 10px;
}	

#primaryContent h2, #primaryContent h4 {
	color: #71BF44;
}	

#primaryContent h3 {
	color: #1E487B;
}	

#primaryContent a {
	color: #339933;
}	

div.contents h3 span.smaller {
	font-size: 80%;
}	

/******************* HOMEPAGE CONTENTS STYLES *************************/


#primaryContent ul#contents {
	list-style-type: none;
	margin: 0;
	padding:0;
}	

#primaryContent ul#contents a {
	color: #FFFFFF;
	background-color: #61a53d;
	padding: 8px;
	padding-left: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 4px;
}

#primaryContent ul#contents a:hover{
	text-decoration: none;
	color: #336633;
	background-color: #f2d69f;
}

#primaryContent div.contents {
	background-color: #F3F3F3;
	margin: 0 70px 0 10px;
	padding-left: 10px;
	border: 2px solid #1E487B;
}	

/******************* HOMEPAGE CONTENTS STYLES END *************************/

/********************* QUOTES STYLES *********************************/

div.quote {
	background: #E7ECEF url(../img/quote-top.gif) no-repeat;
	padding: 10px 5px 5px 10px;
	margin-bottom: 10px;
	font-size: 85%;
}	

div.quote p.quote {
	background: #E7ECEF url(../img/quote-bottom.gif) no-repeat right;
	padding: 5px 0px 10px 0px;
	font-size:110%;
}	 

/****************** CONTRIBUTE CONTENT STYLES *************************/

/*******REGISTRATION FORM************/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
	color: #1e487b;
}

label.left {
	float:left;
	width: 8em;
}	

span.required {
	color: #1e487b;
}	

/**************************** SITEMAP STYLES ***************************/

body#sitemap ul#sitemap li a {
		line-height: 3em;
	}	

/********************************************************************/

#primaryContent .box p {
	background: #f2d69f url(../img/boxtoplong.gif) no-repeat left top;
	padding: 10px 10px 0 10px;
}

#primaryContent .box {	
	background: #f2d69f url(../img/boxbottomlong.gif) no-repeat left bottom;
	padding: 0 10px 10px 0;
}	
	

		
/********************** FOOTER STYLES ******************************/	

#footer {
	
	background-repeat: no-repeat;
	clear: left;
	text-align: center;
	color: #1E487B;
	padding: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
}	

#footer a {
	color: #71BF44;
}	
