@charset "utf-8";
@import "lightbox.css";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#3f4442;
	padding:0px;
	margin:0px;
	scrollbar-face-color:#ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color:#3e8cb2; 
	scrollbar-shadow-color:#68b6ca; 
	scrollbar-dark-shadow-color:#68b6ca; 
	scrollbar-3dlight-color:#68b6ca; 
	scrollbar-highlight-color:#68b6ca;
}
h1 {}
h2 {
	text-transform:uppercase;
	font-weight:normal;
}
h3{
	text-transform:uppercase;
	font-weight:normal;
}
.header {
	width:970px;
	height:100px;
}
.logo {
	width:400px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	text-align:right;	
}
.main {
	width:970px;
	height:860px;	
}
.left {
	width:400px;
	height:860px;
}
.images {
	width:400px;
	height:620px;
	padding:0px;
	margin:0px;
}
.contactform {
	width:400px;
	height:240px;
	background-color:#309;
	background:url(../images/moreinfobg.jpg) top left no-repeat;
	margin:0px;
	padding:0px;
}
.contactform h2 {
	margin:30px 0px 10px 40px;
	color:#ffffff;
	font-size:130%;
}
.homenewsblock {
	width:366px;
	height:207px;
	margin:10px 0 0 13px;
	overflow: auto;
	color:#ffffff;
	padding: 5px;
}
.homenewsblock h2 {margin:0;}
#requestform {
	margin-top:30px;
	color:#ffffff;
}
#requestform td{
	padding-bottom:5px;
}
.send{padding-right:45px;}

/* Right side content */
.right {
	width:570px;
	height:860px;
	background-image:url(../images/right_bg.jpg);
}
.rightcontentcontainer{
	padding-left:10px;	
}
.topcontent {
	margin:40px 0px 0px 5px;
	background:url(../images/home-top-background.jpg) top left no-repeat;	
	width:100%;
	height:200px;
}
.topcontent h3{
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	padding:3px 5px 5px;
	font-size:15px;
	text-decoration:underline;
	text-align:left;
}
.topcontent p {
	color:#ffffff;
	font-size:80%;
	padding:0px 8px;
	margin:0px;
}
.page_content{
	width:510px;
	margin-top:5px;
	margin-left:10px;
	height:340px;
	color:#3f4442;
}
.page_content p{
	padding:0px;
	margin:0px;
	padding:8px 0px;
	font-size:90%;
}
.page_content h3{
	font-size:90%;
	font-weight:bold;
	margin:10px 0px;
	padding-bottom:0px;
}
.page_content a, .page_content a:visited{
	color:#3f4442;	
}
.content_scroll{
	height:300px;
	overflow-y:scroll;
}
.content_noscroll{
	height:320px;
}
.home-content-left {
	border-right:1px solid #7a7a7a;	
	width:48%;
	padding:0px;
	margin:0px;
	margin-right:10px;
	font-size:12px;
}
.home-content-right {
	width:48%;
	padding:0px;
	padding-left:6px;
	font-size:12px;
}
.home-content-right img {
	padding-right:5px;
}
.content p{
	padding:0px;	
}
.home-content-left li,.home-content-right li{
	font-style:italic;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}
.home-content-left p,.home-content-right p{
	padding:4px 0px;
}

/* Menu styles */
.menu{
	width:181px;
	height:200px;
}
.menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menu li{
	padding:5px 0px 5px 10px;

}
.menu li a, .menu li a:visited{
	text-decoration:none;
	color:#15566b;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}
.menu li a:active{
	border-left:2px solid #40aebd;
}
.menu li a:hover {
	border-left:2px solid #40aebd;	
}

/* Video styles */
.video{
	width:339px;
	height:203px;
	margin:0px;
	padding:0px;
	}

/* Footer */
.footer {
	width:970px;
	height:120px;
	vertical-align:top;
}
.contactdetails{
	clear:both;
	text-align:right;
	margin-right:0px;
}
.contactdetails a {
	text-decoration:none;
	color:#9b9d9c;
}
.contactdetails span{
	text-align:right;
	padding-left:20px;
	color:#9b9d9c;
	font-size:80%;
}
.send_a_friend img{
	float:left;
	margin:20px 10px;
}

/* HEADER MENU STYLES */
.header_menu {
	width:570px;
	height:100px;
}
.header_menu ul {
	float:right;
	list-style-type:none;
	margin-right:0px;
	margin-bottom:15px;
}
.header_menu li {
	display:inline; 
	padding-right:0px;
	margin-right:0px;
}
.header_menu li a {
	text-decoration:none; 
	text-transform:uppercase;
	color:#9b9d9c;
	font-weight:bold;
	font-size:14px;
	margin-left:30px;
}

/* Slide show style */
#slideshow {
    position:relative;
    height:620px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.borderBottom {
	border-bottom:2px solid #7a7a7a;	
	margin-bottom:5px;
	padding-bottom:10px;
}

/* FROM STYLES */
.sendLabel{width:30%;}
.sendInput{width:70%;}

