/* General */
body {
	margin:0;
	padding:0;
	font:12px/1.5 Verdana;
	color: #573124;
}

#page {
	margin:auto;
}

/* General */
form {
	margin: 0;
}

input{
	font: 12px/1.5 Verdana;
}

a {
	color: #e4410f;
	text-decoration: none;
}

a:hover {
	color: #fa1105;
	text-decoration: underline;
}

a:visited {
	color: #ae644e;
	text-decoration: none;
}

p {
	margin-top: 0;
}

.Normal, .NormalDisabled  /* for dnn html module */
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	color: #573124;
	font-family: verdana,Arial,Helvetica;
	font-weight:bold;
	margin-top:0;
}

h1 {
	font-size: 16px;
	line-height: 2em;
}

h2 {
	font-size: 14px;
	line-height: 1em;
}

h3,h4,h5,h6 {
	font-size: 12px;
	line-height: 1em;
	font-weight:bold;
}

.offscreen {
	display: none;
}

.clearboth {
	clear: both;
	height:0;
	overflow:hidden;
}

/* Top Nav*/
ul#topnav {
	height:47px;
	margin: 0;	
	padding: 0;
	list-style: none;
	margin:auto;
	margin-bottom:6px;
	overflow: hidden;
}

ul#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#topnav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#f9f3eb;
	padding-top:12px;
	text-align:center;	
	display: block;
	height:35px;
	float:left;
	border-bottom:3px solid red;
}

ul#topnav a:hover{
	color: #ea8a50;
	text-decoration:none;
	background: transparent url(images/menu_on.gif) no-repeat center bottom;
}

ul#topnav a.on{
	color: #ea8a50;
	background: transparent url(images/menu_on.gif) no-repeat bottom center;
}

/* Content */
#content
{
}

#panel_left{
	float:left;
}

#panel_left .content_pane{
}

#panel_right{
}

#panel_right .right_pane{
}

/* Footer */
#footer_wrap{
	height:40px;
	background-color: #64301f;
}

#footer{
	padding-top:13px;
	margin:auto;
	color:#fff;
	font-size:10px;
	
}

#footer a{
	font-size: 10px;
	font-weight:bold;
	color:#c5a985;
}

ul#foot_nav 
{
    float:left;
	margin: 0;	
	padding-left: 15px;
	list-style: none;
	overflow: hidden;
}

ul#foot_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#foot_nav a {
	padding: 0 5px;
	margin: 0;
}

p#mcgovern{
	top:13px;
	right:0;
	float:right;
}

/* DNN MENU */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #ECE9D8; 
}

.main_dnnmenu_itemhover td {  
	background-color: #ECE9D8; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F4F2E9;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/******************************** FCK STYLE ********************************/
.largefont{
	font:14px Verdana;
}

.smallfont{
	font:10px Verdana;
}

.quote
{
    font-family:Georgia, Verdana, Arial;
    font-size:16px;
}
/******************************** HTML OBJECT ********************************/

.quotebox 
{
    color:#c14917;
}




