/*****************************************************************************

Strength For Living - Main CSS

*****************************************************************************/

html {
	height: 100%;
	}

body {
	color: #eee;
	background: #000;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h2 { /* Primary headline */
	color: #ff6609;
	padding: 0;
	margin: 0;
	font-size: 14px;
	}
	
h3 { /* Primary headline - no bottom margin */
	color: #ff6609;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 19px;
	}
	
h4 { /* Secondary headline */
	color: #ff6609;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 15px;
	}
	
h5 { /* Secondary headline - no bottom margin */
	color: #ff6609;
	padding: 0;
	margin: 0;
	font-size: 15px;
	}
	
h6 { /* Subhead */
	color: #fff;
	margin: 0 0 15px 0; 
	font-size: 14px;
	}
	
p {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	}
	
ol {
	font-size: 12px;
	margin-bottom: 15px;
	}
	
ol li {
	margin-bottom: 10px;
	}
	
ul {
	font-size: 12px;
	margin-bottom: 15px;
	}
	
ul li {
	margin-bottom: 10px;
	}

a {
	color: #ff6609;
	text-decoration: none;
	}
	
	
a:hover {
	color: #ff6609;
	text-decoration: underline;
	}
	
table {
	font-size: 12px;
	margin-bottom: 25px;
/*	width: 100%;*/
	text-align: left;
	}
	
	


/* NAVIGATION
============================================================================*/
#nav-wrap2 {
/*	float: left;*/
	padding-top: 19px;
	margin-left: 25px;
	font-size: 12px;
	}

#nav-wrap {
	float: left;
	background: transparent url(../img/nav_top.gif) no-repeat;
	padding-top: 19px;
	margin-left: 25px;
	font-size: 12px;
	}
	
#nav-bottom {
	background: transparent url(../img/nav_bottom.gif) no-repeat;
	width: 202px;
	height: 8px;
	margin-bottom: 25px;
	}

#nav {
	background: #130502;
	margin: 0;
	padding: 10px;
	width: 182px;
	list-style: none;
	}
	
#nav a:hover {
	text-decoration: none;
	}

#nav li {
	margin: 0;
	border-top: 1px dotted #ff6609;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	}
	
#nav li.last {
	border-bottom: 1px dotted #ff6609;
	}
	
.open {
	height: auto !important;
	overflow: visible !important;
	}
	



/* STRUCTURE
============================================================================*/

#header {
	background: #000 url(../img/header_bg.jpg) repeat-x;
	width: 100%;
	height: 331px;
	overflow:hidden;
	}
	
#header #img {
	width: 100%;
	height: 331px;
	}	
	
#header h1 {
	margin-top: 800px;
	}

#bottom-wrap {
	background: #000 url(../img/grunge_bg.jpg) repeat-x;
	padding-top: 11px;
	padding-left: 25px;
	width: 100%;
	height: 284px;;
	}
	
#main-col {
	float: left;
	margin-left: 25px;
	padding-bottom: 50px;
	width: 608px;
	}
	
.lcol {
	float: left;
	width: 242px;
	}
	
.rcol {
	float: right;
	width: 242px;
	}
	
	




	
	
	
/* Various Styles
============================================================================*/

.img-left {
	float: left;
	margin: 7px 15px 0 0;
	}
	
.img-right {
	float: right;
	margin: 7px 0 0 15px;
	}
	
.img-full {
	margin: 0 0 15px 0;
	}
	
.pullquote {
	color: #d05b00;
	background: #000 url(../img/gradient_bg.jpg) repeat-x;
	border: 3px double #762211;
	padding: 20px;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	}
	
.rule {
	clear: both;
	border-top: 1px dotted #ff6609;
	margin: 15px 0 20px 0;
	height: 1px;
	}	
	
.rule hr {
	display: none;
	}
	
.clearer {
	clear: both;
	}
	
.tight {
	line-height: 16px;
	}
	
.compact-list {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	list-style: none;
	list-position: inside;
	}
	
.compact-list li {
	margin: 0;
	padding: 0;
	}
	
	
