body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	font-size: 12px;
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#footer_nav {
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	clear: left;
	color: #2E3192;
}
#footer_nav a {
	color: #2E3192;
}
.service {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	background-color: #2E3192;
	color: #FFFFFF;
	padding: 2px;
}
.sub_service {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.sub_service_desc {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	margin-left: 50px;
}
.service_img {
	float: right;
}
.centered {
	text-align: center;
}
.italic {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.small_link {
	font-size: 10px;
}
#company {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E3192;
}
.image {
	display: block;
	text-align: center;
}
#menu_footer {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat;
}
#left_nav_spacer {
	background-image: url(../images/prototype_13.jpg);
}#homepage_main {
	background-image: url(../images/homepage_main_content.jpg);
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}
#content {
	display: block;
	margin-top: 140px;
	margin-right: 55px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}
.legal {
	font-size: 10px;
	text-align: center;
	display: block;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	width: 80px;
}


/*Gallery Only*/
a.thumb{
	text-decoration: none;
	}
a:hover.thumb{
	position:relative;
	}
a span.preview{
	display:none;
	}
a:hover span.preview{
	color:#eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display:block;
	position:absolute;
	top:-150px;
	left:-150px;
	/*formatting only styles*/
padding:10px;
	margin:10px;
	z-index:100;
	background:#333333;
	border: 1px solid #FFFFFF;/*end formatting*/
}
.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}
span.preview img {
	border: none;
}
.num_list {
	list-style-type: decimal;
}
