@charset "utf-8";
/*
* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html {
	height: 100%;
	font-size: 76%;
}
body {
	height: 90%;
position: relative;
align: center;
  width: 30%;
  margin: 0 auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #098d2e;
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
h2 { font-size: 2em; margin: 40px 0 15px; }
h3 {
	font-size: 1.4em;
	margin: 35px 0 10px;
}
h4 { font-size: 1.6em; margin: 30px 0 5px; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 5px 0; 
	border: 0px; 
	padding: 10px; 
	display: block; 
	background: #ccc; 
	color: #666; 
	}
blockquote { font-family: Georgia, "Times New Roman", Times, serif;  border: 1px solid #ccc; padding: 0px 15px 5px 15px; }

/* links */
a { text-decoration: none; color: #5DB13E; }
a:hover { text-decoration: underline; }

/* images */
img {
	border: 0;
	padding: 10px;
}	
a img { border-color: #5DB13E; }
a:hover img { border-color: #ddd; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li {
	color: #666;
}
li span { color: #888; }

/* tables */
table { margin: 5px 0; border: 1px dashed #ccc; border-collapse: collapse; }
table th, 
table td { padding: 10px 10px; text-align: left; }
table thead th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: #269359 url(../img/green_grad_.jpg) repeat-x; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	}
table tbody th { background-color: #eee; }
table tbody th, 
table tbody td { border-top: 0px; }
table tfoot { display: none; }

/* forms */
form { background: #fff; border: 1px dashed #ccc; padding: 0; margin: 10px 0; }
form fieldset { border: 0; padding: 10px 10px 10px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1.2em; 
	color: #269359; 
	float: left; 
	display: block; 
	width: 50%; 
	margin-right: 5px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #666; 
	border: 1px dashed #ccc; 
	padding: 3px; 
	background-color: #fff; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 55%; }
form ul.fieldlist { margin: -30px 0 10px 10%; padding: 0; list-style-type: none; overflow: hidden;}
form ul.fieldlist li { color: #666; padding: 0 5px 5px 0; white-space: nowrap; overflow: hidden;}
form input.btn { 
	width: 100px; 
	overflow: hidden;
	border: 0; 
	padding: 8px 5px;
	cursor: pointer; 
	color: #fff;  
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }

ul.links { margin-bottom: 25px; margin-left: 0; list-style-type: none; padding: 0; }
ul.links li { border-bottom: 1px dashed #ccc; }
ul.links li a { display: block; padding: 10px 5px; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	min-height: 90%;
	height: auto !important;
	height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { text-align: center; }
#header div {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	height: 130px;
}

/* Logo 
#header h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #65A8C8;
	margin: 0;
	}
#header h1 a { color: #65A8C8; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #B3DD58; }*/

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */

#header h1 {
	background: url(/img/logo.jpg) no-repeat;
	width: [400]px;
	height: [130]px;	
	margin: 10px;
	position: absolute;
	border: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	border: 0;
	}
	

#header div p {
	position: absolute;
	right: -10%;
	top: 0px;
	text-align: right;
	padding: 2px 10px 20px 0;
	line-height: 1.8em;
	margin-left: 30px;
	z-index: 500;
	width: 357px;
	border: 0;
	visibility: visible;
	margin-top: 5px;
	}
#header div p strong,
#header div p a { font-size: 1.5em; }
#header div p a { color: #B3DD58; } 	
	
#header blockquote {
	border: 0;
	background: #269359 url(../img/header_.jpg) no-repeat 50% 0%;
	text-align: center;
	padding: 20px 0 130px;
	color: #fff;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#header blockquote * { width: 780px; margin-left: auto; margin-right: auto; text-align: left; }
#header blockquote * * { width: auto; }
#header blockquote p { margin: 0 auto; text-indent: 1.5em; }
#header blockquote span { color: #ff9; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header #nav {
	background-color: #406271;
	width: auto;
	text-align: center;
	padding: 0;
	height: 40px;
	margin-top: 2px;
	}
#header #nav div {
	padding: 0;
	height: 40px;
}	
#header #nav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#header #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	}
#header #nav ul li {
	float: left;
	margin: 0 5px;
	background: url(../img/nav_.jpg) repeat-x 0% 100%;
	font-size: 1.25em;
	}	
#header #nav ul li a {
	display: block;
	padding: 10px;
	color: #fff;
	background-color: #406271; 
	}	
* html #header #nav ul li a { width: 1%; white-space: nowrap; }
#header #nav ul li.on a,
#header #nav ul li.on a:hover,	
#header #nav ul li a:hover { background: url(../img/nav_arrow.gif) no-repeat 50% 0%; text-decoration: none; }
#header #nav ul li a:hover { background-color: #406271; }	
	
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body {
	position: relative;
	z-index: 500;
	margin: -120px auto 0;
	width: 800px;
	text-align: left;
	padding: 5px;
	height: auto;
	}
#body div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#body div {
	background-color: #fff;
	height: 1%;
	padding: 1px 10px 11em;
}
#body div div { background-color: transparent; padding: 0; }	


#body #content {
	float: right;
	width: 580px;
}
#body #submenu {
	background: url(../img/submenu_.png) no-repeat;
	float: left;
	width: 180px;
	margin: 10px 10px 0 5px;
	padding: 0;
	}
* html #body #submenu { margin-left: -10px; }	
#body #submenu h2 { margin-top: 10px; }	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { 
	background-color: #406271;
	position: relative;
	z-index: 600;
	margin-top: -9em;
	height: 7em;
	text-align: center; 
	font-size: 0.9em; 	
	}	
#footer div { 
	margin: 0 auto;
	width: 780px;
	position: relative;
	}	
#footer div div { 
	width: auto;
	margin-bottom: 10px;
	}	
#footer div div div { background-color: #fff; background-image: none; padding: 10px 0; margin: 0; }
#footer p { text-align: left; color: #ccc; }
#footer a { color: #ff9; }
#footer ul { padding: 0; list-style-type: none; }
#footer ul li { display: inline; padding: 0 0 0 15px; margin: 0; }

