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

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C30;
	margin-left: 25px;
	margin-right: 25px;
}

h1 {
	color: #00038E;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	color: #339;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9px;
	color: #666;
}


p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    {
	color: #C30;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(file:///C|/Users/Meade/Documents/TEST%20SITE/images/topnav_bkgd.jpg);
	background-position: 100% 100%;
	background-repeat: repeat-x;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 160px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	
}

.bannerArea .container {
	height:160px;
	background-image: url(images/textbanner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.bannernav a {
	color: #FFF;
	text-decoration: none;
}
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	float: left;
	background-image: url(images/pcclogo.jpg);
	height: 133px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-repeat:repeat-x;
	background-color: #E3B229;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
}

.topnavigationgroup {
	margin: 0px;
	float: left;



	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, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #FDF8EC;
	background-image: none;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: solid;
	border-left-style: outset;
	border-top-color: #CCC;
	border-bottom-color: #FFF;
	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: none;
	background-repeat: no-repeat;
}

.contentleft {
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	overflow: auto;
	width: 530px;
	height: 700px;
	padding-top: 10px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	width: 290px;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	border-top-style: solid;
	border-top-color: #CFA31B;
	border-top-width: 2px;
	background-color: #E3B227;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	
}

.footerArea .container {
	height: 50px;
	background-image: none;
}

.copyright {
	padding-left: 40px;
	padding-top: 15px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
