﻿/* Generic Settings
--------------------------------------------- */
html, body, form {
	height: 100%;
	background: #fff url('/getmedia/934c2042-043f-4daa-8e5c-20c70548b600/page-bg.aspx') no-repeat top center;
	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: #34aef4;
}
	a:hover {
		color: #34aef4;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	color: #34aef4;
}
h5 {
	font-size: 14px;
}

ul
{
	list-style-type: disc;
	padding-bottom: 0.85em;
	padding-left: 0.85em;
}

ul li
{
    margin-left: 40px;    
}


#wrapper
{
	width: 898px;
	overflow: visible;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}

#header
{
	background: url('/getmedia/75f14067-2706-4d03-81fa-eb92bb3836e8/header-bg.aspx') no-repeat top center;
	margin-top:0px;
	height:384px;
}

#image-slider
{
	margin-top:0px;
	height:245px;
	width: 898px;
	/*z-index: 499;
	position:relative;
	display:none;*/
}

#main
{
	background-color:#fff;
}

#content-top
{
	min-height: 304px;
}

#content-bottom
{	
	border-top: solid 2px #dce33e;
	border-bottom: solid 2px #dce33e;
}

#content-boxes
{
	min-height: 130px;
	overflow: visible;
}

#content-box-left
{
	width:278px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
}

#content-box-center
{
	width:278px;
	padding: 10px 10px 10px 10px;
	border-left: solid 1px #bebdbd;
	border-right: solid 1px #bebdbd;
	vertical-align:top;
}

#content-box-right
{
	width:278px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
}

#office-locations
{
	text-align:center;
	padding: 10px 0px 10px 0px;
}

#footer
{
	width: 100%;
	padding: 10px 0px 10px 0px;	
}

#footer-left
{
	width:298px;
	text-align:left;
}
#footer-center
{
	width:302px;
	text-align:center;
}
#footer-right
{
	width:298px;
	text-align:right;
}

#footer a
{
	color:#000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

/* top-nav
		--------------------------------------------- */
		#top-nav {			
			height: 36px;
			padding: 100px 0px 0px 0px;
			color: #34aef4;	
			font-size:14px;
			position: relative;
			z-index: 1000;
		}
			#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 8px 0px 8px;
						line-height: 36px;
						text-decoration: none;
						font-weight: normal;
						color: #34aef4;
						*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
					}
						#top-nav ul li a:hover {
							color: #c2e19d;
						}
						#top-nav ul :hover > a {
							color: #c2e19d;
						}
				/*# Dropdown top-nav Level 1 #*/
				#top-nav ul li ul {
					display: none;
					z-index: 500;
					position: absolute;
					overflow: visible;
					top: 35px;
					left: 0;
					width: 175px;
					margin: 0;
					padding: 0;
					background: #c2e19d;
				}
					#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: 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 a:hover {
									color: #34aef4;
								}
						/*# Wrapper/Aside/top-nav/Level 2 #*/
						#top-nav ul li ul li ul {
							display: none;
							z-index: 600;
							position: absolute;
							overflow: visible;
							left: 175px;
							top: 0;
							width: 175px;
							margin: 0;
							padding: 0;
							background: #c2e19d;
						}
							#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: #34aef4;										
									}
							/*# 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: #c2e19d;
							}
								#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: #34aef4;
										}
		#top-nav .social-icons {
			position: absolute;
			top: 0;
			right: 0;
		}
			#top-nav .social-icons .social-icon {
				padding: 0 5px;
			}


