@font-face {
    font-family: 'AvantqueRegular';
    src: url('fonts/avantque.eot');
    src: url('fonts/avantque.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantque.woff') format('woff'),
         url('fonts/avantque.ttf') format('truetype'),
         url('fonts/avantque.svg#AvantqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	height: 100%;
}

body {
	margin: auto;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clr {
clear:both;	
height: 2px; 
}

#sitebody {
	width: 100%/*1280px*/;
	margin-left: auto;
	margin-right: auto;
	background-color: #cfd205;
}

#header {
	width: 960px /*100%*/;
	margin: 0 auto;
	height: 160px;
	background-color: #7b1f5f;
	/*background-image:url('../../images/logo.gif');
	background-repeat:no-repeat;
	background-position: 160px 10px 50%;*/
}

.phone {float: right; position: relative; top: 95px; font-size: 22px; color: #FFF;}

.logo_link { display: block;    float: left;    height: 140px;    position: relative;    width: 240px;    z-index: 100;}

#main_menu {
	position: relative;
	text-align: right;
	margin-right: 0;
	top: 70px;
	color:#FFFFFF;
	clear: right;
}

.menubar {
	width: 100%;
	background-color: #7b1f5f;
}

#main_menu li{
	display:inline;
	padding: 0px 7px 0px 7px;
	font-size: 18px;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
}
#main_menu li a:link{
	color:#F0F0F0;
	text-decoration: none; 
}

#main_menu li a:visited, #main_menu li a:active{
	color:#F0F0F0;
	text-decoration: none; 
}

#mainsite {
	width: 960px;
	height: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}


#maincontent {
	margin: 20px 20px 20px 20px;
	width: 535px;
}

.rightpane {
	float: right;
	display:inline-block;
	width: 265px;
	margin: 30px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
	border-left: 2px #ededed solid;
}

.rightpane h3 {
	margin: 0px 0px 0px 40px;
}

.bottompane .downloads {
	width: 250px;	
}

.bottompane {
	margin: 0px 30px 0px 30px;
	padding: 30px 0 0 0;
	width: 900px;
}

.bottompane div {
	display:inline-block;
	float:left;
	padding: 15px 0 10px 15px;
	width: 278px;
	height: 185px;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}


.bottompane div a, .container div a {
	margin: 0 50px 0 0;
	color: #FDFDFD;
	text-decoration: none;
	float:right;
}

.bottompane div a:hover { 
	color: #903c75;
	text-decoration: none; 
}

#footer {
	background-color: #7e1069;
	height: 20px;
	width: 920px;
	margin: 40px auto 0px auto;
	padding: 5px 0px 5px 0px;
}

#footer li {
	font-size: 12px;
	display: inline;
	color: #F5F5F5;
	padding: 5px 30px 5px 10px;
}

.container div {
	padding: 15px 0 0 15px;
	width: 278px;
	height: 185px;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}

.bottompane .downloads{
	padding: 0;
}

.bottompane .downloads a{
	color: #903c75;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	float: none;
	margin: 0 0 0 30px;
}

.contact div {
	color: #606060;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
}

.contact p {
	color: #606060;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

#Contact div {
 color: #606060;
 height: 20px;
 margin: 2px 0 2px 0;
 width: 350px;
}

#Contact div input, #Contact div textarea {
	float: right;
	width: 180px;
	margin: 0 30px 0 0;
}

.formpane {
	float: right;
	display:inline-block;
	width: 350px;
	margin: 30px 250px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.formpane h1 {
text-align: center;	
}

#prevBtn, #nextBtn {
	position: relative;
	bottom: 70px;
	right: 30px;
	background-color: #7b1f5f;
	color: #FFFFFF;
	width: 80px;
	border: outset;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#prevBtn:hover, #nextBtn:hover {
	opacity:1;
	filter:alpha(opacity=100%);
	cursor: pointer;
}

#prevBtn:active, #nextBtn:active {
	border: inset;
}

#Contact div.clr {
clear:both;	
padding: 0;
height: 2px; 
}
