@charset "UTF-8";
/* CSS Document */

a,
a:link,
a:visited
{
	text-decoration:underline;
	color:#0c567c;
}

a:hover,
a:active
{
	text-decoration:underline;
	color:#00c000;
}

img
{
	border:0;
}

html
{
	margin:0;
	padding:0;
}

body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#e8e9e9;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	color:#000;
	font:14px/18px Helvetica, Verdana, Geneva, sans-serif normal;
}

#wrapper
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#main
{
	width:800px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
}

#header
{
	background-color:#0c567c;
	width:800px;
	height:100px;
	margin:0;
	padding:0;
	text-align:left;
}

#header img
{
	border:none;
	width:622px;
	margin:0 0 0 10px;
}

#quote
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 32px;
	font-style:italic;
	font-weight:bold;
	padding:20px 25px 20px 150px;
	color:#0c567c;
	background-image:url(../images/cell-phone.gif);
	background-repeat:no-repeat;
	background-position:50px 10px;
}

div.hrule
{
	margin:0 10px;
	background-color:#0c567c;
	height:1px;
	overflow:hidden;
	clear:both;
}

/* CONTENT */
#content
{
	margin:0;
	padding:0;
	clear:both;
}

#content-inner
{
	padding-top:20px;
	padding-bottom:20px;
}

#content-left
{
	width:450px;
	float:left;
	clear:none;
}

#content-top-health
{
	width:800px;
	float:left;
	clear:none;
}

#content-health-texts
{
	width:230px;
	height:247px;
	float:left;
	clear:none;
	margin-right:8px;
}

#content-reminders
{
	width:230px;
	height:247px;
	float:left;
	clear:none;
	margin-right:8px;
}

#content-change
{
	width:230px;
	height:247px;
	float:left;
	clear:none;
}

#content-howto
{
	width:538px;
	float:right;
	clear:none;
}


#content-left-inner
{
	padding:0 25px 0 25px;
}

#content-inner
{
}

#content-picture-health
{
	width:212px;
	float:left;
	clear:none;
}

#content-right
{
	width:350px;
	float:left;
	clear:none;
}

#content-right-inner
{
	padding:0 25px 0 25px;
	border-left: 1px solid #0c567c;
}

#content-footer
{
	width:800px;
	clear:both;
}

#content-footer-inner
{
	padding: 5px 20px;
	text-align:center;
}

.health-txts #content-footer-inner
{
	text-align:left;
}

h1
{
	color: #0c567c;
	text-align: left;
	font-size: 18px;
	margin-bottom:0px;
}

h2
{
	color: #0c567c;
	text-align: left;
	font-size: 14px;
	margin-bottom:10px;
}


/* NAV STYLES */
#nav
{
	height:28px;
	background-color:#00c000;
	font:12px/28px Helvetica, Verdana, Geneva, sans-serif bold;
}


#nav ul
{
	width:774px;
	margin:0 auto;
	list-style:none;
	padding:0;
	line-height:28px;
}

#nav li
{
	display:inline;
	float:left;
	height:28px;
	text-align:center;
}

#nav a,
#nav a:link,
#nav a:visited
{
	color:#fff;
	text-decoration:none;
	display:block;
	height:28px;
}

#nav a:hover,
#nav a:active
{
	color:#000;
}

#nav .active a
{
	color:#000 !important;
}

#nav-home
{
	width:49px;
}
#nav-healthtxts
{
	width:96px;
}
#nav-customtxts
{
	width:100px;
}
#nav-categories
{
	width:155px;
}
#nav-science
{
	width:68px;
}
#nav-professionals
{
	width:116px;
}
#nav-btob
{
	width:38px;
}
#nav-breath
{
	width:71px;
}
#nav-faqs
{
	width:46px;
}
#nav-contact
{
	width:73px;
}

/* NAV STYLES END */


#footer
{
	width:800px;
	clear:both;
	text-align:center;
	font-size:12px;
	color:#999;
}

#footer-inner
{
	padding: 10px 0 30px 0;
}

div.title
{		
	background-image: url("../images/block.gif");	
	background-repeat: no-repeat;
	padding: 18px 0 0 29px;
	margin: 10px 0 0 25px;
}


/* INDIVIDUAL PAGES */

.home #content-right-inner
{
	padding-right:15px;
}

.health-txts #content-right
{
	width:212px;
}


.health-txts #content-right-inner
{
	border-left:none;
	padding-right:0 !important;
}

.health-txts #content-left
{
	width:550px;
}

div.health-txts-buttons
{
	text-align:center;
}

.custom-txts #content-inner,
.science #content-inner,
.btob #content-inner,
.professionals #content-inner
{
	padding:25px;
}

.btob #agencies
{
	width:350px;
	height:250px;
	float:left;
	clear:none;
}
.btob #plans
{
	width:350px;
	height:250px;
	float:left;
	clear:none;
	margin-right:8px;
}

/* COLORS */
.green
{
	color:#00c000;
}

.blue
{
	color:#0c567c;
}

.rounded-green
{
	-moz-border-radius:2ex;
  -webkit-border-radius:2ex;
	border:solid 3px #00c000;
	background-image:url(../images/rounded-green-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin-bottom:10px;
}

.rounded-blue
{
	-moz-border-radius:2ex;
  -webkit-border-radius:2ex;
	border:solid 3px #0c567c;
	background-image:url(../images/rounded-blue-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin-bottom:10px;
}

.rounded-green h1,
.rounded-blue h1
{
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:5px 0 0 10px;
}

.rounded-green h2,
.rounded-blue h2
{
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:5px 0 0 10px;
}

.rounded-green h1 a,
.rounded-blue h1 a
{
	text-decoration:none;
	color:#fff;
}

div.content
{
	padding:10px;
}
