/*CSS Styles */


* { 
	margin: 0; 
	padding: 0;
	
	}

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	text-align:center; 
	
	}
	
h1 {
	font-size: 120%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #d4da90;
	margin:0;
	padding:0;
	}

h2 {
	font-size: 110%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #4e84c4;
	padding-bottom:2px;
	}

h3 {
	font-size: 100%;
	text-align: left;
	line-height: 1.6em;
	color: #88927b;
	margin-top: 12px;
	margin-bottom: 2px;
	}
	
h4 {
	font-size: 90%;
	text-align: left;
	line-height: 1.6em;
	color: #4e84c4;
	margin-top: 12px;
	margin-bottom: 2px;
	}
		
p {
	font-size: 90%;
	line-height: 1.7em;
	padding-bottom: 12pt;
	color:#777874;
}
p.underline {
	text-decoration: underline;
	color: #990000;
}
.grayfont {
	color:#777874;
}		
form {
font-size: 90%;
font-weight: bold;
color:#777874;
}



	
	
ul li {
	font-size: 90%;
	color:#777874;
	line-height: 1.5em;
	}
.leftmargin {
	margin-left: 15px;
}		
	
ol li {
	font-size: 90%;
	color:#777874;
	line-height: 1.5em;
		}
		
ul li ul li{
	font-size: 90%;
	color:#777874;
	line-height: 1.5em;
	
	}
	
ol li ol li{
	font-size: 90%;
	color:#777874;
	line-height: 1.5em;
		}
		
img {
margin: 5px; /*trbl*/
}
img.right {
margin-left: 10px;
}
img.left {
margin-right: 10px;
}
.list {  /*to indent lists that get lost in with margin settings */
padding-left:10px;
padding-bottom: 10px;
}

.listinbox {  /*to indent lists that get lost in with margin settings */
padding-left:40px;
padding-bottom: 10px;

}

blockquote {
	line-height: 1.7em;
	margin: 8px 50px 8px 50px; /*trbl*/
	padding: 8px; /*trbl*/
	text-align:left;
	background-color:#f6f8e9;
	color:#4f85c5;
	width:400px;
	}
blockquote.left {
	line-height: 1.5em;
	margin: 8px 100px; /*trbl*/
	padding: 8px; /*trbl*/
	text-align:left;
	background-color:#f6f8e9;
	color:#4f85c5;
	width:auto;
	}
		
a:link {
	background-position: center;
	color: #777874;
	text-decoration:underline;
}

a:hover {
	background-position: center;
	font-weight: bold;
	color: #777874;
	text-decoration: underline;
}


table {
border-top: 2px solid #4e84c4;
border-bottom: 2px solid #4e84c4;
border-collapse:collapse;
}

table th {
font-weight: bold;
text-align:center;
color:#777874;
font-size:90%;
}

table td {
border-left: 2px solid #4e84c4;
border-right: 2px solid #4e84c4;
border-bottom: 2px solid #4e84c4;
text-align:left;
padding: 5px 3px;
color:#777874;
font-size:90%;
}


form {
margin: 1px;
padding: .75em;
}

input {
	border: 1px solid #d4da90;
	font-size: .8em;
	}
	
input:focus, textarea:focus, select:focus {
	border: 3px solid #d4da90;
	color:#000000;
	
	}

label {
	display:block;
	clear:both;
	font-size:85%;
	font-weight:bold;
	color:#4f85c5;
	margin:.5em 0 0;
	padding-bottom:.5em;
	
	}
	
input[type="submit"] {  /*IDWIMIE 6, so the button is on the left in IE6 */
	
	margin:.8em .3em .5em 0;
	}

/* style for Dr. Oz video clips */	
#droz {
	border: 2px solid #d4da90;
	padding: 10px;
	width:90%;
	margin-top: 5px;
	margin-bottom: 10px
}

/* Layout of major divs */


#main_wrapper {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image:url('images/bodybground.jpg');
	background-repeat: repeat-x;
	background-position:left bottom;
	width:100%;
	
}


#header {
	height:190px;
	background-image:url(images/header_bground.jpg);
	background-repeat: repeat-x;
	width:100%;
	margin: 0 auto;
	
	}
	
#content {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	width:900px; 
	
	}
	
