@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #1D0000;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cfcfcf;
}

h1 {
	color: #C00;
	font-size: 24px;
	font-weight: bold;
	font-family: "Century Gothic";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #06C;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	color: #C00;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Century Gothic";
	font-size: 16px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #06C;
}

a:visited  {
	color: #06C;

}
a:hover    {
	color: #06C;

}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 145px;
	background-color: #B9DCFF;
	
}

.bannerArea .container {
	height:135px;
	background-image: url(images/Main-Web-Header.png);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 120px;
	float: right;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-right: 10px;
	font: bold;
}

.bannernav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.bannernav a:visited {
	color: #09F;
}
.bannernav a:hover {
	text-decoration: none;
	color: #09F;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-repeat:no-repeat;
	background-color: #06C;
}

.topnavigationgroup {
	margin: 0px;
	float: none;



	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	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: #FFF;
	background-repeat: repeat-x;
	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

.contentleft {
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 15px;
}

.contentright {
	padding-top: 0px;
	float: left;
	padding-left: 20px;
	width: 700px;
	text-decoration: none;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #B9DCFF;
	border-top-style: solid;
	border-top-color: #06C;
	border-top-width: 4px;
	
}
.contentArea .container .contentleft table tr td h2 {
	color: #FFF;
	background-color: #06C;
	font-family: Arial, Helvetica, sans-serif;
}


.footerArea .container {
	height: 77px;
	color: #06C;
}
a:link {
	color: #06C;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
}

