@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #ffffff;
}

wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100% }

#main {padding-bottom: 24px;}  

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h11 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 20px;
}
a          {
	color: #36C;
}
a:visited  { color: black; text-decoration:none;}
a:link     { color: black; text-decoration:none;}
a:hover    { color: #4971a2; text-decoration:none;}
a:active   { color: #4971a2; text-decoration:none;}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 64px;
	background-color: #4971a2;
	
}

.bannerArea .container {
	height: 64px;
	background-image: url(images/banner_bkgd3.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 8px;
	padding-right: 6px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 0px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #ffffff;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}
		
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd2.jpg);
	background-repeat: no-repeat;
}

.contentfull {
	width: 940px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}

.contentslide {
	width: 1020px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}


.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;
	width: 210px;
}

.imageright {
	margin-left: 5px;
	float: right;
}

/* GALLERY AREA */
.galleryArea {
	width: 100%;
	background-color: #ffffff;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}

.galleryArea .container {
	background-image: url(images/content_bkgd2.jpg);
	background-repeat: no-repeat;
}

.galleryfull {
	width: 1020px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	height: 24px;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
	position: relative;
	margin-top: -28px;
	clear: both;
}

.footerArea .container {
	background-image: url(images/footer_bkgd2.jpg);
}

.copyright {
	padding-left: 40px;
	padding-top: 6px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.copyright a { color: #666666; text-decoration: none; }
.copyright a:visited { color: #666666; }
.copyright a:hover { color: #4971a2; text-decoration: none; }

.otherlink {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.otherlink a { color: #666666; text-decoration: none; }
.otherlink a:visited { color: #666666; text-decoration: none;}
.otherlink a:hover { color: #4971a2; text-decoration: none; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
