﻿*,html *,body *,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

body {
	font-family:  Tahoma, "Century Gothic", "Arial Narrow", Sans-serif; 
	font-size:13px;
	background: #3e0f66;
	}
p{
	line-height: 150%;
	margin-bottom: 15px;
}
h1{
	font-size: 20px;
	color: #3e0f66;
	font-weight: lighter;
}

h2{
	font-size: 15px;
	color: #3e0f66;
	font-weight: lighter;
}
#middle a:link{
	color:  #3e0f66;
}
#middle a:visited{
	color: #000000;
}

#middle a:hover{
	color: #dc143c;
}
#middle a:active{
		color: #8620da;
}
#wrapper{
	margin: auto;
	width: 100%;
	/*background: #3e0f66;*/
	background:#3e0f66;
}

#main{
	width:960px;
	margin: auto;
}
#middle{
	background: #ffffff;
	width:930px;
	margin: auto;
	padding: 20px 15px 20px 15px;
}
#breadcrumb{
	width:960px;
	margin: auto;
	height: 14px;
	background:  url("../img/tagbg.jpg") repeat;
	color: #3e0f66;
}
#top{
	position: relative;
	width:100%;
	height:115px;
	background: #3e0f66;
}

#topinner{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	height:115px;
	background: #3e0f66 url("../img/hd_logo.gif") left no-repeat;
}

#left{
	background: #3e0f66;
	position: relative;
	bottom: 0px;
	height: 30px;
}

#contact{
	position: relative;
	width: 249px;
	height: 89px;
	top: 0px;
	right: 0px;
	float: right;
	background:  #3e0f66 url("../img/hd_contact2.gif") no-repeat top right;
}
#toptext{
	position: relative;
	left:324px;
	float: left;
	width: 360px;
	background: #3e0f66;	
	padding: 20px 10px 5px 10px;
	font-size: 2em;
	text-align: center;
	color: #ffffff;
}
#topmenu{
	position: relative;
	top: 25px;
	clear: both;
	width:940px;
	height: 1.8em;
	background: #3e0f66 url("../img/menubg.jpg") repeat-x;
	color: #ffffff;
	text-align: center;
	font-size:1.1em;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active{
	color:#ffffff;
}
#textbox{
   width:920px;
	position: relative;
	background-color: #ffffff;
	padding: 20px;
}
#baselinks{
	position: relative;
	width:940px;
	background-color: #ffffff;
	padding: 10px;
}
#footer{
	position: relative;
	width:100%;
	background-color: #3e0f66;

}
#footinner{
	width:940px;
	margin: auto;
	background: #3e0f66;	
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

#bottom{
	height: 45px;
	width:960px;
	background-color: #3e0f66;
}

#toprightbox{
	width: 180px;
	position: absolute;	
	top: 0px;
	right:0px;
	border: 1px solid #dedede;
	padding: 40px 10px 10px 10px;
	background: #ffffff url("../img/hd_learnmore.gif") no-repeat top left;
}

.content{
	width: 100%;
}
.purple{
	width: 100%;
	background-color: #3e0f66;
}
#footinner a:link, #footinner a:visited, #footinner a:hover, #footinner a:active{
	color: #ffffff;
}
.third{
	width:33%;
	float: left;
	text-align:center;
}
.location{
	text-align:center;
	font-size: 20px;
}
/*#topleftbox{
	width: 180px;
	position: relative;	
	top: 148px;
	left:1.5%;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
}*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
	}
	
.clear {
	clear: both;
	}

.imgleft{
	float:left;
	clear: both;
	margin-right: 20px;
}
.green {
	color: #008000;
	text-transform: uppercase;
}

