/* A. P. Asay */
/* Please Do NOT edit */

* {
	margin: 0;
	padding: 0;
    font-family: arial, helvetica, sans-serif;
	}
	
html {
	background: #cc0000;
	}
	
body {
	background: #cc0000 url("body-background.jpg") repeat-x top left;
	text-align: center;
	}
	
body a:link    {
    color: #000;
    }

body a:visited    {
    color: #000;
    }

body a:hover   {
	text-decoration: underline;
    background-color:#ff7d00;
    }

body a:active  {
    color: #000;
    }

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
div#container div#slim-banner {
	clear: right;
	background: #000;
	height: 30px;
	line-height: 30px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	color: #fff;
	float: left;
	width: 798px;
	}
	
div#container div#slim-banner h3 {
	color: #FFF;
	text-transform:uppercase;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	padding: 0 5px;
	float: left;
	width: 780px;
	}
	
div#container div#slim-banner2 {
	clear: both;
	background: #9ecf35;
	height: 25px;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	line-height: 25px;
	text-align: center;
	color: #fff;
	float: left;
	width: 798px;
	}
	
	/* Menu */

div#container div#menu {
	width: 798px;
	height: 25px;
	margin: 0px auto;
	padding: 0px;
    }

div#container div#menu ul {
	padding: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
    }

div#container div#menu li {
	float: left;
    }

div#container div#menu a {
	display: block;
	margin-right: 2px;
	height: 12px;
	padding: 2px 15px 7px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    background-color:#9ecf35;
	color: #000;
    }

div#container div#menu a:hover, div#container div#menu .current_page_item a {
    }

div#container div##menu .current_page_item a {
	padding-left: 0;
    }

div#container div#menu a:hover {
	text-decoration: underline;
    background-color:#ff7d00;
    border:1px solid black;
    }

div#container div#content {
	float: left;
	clear: both;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	background: #fff;
	width: 780px;
	padding: 10px 13px 0px 5px;
	}
	
div#container div#content p {
    padding: 0px 0px 0px 5px;
    }

div#container div#content ul {
    list-style-type: none;
    padding: 5px;
    }

div#container div#content li {
    color: #000;
    padding: 9px 9px 9px 0px;
    border-bottom: thin #dcf799 solid;
    }

div#container div#contentform {
    clear: both;
	float: left;
    border-style: solid;
    border-width: thin;
    border-color: #000; 
	background: #fff url("background-mixed-green.jpg") repeat-y top left;
	width: 780px;
	padding: 0px 0px 0px 18px;
	}

div#container div#contentform p {
    padding: 0px 0px 0px 5px;
    }

div#container div#contentform ul {
    list-style-type: none;
    padding: 5px;
    }

div#container div#contentform li {
    color: #000;
    padding: 9px 9px 9px 0px;
    border-bottom: thin #dcf799 solid;
    }

div#container div#contentdetail {
	float: left;
	clear: both;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	background: #F9B106;
	width: 780px;
	padding: 10px 13px 0px 5px;
	}
	
div#container div#contentdetail p {
    padding: 0px 0px 0px 5px;
    }

div#container div#contentdetail ul {
    list-style-type: none;
    padding: 5px;
    }

div#container div#contentdetail li {
    color: #000;
    padding: 9px 9px 9px 0px;
    border-bottom: thin #dcf799 solid;
    }

div#container div#TwoColumns {
    clear: both;
	background: #fff;
	width: 820px;
    }

div#container div#TwoColumns a:hover {
	text-decoration: underline;
    background-color:#ff7d00;  
    }
    
div#container div#Column1 {
	float: left;
    width: 399px;
    height: 950px;
    text-align: center;
	background: #fff;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #000;
    }

div#container div#Column2 {
	float: left;
    width: 399px;
    height: 950px;
    text-align: center;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #000;
	background: #fff;
    }

div#container div#mailform {
	background:#fff;
	margin:0px;
	padding:10px 0px;
	width:800px;	
	}
	
div#container div#mailform ol {
	list-style:none;
	margin:0;
	padding:0;
}
		
div#container div#mailform li {
	padding:6px;
	background:#9ecf35;
	margin-bottom:1px;
}
			
div#container div#mailform li#send {
	background:none;
	margin-top:6px;
}
		
div#container div#mailform label {
	float:left;
	width:170px;
	text-align:right;	
	margin-right:7px;
	color:#000;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
			
div#container div#mailform input,
div#container div#mailform textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
}
			
div#container div#mailform input:focus,
div#container div#mailform textarea:focus {
	border:1px solid #666;
	background:#ff7d00;
}
			
div#container div#mailform li#send button {
	background:#003366 url(css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;			
	color:#fff;
	margin-left:77px; /* Total width of the labels + their right margin */
	cursor:pointer;
}
			
div#container div#mailform li#send button:hover { 
	background-color:#ff7d00;
}
div#container div#sponsor {
	clear: both;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	background: #9ecf35;
	color: #fff;
	float: left;
	text-align: center;
	height: 20px;
	width: 795px;
	padding: 4px 4px 2px 0px;
	}
	
div#container div#sponsor p {
	float: left;
	color: #fff;
	width: 450px;
	}
	
div#container div#sponser a:link {
	color: #999;
	}

div#container div#footer {
	clear: both;
	background: #000;
    border-style: solid;
    border-width: thin;
    border-color: #000;
	color: #fff;
	float: left;
	text-align: center;
	height: 15px;
	width: 798px;
	padding: 10px 0 10px 0;
	}
	
div#container div#footer p {
	float: left;
	color: #fff;
	width: 450px;
	}
	
div#container div#footer a:link {
	color: #999;
	}

div#container div#footer a:visited {
	color: #999;
	}

div#container div#humanchk {  
    visibility:hidden;  
    display:none;  
    }  