/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	border-top:8px solid #3B3B3B;
	font:12px arial, verdana, sans-serif;
	color:#3B3B3B;
	padding-bottom:20px;
	}
	
#container {
	width:793px;
	margin:0 auto;
	}


#header {
	position:relative;
	padding:32px 0 0 22px;
	height:59px;
	}

#content-container {
	width:793px;
	padding-bottom:20px;
	}

	
#sidebar-left {
	float:left;
	width:210px;
	text-align:center;
	}
	
#main-content {
	float:right;
	width:560px;
	}
	
#sidebar-right {
	
	}

#footer-logos {
		padding-bottom:10px;
	}

#footer {
	width:773px;
	background:#3B3B3B;
	padding:10px;
	color:white;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-right-logos {
		position:absolute;
		top:12px;
		right:18px;
	}
	
	h1#header-logo { /* Header Replacement */
    padding:24px 0 0 0;
    margin-bottom:20px;
    overflow:hidden;
    background:url(/images/header-logo.gif) no-repeat;
    border:0;
    
    height: 0px !important;
    height /**/:24px;
}

#header-nav {
		height:29px;
		padding-left:6px;
		background:url(/images/header-nav-bg.gif) no-repeat;
		line-height:29px;
	}
	
	#header-nav li {
		float:left;
	}
	
	#header-nav li a {
		float:left;
		display:block;
		padding:0 15px;
		color:white;
	}
	
	#header-nav li a:hover {
		background:#FFB700;
		text-decoration:none;
	}

#header-banner {
		margin-bottom:30px;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left img {
		border:1px solid #CACACA;
		padding:3px;
		margin-bottom:10px;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
color:#F3A402;
	}

a:hover {
color:#4B3194;
text-decoration:underline;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font:bold 30px "Trebuchet MS", verdana, arial;
	color:#3B3B3B;
	padding-bottom:5px;
	border-bottom:4px solid #B3B3B3;
	margin-bottom:22px;
	}
	
	h2 {
	font:bold 24px "Trebuchet MS", verdana, arial;
	color:#3B3B3B;
	margin-bottom:15px;
	}
	
	h2.yellow-h2 {
	color:#FFD000;
	}
	
h3 {
	font:bold 18px arial;
	color:#3B3B3B;
	padding-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:20px;
	}
	
p {
	line-height:1.5;
	margin-bottom:10px;
	}


img {
	border:none;
	}

#main-content ul {
		margin-bottom:20px;
	}
	
	#main-content ul li, #sidebar-left ul li {
		padding:2px 0 2px 20px;
		background:url(/images/li-bg.gif) left 50% no-repeat;
		margin-bottom:4px;
                text-align:left;
	}

#sidebar-left ul {
margin-top:15px;
}

#sidebar-left ul li {
font-size:95%;
}

blockquote {
		background:#FBF8E7;
		border:2px solid #F9E8A0;
		padding:16px;
	}
	
	blockquote h2 {
			color:#FFBA00;
			font:bold 18px "Trebuchet MS", verdana, arial;
			margin-bottom:10px;
		}
	
	blockquote h3 {
			color:#3B3B3B;
			font:bold 18px "Trebuchet MS", verdana, arial;
			margin-bottom:10px;
			border:0;
			padding:0;
		}
		
		blockquote h3 a,
		blockquote h3 a:visited,
		blockquote h3 a:link {
			color:#3B3B3B;
		}




/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer-logos {
		padding-top:10px;
		border-top:3px solid #3B3B3B;
	}

#footer a {
		color:white;
	}
	
	.footer-left {
		float:left;
		width:500px;
	}

	.footer-right {
			float:right;
			width:200px;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



