/* Begin Structure Styles =============================================== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a737b;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
	background: url(../images/body_shim.gif) repeat-x #FFFFFF;
	top:0;
}

#wrapper {
	padding:0;
	width:759px;
	margin:0 auto;
	text-align: left;
	top:0;
}

#header {
	text-align: left;
	height: 140px;
	width: 759px;
	margin:0;
	padding:0;
}

#logo {
	float: left;
	width:345px;
}

#graphic {
	float: left;
	width:414px;
}

#banner_flash { 
	padding: 0px; 
	float: right; 
	height: 59px; 
	width: 369px; 
	margin: 20px 0 0 0; 
}


#footer {
	clear: both;
	width: 759px;
	color: #999999;
	text-align: center;
	padding: 16px 0 0 0;
	height:30px;
	font-size:11px;
	background: url(../images/footer_shim.gif) repeat-x;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #6a737b;
}

#footer a:hover {
	text-decoration: underline;
}

/* End Structure Styles =============================================== */


/* Begin Content Styles =============================================== */

#content_container {
	float: left;
	margin: 0;
	padding-top:20px;
	width: 759px;
}

.content {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	float:left;
	width:759px;
}

.content h1 {
	background:#6c6c6b;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	padding:4px 0 4px 20px;
	margin-bottom:15px;
}

.content ul {
	background:#fbfbfb;
	padding-bottom:5px;
}

.content ul li {
	list-style-type: none;
	padding:5px 10px 6px 30px;
	background: url(../images/bullet.gif) 10px 7px no-repeat;
}

.content ul li.green {
	background: url(../images/bullet.gif) 10px 7px no-repeat #f3f9ec;
}

.content_left {
	float:left;
	width:360px;
	padding:0;
}

.content_right {
	float:right;
	width:370px;
	padding:0;
}

/* End Content Styles =============================================== */

/* Begin Class Styles =============================================== */

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #8dc63d;
}

a:hover {
	text-decoration: none;
	color: #6a737b;
}

/* End Class Styles =============================================== */


/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #e3383e;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #797979;
}

input {
	margin:0;
	padding:0;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 200px; 
	font-weight: bold; 
}

.input {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF !important;
	border: 1px #b7b4b4 solid;
	color: #4c4c4c;
	padding:2px;
}

.select {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF !important;
	border: 1px #b7b4b4 solid;
	color: #4c4c4c;
}

.textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #b7b4b4 solid;
	color: #4c4c4c;
}

/* End Form Styles =============================================== */
