﻿body
{
	margin-top: 100px;
	margin-left: 0px;
	background-color: #fff;
	font: 62.5%/140% Arial, sans-serif;
	color: #000;
	text-align: center;
}

a
{
	color: #c60c46;
}

a:hover
{
	color: #b8dedc;
}

h1
{
	font-weight: normal;
	font-size: 2.5em;
}

h2
{
	font-weight: normal;
}


.dropdown
{
	position: absolute;
	background-color: #FFFFFF;
	visibility: hidden;
}

#service #service_drop a
{
	color: #000000;
	display: block;
	padding: 4px 3px;
	text-align: left;
	width: 150px;
}
#service #service_drop a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

.serv
{
	color: #000000;
}

#service a#servicelink:hover
{
	color: #000000;
}

#service a#servicelink.on
{
	color: #000000;
}

.serv a
{
	color: #000000;
}

#footer
{
	margin-top: 40px;
	font-size: 0.9em !important;
}

.header_emphasis
{
	color: #c60c46;
}

#logo
{
	margin-left: 80px;
	padding-top: 24px;
	text-align: center;
}

#menu
{
	background-color: #c60c46;
	font-size: 1.2em;
}

#menu a
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.nav_on
{
	background-image: url(../images/menu_hover.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#secondary p, ul
{
	font-size: 12px;
}

#site_body p
{
	margin-right: 80px;
}

#wrapper
{
	width: 1024px;
	min-height: 500px;
	margin: 0px auto;
	text-align: left;
	border-bottom: 1px solid #b8dedc;
}
