﻿@import "reset.css";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	background: transparent;
	margin:0;
	padding:0;
	height:100%;
	background: #adafc0 url(images/bg.jpg) repeat;
	overflow:hidden;
	overflow-y:auto;
}

strong{
	font-weight: bold;
}
a,img{
	outline:none;border:0;text-decoration: none;color:#fff;
}
h1{
	display:none;
}
h2{
	font-size: 1.5em;
	margin-bottom: 10px;
}
h4 {
	font-size: 1em;
	color: #909090;
	display:inline;
}

#container {
	height:768px;
	padding-top: 119px;
	background: transparent;
}

#content {
	width: 100%;
	height: 489px;
	background: transparent url(images/content-bg.png) repeat-x;
	padding-top:16.5px;
	padding-bottom:16.5px;
}

#white-shadow {
	position: absolute;
	left:0;
	z-index: 10;
	width: 1024px;
	height: 430px;
	background: url(images/white-shadow.png) repeat-y left top;
}

#content-top {
	display: block;
	width: 100%;
	height: 430px;
	margin-left: 200px;
	overflow: hidden;
}

#content-footer {
	position: relative;
	height: 10px;
	background: url(images/shadow.jpg) repeat-x top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 33px;
	padding-right: 33px;
}

#logo {
	position: absolute;
	z-index: 100;
	left: 267px;
	top: 6px;
}

#slogan {
	z-index: 10;
	position: absolute;
	left: 792px;
	top: 56px;
}

#suit {
	position:absolute;
	z-index:100;
	left:0;
	top:0;
}

#block-left2 {
	display: block;
	width: 350px;
	height: 380px;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding: 15px;
	padding-left: 25px;
	padding-top: 25px;
	float: left;
	margin-left: 120px;
	overflow: auto;
}
#block-left3 {
	display: block;
	position: relative;
	width: 350px;
	color: #000;
	text-align: left;
	padding: 15px;
	padding-top: 35px;
	margin-left: 120px;
	float: left;
}
#block-left3 a {
	color: navy;
	text-decoration:underline;
}
#block-left {
	display: block;
	position: relative;
	width: 350px;
	color: #000;
	text-align: left;
	padding: 15px;
	padding-top: 35px;
	float: left;
}
#block-left a {
	color: navy;
}
#block-left a:hover {
	text-decoration: underline;
}
#block-right {
	display: block;
	position: relative;
	width:380px;
	height: 380px;
	float: left;
}

#block-right img {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.spacer {
	margin-left:70px;
}

.flft {
	float:left;
}

.flrt {
	float:right;
}

ul.list{
	margin-top: 15px;
}
ul.list li{
	list-style: disc;
	margin-left: 20px;
	margin-top: 10px;
}

.slideshow{
	height:430px;
	width:835px;
	float: left;
	clear: both;
	overflow: hidden;
}
.slideshow img {
	height: 430px;
	width: 100%;
}

.slideshow_small img {
	width: 376px;
	height: 430px;
}

/* FORMS */
#contactForm {
	margin-top: 10px;
}
#contactForm label {
	width: 50px;
	text-align: right;
	float: left;
	padding: 5px;
}
#contactForm input {
	width: 240px;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}
#contactForm textarea {
	width: 250px;
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}
#contactForm input#submitbtn {
	width: 120px;
	padding: 2px;
	margin-left: 60px;
	margin-top: 10px;
}

/* NAV */
.jquerycssmenu{
background: #071032 url(images/nav-bg.jpg) repeat-y top left;
width: auto;
height: 27px;
border-bottom: 0;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
z-index: 1000;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
font-size: 1.2em;
border:0;
margin-left: 33px;
border-bottom-width: 0;
color: #FFF;
text-decoration: none;
text-transform:uppercase;
}

.jquerycssmenu ul li a:hover{

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
background: #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
border-right: 1px solid #000;
border-left: 1px solid #000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
position: relative;
z-index: 1000;
font-size: 10pt;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
text-align: center;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}


