/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #496D7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #646464;
}
#container {
	min-height:100%;
	position:relative;
}
	
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 522px;
}
#nav {
	padding-left: 21px;
	padding-top: 180px;
	width: 193px;
	float: left;
}
ul#navigation {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
	margin: 0px;
}
ul#navigation li {
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul#navigation li a {
	color: #1c3743;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 8px;
	display: block;
	padding-right: 30px;
	width: 143px;
	line-height: 18px;
	background-image: url(images/nav_off.jpg);
	background-repeat: repeat;
	height: 26px;
	font-weight: bold;
}
ul#navigation li a.on, ul#navigation li a:hover {
	background-image: url(images/nav_on.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#slideshow {
	width: 600px;
	padding-top: 198px;
	height: 288px;
	float: right;
	padding-right: 23px;
}
#body {
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(images/body_bg.png);
}
#content {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(images/body_top.png);
}
#left {
	float: left;
	width: 545px;
	padding:15px 25px 15px 15px;
	border-right:1px dashed #CCCCCC;
}
#left blockquote {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#left iframe {
	border: 5px solid #CCCCCC;
}
#left ul {
	margin-top: 5px;
}
#right {
	width: 215px;
	float: right;
	padding:30px 0 0 0;
}
#right iframe {
	border: 5px solid #CCCCCC;
}
#right ul {
	margin-top: 4px;
}
#footer {
	height:45px;
	background-image: url(images/footer.png);
	width: 900px;
	font-size: 11px;
	line-height: 13px;
	color: #1c3743;
	padding:22px 0 0 0;
}
#footer a {
	font-size: 11px;
	line-height: 13px;
	color: #233e4a;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}
hr {
	width:100%;
	height:1px;
	border:none;
	background:none;
	margin:20px 0 20px;
	border-top:1px dotted #999;
}
/*----- Classes--------*/
.item {
	margin-left: 7px;
	padding: 10px;
	background-color: #F7F9FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D8E1EB;
	border-left-color: #D8E1EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E1EB;
}
.itemheader {
	background-color: #EDF0F3;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCD5DD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 16px;
}
.item ul {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.item li {
	list-style-image: url(images/carat.gif);
}
.itemblock {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.contact tr td {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #E2E2E2;
	background-color: #F8F8F8;
}
.contact .input {
	color: #666666;
	padding: 2px;
	border:1px solid #999;
}
.picright {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picleft {
	float: left;
	margin: 0px 0px 10px 10px;
}
.header{
	font-size:26px;
	font-weight:normal;
	color:#233e4a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.subheader{
	font-size:18px;
	display:block;
	font-weight:normal;
	color:#233e4a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin:0;
}
.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	padding: 5px;
	background-color: #F7F9FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBF0F5;
	border-right-color: #D8E1EB;
	border-bottom-color: #D8E1EB;
	border-left-color: #EBF0F5;
}
.locationsCopy {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}
.image {
	float: right;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 9px;
	border: 1px solid #AAAAAA;
}
.logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
.clear{clear:both;}
a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #D50000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #EC0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #660000;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
/*------------ Elements -------------*/
h1 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
h2 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
h3 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
h4 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link{
	color:#233e4a;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#233e4a;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
tr td {
 vertical-align:top;
}
blockquote .test {
}
.gallery img {
	border: 1px solid #333333;
}
.gallery tr {
	width: 500px;
}
.gallery td {
	float: left;
}
.noshow {
	display: none;
}
