body {
	margin: 0;
	padding: 0px;
	width: 100%;
	font-family:Tahoma, Arial;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:#FFFFFF;
}

.top {
	background-image: url(../images/top_gradient_1.jpg);
	background-repeat: repeat-x;
	height: 81px;
}

/** Gray Navigation bar ***/
		.nav {
			background-color: #373737;
			width:1000px; 
			height: 44px;
		
		}
		span.navitem  {
			margin: 10px 10px 10px 10px;
			width: 115px;
		
		}
		a.navlink {
			color:#CCCCCC;
			text-decoration:none;
			font-family: Tahoma, Arial;
			margin: 10px 10px 15px 10px;
			border: 1px solid #373737;
			width: 80%;
			padding: 10px 10px 10px 10px;
			font-size: 14px;
		}
		
		a.navlink:hover {
			color:#CCCCCC;
			background-color:#42433D;
			font-family: Tahoma, Arial;
			text-decoration:none;
			margin: 10px 10px 10px 10px;
			border: 1px solid #52534D;	
			width: 80%;
			padding: 10px 10px 10px 10px;
		}
/** END :: Gray Navigation bar ***/

.box {
	padding: 10px;	
}

h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: baseline;
	padding-top: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background-image: url(../images/h1_gradient_1.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 25px;
}
form {
	padding-left: 25px;
}

h2.boxh2 {
	font-size: 12px;
	text-transform: uppercase;
	
}

.boxspan {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0099CC;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #006F93;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

.boxspan a{
color: #FFFFFF;}

.boxspan a:hover{
background-color: #0099CC;
color: #FFFFFF;}

p{
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;}
td.footer {
	background-image: url(../images/footer_gradient_1.jpg);
	background-repeat: repeat-x;
	height: 83px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E6E7E9;
	padding-left: 25px;
	font-size: 11px;
	color: #666666;
}

a.footerlink {
	color: #666666;
	text-decoration:none;
	width: 80%;
	line-height: 25px;
}
a.footerlink:hover {
	color: #666666;
	text-decoration:none;
	width: 80%;
	background-color:#CCCCCC;
	line-height: 25px;
}

strong.blue {
	color: #003D7E;
}

a{
	color: #003D7E;
	text-decoration:none;
	
}
a:hover {
	color: #003D7E;
	text-decoration:none;
	background-color:#CCCCCC;
}

.servicelist {
	line-height: 25px;
}


img.serviceimg {
	padding: 5px 15px 5px 15px;

}

div.folioTitle {
	width: 500px;
	background-color:#CCCCCC;
	color:#000066;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	margin-left: 25px;
}

div.folioContent {
	width: 550px;
	margin-left: 25px;
	margin-top: 10px;
}

#loadarea {
	width: 250px;
	margin-top: 25px;
}

div.hr {
	height: 15px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/hr1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.hr hr {
  display: none;
}

.font{
font-family:verdana;text-align:justify;font-size:xsmall;}

.font a:hover{background-color:#ffffff;text-decoration:underline;}