/***************************************************************************
*                                                                          *
* contented3 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:0.83em;
	margin:20px auto;
	width:650px;
	padding-left:10px;
	padding-right:10px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:1.67em;}

h2 {font-size:1.39em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

li, dd { 
	margin-left:2em;
}

a {
	color: #228855;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	outline:none;
}

a:hover {
        color: #007711;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

.image_paragraph_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

#title {
	color:#11AA44;
	background-color:#FFFFFF;
	font-size:3em;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	float:left;
}

#slogan {
	color:#000000;
	background-color:#FFFFFF;
	font-size:normal;
	font-weight:bold;
	padding:18px 0px 0px 50px;
	float:left;
	margin:0px 0px 10px 0px;
}

#sidecontent {
	font-family:Arial, sans-serif;
	color: #333333;
	background:#E6ECFF;
	font-size:85%;
	padding:5px 10px 10px 10px;
	margin:10px 0px 15px 20px;
	width:180px;
	float:right;
	border: #00CC66 solid thin;
}

#sidecontent a {
	color: #00CC66;
	background:#E6FFEC;
}

#sidecontent a:hover {
	color: #0000FF;
	background: #D6DFDC;
}

#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em; font-size:120%;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

#sidecontent p { margin:0em 0em 0.25em 0em;}

#nullblock {} /* Used to avoid IE jump on hover bug */


ul#nav {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width:650px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width:16.666%;
	text-align: center;
}

ul#nav li a {
	display: block;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #33CC66;
	padding: 2px 0px 2px 0px;
}

ul#nav li a:hover { background: #11AA44; color: #FFFFFF; }
ul#nav a.selected:link { background: #11AA44; color: #FFFFFF; }
ul#nav a.selected:visited { background: #11AA44; color: #FFFFFF; }

#maincontent {
	font-size:1.0em;
	padding:0px 5px 5px 0px;
	margin:10px 0px 10px 0px;
	width:650px;
	float:left;
}


#footer {
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #009933;
	font-size:80%;
	line-height:1.5em;
	width: 650px;
	clear:both;
}

#footer a {
        color:#11AA44;
        background-color:#FFFFFF;
        text-decoration: none;
}

#footer a:hover {
        color:#009933;
        background-color:#FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

#copyright {
	color:#000000;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	float:left;
}

#footercontact {
	color:#009933;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	float:right;
}

blockquote {
	color: #444;
	background: #f8f8f8;
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 0 1em 0 1em;
	margin: 0 0 1em 1em;
}


