/* Start of CMSMS style sheet 'Default' */
* {
	margin: 0;
	padding: 0;	
}
img {
	border: 0;
}

body {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #061D3D;
	line-height: 200%;
	background-image: url('images/background.png');
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 100%;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

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

.yellow {
	color: #F8F3AC;
}

.right {
	float: right;
}

#wrapper {
	/* height: 700px; */
	width: 1000px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	margin: auto;
	text-align: left;
}



#main_nav {
	width: 740px;
	height: 34px;
	background-image: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
	margin-top: 16px;
	padding-left: 275px;
	height: 34px;
	float: left;
}
#nav a:hover {
	text-decoration: none;
}

.nav_link {

	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	float: left;
	line-height: 100%;
	vertical-align: middle;
}

#logo {
position: absolute;
top: 4px;
left: 50%;
margin-left: -440px;
}

#content {
	width: 1000px;
	min-height: 500px;
	clear: both;
	float: left;
font-size: 12px;
}

#content_left {
	width: 417px;
	float: left;
	padding-top: 120px;
	padding-left: 63px;
	padding-right: 7px;
font-size: 12px;
}

#content_right {
	width: 513px;
	float: left;
font-size: 12px;
}

#content_full {
	width: 930px;
	padding-left: 63px;
	padding-top: 155px;
font-size: 12px;
}

#content_left_home {
	width: 280px;
	float: left;
	padding-top: 120px;
	padding-left: 63px;
	padding-right: 7px;
font-size: 12px;
}

#slideshow {
	width: 650px;
	float: left;
	height: 530px;
}

#footer {
	background-image: url('images/footer_bg.jpg');
	width: 1000px;
	height: 120px;
	border-top: 1px solid #F8F3AC;
	line-height: 100%;
	clear: both;
}

#footer_links a:hover {
	text-decoration: none;
}

#footer_links {
	margin: auto;
	padding-left: 30px;
	padding-top: 20px;
	height: 80px;
}

.footer_link {
	width: 270px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 100%;
}
.footer_link a:hover {
	color: #E8DF55;
}

.footer_copy {
	width: 570px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 100%;
	color: #D1CC80;
	font-style: italic;
}

#footer_sub_links {
	padding-left: 55px;
}

#wrapper_left {
	width: 1000px;
	margin: auto;
}

#wrapper_right {
float: left;
width: 39px;
background-color: #061D3C;
background-image: url('images/right_shadow.jpg');
background-repeat: repeat-y;
display: none;
}

ul.dropdown li > ul > li { /* Dropdown submenu links */
padding-left: 10px;
padding-top: 5px;
}

.footer_copy {
line-height: 200%;
position: relative;
top: -13px;
}
/* End of 'Default' */

