/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin:0; padding: 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%}

/* Removes list-style from lists */
ol, ul
{ list-style: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes borders and spacing from tables */
table
{
    margin-top: 0px;
}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ' ';}

a
{text-decoration: none;}




body {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: white;
	}

p { 
	line-height: 16px; 
	font-size: 0.95em; 
	text-align: justify; 
	margin: 0; 
	padding: 0 10px 10px;
	}
	
span.hide {
	display: none;
	text-align: center;
	}
	
span.form {
	font-size: 1em;
	color: #006633;
	text-align: left;
	}
	
.green 
{
    color: #006633;
}

.event_title {
	color: #006633;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
input {
	font-size: .85em;
	color: #000000;
	text-align: left;
	margin-bottom: 5px;
	}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}
	
h1 {
	color: #006633; 
	font-size: 1.75em; 
	font-weight: bold; 
	text-align: left; 
	margin: 0 10px 10px;
	}

h2 {
	color: #006633;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
h3 {
	color: #000000; 
	font-size: 1em; 
	font-weight: bold; 
	text-align: left;
	margin: 5px 10px 10px;
	 }
	 

h4 {
	color: #009a32;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	margin: 2px 10px 10px;
	}

ul {
	font-size: 0.95em; 
	margin: 0 10px 0 16px; 
	padding: 0 0 10px 10px; 
	list-style: disc;
	}
	
ol {
	font-size: 0.95em; 
	margin: 0 10px 0 16px; 
	padding: 0 0 10px 10px; 
	list-style: decimal;
	}
	
.no_bullets {
	margin: 0 10px 0 0px; 
	list-style: none;
	}
	
li {
	padding-top: 2px; 
	line-height: 16px;
	}
	
.home_text { 
	margin-bottom: 5px; 
	}
	
.login { 
    margin-left:20px;
	 
	}
	
.admin_text { 
	margin-bottom: 5px; 
	}
	
.grid 
{
    margin-left: 10px;
    
}
	
.tag_line {
	
	}
	
.sub_text {

	}

a:link {
	color: #006633; 
	font-style: normal; 
	text-decoration: none;
	}
	
a:visited {
	color: #006633; 
	font-style: normal; 
	text-decoration: none;
	}
	
.application 
{
    font-size: 1.25em;
    font-weight: bold;
}	

.email 
{
    font-size: 1em;
    text-align: center;
}


div#home_quote {
	background-image:url(../images/home_quote.png);
	background-repeat:no-repeat;
	background-position:center;
	height:55px;
	}
	
.gridview
{
    display:table-cell;
    padding: 5px;
}	
/*NAV LIST */

#nav_div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:1px;
	margin-left:5px;
	font-weight:600;
}

#nav_list, #nav_list ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 140px;
	text-align:left;
	}
	
	#nav_list li { /* all list items */
	padding:0;
	margin:0;
	position : relative;
	float : left;
	line-height : 32px;
	margin-bottom : 0px;
	width: 140px;
	border-bottom: 1px #000 solid;
	text-indent:8px;
	}
	
	#nav_list li a {
		padding:0;
	    margin:0;
		width: 140px;
		display : block;
		color : #000;
		text-decoration : none;
	}
	
	#nav_list li a:hover {
	    color: #000;
	    background-color: #ccebd6;
	}
	
	#nav_list li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 140px;
		margin-top : -32px;
	}
	
	#nav_list li ul li { /* second-level lists */
		background:#fff;
		border : 1px solid #000;
		width:170px;
		text-indent:20px;
		
	}
	
	#nav_list li ul li a { /* second-level lists */
		color:#000;
		width:170px;
		display:block;
		background: #ccebd6;
	}
	

	
	#nav_list li ul li a:hover
{
    /* second-level lists */
    display:block;
	background: url(../images/nav_arrow.jpg) no-repeat #ccebd6;
    color: #000;
}
	
	#nav_list li:hover ul ul, #nav_list li:hover ul ul ul, #nav_list li.sfhover ul ul, #nav_list li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav_list li:hover ul, #nav_list li li:hover ul, #nav_list li li li:hover ul, #nav_list li.sfhover ul, #nav_list li li.sfhover ul, #nav_list li li li.sfhover ul { /* lists nested under hovered list items */
		
		left: auto;
	}