#content_inner { 
	float:left;
	/*border:3px solid #000;*/
	width:550px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 30px;
	
		}
#content_inner_cms { 
	float:left;
	/*border:3px solid #000;*/
	width:550px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 0px;
	
		}
		
#spacer {  /*Creates a space where the tagline was on the home page */
	width:100%;
	height:40px;
}
	
#tagline /* Home Page Only */
{ position:relative;
 width:100%;

}

#tagline_inner
{
	padding:5px 5px 5px 200px; /* creates space between the box and the content */
	
	

}

#tagline_inner h1
{
	
	color: #adadad;
	font-size:200%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;

}


	

#left {
	width:200px; /* this width + content width must total 100% */
	float:left; /*floats on nav and content divs make them sit side by side */
	padding-left:115px;
	  /*border:3px solid red;*/
	}
	
	

	
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-color:#ffffff;
	border-top: 3px solid #4f85c5;
	}
	
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	
	}
	
	
#header_inner { 
	margin: 0 auto;
	height:190px;
	width:900px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;

	
		
	
	}
	
/*  NAVIGATION IN HEADER */


#nav_horiz {
    width:900px;
    display:block;
    margin:15px 0px 0;
	float:right;
	z-index:auto;
	position:relative;
    
}


#nav_horiz ul {
 	display:block;
	list-style-type:none;
	padding-left: 125px;
	padding-top:-175px;
	font-size:0px;
}

#nav_horiz ul li {
	font-size: 10pt;
	display:block;
	margin:0 0px 0 25px;
	float:right;
	color:#ffffff;
	font-weight: bold;
}

#nav_horiz ul li a {

color:#ffffff;
font-weight: bold;
text-decoration:none;

}


#nav_horiz ul li a:hover {
    color:#f7992b; 
}


/* vertical */
#nav_vert {
display:block;
float:right;
margin-top:0px;


}


#nav_vert ul {

list-style-type:none;
padding-left: 400px;
padding-top:7px;
}

#nav_vert ul li {
font-size: 10pt;font-size: 10pt;
color:#4f85c5;
font-weight: bold;
line-height: 2.1em;
text-align:right;
}

#nav_vert ul li a {

color:#4f85c5;
font-weight: bold;
text-decoration:none;

}


#nav_vert ul li a:hover {
    color:#f7992b; 
}

/* -- Newsletter----- */
	
	
	
#newsletter {

	border: 2px solid #d4da90;
	padding: 8px; /*trbl*/	
	width:175px;
	}

#newsletter h2 {

	border-bottom: 2px solid #d4da90;
	text-align:center;
	padding-bottom: .5em;
	}
	
#newsletter p {

	line-height: 1.2em;
	text-align:center;
	color:#4f85c5;
	width:180px;
	padding-top:.5em;
	}
#newsletter p a {
font-size: 90%;
text-decoration: underline;
color:#4f85c5;
}
	
#newsletter ul li {
	line-height: 1.2em;
	color:#4f85c5;
	
	}
#newsletter ul {
	margin-top: 0px;
}
	
#address {

	padding: 10px; /*trbl*/	
	width:180px;
	margin-top: 40px;
	}
	
/*------Left Nav Box Inner Pages -----*/

#leftnavbox {

	border: 2px solid #d4da90;
	padding: 8px; /*trbl*/	
	width:175px;
	margin-top: 5px;
	}

#leftnavbox h2 {

	border-bottom: 2px solid #d4da90;
	text-align:center;
	padding-bottom: .5em;
	margin-bottom: 8px;
	}
	
	
#leftnavbox ul li {
	line-height: 1.2em;
	color:#4f85c5;
	list-style-type:none;
	padding-bottom: 10px;
	font-weight: bold;
	
	}
	
#leftnavbox ul li a {

color:#4f85c5;
font-weight: bold;
text-decoration:none;

}

#leftnavbox ul li a:hover {
	color:#f7992b; 
}
	

/* -- FOOTER ----- */	
	
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	padding-left:120px;
	
	}
	
#footer_inner p {
	font-weight:bold;
	font-size:85%;
	color:#4f85c5;
	}

#footer_inner a {

color:#4f85c5;
font-weight: bold;
text-decoration:none;

}

#footer_inner a:hover {
	color:#f7992b; 
}
.social {
	margin: 0px;
}
