@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, Verdana, Univers;
	background-color: #cfcfcf;
	background-image: url(images/circuit_content.png);
}

h1 {
	color: #800000;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
	text-align: center;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	font-size: 1.5em;
	color: #19305B;
	padding: 0px;
	margin-top: 10px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: center;
}
.contentleft p {
	font-size: 1.3em;
	margin: 0px;
	color:#19305B;
}
.contentleft ul {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #162B53;
}
.textleft {
	text-align: left;
	color: #395684;
}
a          {
	color: #36C;
}
a:visited  { color:#36C ; }
a:hover    { color: #5872f4; }

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


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 120px;
	background-color: #800000;
	background-image: url(images/circuit.png);
}
.container #logoimage {
	float: left;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #464A46;
	border-left-color: #464A46;
}

.bannerArea .container {
	height:120px;
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #fff;
	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: #6CF;
	text-decoration: none;
}

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}
.toplogotext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CDDBEA;
	margin-left: 80px;

}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #800000;
}

.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: 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:#CCC;
	background-repeat: repeat-x;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/circuit_content.png);
	background-repeat: repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #800000;
	border-left-color: #A00000;
}

.contentleft {
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentleft p #graymatter {
	position: relative;
	top: 5px;
}
.contentleft h4 {
	text-align: center;
	color: #19305B;
}

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

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}
.contentright p img {
	margin-right: auto;
	margin-left: auto;
}
.contentright p {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	text-align: center;
	color: #142450;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #E6E6E6;
	border-top-style: solid;
	border-top-color: #800000;
	border-top-width: 4px;
}

.footerArea .container {
	height: 77px;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.homePageTitle {
	font-size: 2.5em;
	display:block;
	border:thin;
}

