@charset "UTF-8";
/* CSS Document */

.wrapper {
	width: 960px;
	margin: 30px auto;
	padding: 20px;
	background-color:#FFFFFF;
}
.header {
	height: 190px;
}
.header img {
	float:left;
}
.header .emaillink a {
	float: right;
}
.header .emaillink a.email {
	font-size: 16px;
	color: #ed1c24;
	padding-top: 10px;
	font-weight: normal;
	padding-right: 20px;
}
.mid {
	height: 198px;
}
#nav {
	width: 230px;
	height: 184px;
	float: left;
	margin-right: 12px;
	background-color: #ed1c24;
}
#nav ul {
	list-style: none;
	margin: 12px 0 0 18px;
	padding:0px;
}
#nav li {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#nav a {
	display: block;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:8px;
}
#nav li#current a, #nav a:hover {
	color: #860038;
	text-decoration: none;
}
.midholder {
	height: 184px;
	width: 718px;
	background-color: #860038;
	float:left;
}
.midholder h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	margin: 6px 0px 0px 10px;
}
.content {
	padding-left: 242px;
}
.content h2 {
	color: #ed1c24;
	font-weight:normal;
	font-size: 14px;
	line-height: 20px;
}
.content p {
	color: #860038;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.content .col1 {
	width: 235px;
	float: left;
	margin-right: 8px;
}
.content .col2 {
	width: 240px;
	float: left;
}
.content img {
	float: right;
}

.content .col3 {
	width: 250px;
	float: left;
	margin-right: 8px;
}
.content .col4 {
	width: 250px;
	float: left;
}
.content li {
	color: #ed1c24;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.test1 {
	height: 159px;
	width: 324px;
	background-color: #860038;
	float:left;
	padding:10px 15px 15px 15px;
}
.test1 p {
	color:#FFFFFF;
	font-size: 13px;
	line-height: 18px;
	margin:0px;
}
.test1 p span {
	color: #ed1c24;
	font-size: 13px;
}
.test2 {
	height: 155px;
	width: 320px;
	border: 2px solid #860038;
	float:right;
	padding:10px 15px 15px 15px;
}
.test2 p {
	color:#ed1c24;
	font-size: 13px;
	line-height: 18px;
	margin:0px;
}
.test2 p span {
	color: #860038;
	font-size: 13px;
}

.test3 {
	height: 148px;
	width: 320px;
	float:left;
	border: 2px solid #ed1c24;
	padding:10px 15px 15px 15px;
}
.test3 p {
	color: #860038;
	font-size: 13px;
	line-height: 18px;
	margin:0px;
}
.test3 p span {
	color:#ed1c24;
	font-size: 13px;
}

.test4 {
	height: 152px;
	width: 324px;
	float: right;
	background-color: #ed1c24;
	padding:10px 15px 15px 15px;
}
.test4 p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	margin:0px;
}
.test4 p span {
	color:#860038;
	font-size: 13px;
}

.content .phone p {
	float: left;
	color:#ed1c24;
	font-size: 58px;
	line-height: 62px;
}
.contact {
	width: 240px;
}
.contact p, .contact a {
	color:#ed1c24;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
}
.contact p strong {
	color: #860038;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}