/*DEFAULT BODY 
background:#FFFFCC url("images/bg1.gif") repeat-y fixed center top;
STYLES*/

* { padding: 0; margin: 0; }

body {
	background: #0c3774;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100%;
	}
	
p {
	margin-top: 10px;
}

ul li
{
	list-style-type: square;
	padding-left: 5px;
	margin-left: 25px;
}
 
 #wrapper { 
 	margin: 0 auto;
 	width: 876px;
	height: 100%;

}

#services {
position: absolute;
height: 200px;
width: 288px;
margin-top: 335px;
margin-left: 570px;
background-color: transparent;
background-image: url(images/services.png);
background-repeat: no-repeat;
background-attachment: scroll;
font-size: 14px;
color: #FFFFFF;
line-height: 160%;
padding-top: 70px;
font-weight: normal;
}

#menu {
position: relative;
float: right;
height: 33px;
width: 550px;
padding-right: 0px;
padding-top: 102px;
}


/*LINKS*/

a:link {
	color:#0066CC;
	text-decoration:underline;
}
a:hover {
	color:#0066CC;
	text-decoration: none;
	}
a:visited {
	color:#0066CC;
	text-decoration:underline;
}

.baselinks:link{color:#999999; text-decoration:none;}
.baselinks:hover{	color:#ffffff;	border-bottom: 1px solid #999999;}
.baselinks:visited {color:#999999; text-decoration:none;}

.toplinks:link{color:#b9b461; text-decoration:none;}
.toplinks:hover{	color:#b9b461;	border-bottom: 1px solid #b9b461;}
.toplinks:visited {color:#b9b461; text-decoration:none;}

.serviceslink:link{color:#9CDBFC; text-decoration:underline;}
.serviceslink:hover{color:#ffffff;	text-decoration:underline;}
.serviceslink:visited {color:#9CDBFC; text-decoration:underline;}


/*SECTIONS*/

.header {
	height: 135px;
	width: 876px;
	padding: 0px 0px 0px 0px;
	background-color: #0c3774;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	border: solid 0px #999999;
}
.imagebanner {
	height: 222px;
	width: 876px;
	padding: 0px 0px 0px 0px;
	background-color: #0c3774;
	border-top: solid 3px #c7c6c5;
	border-bottom: solid 3px #c7c6c5;
}
.experience {
	height: 120px;
	width: 876px;
	padding: 0px 0px 0px 0px;
	background-color: #0c3774;
	border: solid 0px #999999;
	background:#0c3774 url("images/experience.gif") center top;
	background-repeat: no-repeat;
}
.content {
	height: 100%;
	width: 506px;
	padding: 20px 340px 20px 30px;
	background:#ffffff url("images/content_bg.jpg") repeat-x top;
	border-top: solid 2px #ffffff;
	font-size: 13px;
	text-align: justify;
	color: #72706f;
	line-height: 160%;
}
.content ul {
	
	list-style-image: url(images/greenBullet.gif);
	margin: 6px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	line-height: 180%;
}
.footer {
	height: 57px;
	width: 876px;
	padding: 25px 0px 0px 0px;
	border: solid 0px #999999;
	background:#0c3774 url("images/footer.gif") center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/*TEXT*/

	
.header1 {
	font-size: 16px;
	font-weight: bold;
	color: #192e4a;
	}

.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 10px;
	}
	
.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 30px;
}

	

/*TABLES*/


	
/*IMAGES*/

.imagefloatright {
	float:right;
	margin-top:auto;
	margin-left:10px;
	margin-bottom:auto;
	}
.imagefloatleft {
	float:left;
	margin-top:auto;
	margin-right:10px;
	margin-bottom:auto;
	}
	
.image_large {
	margin-top:5px
	}

.googlemap {
	border: solid 2px #999999;
}

/*----------------FORMS----------------*/

.forms {
	padding: 4px;
	background-color: #ffffff;
	border: solid 1px #999999;
}

.button {
	padding: 4px;
	}

input, select, textarea {
	font-family: verdana,arial,hevetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

/*FX - image in top right of screen, must be PNG*/

.cursor { /*create custom cursor*/
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;}
