* { margin: 0; padding: 0; }


body {
	background: #CCC url(../images/bg.gif) repeat-y center 0;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

ul {
	margin-left: 15px;
}

.wrapper {
	margin: 0 auto;
	width: 915px;
	text-align: left;
}

/*////////////////////////////////////////////////// HEADER STYLES */

#header_container {
	width: 100%;
	background-color: #333;
	height: 61px;
}
#logo {
	float: left;
	display: inline;
	height: 61px;
	width: 211px;
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
	position:relative;
}
#logo a, #logo a:active, #logo a:visited, #logo a:hover {
	height: 61px;
	width: 211px;
	display: block;
	outline: none;
}
#nav_container {
	position:relative;
	float: right;
	height: 29px;
	display: inline;
	margin-top: 32px;
}
.nav_tab, .nav_tab_selected {
	position:relative;
	float: left;
	display: inline;
	height: 29px;
}
.nav_tab_left, .nav_tab_right {
	float: left;
	display: inline;
	height: 29px;
	width: 5px;
}
.nav_tab_selected .nav_tab_left { background: transparent url(../images/nav_tab_left.gif) no-repeat 0 0; }
.nav_tab_selected .nav_tab_right { background: transparent url(../images/nav_tab_right.gif) no-repeat 0 0; }
a.nav_tab_center, a.nav_tab_center:active, a.nav_tab_center:visited {
	float: left;
	display: inline;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a.nav_tab_center:hover { color: #CCC; }
.nav_tab_selected a.nav_tab_center, .nav_tab_selected a.nav_tab_center:active,
.nav_tab_selected a.nav_tab_center:visited {
	background: transparent url(../images/nav_tab_center.gif) repeat-x 0 0;
	color: #333;
}

/*////////////////////////////////////////////////// CONTENT STYLES */

#content_container {
	float: left;
	width: 885px;
	display: inline;
	margin: 15px;
}
#content_middle {
	float: left;
	width: 885px;
	display: inline;
	margin: 0 0 15px 0;
}
#content_left {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 25px 0 15px;
	padding: 10px 0;
}
#content_body {
	float: left;
	display: inline;
	width: 530px;
	text-align: justify;
}
#content_body ul {
	margin-left: 15px;
}
#content_left .title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
#content_body .inline_title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#content_right {
	float: left;
	display: inline;
	width: 285px;
	margin-left: -3px;
	padding: 10px 0;
}
#ramblings {
	float: left;
	display: inline;
	margin: 0 10px 20px 10px;
	width: 265px;
}
#ramblings .title {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 14px;
}
#ramblings .title a, #ramblings .title a:active, #ramblings .title a:hover {
	color: #333;
	text-decoration: underline;
}
#ramblings .title a:hover { text-decoration: none; }
#ramblings ul {
	float: left;
	display: inline;
	width: 265px;
	list-style-type: none;
	font-size: 10px;
	line-height: 16px;
}
#ramblings ul li {
	float: left;
	width: 240px;
	margin-bottom: 15px;
	padding-left: 15px;
	background: transparent url(../images/list_item_bg.gif) no-repeat 0 4px;
}
a#learn_how, a#learn_how:active, a#learn_how:visited, a#learn_how:hover {
	float: left;
	display: inline;
	width: 285px;
	height: 183px;
	background: transparent url(../images/ad.gif) no-repeat 0 0;
}

/*////////////////////////////////////////////////// HOME STYLES */

a#home_banner, a#home_banner:active, a#home_banner:visited,
a#home_banner:hover {
	float: left;
	display: inline;
	margin-bottom: 35px;
	width: 885px;
	height: 228px;
	outline: none;
	background: transparent url(../images/banner.jpg) no-repeat 0 0;
}

/*////////////////////////////////////////////////// FOOTER STYLES */

#footer {
	float: left;
	display: inline;
	width: 915px;
	border-top: 1px solid #CCC;
	color: #666;
	margin-top: 30px;
	font-size: 11px;
}
#footer a, #footer a:active, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
}
#footer p {
	display: inline;
	width: auto;
}
#copyright {
	float: left;
	margin: 20px 0 20px 15px;
}
#links {
	float: right;
	margin: 20px 15px 20px 0;
}

/*///////////////////////////////////////////////////// FORM STYLES */

#content_body label {
	display: inline;
	margin: 10px 0;
	width: 150px;
	color: #55AA55;
	font-weight: bold;
}
#content_body .text_field {
	width: 350px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	padding: 3px;
}
#content_body span.radio {
	width: 250px;
}
#content_body .button {
	padding: 2px 4px;
	margin: 15px 0;
}

/*////////////////////////////////////////////////// GENERAL STYLES */

.hidden { display: none; }
a, a:active, a:visited {
	color: #55AA55;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
.green { color: #55AA55; }
.error { color: #C00; }
p { margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
span.half {
	float: left;
	width: 50%;
}