/***************************************************************************
*                                                                          *
* contented8 - 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.org. Thanks!                                 *
*                                                                          *
* Version: 1.00 (August 14, 2007)                                             *
***************************************************************************/


* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color:#FAFAFA;
        font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:83%;
	margin:20px auto;
	width:760px;
	padding-left:10px;
	padding-right:10px;
}

.highlight {
	font-family:'Courier New',Verdana,Tahoma,Arial,sans-serif;
}

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

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

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

a {
	color: #FF0000;
	background-color: #FAFAFA;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	background-color: #FFECE6;
	font-weight: normal;
	text-decoration: none;
}

#contact {
        float:right;
	padding: 18px 0px 0px 0px;
}

#contact a {
        color: #FF0000;
	background-color:#FAFAFA;
        font-weight:normal;
        text-decoration:none;
}

#contact a:hover {
        color: #FF0000;
	background-color:#FFECE6;
        text-decoration:none;
}

#header {
	color: #FAFAFA;
	background-color:inherit;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


#title {
	color: #FF0000;
	background-color:#FAFAFA;
	font-size:200%;
	font-weight: bold;
	padding:5px 30px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}

#slogan {
	color: #333333;
	background-color: #FAFAFA;
	float:left;
	font-size:90%;
	font-style:normal;
	padding: 18px 0px 0px 0px;
}

ul#nav {
	clear:both;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	list-style: none;
/* width = 760 - 4*(# of navigation items)*/
	width:740px;
	color:#FFFFFF;
	background-color:#999999;
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

ul#nav li a {
	display: block;
	margin: 2px 4px 2px 2px;
	padding: 2px 20px 2px 20px;
	color: #FFFFFF;
	background-color:#999999;
	font-weight: normal;
	text-decoration: none;
}

ul#nav li a:hover { 
	margin: 0px 2px 0px 0px;
	border:2px solid #FFFFFF;
}

ul#nav a.selected { 
	margin: 0px 2px 0px 0px;
	border:2px solid #FFFFFF;
}

#path {
	width:60%;
	clear:both;
	float:left;
	font-size:75%;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

#path a {
	margin:0px 0px 0px 0px;
	font-weight:normal;
}

#content {
	font-size:100%;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:760px;
	float:left;
	background-color:#FAFAFA;
}

#maincontentfullwidth {
	font-size:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:760px;
	float:left;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	margin:0px 0px 0px 0px;
	width:540px;
	float:left;
}

#sidecontent {
	font-family:Arial, sans-serif;
	font-size:92%;
	padding:0px 0px 10px 10px;
	margin:15px 0px 15px 0px;
	width:180px;
	float:right;
	border-left: 15px solid #FF7777;
}

#sidecontent a {
	color: #FF0000;
	background:#FAFAFA;
}

#sidecontent a:hover {
	color: #FF0000;
	background: #FFECE6;
}

#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

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

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

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

#footer {
	height:40px;
	border-top:6px solid #999999;
	font-size:85%;
	width: 760px;
	clear:both;
}

#footer	a {
	color:#FF0000;
	background-color:#FAFAFA;
	font-weight: normal;
	text-decoration: none;
}

#footer	a:hover {
	color:#FF0000;
	background-color:#FFECE6;
	font-weight: normal;
	text-decoration: none;
}

#copyrightdesign {
	color:#666666;
	background-color:#FAFAFA;
	padding:5px 20px 5px 0px;
	width: 580px;
	float:left;
}

#footercontact {
	color:#CC6600;
	background-color:#FAFAFA;
	padding:5px 0px 5px 0px;
	float:right;
}

#footercontent a {
	color: #CC6600;
	background-color:#FAFAFA;
	font-weight: normal;
	text-decoration: none;
}

#footercontent a:hover {
	color: #FF0000;
	background-color:#FFECE6;
	font-weight: normal;
	text-decoration: none;
}


