@charset "UTF-8";
/* CSS Document */

html {
	
}

body {
	background-color: #000000;
	background-image:url(images/background2secondary.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	height:100%;
	min-width:1028px; /* This takes care of all the 'decent' browsers */
	margin: 0px;
	padding: 0px;  /*optional*/	  /* Optionally set text-align: center; and increase the padding if you wish to have the page centered with margins... */
}
hr {
color: #00264c;
background-color: #00264c;
height: 5px;
}
.centertext {
text-align:center;
}
.lefttext {
text-align:left;
}
.righttext {
text-align:right;
}
.subtitle {
background-color:#00264c;
font-size:14px;
padding:3px;
color:#CCCCCC;
}
.subsubtitle {
font-size:12px;
	background-color:#CCCCCC;
	padding:3px;
	color:#00264c;
}
td{
text-align:center;
}
.tableservices td {
text-align:left;
}
.tableservices  {
	border:2px solid #00264c;
	width:280px;
}
.imageright {
float:right;
position:relative;
padding:5px;

}
.imagecenter {
display: block;
    margin-left: auto;
    margin-right: auto;
	padding:5px;

}
table.center {margin-left:auto; margin-right:auto;}
.tableservices td{
padding:3px;
	border:1px dotted #cccccc;
}

.tabletitle {
background-color:#00264c;
color:#CCCCCC;
}

#businesspanel {
height: 176px;
width:100%;

}

#business {
float:left;

}

#navextra {
font-size:11px;
width:230px;
float:left;
margin:0px;
padding:0px;
color:#CCCCCC;
}

#navextra ul{
float: left;
width: 100px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#navextra li{
list-style:none;
margin:0px;
padding:0px;

}
#navextra a {
	color:#CCCCCC;
	text-decoration:none;
	line-height: 20px;
}
#navextra a:hover {
	color:#fff;
}
#nav {
	clear:both;
	position:absolute;
	float:left;
	top: 177px;
	width: 840px;
	left:0px;
	margin:0px;
	padding:0px;
	
}
#nav ul{
	padding-left:0px;
	margin-left:40px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav li{
float: left;
	width: 164px;
	margin-left:20px;
	list-style:none;
}



#space {
height:62px;

}
#breadcrumb{
margin-top:15px;
}
#breadcrumb a{
color:#00264c;
}
#breadcrumb a:hover{
color:#000099;
}
#page {
	clear:both;
	background-color:#FFFFFF;
	margin-left: 45px;
	margin-right: 45px;
	min-height:300px;
	
}
#pagecontact {
	clear:both;
	background-color:#FFFFFF;
	margin-left: 45px;
	margin-right: 45px;
	min-height:300px;
	background-image:url(images/customerservicelady_14.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content {
min-height:500px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00264c;
margin-left:50px;
margin-right:50px;


}
#contentcontact {
	min-height:300px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00264c;
	background-image:url(images/customerservicelady_14.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contentcontact h1{
text-align:center;
	font-size: 20px;
}
#content img {
text-align:center;
} 
#content h1{
	text-align:center;
	font-size: 20px;
}
.clearer {clear:left; line-height: 0; height: 0;}
.listitem {
position:relative;
margin-top:40px;
padding-top:40px;


	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00264c;
}
.listitem h2{
 font-size: 18px;
 margin:0px;

}
.listitem h2 a{
	 text-decoration: none;
}
.listitem h2 a:hover{
color:#000099;
	 text-decoration: none;
}
.listitem h3{
 font-size: 14px;
  margin:0px;
}

.listitem p{
 font-size: 12px;
}

.listitem img{
float:left;
position: relative;
}
.listitem a{
color:#00264c;
}
.listitem a:hover{
color:#000099;
}






.listitemsm {
	clear:both;
	margin-top:5px;
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00264c;
}
.listitemsm ul{
	clear:both;
	margin:0px;
	padding:0px;
}
.listitemsm li{
position:relative;
float: left;
	width: 240px;
	margin-left:20px;
	list-style:none;
}

.listitemsm p{
clear:both;
 font-size: 12px;
 padding:3px;
}


.listitemsm a{
color:#00264c;
}
.listitemsm a:hover{
color:#000099;
}
.formErr {
color:#FF0000;
}