/* CSS Document Copyright Eight Wire Author M Tipler*/

/* Remove browser formatting */
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
margin: 0;
padding: 0;
font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
/* Remove browser formatting ends */

/* basic tag styles*/
html, body {
background-color:#FFFFFF;
background-image:url(../images/bg-yellow-600.gif);
background-repeat:repeat-x;
margin:0;
padding:0px;
height: 100%;
font-family:Arial, Helvetica, sans-serif, Tahoma;

}
h1{
color:#3f73b0;
margin-bottom: 5px;
font-size: 25px;
}
h2{
font-size: 18px;
margin-bottom: 5px;
}
h3{
	font-size: 16px;
	margin-bottom: 5px;
}
p{
font-size:12px;

}
.deck {font-size:14px;}

.left-no-marg{
	float:left !important;
	margin-left:0 !important;
	clear: both;
}
.left-marg{
	float:left !important;
	margin-left:20px !important;
	clear: both;
}

a{
	color: #345686;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}

/* table style */
.border-bottom{ border-bottom:1px solid #3f73b0;}

.odd {background-color:#DCECFF; color:#345686 !important;}

td {padding:5px; border:solid 1px #3f73b0; color:#3f73b0;}

table {border:solid 1px #345686;}

.title{font-size:12px;}

.right{float:right !important;}

.left{float:left !important;}

.table-none{
border:none !important;

}

/* table style ends */
.no-border {border:none !important;}

.clear {clear:both;}

.last {margin-right:0px !important;}

.h3-smaller {
font-size:16px !important;
}
.subscribe{
margin-top:7px;
}
/* basic tag styles ends */

/* Layout styles */
#wrapper {
width:900px;
position:relative;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}
#header {
position:relative;
}
#top-bar{
height:100px;
background-color:#3F73B0;
position:relative;
}
#logo{
position:absolute;
width:150px;
left:30px;
}
#image-holder{
}
#image-holder-header{
position:absolute;
bottom:10px;
left:0;
right:0;
padding:5px 0 5px 10px;
background-image:url(../images/trans-header.png)
}
#image-holder-header h1{
font-size:22px;
color:#3F73B0;
}
#header-contact {
	position:absolute;
	top:10px;
	bottom:5px;
	right:10px;
	font-size:22px;
	color:white;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	text-align: right;
	width: 220px;
}
#header-contact a{
	display:block;
	padding:5px;
	text-decoration:none;
	margin-left:5px;
	background-color:#345686;
	text-align:center;
	border: 1px solid #1c346e;
	width: 120px;
	float: right;
	margin-top: 5px;
	color:#FFFFFF;
}
#header-contact a:hover {
background-color:#3F73B0;
text-decoration:underline;
}

#header-contact p.login a{
margin-left:3px;
margin-top:3px;
font-size:10px;
border:none;
background-color:#3f73b0;
line-height:11px;
padding:0px;
}

header-contact p.login a:hover {
text-decoration:underline;
background:none;
}

#content {
background-color:white;
padding :20px;
height: auto;
min-height: 100%; 
padding-bottom:120px;

}
#content-no-bg{
padding :15px 0;
height: auto;
min-height: 100%; 
padding-bottom:120px;
}
#footer{
background-image:url(../images/footer-bg-grad-200.jpg);
background-repeat:repeat;
position:relative;
margin:0;
height: 200px; /* .push must be the same height as .footer */
}
#footer-holder {
width:900px;
margin:0 auto;
height:10px;
position:relative;
min-height:100px;
}
#footer-nav {
position:absolute;
right:10px;
top:15px;
width:680px;
}
#links-holder{
position:absolute;
left:20px;
top:15px;
width:110px;
color:white;
font-size:10px;
}
#badges-holder{
position:absolute;
left:170px;
top:15px;
width:150px;
color:white;
font-size:10px;
}
#badges-holder img {
float:left;
margin-right:7px;
}
#credit{
position:absolute;
bottom:5px;
right:20px;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* page elements starts */
#right-col{
float:right;
width:255px;
}
.sidebar-wrapper{
margin-bottom:15px;
}
.sidebar-wrapper p{

margin-bottom:5px;
}
.sidebar-wrapper img{
width:255px;
height:auto;
}
.single-wrapper{
margin-bottom:15px;
width:300px;
float:right;
}
.single-wrapper a{text-decoration:none !important;}
.single-wrapper a:hover{text-decoration:underline !important;}
.single-wrapper p{
margin-bottom:5px;
}
.single-wrapper img{
width:300px;
height:auto;
}
.spacer-right {margin-right:24px;}
.bluebox{
background-color:#3f73b0;
padding:15px;
color:white;
}
.whitebox{
	background-color:white;
	padding:15px;
	color:#345686;
	font-size:12px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	margin-bottom: 10px;
}
.whitebox img{
float:left;
margin:0px 20px 0 0;
}
.dblue-yellow-pinline{
	height:20px;
	background-color:#345686;
	border-top:solid 2px #eeda9d;
}
.bluebox h3{
	margin-bottom:0px;
	font-size: 22px;
}

