@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E0E1E2;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#19a2cf;
}
.wrap
{
	width:864px;
	height:570px;
	position:relative;
	top:0px;
}
.header_home
{
	background:url(../images/header_home.jpg) top center no-repeat;
	width:864px; 
	height:68px;
	}
.contentheader
{
	background:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:864px;
	height:78px;
}
.under_nav {
	height: 9px;
	width: 864px;
	background:url(../images/under_nav.jpg) top center no-repeat;
}
.under_navc
{
	height:9px;
	width:864px;
}
.left_content {
	background-image: url(../images/left_content.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 483px;
	width: 81px;
}
.contentrt
{
	heigth:81px;
	width:483px;
}
.content
{
	heigth:702px;
	width:483px;
}
.leftcontent
{
	height:483px;
	width:240px;
	background:url(../images/content_bg.jpg);
	text-align:left;
}
.leftcontent3
{
	height:483px;
	width:240px;
	background:url(../images/content_bg.jpg);
	text-align:left;
}
.leftcontent2
{
	height:483px;
	width:240px;
	background:url(../images/content_bg2.jpg);
	text-align:left;
}
.homecontent
{
	background:url(../images/home_content.jpg);
	width:864px;
	height:483px;
	background-repeat:no-repeat;
}	
.menu td
{
	padding-right:10px;
}

.topmenudiv
{

	width:400px;
	position:relative;
	top:20px;
	left:150px;
}
.topmenudivcontent
{
	position:relative;
	top:-10px;
	left:420px;
	width:400px;
}
.topmenudivcontent2
{
	position:relative;
	top:-10px;
	left:420px;
	width:400px;
}
.contenttop
{
	width:864px;
}

.topmenu a:hover
{
	color:#fff;
}
.footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:800;
	text-align:right;
	width:725px;
}
.contentfooter
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:800;
	text-align:right;
	width:725px;
	padding-right:70px;
}
#services
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
.emaillink
{
	color:#002a5e;
	font-weight:800;
	font-size:12px;
}
.emaillink:hover
{
	text-decoration:underline;
}
#contactheader
{
	font-size:13px;
	color:#002a5e;
	font-weight:bold;
}
#contactheader2
{
	font-size:13px;
	color:#002a5e;
	font-weight:bold;
}
#contactheader3
{
	font-size:13px;
	color:#002a5e;
	font-weight:bold;
}
#contentheader
{
	font-size:13px;
	color:#002a5e;
	font-weight:bold;
	line-height:13px;
}
#contentheader2
{
	font-size:13px;
	color:#002a5e;
	font-weight:bold;
	line-height:13px;
}
.contentheadertable
{
	margin-top:10px;
	font-size:14px;
	color:#002a5e;
	font-weight:bold;
}
.contentheadertable td
{
	padding-top:5px;
}
/* Dropdown styling */

.dropdown
{
	position:absolute;
	top:0px;
	left:0px;
}
#dropdownMenu, #dropdownMenu ul {
	list-style:none;
	line-height:1;
	text-align:left;
	border-style:none;
	width:400px;
	padding-left:0px;
}
#dropdownMenu a {
	display:block;
	height:30px;
	line-height:30px;
	border:0;
	color:#19a2cf;
	text-align:center;
}
#dropdownMenu a:hover{
	color:#fff;
}
#dropdownMenu li {
	float:left;
	width:100px;
	border:0;
	text-align:center;
	cursor:pointer;
}
#dropdownMenu li ul {
	position:relative;
	left:-30px;
	top:0px;
	width:160px;
	border:0px;
	text-align:left;
}
#dropdownMenu li ul li {
	border:0;
	width:160px;
	position:relative;
	left:0px;
	top:0px;
}
#dropdownMenu li ul li .test {
	border:0;
	opacity:.6;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	background:#0C2745;
	position:absolute;
	height:30px;
	width:160px;
	top:0px;
	left:0px;
	z-index:5;
}
#dropdownMenu li ul li a:hover {
	color:#19a2cf;
}
#dropdownMenu li ul li .testlast
{
	background:url(../images/menubgbot.gif) center no-repeat;
	opacity:.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	height:30px;
	width:160px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
#dropdownMenu li ul li .testfirst
{
	background:url(../images/menubgtop.gif) center no-repeat;
	opacity:.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	height:30px;
	width:160px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

#dropdownMenu li ul ul {
	position: absolute;
	margin-top: -30px;
}
#dropdownMenu li ul li a
{
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	color:#fff;
	z-index:10;
}
#dropdownMenu .top
{
background:url(../images/menuborder.gif) top right no-repeat;
}

#dropdownMenu .top_home
{
background:url(../images/menuborder.gif) top right no-repeat;
text-indent:18px;
}
#dropdownMenu .toplast
{
	background:none;
}

#dropdownMenu .toplast_contact
{
	background:none;
	text-indent:-14px;
}
#dropdownMenu .active
{
	color:#fff;
}
/*Slideshow styling */

.slidewrap
{
	position:absolute;
	top:61px;
	left:171px;
}
.button1
{
	height:26px;
	width:26px;
	position:relative;
	top:140px;
	left:435px;
	z-index:20;
	cursor:pointer;
}
.button1 img
{
	border-style:none;
}
.button2
{
	height:26px;
	width:26px;
	position:relative;
	top:150px;
	left:435px;
	z-index:20;
	cursor:pointer;
}
.button2 img
{
	border-style:none;
}
.portfoliocontent
{
	position:relative;
	top:0px;
	left:1px;
	height:483px;
	margin-bottom:10px;
}