html, body {height:100%;}

* {margin:0; padding:0;
}

body {
background: #D8D8D8;
margin:0 auto;
width: 950px;
font-family: Tahoma, Geneva, sans-serif;
color:#333;
}

.wrapper {
	background:#FFF;
height:100%;
width: 950px;

}

.header {	background:#FFF;

width:950px;
height:102px;
}


.logo {width:580px;
height:102px;
float:left;
background: url(img/title.jpg) top left no-repeat;
}


.logo h1, .logo span.tagline {display:block; text-indent:-9999px;}

.contact {width:370px; height:102px;float:left;}

.media {
	background:#FFF;
width:940px;
height: 395px;
display: block;
padding: 0px 0px 0px 10px;
}

.map {
	background:#FFF;
width:850px;
height: 355px;
display: block;
padding: 20px 50px;
}

.map iframe {border:2px solid #ccc;}

.description {
clear:left;
background: url('img/desc-bg.jpg') top left no-repeat;
width:810px;
height: 648px;
padding:10px 70px;

}

.bott {
text-align:left;
width:890px;
padding:3px 0px 3px 60px; 
background:#000;
}

h2 {color:#000;font-size:25px;letter-spacing:-1px; border-bottom:#ccc solid 1px; padding-bottom:2px; margin-bottom:7px; margin-top: 15px;
}

h3 {color:#333;font-size:18px; padding-bottom:2px; }

a {text-decoration:none;color:#0d478a; font-weight:bold;}
a:hover {text-decoration:none;color:#999;}

p {margin-bottom:7px; font-family: Verdana, Geneva, sans-serif;
font-size: 13px;color:#333;
}

p.blurb {
font-size: 17px;
color:#0d478a;
letter-spacing: -1px;
width:810px;
text-align: justify;
float: left;
margin-bottom:10px;
padding:10px;
}

.details {
list-style-type:none;
font-size: 13px;
margin: 0px;
padding: 0px;


}

.details  li {
padding:3px 0px 0px 0px;
margin:0px ;
}

.col {
text-align: justify;
width:380px;
float: left;
margin-right: 20px;
}

.banner {
	float: left;
	width:810px;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:380px;
}


/* container for slides */
.panes {
	background:#fff url(img/h300.png) bottom repeat-x;
	border:1px solid #ccc;
	position:relative;	
	height:350px;
	width:850px;
	float:left;	
	margin:7px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.panes div {
	overflow: hidden;
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:5px;
  width:840px;
	height:340px;
	font-size:12px;
}


/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:160px;
	background:transparent url(img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


#contact-tool {
	background:transparent url(img/contact-btn.jpg) no-repeat scroll 0 0;
	display:block;
	height:102px;
	overflow:hidden;
	text-indent:-999em;
	width:162px;
	cursor:pointer;
}



/* tooltip styling */
.tooltip {
	display:none;
	background:url(img/white_arrow.png);
	height:72px;
	padding:20px 10px 10px 10px;
	width:189px;
	font-size:11px;
	color:#fff;
	position: relative;
	top:110px;
	
}



.tooltip a {
	color:#369;
	font-size:11px;
	font-weight:bold;
}

.tooltip.bottom {
	background:url(img/white_arrow.png);
		position: relative;
	top:110px;
}