.copy-wrapper{
	float:left;
	clear: left;
	width: 625px;
	margin-bottom: 15px;
	
}
.copy-wrapper a{
text-decoration:underline;
}
.copy-wrapper h1{
margin:0 0 10px 0;
}
.book-button {
display:block;
padding:5px;
text-decoration:none;
margin-left:5px;
background-color:#345686;
text-align:center;
border: 1px solid #1c346e;
width: 120px;
float: right;
margin-top: 5px;
color:#FFFFFF;
}
.sidebar-wrapper .whitebox a:hover {
text-decoration:underline;
}

.social img{
	width:auto !important;
	height:auto !important;
	margin:5px auto;
	clear: left;
}
/* page elements ends */

/* Layout styles ends */

/*Navigation starts*/
#nav {
	padding-top:5px;
	padding-bottom:7px;
	padding-left: 20px;
	z-index:1501;
	position:relative;
	background-color:#345686;
	border-top:solid 1px #eeda9d;
	
}

ul#navigation-1 { 
margin:0;
padding:1px 0;
list-style:none;
width:100%;
height:21px;
font:normal 10pt verdana, arial, helvetica;


}
	
ul#navigation-1 li {
margin:0 12px 0 0;
padding:0 5px 0 5px;
_position: static;
position: relative;
float:left;
/*width:120px;*/
padding:0 5px 0 5px;

z-index:auto;

}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited {

display:block;
text-align:center;
text-decoration:none;
color:#ffffff;
/*width:120px;*/
padding:5px 5px;

}
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active {

text-align:center;
text-decoration:none;
color:#ffffff;
/*width:120px;*/ 
padding:5px 5px;
border-left:none;
background:#3f78bb;

}
	
ul#navigation-1 li ul.navigation-2 {
margin:0;
padding:1px 1px 0; 
list-style:none; 
display:none; 
border-left:none;
/*width:120px;*/ 
position: absolute; z-index: 345;
top:21px; left:-1px; 

}
ul#navigation-1 li:hover ul.navigation-2 { 
display:block;
}
ul#navigation-1 li ul.navigation-2 li {
width:120px; 
clear:both; 
/*width:120px;*/ 
border-left:none; 
display: block;
}

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited { 

clear:both; 
background:#345686;/*background top layer*/ 
padding:4px 5px; 
/*width:120px;*/ 
border-left:none;
display: block;
border-bottom:solid 1px white;
}
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover { 
clear:both; 
background:#3f78bb;
padding:4px 5px; 
/*width:120px;*/ 
border:none; 
display: block;
border-left:none; 
border-bottom:solid 1px white;
}

/* footer navigation starts */
#footer-nav ul {
	text-align: right;
}
#footer-nav ul li {
display:inline;
margin:5px 5px;
font-size:70%; 
text-align:center;
}
#footer-nav ul li{
}
#footer-nav ul li a {
text-decoration:none;
color:white;
padding: 5px 5px;
margin: 7px 0px;
text-align:center;
}
#footer-nav ul li a:hover{
text-decoration:none;
background-color:#345686;
}
.footer-address {
color:white;
font-size:10px;
text-align:right;
}
.first {border-left:none !important;}
/* footer navigation starts */

/*Navigation ends*/
.line-50{
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}
/* Content styles start */
.item-holder-1col{
	border: solid #345686 3px;
	width: 270px;
	margin: 10px 10px 10px 0;
	float: left;
	
}

.title-bar-yellow{
margin:0;
padding:10px;
text-align:center;
color:white;
background:#eeda9d;
border-top:1px solid #345686;
}
.title-bar-blue{
margin:0;
padding:10px;
text-align:center;
color:white;
background:#3f73b0;
border-top:1px solid #345686;
}
/* Content styles ends */
/* Facility styles start */
.fade-image {
	margin:0px;
	width:318px;
	float: left;
	height: 318px;
	overflow: hidden;
}
.fade-image img {
width:318px;
height:318px;
border: solid 1px #ccc;
}
.fac-text{
width:560px;
}
.fac-text h1{
margin-bottom:10px;
}
.threecol-holder{
	width:278px;
	margin: 15px 29px 15px 0px;
	border: solid 1px #ccc;
}
.threecol-holder img{
width:278px;

}
.facility-200 {
height:135px;
}
.fac-min {
min-height:267px;
}
.four-col-holder{
	width:208px;
	margin:10px 20px 10px 0px;
	float:left;
	border: solid 1px #ccc;
}
.last{margin-right:0 !important;}
.four-col-holder img{
width:208px;
height:auto;

}
/* Facility styles ends */
.index-sidebar{
margin-bottom:15px;

}
.index-sidebar p{
margin-bottom:5px;
}
.index-sidebar img{
width:255px;
height:200;
}
.index-bluebox{
background-color:#3f73b0;
padding:15px;
color:white;
height:98px;
}
/* things to do additional styles */
.things-wrapper{
margin-bottom:15px;
width:286px;
float:left;
margin-right:21px;
}
.things-wrapper img{
width:286px;
height:auto;
}
.no-marg-right{
margin-right:0px !important;
}
/*only affects CMS styles*/
#cms h1{ }
#cms h2{ }
#cms h3{ }
#cms p{ }
/*only affects CMS styles ends*/

