/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #808285;
}

body.editor {
	background-image: none;
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 50px;
}

.fullwidth h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #C1B297;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;	
}

h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color; #6D6E71;
	margin-bottom: 5px;
}

img { 
	border: none;
}

hr {
	border: 0px;
	height: 1px;
	color: #C1B297;
	background-color: #C1B297;
	margin: 20px 0px;
}

a {
	text-decoration: underline;
	outline: none;
	color: #808285;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	display: inline;
	margin: 2px 0px 15px 20px;
}

.left_photo {
	float: left;
	display: inline;
	margin: 2px 20px 15px 0px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
}

.survey_submit {
	width: 75px;
	height: 27px;
	background-image: url('../images/submit.gif');
}

.survey_submit:hover {
	background-position: 0px -27px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 942px;
	margin: 0px auto 30px auto;
}

#logo {
	padding: 64px 0px 0px 18px;
	float: left;
}

#phone {
	padding: 26px 0px 0px 0px;
	float: right;
}

#mailinglist {
	padding: 24px 40px 0px 0px;
	float: right;
}

#mailinglist .emailbox {
	float: left;
	border: 0px;
	background-color: #FFFFFF;
	color: #8E8E8E;
	font-size: 11px;
	width: 142px;
	height: 13px;
	padding: 2px 5px;
}

#content_box {
	clear: both;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 76px 70px 40px 48px;
	margin-bottom: 14px;
}

#content_box_inner {
	background-image: url('../images/content_bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 1005px;
}

#content_box_top {
	background-image: url('../images/content_bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 352px;
	padding: 76px 70px 0px 70px;
}

#content {
	float: right;
	width: 525px;
}

#content.fullwidth {
	float: non;
	width: 100%;
	text-align: center;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

.content_block {
	width: 450px;
}

.content_block h2 {
	font-weight: bold;
	border-bottom: 1px solid #C1B297;
	margin-bottom: 20px;
	padding-bottom: 7px;
}

#content_home {
	clear: both;
	width: 740px;
	margin: 30px auto;
}

#video_thumbs {
	margin: 25px 0px;
	height: 75px;
}

#video_thumbs a {
	display: block;
	width: 134px;
	height: 73px;
	overflow: hidden;
	border: 1px solid #323232;
	float: left;
	margin-left: 15px;
	display: inline;
}

#video_thumbs a:hover, #video_thumbs a.active {
	background-position: 0px -73px;
}

#left_content {
	width: 260px;
	padding: 0px;
	float: left;
}

#survey_logo {
	margin-left: 33px;
}

#quote1 {
	margin-top: 55px;
}

#quote2 {
	margin: 82px 0px 0px 19px;
}

#social_links {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}

.home #social_links {
	width: 790px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

#social_links img {
	vertical-align: middle;
	margin-right: 5px;
}

#social_links a {
	margin-left: 30px;
	color: #A4A4A4;
	text-decoration: none;
}

.home #social_links a {
	margin: 0px 15px;
}

#social_links_bottom a {
	color: #A4A4A4;
	text-decoration: none;
}

#social_links a:hover, $social_links_bottom a:hover {
	color: #CCCCCC;
}

#home_content {
	text-align: center;
	width: 600px;
	margin: 35px auto 0px auto;
	font-size: 16px;
}

#home_content h1 {
	color: #FFFFFF;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
}

#survey {
	font-size: 13px;
}

#survey .inputbox {
	border: 1px solid #000000;
	width: 190px;
	height: 20px;
	line-height: 16px;
	padding: 4px 5px 0px 5px;
}

#survey .radiobutton {
	margin-left: 10px;
}

#survey .firstradio {
	margin-left: 0px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 37px 0px 0px 0px;
	clear: right;
	float: right;
	width: 720px;
	height: 52px;
}

.home #nav {
	height: 84px;
}

#nav li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-left: 45px;
	font-size: 13px;
	line-height: 18px;
	display: inline;
}

#nav li a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -21px;
}

#nav li.active a {
	background-position: 0px -42px;
}

#nav a.nav1 {
	background-image: url('../images/nav_home.gif');
	width: 112px;
}

#nav a.nav2 {
	background-image: url('../images/nav_truth.gif');
	width: 226px;
}

#nav a.nav3 {
	background-image: url('../images/nav_seeking_help.gif');
	width: 92px;
}

#nav a.nav4 {
	background-image: url('../images/nav_helping_others.gif');
	width: 108px;
}

#nav a.nav20 {
	background-image: url('../images/nav_spanish.gif');
	width: 79px;
}

a.nav_spanish {
	background-image: url('../images/nav_spanish.gif');
	width: 71px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 1px 26px 0px 0px;
}

a.nav_spanish:hover {
	background-position: 0px -13px;
}


#subnav {
	width: 240px;
}

#subnav ul {
	padding: 0px;
	margin: 80px 0px 0px 0px;
}

#subnav li {
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	letter-spacing: .1em;
}

#subnav li a {
	color: #808285;
	text-decoration: none;
}

#subnav li a:hover, #subnav li.active a {
	border-bottom: 1px solid #C1B297;
	padding: 3px 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
	color: #000000;
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

