@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

* {
	outline: none;
}

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
}

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 8px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Hides bottom logo and old copyright information
.logos, .copyright{display:none;}

/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-color: #4971a2;
}

.bannerArea .container {
	width: 980px;
	height:83px;
	background-image: url('../images/banner_bkgd.jpg');
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	padding-right: 10px;
	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: #ccc; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	background-image: url('../images/topnav_bkgd.jpg');
	background-repeat:repeat-x;
	background-color: #436d9c;
}
.topnavigationArea .container {
	background-image: url('../images/topnav_bkgd.jpg');
	background-repeat:repeat-x;
	background-color: #436d9c;
	width: 980px;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 0px;

}

.topnavigationgroup ul {
	margin: 0px;
	padding-left:0px;

}

.topnavigationgroup ul li, .topnavigationgroup ul li a{
    min-height:40px;
		font-weight:normal;
}


.topnavigationitem {
	max-width: 155px;
	min-height:60px;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 10px;
	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;
}

ul.MenuBarHorizontal a {
    padding: 0.6em;

}

li.daresubmenuitem{margin-bottom:0px;}
li.daresubmenuitem a, li.daresubmenuitem a:hover{
	border:1px solid #fff;
	margin:0;
}


/* CONTENT AREA */
.contentArea {
	width: 100%;
	font-size:120%;
	background-color: #f0eff0;
	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_bkgd.jpg');
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

.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;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	height: 77px;
	margin: 0;
	padding: 0;
	background-color: #cfcfcf;
	background-image: url('../images/footer_bkgd.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}

.footerArea .container {
	height: 77px;
	background-repeat: repeat-x;
}

.logos {
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 77px;
	vertical-align: middle;
	display:none;
}

.logos a {
	display: block;
	width: 150px;
	height: 43px;
	margin: 12px 0 0 0;
	padding: 0;
	background: url('../images/mini_lunar.png') transparent no-repeat;
	text-indent: -99999px;
		display:none;
}

.copyright {
	float: right;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 77px;
	vertical-align: middle;
		display:none;
}
