* { padding: 0; margin: 0; }
body { color: Black; line-height: 140%; }
body, input, textarea, table, td { font-size: 12px; font-family: Verdana, Arial, Sans-Serif; }
td { vertical-align: top; }

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
	font-family: Arial, Sans-Serif;
}

h1 { font-size: 170%; line-height: 100%; }
h2 { font-size: 150%; line-height: 100%; }
h3 { font-size: 150%; font-style: normal; }
h4 { font-size: 120%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 100%; font-weight: bold; font-style: italic; }

p { margin-top: 10px; margin-bottom: 15px; }

ul, ol { margin: 0; padding: 0; }
ul li, ol li { margin: 0 0 0 24px; padding: 0 0 3px 0; list-style-position: outside; vertical-align:top; }	
ol li { margin-left: 32px; } /* numbers need more margin */

a, a:link { color: #262B62; text-decoration: underline; }
a:visited { color: #262B62; } /* html standard purple */
a:active { color: #FF0000; } /* html standard red */
a:hover { text-decoration: underline; }

blockquote {
	font-size:120%;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 30px 5px 30px;
	width:auto;
}


/* ----------------------------------
		Common Elements
----------------------------------- */
/*----	Form Master	---------------*/
.FormMaster, .FormMaster td
{
	text-align: left;
	padding: 2px;
}
.FormMaster .SubHead { font-weight: bold; }
.FormMaster .HideMe { display: none; }	

h2.home {
	color:#101686;
	font-family:arial;
	font-size:30px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
	text-align:center;
}
h4.home {
	color:#101686;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
	text-align:center;
}

/* ----------------------------------
		Layout Areas
----------------------------------- */	
#siteWrapper { width: 842px; margin: 0 auto; border: 2px solid #121C71; border-top: none; }
    #header { height: 157px; }
    #nav1Container { background-color: #CBF7A0; }    
    #paneContainer { border-top: 2px solid #121C71; background-color: #CBF7A0; }
    
    #footer { background-color: #CBF7A0; padding: 4px; }
	
/* ------------------------------------------------------------------------------------------------------
		Panes

		- Use 14px margins for spacing between panes
		- Start with the #siteArea width and subtract from there
		- Need to allow ~ 2px extra on the margin for each pane so it won't jump down in the admin view
			e.g. a layout with 2 panes/columns should only use 835px out of 839px
------------------------------------------------------------------------------------------------------ */		
		.DNNEmptyPane { display: none; }
		#dnn_leftPane { width: 234px; float: left; background-color: #CBF7A0; }
		#dnn_contentPane { width: 600px; float: left; background-color: #fafac4; padding-left: 4px; }				
		#dnn_seoPane { margin-top: 300px; }
		
/* ----------------------------------
		Navigation
----------------------------------- */
/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#nav1, #nav1 ul {
	float:left;
	list-style:none;
	font-weight:bold;
	padding:0;
	margin:0;	
	z-index:100;
}

#nav1 a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #143300;
	text-decoration: none;
	padding: 8px 16px;
}
#nav1 a:hover { text-decoration: underline; }

#nav1 li {
	margin:0;
	padding:0;
	float: left;
}

#nav1 li:hover, #nav1 li.sfhover {
	background:#FAFBC2;
}

/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/
#nav1 li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:#FAFBC2;
	
	z-index:200;
}

#nav1 li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background:#FAFBC2;
	border:none;
}

#nav1 li ul a {
	margin:0;
	padding:8px 10px 8px 10px;
	border:none;
}

#nav1 li ul li:hover, #nav1 li ul li.sfhover {
	background-color: #E9D45F;
}

/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#nav1 li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
}

	
/* ----------------------------------------------------
		IE Tweaks
------------------------------------------------------ */	

