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

* {
    margin: 0;
    padding: 0;
}


P {
    margin-bottom: 15px;
    padding: 0px;
}


#page-container {
background: white;
width: 964px;
margin: auto;
}


#header {
	height:259px;
	background-image: url(../imgs/headbanner.png);
	background-repeat: no-repeat;
}

#homemail {
	float:right;
	z-index:10;
	padding-top:20px;
}


#menutop {
	height: 49px;
	background-image: url(../imgs/top-nav-bg.png);
	background-repeat: no-repeat;
}

#sidebar {
	margin:0 auto;
	float: left;
	width: 181px;
}

#content {
	background: white;
	margin-left: 191px;
	margin-bottom: 15px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}


#content ul {
    margin-left: 30px;
	margin-bottom: 15px;
    padding: 0px;
}

#copy {
background: purple;
margin-left: 191px;
margin-top:5px;
}



#gridcontent1 {
	width: 770px;
	float:left;
}
#gridcontent2 {
	width: 770px;
	float:left;
}

#lfttop {
	width: 380px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	}

#rttop {
	width: 380px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
}

#lftbtm {
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left
	}

#rtbtm {
	width: 380px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	
}


#footer {
height: 130px;
margin-left: 191px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
clear:both;
}

.clear {
  clear: both;
}



h1 {
	font-size: 130%;
	color: #8b1f04;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	color: #736357;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	color: #8b1f04;
	font-weight: bold;
}




#titlewedge {
	height: 36px;
	font-size: 130%;
	color: #736357;
	background-image: url(../imgs/ttls-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 36px;
	font-weight: bold;
}


#snippet-hdr {
	position:absolute;
	width: 175px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #8b1f04;
	font-weight: bold;
	margin-top: 200px;
} 

	

#feature-side {
	background: #736357;
	width: 171px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#000000;
	border-width:thin;
}

#spacer-side {
width: 181px;
height: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
}

.featurettl {
font-size: 90%;
color: #e7e0d2;
font-weight: bold;
}

.featuresubttl {
font-size: 70%;
color:#FFFFFF;
font-weight: bold;
}

.keycopy-burgundy {
	font-size: 100%;
	color: #8b1f04;
	font-weight:;
}

.featurecopy {
font-size: 65%;
color:#FFFFFF;
}

.copyhilight {
font-size: ;
color:#736357;
font-weight: bold;
}

#download { 
	text-align:right;
	float:right;
	clear:right
}
#download FORM{ 
	display:inline;
	z-index:30;
	position:relative;
}
