@charset "UTF-8";
/* CSS Document */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	}
	
.accessible {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute;
	display:block;
	}
	
a img {
	border: none;
	}
	
h1 {
	font-size:18px;
	text-align:center;
	color:#333;
	}
	
a:link {
	text-decoration:none;
	text-align: left;
	color:#666;
}

a:visited {
	text-decoration:none;
	text-align: left;
	color:#666;
}

a:hover {
	text-decoration:underline;
	text-align: left;
	color:#666;
}

#wrapper {
	width: 960px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top: -8px;
	}

#header {
	width: 960px;
	height: 100px;
	}
	
#logo {
	float: left;
	}
	
/* Navigation: Main Menu */
	
#mainNav {
	width: 760px;
	height: 30px;
	float:right;
	margin-top: 50px;
	}
	
#mainNav ul{
	list-style-type: none;
}

#mainNav li {
	margin-right: 9px;
	float:left;
}

#mainNav li.first {
	margin-right: 10px;
	margin-left: -32px;
	float:left;
}

#mainNav a:link {
	text-decoration:none;
	text-align: center;
	color:#666;
}

#mainNav a:visited {
	text-decoration:none;
	text-align: center;
	color:#666;
}

#mainNav a:hover {
	text-decoration:underline;
	text-align: center;
	color:#009;
}

#mainNav a.active {
	text-decoration:underline;
	text-align: center;
	color:#009;
}

/* END Navigation: Main Menu */

/* Main Image */

#mainImg {
	width: 960px;
	height: auto;
	}
	
/* END Main Image */

/* Main Content */

#mainContent {
	width: 960px;
	height: auto;
	margin-top:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f0eff7;
	background-image:url(images/content-bg.png);
	background-repeat: repeat-x;
	background-position:bottom;
	}
	
#contentWrapper {
	width: 750px;
	height: auto;
	margin-left: 100px;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	}
	
#leftMenu {
	width: 250px;
	height: auto;
	float:left;
	}

#leftMenu p {
	margin-left: 30px;
	margin-top: 25px;
	color: #000;
	font-weight:bold;
	}

#rightContent {
	width: 455px;
	min-height: 290px;
	margin-left: 250px;
	border-left: solid 2px #FFF;
	padding: 4px 20px 20px 20px;
	color: #000;
}

#rightContent img {
	border: solid 2px #666;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
#rightContent h1 {
	text-align: left;
	color:#000;
	}
	
#rightContent h2 {
	color: #000000;
    font-size: 12px;
    margin-bottom: -5px;
	}
	
.colOne {
	float: left;
	padding-right: 5px;
    width: 45%;
	}
	
.colTwo {
	float: right;
	width: 50%;
	}
	
.spacer {
	clear:both;
}
	
#contentTerms {
	width: 750px;
	height: auto;
	margin-left: 100px;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	color:#000;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#contentTerms h1 {
	text-align:left;
	}
	
/* END Main Content */

/* Contact */

#leftContact {
	color: #000000;
    float: left;
    font-size: 16px;
    height: auto;
    padding-left: 25px;
    padding-top: 2px;
    width: 220px;
	}
	
.contactNumbers {
	font-size: 14px;
	line-height: 22px;
	}
	
#map_canvas {
	height: 260px;
    width: 460px;
	}

/* End Contact */


/* Footer */

#footer {
	width: 960px;
	height: 65px;
	background-color: #2e3192;
	border-top: solid 2px #FFF;
	padding-top: 4px;
	padding-bottom: 10px;
	}
	
#footer p {
	text-align:center;
	color:#FFF;
	font-size:11px;
	}
	
#footer a {
	text-decoration:underline;
	color:#FFF;
	}
	
#footer a:hover {
	text-decoration:none;
	}
	
#contact_us_outer_div {
	margin-bottom: -20px;
	}
	
/* END Footer */

/* Sitemap */

table {
    border-collapse: collapse; /* 'cellspacing' equivalent */
	width: 100%;
}

table tr {
	vertical-align:top;
}

table td, table th {
    padding: 0; /* 'cellpadding' equivalent */
}

/* End Sitemap */
	
/* Homepage Content + Sliders */

#homeContentWrapper {
	width: 788px;
	height: auto;
	margin-left: 75px;
	padding-left: 10px;
	padding-right:10px;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
}

#homeText {
	width: 765px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
			
.boxgrid{ 
	width: 240px; 
	height: 160px; 
	margin: 0 10px 15px 10px; 
	float:left; 
	background:#161613; 
	border:  #FFF 1px solid;
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 30px 10px; 
	color:#FFF;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 150px; 
	width: 100%; 
	opacity: .8; 
 }
.captionfull .boxcaption {
 	top: 260px;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 220px;
 	left: 0;
 }
				
/* END Homepage Content + Sliders */