/*************************************************************************
 LAYOUT	:	Two Column
 DETAIL	:	No Header, Menu, Body (some pages have a split body)
 ALIGN	:	Center
 TARGET	:	1024 x 768 Minimum
**************************************************************************/

/*************************************************************************
  YUI Normalization (v2.3.0)
**************************************************************************/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body{font:13px/1.3 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/*************************************************************************
  Grid Definitions
**************************************************************************/
#wrap {
	margin: 0 auto;
	width: 910px;
	background: #8fb652 url(../_images/_layout/bg_green_gradient_middle.jpg) repeat-y top left;
}

#body {
	margin: 0 50px;
	padding: 10px 0 0 0;
	background: #ffffff url(../_images/_layout/bg_bottom_shadow.gif) repeat-x bottom left;
}

#page {
	padding: 0 10px;
	background: #ffffff;
}

#side {
	float: left;
	width: 165px;
	background: url(../_images/_layout/bg_white_gradient_sidebar.png) repeat-x top left;
}

#content_wrapper {
	margin-left: 165px;
}

#content_topper {
	background: url(../_images/_layout/bg_white_gradient_content_top.png) repeat-x bottom left;
	height: 30px;
}

#content {
	padding: 0 20px 20px 40px;
	background: #ffffff;
}

#headline {
	padding: 10px 0;
}

#content_bottom {
	background: url(../_images/_layout/bg_white_gradient_content_bottom.png) repeat-x top left;
	height: 30px;
}

#flash {
	
}

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	margin-bottom: 1px;
	min-height: 100%;
}

body {
	background: #8fb652;
}

p {
	padding-bottom: 15px;
	font-size: 93%;
}

td, th {
	padding: 7px;
	border: 0px solid #666666;
	vertical-align: top;
	font-size: 93%;
}

form {
	width: 480px;
}

label {
	font-weight: bold;
	font-size: 92%;
}

/*************************************************************************
// DIV: side -- Side Bar Navigation
**************************************************************************/
#side dl {
	width: 100%;
}

#side dt {
	padding: 20px 0;
	text-align: center;
}

#side dt a {
	display: block;
}

#side a:active	{
	background: #cc6600;
	color: #ffffff;
}
	
#side ul li {
	display: block;
}

#side ul li a {
	padding-left: 7px;
	margin: 0 10px 4px 10px;
	color: #333333;
	font-size: 93%;
	text-decoration: none;
	display: block;
	line-height: 24px;
	border: 1px solid #fd8515;
	background: #ffffff;
}

#side ul li a:hover, #side ul li a.active {
	border: 1px solid #ffffff;
	background: #fd8515 url(../_images/_layout/bg_orange_menu.gif) repeat-x top left;
}

/*************************************************************************
// DIV: sub -- Sub Menu Navigation
**************************************************************************/
#sub a:active	{
	background: #cc6600;
	color: #ffffff;
}

#sub ul {
	display: block;
}
	
#sub ul li {
	display: block;
	float: left;
}

#sub ul li a {
	padding: 0 24px;
	margin: 0 10px 15px 0;
	color: #333333;
	font-size: 93%;
	text-decoration: none;
	display: block;
	line-height: 24px;
	border: 1px solid #fd8515;
	background: #ffffff;
}

.wide_bars ul li a {
	padding: 0 30px !important;
}

#sub ul li a:hover, #sub ul li a.active {
	border: 1px solid #ffffff;
	background: #fd8515 url(../_images/_layout/bg_orange_menu.gif) repeat-x top left;
}

/*************************************************************************
// Misc Styles
**************************************************************************/
.fill {
	clear: both;
	height: 1px;
}

.half_wide {
	width: 50%;
	*width: 40%;
}

.wide_25 {
	width: 25%;
	*width: 20%;
}

.wide_30 {
	width: 30%;
	*width: 25%;
}

.wide_35 {
	width: 35%;
	*width: 30%;
}

.wide_40 {
	width: 40%;
}

.wide_60 {
	width: 60%;
}

.wide_75 {
	width: 75%;
	*width: 65%;
}

.wide_100 {
	width: 100%;
}

.grey_back {
	background: #b7b7b7;
}

.green_back {
	background: #c3d8a3;
}

.dark_green_back {
	background: #90b752;
}

.dark_green_back td {
	border: 1px solid #000000;
}

.narrow {
	width: 150px;
}

.list {
	margin-left: 15px;
	margin-bottom: 15px;
}

.list li {
	padding-bottom: 4px;
	list-style-type: disc !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nopad {
	margin: 0;
	padding: 0;
}

.nobox {
	border: 0;
}

.indent {
	margin-left: 30px;
}

.single {
	border-top: 1px solid #8fb652;
	height: 1px;
}

.double {
	border-top: 2px solid #8fb652;
	height: 1px;
}

.review {
	padding-top: 25px;
}

.review p {
	padding-bottom: 3px;
	width: 400px;
}

.review p.title {
	width: 100%;
	*width: 98%;
}

.small {
	font-size: 92%;
}

.warning {
	color: #ff0000;
}

.submit {
	margin: 35px 0 0 120px;
	width: 85px;
	background: #ffffff;
	border: 1px solid #8fb652;
}

input.ui_box, select.ui_box, textarea.ui_box {
	margin: 0 0 5px 0;
	padding: 2px;
	display: block;
	width: 200px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-size: 92%;
}

select.ui_box {
	width: 206px;
}
