/* Overall declarations */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #4A4A4A url(../images/bg_page.gif) repeat-y;
	background-position: top center;
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
}
img, embed { 
	display: block;
}
hr { 
	height: 1px;
	border-collapse: collapse;
	clear: both;
}
a { color: #94a222; }
a:hover { color: #4a4a4a; }



/* wrapper and header */
#wrapper {
	width: 796px;
	margin: 0 auto;
}
#header {
	background: #FFF url(../images/bg_headfoot.gif) no-repeat;
	background-position: bottom center;
	padding: 20px 20px 8px 20px;
}
#header img {
	float: left;
}
#header p {
	float: right;
	font-size: 11px;
}
#header p a {
	font-size: 11px;
}
#header ul { 
	font-weight: bold;
	clear: both;
	padding-top: 20px;
	text-align: right;
	font-size: 14px;
}
#header li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	color: #c6d644;
}
#header ul a { 
	text-decoration: none;
	color: #FFF;
}
#header ul a:hover { 
	color: #c6d644;
}
#banner img {
	display:block;
}


/* Content */
#content {
	background: #FFF url(../images/bg_content.gif) no-repeat;
}
#submenu { 
	padding: 20px;
	float: left;
	width: 200px;
}
#submenu ul {
	line-height: 25px;
	padding-top: 35px;
	list-style: none;
	color: #768589;
	font-weight: bold;
	font-size: 14px;
}
#submenu ul a { 
	text-decoration: none;
}
#submenu ul a:hover { 
	color: #000;
}
#text {
	padding: 20px;
	float: right;
	width: 505px;
}
h1 { 
	font-size: 18px;
	margin-bottom: 20px;
}
h2 { 
	font-size: 14px;
	margin: 20px 0 10px 0;
}
#content hr {
	color: #FFF;
}
#text ul {
	padding-left: 15px;
	list-style: square outside;
}
#text img { 
	float: left;
	padding: 0 20px 20px 0;
}
#text p { 
	clear: left;
	padding-bottom: 20px;
}


/* Footer */
#footer {
	background: #768589 url(../images/bg_headfoot.gif) no-repeat;
	padding: 20px 20px 10px 20px;
}
#footer p { 
	color: #FFF;
	float: left;
	font-size: 11px;
}
#footer a {
	color: #FFF;
}
#footer a:hover { 
	color: #c6d644;
}
#footer embed { 
	float: right;
}
#footer hr { 
	color: #768589;
}
.inputLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 19px;
	width: 300px;
	padding-top: 3px;
}
.dropdownLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 22px;
	width: 303px;
}
.dropdownSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 22px;
	width: 129px;
}
.inputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 19px;
	width: 129px;
	padding-top: 3px;
}
.dropdownXtraSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 22px;
	width: 50px;
}
.inputLargeMulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #89979B;
	background-color: #BFD2D7;
	height: 75px;
	width: 400px;
	padding-top: 3px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #768589;
	height: 25px;
	width: 100px;
}
.clear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #89979B;
	background-color: #FFF;
	height: 18px;
	width: 50px;
	border: 1px dotted #768589;
}
