/* CSS Document */

.clear {
	clear:both;
	line-height: 0;
	height: 0;
	font-size:0px;
}

body {
	font-family: arial, sans-serif;
	font-size: 1em;
	color: #000;
}

/* positioning */

#outer {
	width: 900px;
	padding-bottom: 28px;
	margin: auto;
	background: #fff url("../img/bg-outer.gif") bottom no-repeat;
}

#masthead {
	background: #fff url("../img/bg-outer.gif") top no-repeat;
	padding: 20px 20px 40px 30px;
}

#logo {
	width: 160px;
	float: left;
}

#brand {
	padding-top: 18px;
	width: 450px;
	float: left;
	text-align: center;
}

#mainBody {
	margin: 0 30px;
}

#nav {
	border: solid #dedede;
	border-width: 1px 0;
	width: 175px;
	float: left;
	padding-bottom: 5px;
}

#main, #main2 {
	width: 630px;
	float: right;
}

.mainContents, .contents2  {
	background-color: #fff;
}

.halfWidth .mainContents {
	width: 400px;
	float: left;
}

.halfWidth .contents2 {
	width: 194px;
	float: right;
}

#footer {
	background-color: #fff;
}

/* General Styles */

img {
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 6px;
}

li  li {
	font-size: 1em;
}

p {
	margin: 0px 0 12px;
}

p, li {
	font-size: .7em;
	line-height: 1.5em;
}

h1 {
	color: rgb(0,128,0);
	font-size: 1.2em;
	margin: 0 0 12px;
	background-color: #fff;
}

h2 {
	color: rgb(0,128,0);
	font-size: 1.1em;
	margin: 12px 0px 6px;
}

hr {
	border: 0;
	color: #090;
	background-color: #090;
	height: 1px;
}

/* Class/ID styles */

.contents2 h3 {
	margin: 0;
	font-size: .9em;
	color: #ccc;
	padding-bottom: 3px;
}

.contents2 h3 a {
	color: #ccc;
	text-decoration: none;
}
#nav ul, .contents2 ul {
	margin: 0 ;
	padding: 0;
	list-style-type: none;
}

#nav li {
	font-size: 1em;
}

#nav li, .contents2 li  {
	padding: 3px 0;
}

#nav li li, .contents2 li li  {
	border: none;	
	padding: 3px 0 0 12px;
}

#nav a, .contents2 li a  {
	color: rgb(0,128,0);
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, .contents2 a:hover  {
	text-decoration: underline;
}

#footer p{
	margin: 15px 0 0;
}

.symptomGroup {
	width: 50%;
	float: left;
	margin-bottom: 0px;
}

.symptomGroup p {
	text-indent: -24px;
	margin: 0 0 0 24px;
}