/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bg.gif) top repeat-x #fefcf2;
	margin: 0px;
}
	 body#index{
		background: url(../../images/misc/index-bg.gif) top repeat-x #fefcf2;
	}
a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

hr{
	clear:both;
}
/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		padding-top:330px;
	}
		#index #contentContainer{
			padding-top:570px ;
		}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 550px;
			padding: 10px 10px 10px 10px;
			background:#f7f2ea;
			border:1px solid #ddd9cf;
		}
			#index #main, #contact #main{
				width: 450px;
			}
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 25px;
				
			}
			
				#main ul li {
					padding: 4px 0px;
				}
				
		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 370px;
			background:#f7f2ea;
			border:1px solid #ddd9cf;
		}
			#index #sidebar, #contact #sidebar{
				width: 470px;
				background:none;
				border:none;
			}	
			.sidebarSections{
				background:#f7f2ea;
				border:1px solid #ddd9cf;
				display:block;
				float:left;
				width:460px;
				margin:0px 0px 10px 0px;
				
			}
				.sidebarSections h2{
					padding:5px 10px;
				}
				.sidebarSections p{
					padding:10px;
				}
		#sidebar-ctas {
			background:#E4E1DA;
		}
			#sidebar-ctas div{
				margin-left:30px;
			}	
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 130px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		position:absolute;
		top:40px;
	}
	
	#cta-top-right {
		width: 800px;
		float: right;
		padding: 10px 0px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 1.4em;
		color:#fff;
		font-weight:bold;
	}
	
		#cta-top-right .phone {
			font-size: 1.2em;
		}
	#index #indexHeader{
		display:block;
	}
	#indexHeader{
		position:absolute;
		top:312px;
		display:none;
	}
		#indexHeader img{
			float:left;
		}
/* Main Image Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 100;
	position: absolute;
	top: 40px;
	left: 300px;
}

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 29px;
	z-index: 10;
	position: absolute;
	left: 60px;
	top: 283px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 6px 30px 6px 30px;
				margin: 0px 20px 0px 0px;
				font-size: 1.1em;
				font-weight:bold;
				background:url(../../images/layout/nav.gif) left no-repeat;
			}

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a:hover {
					background: #92020c;
					color: #fff;
				}
				

/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
	background:url(../../images/layout/footer-bg.jpg) top left repeat-x #f3efe3;
}

#footer {
	clear: both;
	width: 960px;
	height:369px;
	color: #fff;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 0px 20px 3px 5px;
		font-size: 3.0em;
		font-weight:lighter;
		width: 200px;
		height:83px;
	}
	
	#footer h2.callback {background:url(../../images/layout/callback-h2.jpg) top right no-repeat;
		}

	
	#footer h2.contact	{background:url(../../images/layout/contact-h2.jpg) top right no-repeat;
	padding: 0px 70px 3px 5px;
	}
	
	
	#footer li {
		list-style: none;
		float:left;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
		font-size:1.3em;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Footer Callback Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 270px;
		margin: 0px;
		display:block;
	}
	
	#contact #footer #footer-services {	
		display:none;
		}
	
	
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 250px;
				padding: 3px 5px;
			}
						
			
/* Footer areas Styles
--------------------------------------------------------------- */	
	#footer #footer-areas{
		float:left;
		width:200px;	
	}
		#footer #footer-areas li{
			display:block;
			width:200px;
		}
		
/* Footer Info Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 220px;
		padding:0px 0px 0px 0px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-address ul {
			float: left;
			padding:0px;
		}
	
		#footer #footer-address ul li {
			float: left;
			width:220px;
			padding:3px 0px 3px 5px;
			}
		
				
/* Footer Contact Styles
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: left;
		width: 235px;
	}
	
	#contact #footer #footer-help {
		float:left;
		margin:0px 0px 0px 200px;
		}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
		#footer #footer-help p {
			line-height: 20px;
			padding:3px 0px 0px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		#footer #footer-help p.red {
			color: #cd2727; 
			}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		margin: 10px 0px 0px 0px;
		padding:20px 0px 0px 0px;
		color: #B3D5EF;
		float:left;
	}
	
	#contact #footer #footer-bottom {
		padding:50px 0px 0px 0px;
		}
		
	#footer #footer-bottom p {
		float:left;
		font-size:1.1em;
		padding-top:10px;
		}
		
		#footer #footer-bottom ul {
			float:left;
			width:860px;
			margin:0px;
			padding:0px;	
			}
	
		#footer #footer-bottom ul li {
				float:left;
				display:inline;
				list-style: none;
				
			}
			  
			#footer #footer-bottom ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 0px 5px 0px 5px;
				font-size: 0.8em;
			}
			
			#footer #footer-bottom ul li a:hover {
				text-decoration:none;
			}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

	.img-left {
		margin: 10px 10px 10px 0px;
	}

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0px 10px 10px;
	}

/* Zooming Slideshow Styles
--------------------------------------------------------------- */

#zooming-slideshow{
	width: 500px;
	height: 300px;
	background: #999999;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.displayNone{
	display:none !important;
}	