
body { 
text-align: center;  /*ie centering fix */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
margin:0;
margin-top:10px;
}
/*
font-size:62.5%; takes 16px default size down to 10px, which apart from being less huge is a nice round number. From now on it’s easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px, etc.
*/

#page {
width: 777px;
margin: auto;
text-align: center;  /*ie centering fix */
}

.topHeading 
{
  DISPLAY: block; 
  visiblity: visible; 
  POSITION: absolute; 
  Z-INDEX: 1; 
  LEFT: -1000px; 
  WIDTH: 550px; 
  TOP: 0px;
}

.toptitle{
text-align:right;
font-size:1.3em;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}

.topbannercell {
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
}

.maintable {
padding: 9px;
padding-top: 20px;
text-align:left;
font-size:1.2em; /*12px*/
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
height:440px;

}

h1 {
font-size:1.5em;
font-weight:bold;
}

h2 {
font-size:1.4em;
}

a {color:#333333; text-decoration:underline;}
a:hover {color:#e15c04;text-decoration:underline;}

/*image and alignment classes*/
img.imageleftalign {float:left; margin-top:15px;margin-right:10px;margin-bottom: 10px;}
img.imagerightalign  {float:right; margin-left:20px; margin-bottom: 10px;}
img.imagecenteralign {float:none; border:1px solid #000000;}

.dottedline {
margin-top:20px;
margin-bottom:10px;
width: 757px;
height: 1px;
background-image:url(../images/dots_divider.gif); 
background-repeat:repeat;
}


ul
{
list-style-type: none;
padding-left: 20px;
margin: 0;
}

li
{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1em;
}
/*

li.title {
list-style-image:url(../images/big_bullet.gif); 
margin-top:6px; 
margin-left: -5;
text-align:left; 
font-size:1.4em; 
font-weight: bold;
}

li.title{
list-style-image:url(../images/big_bullet.gif); 
margin-top:6px; 
text-align:left;
font-size:1.3em;
font-weight:bold;
padding: 0;
margin: 10px;
}
*/

.title {
background-image: url(../images/big_bullet.gif);
background-repeat: no-repeat;
text-align:left;
font-size:1.4em;
font-weight:bold;
padding-left: 20px;
/*width: 50%;*/
}

.maincontenttable { vertical-align:top;}
/*Add a black border to all images in the main content table*/
.maincontenttable img {border:1px solid #000000;}

.servicesboxleft {
background-color:#333333; 
width:15px; 
height:99px;
}
.servicesbox{
background-image:url(../images/bg_services_boxes.gif); 
padding:8px; 
width:315px; 
vertical-align:top; 
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
}
/* ------------- ALL the styles below are for the new contact form ------------- */
.mailwrapper {
	text-align: left;
	width: 75%;
}

.maildiv {
	/*margin: 0 auto 0 auto;*/
	text-align: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 25px;
	
}
.maildiv form {
	text-align: left;

}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 23%;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
/*.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}*/
.maildiv input {
	margin-bottom: 10px;
	width: 250px; 
	height: 17px; 
	border: 1px solid #003333;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;
	width: 250px; 
	height: 200px; 
	border: 1px solid #003333;
}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #003333; 
}
.maildiv fieldset {
	padding: 20px 5px 5px 5px;
	margin-bottom: 10px;
	background-color:#F8F8FF;
	/*border:0;*/
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;

}
.maildiv .fmrequired {
/*new is e15c04*/
	color: #e15c04;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #333333;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #333333;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 100%;
}
/* ------------- End contact form styles------------- */


