html {
	height: 100%;
}

body {
	background: #fff url("../images/main/header-left.png") repeat-x;
	font-family: helvetica, arial;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Helvetica, Arial;
	font-size: small;
	font-style: normal;
	text-align: center;
}


img {
	border: 0px;
	margin: 0px;
}

.galleryImg {
	border: 2px solid #c4d2db;
}

a {
	border: none;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #03527c;
}

a:hover {
	color: #03527c;
	text-decoration: none;
}

#container {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px auto;
	float: left;
}

#main-content {
	padding: 0px;
	vertical-align: top;
	background: #FFF, url("../images/main/gradient2-main.jpg");
	background-repeat: repeat-x;
	color: #2a2a2a;
}

#border-right {
	background: url("../images/main/header-right.png");
	background-repeat: repeat-x;
	float: right;
	width: 50%;
	min-height: 100%;
	height: 615px;
}

#border-main {
	display: block;
	position: absolute; 
	min-height: 100%;
	width: 1000px; 
	top: 0px; 
	left: 50%;
	margin-left: -500px;
	text-align: left; 	
}


#footer-main {
	background: url("../images/main/footer-main.jpg");	
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0px; 
	text-align: right;
	font-size: x-small;
	color: #8ea6b2;
}

.menuLinks {
	display: block;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}

.menuLinks:hover {
	background-position: center bottom;
}

.submenu {
	padding-right: 25px;
	padding-top: 35px;
	color: #878787;
	float: left;
	background: url("../images/main/divider.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 450px;
}

.submenu a {
	border: 0px;
	text-decoration:none;
}

.dropdown {
	display: none;
}

.invisible-div {
	padding-top: 20px;
	padding-right: 20px;
	width: 80%;
	display: none;
	float: right;
}

.pdf-link {
	width: 450px;
	height: 48px;
	background: url("../images/main/pdf-linkbg2.png") no-repeat;
	border: 2px;
	padding-top: 21px;
	text-align: center;
}

.button {
	padding-bottom: 2px;
	font-style: bold;
    border: none;
    background: url('../images/main/button.png') no-repeat top left;
	height: 20px;
	width: 62px;
}
.button:hover {
    background-position: bottom left;
}

.button:active {
    background-position: center left;
}

.imagePreloader {
	display: none;
}

.font-green {
	color: #b8d433;
}


.font-blue {
	color: #035480;
}


.font-white {
	color: #FFFFFF;
	position:relative;
}
