﻿/* BASIC */

html { height: 100%;
}

#floatright {
	float: right;
}

#floatleft {
	float: left;
}

#clear {
	clear: both;
}

/* NAV BAR */

#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/green_nav_back.jpg);
	width: 860px;
	height: 28px;
	padding-top: 8px;
}

#mainnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	list-style: none;
	padding-top: 0px;
}

#mainnav li {
	display: inline;
    text-align: center;
	background-color: #006600;
}

#mainnav li a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	padding-right: 40px;
	padding-left: 71px;
	padding-top: 20px;
	font-weight: bold;
	margin-left: -60px;
}

#mainnav li a:hover {
	color: #009900;
	text-decoration: none;
}

/* MAIN AREA */

#maintext {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	line-height: 1.2em;
	width: 550px;
	margin-left: 18px;
	margin-right: 10px;
}

#maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

#maintext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #006600;
	text-decoration: underline;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #006600;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding-left: 18px;	
	margin-top: 0px;
}

/* RIGHTSIDE */

.sidebar {
	width: 279px;
	margin-right: 18px;
	margin-top: 0px;
	margin-bottom: 50px;
	background-image: #FFF url(images/policies_top_bg.jpg) center bottom no-repeat;
}

.sidebar h3 {
	margin: 0;
	background: url(images/policies_top_bg.jpg);
	width: 279px;
	padding-left: 10px;
	padding-top: 5px;
}

.sidebar ul {
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 8px 15px 5px;
	list-style: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: justify;
}

.sidebar li {
	list-style: none;
	background-image: url(images/flower_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 8px;
	padding-right: 5px;
	margin-bottom: 6px;
	text-align: justify;
}

.sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}

.sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}

.policiestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

.imgpad {
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* BOTTOM text */

#greenbar {
	height: 10px;
	width: 900px;
	background-color: #006600;
	clear: both;
}

.bottomtext {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

#bottomtext a {
	color: #006600;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
	padding-left: 3px;
	line-height: 14px;
	text-decoration: none;
}

#bottomtext a:hover {
	color: #006600;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
	padding-left: 3px;
	line-height: 14px;
	text-decoration: none;
}
