﻿/* Generic Settings
--------------------------------------------- */
html, body, form {
	height: 100%;
	background-color: #f16824;
	margin-top:0px;
}
body {
	color: #000;
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-top:0px;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
p {
	line-height: 19px;
	margin-bottom: 10px;
}
a {
	color: #374145;
}
	a:hover {
		color: #374145;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	color: #374145;
}
h5 {
	font-size: 14px;
}

ul
{
	list-style-type: disc;
	padding-bottom: 0.85em;
	padding-left: 0.85em;
}

ul li
{
    margin-left: 40px;    
}


#wrapper
{
	width: 937px;
	overflow: visible;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background: url('/getmedia/aac88f15-7e08-49b0-9df2-9a73b75a0656/content-bg.aspx') repeat-y top center;
}

#header
{
	background: url('/getmedia/ea8fec95-4c6e-475e-b9ce-4750f0782dfd/header.aspx') no-repeat top center;
	height:300px;
	width:895px;
	margin:0px 0px 0px 20px;
}

#main
{
	
}

#content
{   
	min-height:400px;
	margin: 10px 40px 0px 40px;
	
}

.homeMain
{
	padding: 0px 0px 0px 0px;
	float: left;
	width:550px;
}

.homeSideBar
{
	padding: 0px 10px 0px 10px;	
	float: left;
	width:250px;
	text-align:center;
}

#footer
{
    clear:both;
	width: 800px;
	padding: 20px 0px 0px 30px;	
}

#footer-left
{
	text-align:left;
}
#footer-center
{
	text-align:center;
}
#footer-right
{
	text-align:right;
}

#footer a
{
	color:#374145;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

/* top-nav
		--------------------------------------------- */
		#top-nav {			
			height: 25px;
			padding: 0px 10px 0px 10px;
			color: #f16824;	
			font-size:15px;
		}
			#top-nav ul {
				position: relative;
				overflow: visible;
				width: 100%;
				list-style:none;
			}
				#top-nav ul li {				
					position: relative;
					float: left;
					margin-left:0px;
				}
					#top-nav ul li a {
						display: block;
						padding: 0px 15px 0px 15px;
						line-height: 25px;
						text-decoration: none;
						font-weight: bold;
						color: #f16824;
						*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
					}
						#top-nav ul li a:hover {
							color: #374145;
						}
						#top-nav ul :hover > a {
							color: #374145;
						}
				/*# Dropdown top-nav Level 1 #*/
				#top-nav ul li ul {
					display: none;
					z-index: 500;
					position: absolute;
					overflow: visible;
					top: 25px;
					left: 0;
					width: 150px;
					margin: 0;
					padding: 0;
					background: #374145;
				}
					#top-nav ul li:hover ul, #top-nav ul li.md-hover-fix ul {
						display: block;
					}
						#top-nav ul li:hover ul ul, #top-nav ul li.md-hover-fix ul ul {
							display: none;
						}
						#top-nav ul li ul li {
							float: none;
							position: relative;						
						}
							#top-nav ul li ul li a {
								display: block;
								padding: 0px 10px;
								width: 150px;
								line-height: 25px;
								height: 100%;
								text-align: left;
								color: #fff;
								*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
							}
								#top-nav ul li ul li a:hover {
									color: #f16824;
								}
						/*# Wrapper/Aside/top-nav/Level 2 #*/
						#top-nav ul li ul li ul {
							display: none;
							z-index: 600;
							position: absolute;
							overflow: visible;
							left: 150px;
							top: 0;
							width: 150px;
							margin: 0;
							padding: 0;
							background: #374145;
						}
							#top-nav ul ul li:hover ul, #top-nav ul ul li.md-hover-fix ul {
								display: block;
							}
								#top-nav ul li:hover ul ul ul, #top-nav ul li.md-hover-fix ul ul ul {
									display: none;
								}
								#top-nav ul li ul li ul li {
									float: none;
									position: relative;
								}
								#top-nav ul li ul li ul li a {
									display: block;
									padding: 0px 10px;
									width: 155px;
									line-height: 24px;
									height: 100%;
									text-align: left;
									color: #fff;
									*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
								}
									#top-nav ul li ul li ul li a:hover {
										color: #f16824;										
									}
							/*# Dropdown top-nav Level 3 #*/
							#top-nav ul li ul li ul li ul {
								display: none;
								z-index: 600;
								position: absolute;
								overflow: visible;
								left: 175px;
								top: 0px;
								width: 175px;
								margin: 0;
								padding: 0;
								background: #374145;
							}
								#top-nav ul ul ul li:hover ul, #top-nav ul ul ul li.md-hover-fix ul {
									display: block;
								}
									#top-nav ul li ul li ul li {
										float: none;
										position: relative;
									}
									#top-nav ul li ul li ul li ul li a {
										display: block;
										padding: 0px 10px;
										width: 155px;
										line-height: 24px;
										height: 100%;
										text-align: left;
										color: #fff;
										*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
									}
										#top-nav ul li ul li ul li ul li a:hover {
											color: #f16824;
										}
		#top-nav .social-icons {
			position: absolute;
			top: 0;
			right: 0;
		}
			#top-nav .social-icons .social-icon {
				padding: 0 5px;
			}


