/* ------------ STYLE ------------ */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	height:auto;
	height:100%;
	min-height:100%;
	background-color: #a9a9aa;
}
	
/* ------------ HEADINGS ------------ */

.largetitle {
	font-family: 'Century Gothic', Arial;
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
}	

.servicetitle {
	font-family: 'Century Gothic', Arial;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
}

.boldtitle {
	font-family: 'Century Gothic', Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
}

.contenttext {
	font-family: 'Arial', Century Gothic;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
}


.largetitlebold {
	font-family: 'Century Gothic', Arial;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;

}

#h1 {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

#h3 {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

/* ------------ LAYOUT ------------ */

#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	min-width: 175px;
	height: ;
	min-height: ;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #a9a9aa;
}

/* ------------ MAIN CONTENT ------------ */

#contentheadermenu {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	min-width: 175px;
	height: 136px;
	min-height: 136px;
	padding-top: 0px;

}

#contentcolumn1 {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	min-width: 175px;
	height: ;
	min-height: ;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #a9a9aa;
}

ul, li{margin:0; border:0; padding:0; list-style:none;}

#middlebar{
font-family: 'Arial', Century Gothic;
font-size:12px;
color:#000000;
font-weight:bold;
padding:0px;
margin-bottom: 15px;
height:0px;

}

#middlebar .menu li {
height:0px;
float:left;
margin-right:10px;
}

#middlebar .menu li a{
color:#000000;
text-decoration:none;
padding:0px 0px;
height:0px;
display:block;
float:left;
padding: 0px 0px 0px 0px;
}

#middlebar .menu li a:hover{
color:#ffffff;
}

#middlebar ul .submenu {
font-size:11px;
background:#a9a9aa;
position:relative;
top:0px;
width:175px;
padding:0px;
clear:both;
z-index:2;
display:none;
}

#middlebar ul .submenu li{
background:none;
display:block;
float:none;
margin:2px 5px;
border:0px;
height:auto;
line-height:normal;

}

#middlebar .submenu li a{
font-family: 'Arial', Century Gothic;
background:none;
display:block;
float:none;
padding:0px 0px;
margin:0;
border:0;
height:auto;
color:#000000;
line-height:normal;
}

#middlebar .submenu li a:hover{
background:#a9a9aa;
}





/* ------------ LINKS  ------------ */

#middlebar .submenu li a:link {
	font-family: 'Arial', Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color:#000000;
}

#middlebar .submenu li a:visited {
	font-family: 'Arial', Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	text-decoration: none;
}

#middlebar .submenu li a:hover{
	font-family: 'Arial', Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color:#ffffff;
	text-decoration: none;
	
}

#middlebar .submenu li a:active {
	font-family: 'Arial', Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color:#ffffff;
	text-decoration: none;
	
}

#middlebar a:link {
	font-family: 'Arial', Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:#000000;
	text-decoration: none;
	line-height: 18px;

}

#middlebar a:visited {
	font-family: 'Arial', Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:#000000;
	text-decoration: none;
	line-height: 18px;
}

#middlebar a:hover {
	font-family: 'Arial', Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:#414c52;
	text-decoration: none;
		line-height: 18px;

}

#middlebar a:active {
	font-family: 'Arial', Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:#000000;
	text-decoration: none;
		line-height: 18px;

	
}


