@charset "utf-8";
/* --------- Allied Secondary Page CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Side Bar Navigation
	3. Center Content: Page Styles / Images / Links / Moving Videos
    4. Right Content: Quote Form / Estimate / Marketing Promo
*/

/* --------- 1. Defaults  --------- */
/* Page Container*/

#page{
	width:950px;
	position:relative;
	top:15px;
	left:10px;
	min-height:390px;
	height:auto;
	clear:left;
	}
	
* html #page, * html #pageNoHeader {
	height: 400px;
	}
	
#pageNoHeader{
	width:950px;
	position:relative;
	top:25px;
	left:10px;
	min-height:375px;
	height:auto;
	clear:left;
	}
	
/* --------- 2. Side Bar Navigation  --------- */

#sNavBar {
	width:240px;
	position:relative;
	float:left;
	clear:both;
	margin-bottom:25px;
	background:#DDECF6 url(../images/s_nav_bdr_btm.gif) no-repeat bottom;
	}

#sNavBar p{
	background:url(../images/s_nav_title_bg.jpg) no-repeat;
	height:35px;
	color:#FFF;
	padding: 10px 0px 0px 12px;
	font-size:1em;
	font-weight:bold;
	}
	
#sNavBar ul{
	width:238px;
	position:relative;
	top:-10px;
	font-size:1em;
	font-weight:bold;
	list-style:none;
	border-left:#D2E6F3 1px solid;
	border-right:#D2E6F3 1px solid;
	}	
	
#sNavBar li{
	border-bottom:#FFF 1px solid;
	background:transparent url(../images/bullet_blue.gif) no-repeat 12px 10px;
	}
	
#sNavBar a{
	color: #333;
	display:block;
	width:215px;
	padding:4px 0px 6px 22px;
	}
	
#sNavBar a:hover{
	color: #0072BB;
	}
	
/* Side Bar Navigation Sub Menu */
#sNavBar ul ul{
	position:relative;
	top:0px;
	font-size:1em;
	font-weight:bold;
	list-style:none;
	border:0px;
	background:#FFF;
	}	
	
#sNavBar ul ul li{
	border-bottom:#D2E6F3 1px solid;
	background:url(../images/bullet_orange.gif) no-repeat 22px;
	}
	
#sNavBar ul ul li a{
	color: #0072BB;
	position:relative;
	padding: 4px 2px 4px 32px;
	width:203px;
	}	
	
#sNavBar ul ul li a:hover, #sNavBar ul ul li a:active, #sNavBar ul ul li a.onpage{
	color: #333;
	}
	
/* --------- 3. Center Content  --------- */
#breadCrumb{
	position:absolute;
	left: 21px;
	top: 405px;
	}
	
#breadCrumbNoHeader {
	position:relative;
	left: 21px;
	top: 20px;
	width:935px;
	}
	
#breadCrumb p, #breadCrumbNoHeader p {
	font-size:.9em;
	font-weight:bold;
	color:#333;
	}

#breadCrumb a, #breadCrumbNoHeader a {color:#0072BB;}
	
#breadCrumb a:hover, #breadCrumbNoHeader a:hover {color:#F93;}

.pageOn {color:#F93;}

/*#sNavBar ul li a.pageOn {color: #F93;}
*/	
/* -------------------- */

#centerContent {
	width:685px;
	position:relative;
	float:left;
	margin-left:22px;
	padding-bottom:22px;
	vertical-align:top;
	top:0px;
	}
	
#centerContentNoForm {
	width:665px;
	position:relative;
	float:left;
	margin: 0px 12px 0px 13px;
	}
	
#centerContent h1{
	padding: 8px 0px 8px 0px;
	color:#F93;
	font-size: 1.6em;
	}
	
#centerContent h2{
	margin: 0px 0px 2px 0px;
	padding: 0px;
	color:#F93;
	font-size: 1.4em;
	clear:left;
	}
	
#centerContent h3{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color:#F93;
	font-size: 1.2em;
	clear:left;
	line-height:120%;
	}
	
#centerContent ul{
	list-style:none;
	line-height:150%;
	position:relative;
	margin: 2px 0px 4px 10px;
	padding:0px;	
	}
	
#centerContent ul li{
	background:url(../images/bullet_orange.gif) no-repeat left 6px;
	padding: 0px 0px 5px 10px;
	}
	
#centerContent p{
	line-height:150%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}	
	
#centerContent a{
	color:#0072BB;
	}	
	
#centerContent a:hover{
	color:#F93;
	}
	
.imgRight{
	float:right;
	clear:left;
	margin:0px 0px 0px 10px;
	}
	
#locations {
	width: 370px;
	font-size:.9em;
	float:left;
	position:relative;
	top:20px;
	}

#locations div {
	float: left;
	margin-left:4px;
	}

#locations div ul {
	margin-left:8px;
	margin-top:0px;
	line-height:150%;
	}
	
#locations div ul li{
	background:url(../images/bullet_orange.gif) no-repeat left 6px;
	padding: 0px 0px 0px 10px;
	}
	
#locations div ul li ul {
	background-image:none;
	margin-left:1px;
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	left:-4px;
	}
	
#locations div ul li ul li, #siteMap div ul li ul li {
	background-image:none;
	}

#map{
	width:310px;
	float:left;
	clear:both;
	}
	
#contact_form label, #quote_form label {
	margin-top: 14px;
	margin-left:2px;
	display: block;
	float: left;
	font-size: 1em;
	}
	
#contact_form label {
	width: 100px;
	}
	
#quote_form label {
	width: 120px;
	}

#quote_form label.required {
	background:url(../images/bullet_blue_wht.gif) no-repeat right 6px;
	}

#contact_form input, #quote_form  input{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border: 1px solid #CCC;
	width: 300px;
	}

#contact_form select, #quote_form select{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border: 1px solid #CCC;
	width: 306px;
	}

#contact_form textarea, #quote_form textarea{
	margin: 11px 0px 0px 10px;
	border: 1px solid #CCC;
	width: 305px;
	height: 125px;
	}

#contact_form #Submit, #quote_form #Submit{
	width: 158px;
	height: 48px;
	margin-top: 15px;
	border:0px;
	position:relative;
	}
	
#contact_form #Submit{
	left:260px;
	}
	
#quote_form #Submit{
	left:278px;
	}

#quote_form h2 {
	color:#333;
	font-size:1.2em;
	margin-top:10px;
	}


#siteMap div{
	float:left;
	margin-right:30px;
	}
	
#siteMap div ul li ul {
	margin-left:1px;
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	}
