@charset "utf-8";
/* CSS Document */

body {
	background-color:#3f4c6b;
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
}

#main {
	width:780px;
	margin:auto;
}

#header {
	width:780px;
	height:41px;
}

#header_left {
	float:left;
	margin-top:10px;
	font-size:10px;
}

#header_right {	
	float:right;
	margin-top:10px;
	font-size:10px;
}

#flash {
	width:780px;
	height:250px;
	margin-bottom:10px;
}

#nav {
	width:780px;
	height:50px;
}

/************ NAV STYLES ************/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
width: 100%;
background: transparent url(images/nav-off.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 17px 16px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #cccccc;
background: transparent url(images/nav-on.gif) center center repeat-x;
}
/**************** END NAV STYLES ****************/

#content {
	width:780px;
}

#content_left {
	width:530px;
	float:left;
	padding-top:10px;
}

#content_leftINT {
	width:510px;
	float:left;
	padding-top:10px;
	padding-right:20px;
}

#content_right {
	width:244px;
	float:right;
	padding-left:5px;
	padding-top:10px;
}

#content_rightINT {
	width:244px;
	float:right;
	padding-left:5px;
	padding-top:10px;
	background-color:#3c4967;
}

#inner_left {
	width:260px;
	float:left;
}

#inner_middle {
	width:257px;
	float:right;
	padding:0px 3px 0px 3px;
	border-left:1px solid #60729c;
	border-right:1px solid #60729c;
}

.maps {
	font-size:10px;
}

.inner_middle {
	font-size:14px;
}

#inner_clear {
	clear:both;
	width:530px;
}

#tabs {
	list-style:none;
	margin:0px;
	padding:0px;
}

#tabs li.one {
	width:260px;
	height:990px;
}

#tabs li.two {
	width:257px;
	height:990px;
}

#tabs li.three {
	width:244px;
	height:990px;
}

#tabs li.threeNews {
	width:244px;
	height:1750px;
}

#tabs li.threeGuests {
	width:244px;
	height:1400px;
}

#tabs li a.outer-link {
	background:#3c4967; 
	display:block; 
	width:100%; 
	position:relative;
}

.tabs_link a:link {
	color:#72DCF7;
	text-decoration:none;
}

.tabs_link a:visited {
	color:#72DCF7;
	text-decoration:none;
}

.tabs_link a:hover {
	color:#72DCF7;
	text-decoration:underline;
}

.tabs_link a:active {
	color:#72DCF7;
	text-decoration:none;
}

#tabs li.one:hover, #tabs li.one a.outer-link:hover {
	background:#3c4967;
}
#tabs li.two:hover, #tabs li.two a.outer-link:hover {
	background:#3c4967;
}

#tabs li.three:hover, #tabs li.three a.outer-link:hover {
	background:#3c4967;
}

#content_footer {
	width:780px;
	clear:both;
}

#footer_all {
	width:100%;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
}

#footer {
	width:780px;
	height:86px;
	text-align:center;
	font-size:10px;
	margin:auto;
	padding-top:60px;
}

.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7dbdff
}

.sub_headers {
	color:#7dbdff;
}

.input {
	color:#ffffff;
	background-color:#3c4967;
	border:1px solid #eeeeee;
	padding:4px 4px 4px 4px;
}

.pml_linkSM a:link {
	color:#eeeeee;
	text-decoration:none;
}

.pml_linkSM a:visited {
	color:#eeeeee;
	text-decoration:none;
}

.pml_linkSM a:hover {
	color:#eeeeee;
	text-decoration:underline;
}

.pml_linkSM a:active {
	color:#eeeeee;
	text-decoration:none;
}

a:link {
	color:#72DCF7;
	text-decoration:none;
}

a:visited {
	color:#72DCF7;
	text-decoration:none;
}

a:hover {
	color:#72DCF7;
	text-decoration:underline;
}

a:active {
	color:#72DCF7;
	text-decoration:none;
}