@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/bodyBG_960x384.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #0A2F4A;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

.globalwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height:100%;
   	position:relative;

}
.splash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}


h1 {
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.clr {
	clear: both;
}
.address {
	float: right;
	text-align: right;
}
.companylogo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	height: 139px;
	width: 248px;
}
.companylogo h1 {
	display: none;
}
.leftcol {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #224C72;
	background-image: url(/images/pgBG.png);
	background-repeat: repeat;
}
.rightcol {
	float: right;
	width: 700px;
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
	border: 1px solid #224C72;
	background-image: url(/images/pgBG.png);
	background-repeat: repeat;
}
.header {
	margin-top: 20px;
	margin-bottom: 20px;
}
img {
	border: 1px solid #3562A6;
	background-color: #222;
	padding: 2px;
	text-align: justify;
}
iframe {
	border: 1px solid #3562A6;
	background-color: #222;
	padding: 2px;
}


.footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3562A6;
	background-color: #111;
	position:relative;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	font-size: 9px;

}
a {
	color: #9DB7E6;
	font-weight: bold;
}

.arrowsidemenu{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #224C72;
	/*border-size: 1px;*/
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #FFF;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #00F;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #F00;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}
.centered {
	text-align: center;
}
.clientname    {
	text-align: right;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0CF;
	font-style: italic;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #224C72;
	background-color: #1A4768;
	margin-left: 100px;
}
.smaller    {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
}
#certs img{
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
#certs {
	margin-top: 25px;
}


li {
	padding-bottom: 10px;
	color: #96C8F1;
}
.coname {
	font-size: 20px;
	font-weight: bold;
}
.phnumb {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}
.addr {
	font-size: 13px;
}
.nobg {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

