@charset "utf-8";

body {
	background-color: #9D9D9D;
	background-image: url(/images/main/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%; 
}

p {	
	line-height: 16px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFFF00;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #C6F7FA;
}

.font1 {
	font-size: 13px;
	font-weight: bold;
	color: #C6F7FA;
}

.highlight {
	color: #FFFF33;
}

a:link, a:visited, a:active {
	color: #33CCFF;		/* OLD COLOR: #0099FF */
	text-decoration: none;
}

a:hover {
	color: #33CCFF;		/* OLD COLOR: #0099FF */
	text-decoration: underline;
}

a.fp:link, a.fp:visited, a.fp:active {
	color: #FFF;
	text-decoration: none;
}

a.fp:hover {
	color: #FFF;
	text-decoration: underline;
}

#container {
	width: 882px;
	position: absolute;
	left: 50%;
}

#header {
	left: -435px;
	height: 121px;
	/*
	background-image: url(/images/main/hdr_bkgnd.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #00174F;
	padding: 0px;
	position: absolute;
	width: 870px;
}

#lftbar {
	width: 6px;
	left: -441px;
	position: absolute;
	margin: 0px auto -1px auto;
	z-index: 1;
}

#lftbar_ext {
	width: 6px;
	left: -6px;
	position: absolute;
	background-color: #d1d1d1;	
	height: 100%;
}

#rghbar {
	width: 6px;
	left: 435px;
	position: absolute;
	margin: 0px auto -1px auto;
	z-index: 1;
}

#rghbar_ext {
	width: 6px;
	right: -6px;
	position: absolute;
	background-color: #d1d1d1;	
	height: 100%;
}

#btmbar {
	height: 11px;
	background-color: #d1d1d1;
	position: absolute;
	width: 882px;
	left: -6px;
}

#topmenu {
	left: -435px;
	position: absolute;
	top: 121px;
	padding: 0px;
	width: 870px;
	height: 27px;
	margin: 0px auto -1px auto;
	background-color: #184d9a;
	font-size: 12pt;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap;
}

#topmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a:hover {
	color: #FFFF00	;
	text-decoration: none;
}

#topmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#hmmrhdbtm {
	left: 155px;
	position: absolute;
	top: 148px;
	padding: 0px;
	height: 40px;
	width: 280px;
	z-index: 1;
}

#menushadow {
	left: -435px;
	position: absolute;
	top: 148px;
	width: 590px;
	z-index: 1;
}

#bodybkgd {
	background-image: url(/images/main/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #00499a;
	left: -435px;
	position: absolute;
	top: 148px;
	width: 870px;
	/*height: 382px;		BY REMOVING THE HEIGHT PROPERTY THE PARENT EXPANDS TO THE MAX SIZE OF IT'S CHILD	*/
}

.leftbody {
	width: 224px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.rightbody {
	width: 575px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.singlebody {
	width: 799px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#news {
	width: 220px;
	height: 85px;
	overflow: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
}

.newsheadline {
	color: #C6F7FA;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
			
.imgpg {
	border: solid 2px #FFFFFF;
	margin: 4px;
}

#photogal {
	height: 115px;
	width: 560px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #3378ac;
	margin-top: 4px;
	margin-left: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	vertical-align: middle;
	
}

.footer {
	margin-top: 20px;
	position: absolute;
	width: 870px;
	text-align: center;
	color: #1E2C6B;
	/*color: #24395b;*/
	background-image: url(/images/main/bg.jpg);
}

.footer a:link {
	color: #1E2C6B;
	text-decoration: none;
}

.footer a:visited {
	color: #1E2C6B;
	text-decoration: none;
}

.footer a:active {
	color: #1E2C6B;
	text-decoration: none;
}

.footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.price {
	color: #FFFF66;
	font-weight: bold;
	font-size: 12px;
}

