body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 140%;
	background: #EEEEEE;
}

a:link, a:visited{
	color: #90261F;
}

a:hover{
	color: #333333;
}

#container{
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu{
	width: 800px;
	margin: 0;
	padding: 0;
}

/*dropdown menus*/

#nav{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	float: right;
	height: 101px;
	line-height: 101px;
	list-style: none;
	padding: 0;
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	padding-top: 8px; !important
	padding-top: 10px;
	text-align: center;
	display: block;
	border:0;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
	
}

#nav img{
	border:0;
}

#nav a:hover{	
	color: #7E201A;

}

#nav li { /* all list items */
	text-align: left;
	float: left;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background-repeat: repeat-x;
	background-position: bottom;	
	left: -999em; 
	padding: 0;
	margin: 0;
	width: 175px;
	background: #006699;
	line-height: 20px;
	margin-top: -30px;
	background: #FEFEFE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	

}

#nav li ul a{
	width: 175px;
	text-decoration: none;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

#nav li ul a:hover{
	text-decoration: none;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

/*end drop down menu*/

/*footer navigation*/

#footernav li{
	display:inline;
	padding: 0 10px;
	margin: 10px 0;
}

#footernav li a{
	text-decoration: none;
	font-size: 11px;
}

/*end footer navigation*/



#banner{
	clear:both;
	height: 150px;
	width: 825px;
}

#subnav{
	float: left;
}


#subnav a:link, #subnav a:visited{
	text-transform: uppercase;
	/* color: #4d1310; */
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
}

#subnav a:hover{
	color: #FFFFFF;
	background: url(images/arrow.gif);
	background-repeat: no-repeat;
}


#commstyle{
	width: 225px;
	color: #FFFFFF;
	float: left;
	background-color: #343434;
	height: 138px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 20px;
}

#commstyle h1{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#commstyle a:link, #commstyle a:visited{
	color: #FFFFFF;
}

#main{
	border-bottom: 5px solid #333333;
	width: 800px;
}

#main form{
	padding: 5px;
}

.redtext{
	color: #90261F;
}

.about #left{
	width: 800px;
}

#left{
	float: left;
	width: 500px;
	line-height: 160%;
	margin-bottom: 20px;
}

#left .blurb{
	font-size: 20px;
	line-height: 24px;
	color: #7E201A;
}

#left li{}

#left h1, #left h2, #left h3{
	font-weight: normal;
}

#left h1{
	font-size: 18px;
	color: #90261F;
}

#left h2{
	color: #90261F;
	font-size: 16px;
}

#left h3{
	font-size: 14px;
	color: #90261F;
	
}

#left h4{
	font-size: 14px;
	color: #222222;
}

#right{
	width: 215px;
	padding: 10px;
	float: right;
	background: #EDEDED;
	margin-bottom: 20px;
}

#right .whiteline{
	height: 2px;
	background: #FFFFFF;
}

#main .callout{
	background: #90261F;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 10px;
	font-size: 18px;
}

#main .callout a{
	color: #FFFFFF;
}

#footer{
	width: 800px;
	text-align: center;
	margin: 10px 0;

}

.floatRight{
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
}

.red{color: #90261F;}

