html 
{
	margin:0;
	padding:0;
}

body
{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1em;
	text-align:center;
	color:black;
}

a:link, a:visited, a:active
{
	text-decoration:none;
	color:black;
}

a:hover
{
	text-decoration:underline;
}

div#header
{
	background-image:url(../../images/header.jpg);
	min-height: 264px;
	height: 264px;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}
div#headerFiller
{
	min-height: 175px;
	height: 175px;
}
.menu
{
	text-align:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 1024px;	
	margin-left: auto ;
  	margin-right: auto ;
}

.menu a, .menu a:active, .menu a:visited
{
	padding:10px 10px 7px 10px;
	text-decoration:none;
	color:black;
	font-size:14px;
	font-weight:bolder;
	margin-right:3px;
	margin-left:3px;
}

.menu a:hover 
{
	margin-right:0px;
	margin-left:0px;
	background-color:#333333;
	border-right:3px solid #86abc8;
	border-left:3px solid #444444;
	color:white;
}

.container
{
	position: relative;
	text-align:left;
	width: 1020px;
	margin-left: auto ;
  	margin-right: auto ;
	overflow:auto;
}

.container h1
{
	font-size:28px;
	font-weight: normal;
	margin-left:15px;
	margin-bottom:-.02em;
}

.container hr
{
	color: #adb6bf;
	width: 100%;
}

.content
{
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

.col1home
{
	position: relative;
	float:left;
	width: 250px;
	padding-right:10px;
}

.col1services
{
	position: relative;
	float:left;
	width: 275px;
	padding-right:20px;
}

.submenu_selected
{
	padding:10px;
	border-bottom:1px solid #adb6bf;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	color: white;
	background-color: #333333;
}

.submenu
{
	padding:10px;
	border-bottom:1px solid #adb6bf;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	color: black;
}

.submenu a:link, .submenu a:visited, .submenu a:active
{
	text-decoration:none;
	color:black;
}

.submenu a:hover
{
	color:black;
}

.submenu:hover
{
	cursor:pointer;
	font-weight:bolder;
}

.col2home
{
	position: relative;
	float:left;
	width: 425px;
	padding-right:30px;
}
.col2wide
{
	position: relative;
	float:left;
	width: 665px;
	padding-right:30px;
}

.col3home
{
	position: relative;
	float:left;
	width: 275px;	
}

.col3home ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 20em;
}

.col3home li
{
	background-image: url(../../images/redarrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 3px 30px;
	margin: 0em 0 0 30px;
}

div#body
{
	position: relative;
	background-image:url(../../images/body.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

div#footer
{
	clear: both; 
	position:relative;
	background-image:url(../../images/footer.jpg);
	min-height: 304px;
	height: 304px;
	background-position:center;
	background-repeat:no-repeat;
}

div#footerContent
{
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:white;
	font-size: 10px;
	font-weight: bold;
	height: 175px;
	width: 1024px;	
	margin-left: auto;
  	margin-right: auto;
}

div#footerAgma
{
	position:relative;
	background-image:url(../../images/agma.png);
	height: 150px;
	width: 150px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
}

div#footerSolutions
{
	position:relative;
	height: 150px;
	width: 425px;
	float:left;
	margin-left:15px;
	margin-top:-5px;
	
}

div#footer h3
{
	font-size:17px;
	font-weight: normal;
	margin-left:15px;
	margin-bottom:-.02em;
}


div#footer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

div#footerSolutions li
{
	background-image: url(../../images/checkmark.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 3px 30px;
	margin: 0em 0 0 30px;
}

div#footerLinks
{
	position:relative;
	height: 150px;
	width: 150px;
	float:left;
	margin-left:15px;
	margin-top:-5px;
}
div#footerLinks a, div#footerLinks a:active, div#footerLinks a:visited
{
	text-decoration:none;
	color:white;
}

div#footerLinks a:hover
{
	text-decoration:underline;
}

div#footerLinks li
{
	background-image: url(../../images/bluearrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 3px 20px;
	margin: 0em 0 0 30px;
}

div#footerDisclaimer
{
	position:relative;
	height: 150px;
	width: 250px;
	float:left;
	margin-left:15px;
	margin-top:-5px;
	text-align:center;
}