/* Start of CMSMS style sheet 'Main CSS' */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0F346B;
	text-align: left;
line-height: 20px;
}

.pagewrapper {
	width: 985px;
	height: auto;
	margin: 0 auto;
}


.header_top {
	width: auto;
	height: 112px;
}

.header_top img {
	border: 0;
}

.header_topleft {
	width: 317px;
	height: 112px;
	float: left;
}

.header_topright {
	width: 658px;
	height: 102px;
	background-image: url('images/top_bk.jpg');
	float: right;
text-align: right;
font-size: 13px;
font-weight: bold;
padding-top: 10px;
padding-right: 10px;
}

a {
color: #006699;
text-decoration: none;
}

a:link {
color: #006699;
text-decoration: none;
}

a:visited {
color: #003399;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: underline;
}

.nav {
	width: auto;
	height: 35px;
	background-image: url('images/nav_bk.jpg');
	background-repeat: repeat-x;
padding-left: 45px;
}

.nav a {
color: #FFFFFF;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}

.nav a:link {
color: #FFFFFF;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}

.nav a:visited {
color: #FFFFFF;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}

.nav a:hover {
color: #990000;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}


.title {
	font-size: 22px;
	color: #990000;
padding-top: 15px;
}

h1 {
	font-size: 18px;
	color: #990000;
margin: 0;
padding-top:  5px;
}

.page-content {
	width: auto;
	height: auto;
font-size: 14px;
padding-left: 20px; 
padding-right: 20px;
	background-color: #FFFFFF;
}

.home_left {
	width: 290px;
	height: 349px;
	float: left;
}

.home_photo {
	width: 651px;
	height: 349px;
	float: right;
}

.home_text {
	font-size: 11px;
}

.home_bottom {
	clear: both;
	padding: 5px 10px 0px 10px;
background-color: #FFFFFF;
width: auto;
height: 291px;
}

.footer p {
	padding: 0;
	margin: 0;
}

.footer {
	clear: both;
	height: 23px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
}

.footer a {
color: #FFFFFF;
font-size: 11px;
text-decoration: none;
}

.footer a:link {
color: #FFFFFF;
font-size: 11px;
text-decoration: none;
}

.footer a:visited {
color: #FFFFFF;
font-size: 11px;
text-decoration: none;
}

.footer a:hover {
color: blue;
font-size: 11px;
text-decoration: none;
}

.clearboth {
	clear: both;
}


/** TRANSMENU - NAVIGATION **/
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}
.transMenu .content {
	position: absolute;
font-size: 12px;
}

.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
background-color: #666666;
}
.transMenu .top .items {
	border-top:none;
}

.transMenu .item {
    text-decoration: none;
	text-align: left;
	border: none;
	cursor: pointer;
color:#FFFFFF;

}
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity:.95;
	filter: alpha(opacity=95);
}
.transMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
}
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
}
.transMenu .item img {
	margin-left: 10px;
}
.transMenu .item.hover {
       background: #990000 ;
}
/** END TRANSMENU - NAVIGATION **/
/* End of 'Main CSS' */

