/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */
/* BODY */
		body {
		margin-bottom:30px;	
			background-image: url("images/bg.jpg");
			background-repeat: repeat-x;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			color: #666;
		}
/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			background-color:#fff;
			border: 1px solid #7B7B7B;
			margen-bottom: 30px;
			padding:10px;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
	color: #364193;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px; 
	margin-top: 0px;
		}
		
		a {
			color:#003366;
			text-decoration: none;
		}

		a:hover {
			color:#999999;
			/*background-color: #F5F5F5;*/
		}
td, tr{
padding: 0px; 
margin: 0px
}
		
		form {
	padding: 0px;
	margin: 0px;
		}
		
		input {
	background-color: #FFF;
	color: #999999;
	font-size: 11px;
	padding: 3px;
	padding-top: 5px;
		}
			.textfield {
			border: #999999 1px solid;}
		
		.button {
	
		}
		
/* HEADER ELEMENTS */

		#header {
	width: 750px;
	margin: 0 auto;
	clear: both;
	height: 100px;
		}
		
		#logo {
	width: 406px;
	float: left;
	padding-bottom: 10px;
		}
		#quote {
	width: 265px;
	float: right;
	text-align: center;
		}
		#quote span {
	font-size:14px;
	font-weight: bold;
	color: #364193;
		}
		
		
		#topnav {
	padding-top: 10px;
	clear: both;
	line-height: 1.6em;
		}
		#flashheader {
	width:auto;
	height:auto;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #999999;
	margin-top: 15px;
		}

		/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
	text-align: center;
		}

	
/* CONTENT ELEMENTS */

		#content {
	width: 530px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right:10px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
		
		#content p {
	padding-bottom: 10px; /* A faint grey line below the text */
	
		}

		

/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
	margin: 0px 10px 0px 0px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			/*border-bottom: 1px solid #DDDDDD;*/
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#FFFFFF;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
	color:364193;
	padding: 5px;
	text-align: center;
	font-size: 13px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
.bottomhr {
	height: 20px;
	text-align: center;
		}
		
		/* And they lived happily ever after. The End. */
#searchbox {
	width:auto;
	text-align: center;
		}
/**************** menu styles ****************/



#nav {text-align:center; border-bottom:2px solid #343A9E; padding-bottom:7px; margin-bottom:1em;  padding:3px;}

#nav li {display:inline; padding:0 8px 0 14px;}

#nav li:first-child {
	padding-left:0;
}

#nav li+li {background:url('images/nav_normal.jpg') no-repeat 0 55%;}

#nav strong {
	background:#E7E3F7 url('images/nav_normal.jpg') repeat-x;
	border:1px solid #343A9E;
	border-bottom-width:0;
	color:#222;
	padding:10px 10px 7px;
}

#nav a:hover {color:#343A9E;}
