body{
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #a5a5a5;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content{
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer{
	background-image: url(../images/bg_footer.jpg);
	background-color: white;
	background-repeat: no-repeat;
	width: 100%;
	height: 117px;
	clear: both;
}

#footer_container{
	width:958px;
	margin: 0px auto;
	color: white;
}
#company{
	float: left;
	padding-top: 5px;
	width: 50%;
}

#copyright{
	float :right;
	text-align: right;
	font-size: 11px;
	padding-top: 75px;
}
#company h1{
	font-size: 18px;
	text-transform: none;
}
#top_bar{
	color: white;
}

#container{
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:958px;
	border: 0px;
}

#address h1{
	color:#7ACED3;
	font-size:0.92em;
	position:absolute;
	right:44px;
	text-align:right;
	top:3px;
	white-space:nowrap;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
}

#address p {
	display:inline;
	margin:0 0 0 38px;
}

#header {
	height:60px;
	padding:25px 44px 0;
	position:relative;
}

#menu{
	float: right;
	color: white;
	padding-right: 5px;
	width: 58%;
	position: relative;
	top: -25px;
}

#menu li{
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

.active-thumb{
	padding-bottom: 15px;
	background: transparent url(../images/arrow_down.gif) bottom center no-repeat;
}

#submenu li{
	display: block;
	margin-left: 170px;
	height: 25px;
}
#submenu li a{
	font-size: 13px;
	color: #f5f5f5;
}

#menu a.current{
	background-color: #3a7d9d;
}

#menu a{
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
}

#menu a:hover{
	background-color: #8fd8fa;
}

#pageContent{
	width: 875px;
	margin: 0px auto;
	margin-top: 235px;
}

#pageContent a{
	color: #3f8aad;
}

#pageContent a:hover{
	color: #1ea8e8;
}
.column{
	width: 900px;
	padding-bottom: 35px;
	min-height: 75%;
}

.column p{
	font-size: 12px;
	color: #333333;
}

.column li{
	font-size: 12px;
}

.alcenter{
	text-align: center;
}

p.emphasize{
	color: #3f8aad;
	font-weight: bold;
}

h1{
	font-size: 14px;
	text-transform: uppercase;
}
h2{
	color: #717171;
	font-size: 12px;
	text-transform: uppercase;
}

h3{
	color: #3f8aad;
	font-weight: bold;
	font-size: 12px;
}

strong{
	font-weight: normal;
	color: #3f8aad;
}

.boldlist li{
	color: #3f8aad;
	font-weight: bold;
}

.numblist li{
	list-style-type: decimal;
}

.circlelist li{
	list-style-type: circle;
}

.flashcontent{
	margin: 0px auto;
}

#contactform{
	width: 50%;
	margin: 0px auto;
}

#mainform{
	
	width: 40%;
	padding: 15px;
	margin: 0px auto;
	border: 1px dashed #1c74ac;
}

#mainform strong{
	font-weight: bold;
	font-size: 14px;
}

.vidarea{
	text-align: center;
}

.vidarea a{
	margin: 10px;
}

.vidarea img{
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

.vidarea img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}