body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x;
	background-color: white;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

h1 {
	color: #0070c0;
	font-size: 16px;
	text-align: center;
}

.abouttitle
{
color: #205f8b;
font-weight: bold;
}

.aboutactive {
color:#034a7c;
}

a {
	font-weight: normal;
	text-decoration: none;	
	color: #2a7995;
}

a:hover {
	color: #2fbac5;
}
	
img {
border: none;
}

td.navigation
{
	width: 165px;
	padding: 5px;
	vertical-align: top;
}

td.content
{	
	width: 660px;
	padding: 10px;
	vertical-align: top;
	min-height: 300px;
	display: block;
}

td.contact{
	padding: 10px;
	vertical-align: top;
	min-height: 300px;
	display: block;
	}


/*rollover navigation*/

#rollover ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#rollover li {
padding-bottom: 3px;
}

#dhtmltooltip{
	position: absolute;
	margin-left: 70px;
	width: 350px;
	border: 2px solid black;
	padding: 2px;
	background-color: #b8cbcd;
	visibility: hidden;
	z-index: 100;
	}

/*bottom navigation*/

#bottomnavigation {

}

#bottomnavigation ul {
	padding: 0;
	margin-top: 10px;
	list-style-type: none;	/*deletes bullets*/
	text-align: center;	/*centers horizontal nav*/
	width: 100%;
}

#bottomnavigation li {
	font-size: 13px;
	display: inline;	/*makes list horizontal*/
	padding: 0;
	margin: 0;
}

#bottomnavigation a {
	font-weight: normal;
	margin: 0;
	padding: 7px 6px;
	width: auto;	/*fits to cell space and spaces items accordingly*/
	text-decoration: none;
	color: #2a7995;
}

#bottomnavigation a:hover {
	color: #2fbac5;
}
	
.footer {	
color: #2a7995;
font-weight: normal;
font-size: 10px;
text-align:center;}


/*contact form*/
#ajax-contact-form {
margin-left: 100px;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { 
-moz-border-radius: 7px; 
border: 0; 
display: block;
width: 790px;
margin-left: 15px;

}

#fields p {
padding-bottom: 10px;
}
.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background: white;
color: #333333; 
-moz-border-radius: 3px;
float: right;
margin-right: 150px;
}

/* Label */
label  {
width: 85px; 
float: left;
text-align: left;
margin-top: 5px;
}

/* Input, Textarea */

.textbox {
background-color:#FFFFFF;
}

input, textarea
{
margin-bottom: 10px;
padding: 5px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #333333; 
background-color:#FFFFFF;
-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }