@charset "utf-8";
body {
	margin:0;
	font-size:100%;
}
img {
	border-style:none;
}
.header {
	background-color:#F2F2F2;
	position:relative;
	width:100%;
	height:auto;
	min-height:125px;
	border-top:7px;
	border-top-color:#CA0000;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
}
.header div {
	width:auto;
	height:auto;
}
.header div img {
	width:100%;
	height:auto;
}
#logo {
	width:17%;
	max-width:215px;
	float:left;
	margin-left:2%;
	padding-top:0.5%;
}
#bannertitle {
	width:59%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
#certlogo {
	width:17%;
	max-width:215px;
	float:right;
	margin-right:2%;
	padding-top:0.5%;
}
.header h1 {
	font-family:Calibri, Arial, Corbel;
	font-size:65px;
	color:#00005B;
	margin:0;
}
.header h1 span {
	color:#CA0000;
	font-size:60px;
}

/* Start Block - Code Not In Use */
#bannertitle ul {
	display:inline-block;
	padding:0;
	margin:0;
	/* For IE */
	zoom:1;
	*display:inline;
}
#bannertitle li {
	float:left;
	margin-left:30px;
	font-family:Calibri, Arial, Corbel;
	font-size:30px;
	color:#CA0000;
}
#bannertitle li span {
	color:#00005B;
}
/* End Block - Code Not In Use */

.main {
	position:relative;
	float:left;
}
.main {
	background-color:#FFF;
}
.leftcol {
	position:relative;
	width:35%;
	height:auto;
}
.leftcol div {
	width:auto;
	height:auto;
	padding-left:4%;
	padding-top:4%;
	padding-right:6%;	
}
.leftcol div img {
	width:100%;
	height:auto;
	border-style:solid;
	border-color:#333;
	border-width:2px;	
	box-shadow: 10px 10px 5px #888888;
}
.rightcol {
	position:relative;
	float:right;
	font-family:Calibri, Arial, Corbel;
	width:65%;
	height:auto;
	min-height:600px;		
	border-left:1px;
	border-left-style:solid;
	border-left-color:#CCC;
}
.rightcol h1 {
	font-size:30px;
	color:#069;
	margin-top:1%;
	margin-left:2%;
	margin-bottom:0;
}
.rightcol p {
	font-size:16px;
	color:#666;
	margin-top:10px;
	margin-left:2%;
}
.rightcol li {
	margin-left:30px;
	font-family:Calibri, Arial, Corbel;
	font-size:18px;
	color:#CA0000;
}
.rightcol li span {
	color:#00005B;
}
.footer {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#CCC;
}
.footer, .footermain, .footerbase {
	float:left;
	width:100%;
}
.footermain {
	background-color:#F2F2F2;
}
.footermain img {
	margin-top:10px;
}
.footermain div {
	font-family:Calibri, Arial, Corbel;
}
.footermain h2 {
	margin-bottom:0;
	margin-top:7px;
	font-size:30px;
	color:#069;
}
.footermain ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0;
	margin-top:2%;
	float:left;
}
.footermain li {
	background-repeat:no-repeat;
	list-style:none;
	white-space:nowrap;
}
.footermain a {
	text-decoration:none;	
	color:#000;
}
.footermain a:hover {
	text-decoration:underline;
}
.footermain li p {
	padding-left:20px;
	color:#666;
	margin-top:2%;
}
.footerleftwrap {
	width:45%;
	float:left;
}
.footerleft {	
	float:left;
	width:48%;
	height:auto;
	margin-left:2%;
}
.footerleft p {
	margin:0;
	margin-top:1%;
	font-size:20px;
}
.footerleft img {
	width:100%;
	height:auto;
}
.footertext {
	float:left;
	width:100%;	
}
.footertext p {
	margin:2%;
}
.footermiddle {
	float:left;
	width:20%;
	margin-left:2%;
}
.footerright p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;	
}
#address {
	float:left;
	margin-top:2%;
}
#address a {
	padding:0;
	color:#CA0000;
}
#address p {
	margin:0;
	margin-top:1%;
	margin-bottom:2%;
}
#address a:hover {
	text-decoration:none;
	color:#06C;
}
.footerright {
	width:20%;
	margin-left:5%;
	float:left;
}
.footerright img {
	margin-top:10px;
}
.footerbase {
	float:left;
	background-image:url(../Assets/FooterBGbase.png);
	background-repeat:repeat;
}
.footerbase p {
	font-family:Verdana, Geneva, sans-serif;
	margin-left:2%;
	font-size:14px;
	color:#333;
}
.footerbase a {
	color:#039;
	text-decoration:none;
}
.footerbase a:hover {
	text-decoration:underline;
}
/* CSS Layout for JavaScript image rotation APs on Home Page */
div.ImgChange {
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}
div.ImgChange img {
	border-style:solid;
	max-width:420px;
}
div#ImgChange1 {
	visibility:visible;
}

/* End of Comments */
