/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #4B535C;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#2D5172;
	line-height:16px;
	margin:10px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:19px;
	color: #000000;
	font-weight:bold;
	margin: 5px 5px 15px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size:12px;
	color:#005399;
	font-weight:bold;
	margin: 15px 5px 0px 5px;
	padding-bottom: 5px;
}

h3 {
	margin-right: 0px;
	margin-left: 0px;
	font: bold 14px  Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	color:#000000;
	border-top: 0px solid #265CAB;
	padding-top: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #265CAB;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font: normal 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 35px 0px 0px 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
}

address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}

address a:hover {
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 264px;
	background: url(images/header.gif) no-repeat left top;
	position: relative;
}

/* Creates the div container for the header. */

div#logo {
	border: 0px solid #000000;
	width: 287px;
	height: 205px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	clear: both;

}

a#logoright {
	position: absolute;
	top: 55px;
	right: 352px;
	border: 0px solid #000000;
	width: 128px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	clear: both;
}

a#logorighttwo {
	position: absolute;
	top: 64px;
	right: 241px;
	border: 0px solid #000000;
	width: 107px;
	height: 113px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	clear: both;
}

a#logorightthree {
	position: absolute;
	top: 85px;
	right: 128px;
	border: 0px solid #000000;
	width: 114px;
	height: 136px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	clear: both;
}

a#logorightfour {
	position: absolute;
	top: 62px;
	right: 15px;
	border: 0px solid #000000;
	width: 114px;
	height: 136px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	clear: both;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 770px;
	border: 0px solid #000000;
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px 18px 0px 4px;
	padding: 0px 0px 0px 10px;
	width: 540px;
	background: url(images/content_bg.gif) no-repeat left top;
}

/* ----------------- left div ----------------- */

div#sidediv {
	float: right;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	font: 11px  Verdana, Helvetica, Arial, sans-serif;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 265px;
	right: 210px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* ----------------- NAVIGATION CONTAINER ----------------- */

div#horznav {
	margin:0 auto;
	padding:0;
	position: absolute;
	bottom: 10px;
	left: 11px;
	color: #5895C1;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	right: 0px;
}

ul#nav li {
	float:left;
	margin:0 auto;
	padding:0;
	display:inline;
	border-right: 0px solid #ffffff;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	padding: 8px 9px 5px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: right;
	border-right: 1px solid #000000;
	font-size: 14px;
}

ul#nav li a:hover {
	color:#000000;
	background-color:#d0e2f2;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#ffffff;
	background-color: #000000;
}

ul#list {
	font-size: 12px;
	color: #2D5172;
	padding: 0px;
	margin: 10px 20px 0px 30px;
}

ul#list li {
	font-size: 12px;
	color: #2D5172;
	line-height: 16pt;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	list-style: url(images/bullet.gif);
}

div#map {
	border: 1px solid #000000;
	height: 350px;
	width: 540px;
	float: left;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin: 5px 5px 10px 15px;
	padding: 0px;
	border: 1px solid #000000;
	clear: both;
}

.right2 {
	float: right;
	margin: 5px 5px 10px 15px;
	padding: 0px;
	border: 0px solid #000000;
	clear: both;
}

.cta {
	float: right;
	margin: 0px 13px 10px 0px;
	padding: 0px;
	border: 0px solid #a1c5e4;
	clear: both;
}

.creditcard {
	float: center;
	margin-left: 0px;
	padding: 20px 0px 0px 0px;
	border: 0px solid #ffffff;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 151px;
	font-weight: 100;
	font-size: 9px;
	color: #000000;
}

div#footerholder {
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
}

div#footerholder a:hover {
	color:#005399;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}

div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* Creates the div container for the owner login. */
div#ownerlogin {
	clear: both;
	float: right;
	margin: 0px auto;
	padding: 0px;
	width: 100px;
}

.login {
	float:right;
	margin: 10px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

div#iframe {
	float: left;
	width:520px;
	padding: 0px 0px 0px 20px;
	border:0px solid #ffffff;
}	

/* Creates the div for the certificates on the certifications page */
div#certificates {
	float: left;
	margin: 0px 18px 0px 4px;
	padding: 0px 0px 0px 10px;
	width: 480px;
	border: 0px solid red;
}

.certificateleft {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px solid #a1c5e4;
	clear: both;
}
.certificateright {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px solid #a1c5e4;
	clear: both;
}

div.gallery {}
	.gallery div {
		float: left;
		width: 50%;
		padding: 20px 0;
		text-align: center;}
	.gallery img {
		border: 1px solid #222;}
	.gallery p {text-align: center;}
	
div#video {
	position:absolute;
	top: 249px;
	left: -10px;
}
