/*=============== intro layout ===============*/
h1.banner{
	margin: 0px;
	padding: 0px;
}

h1.banner img{
	border: none;
}

h2.subtitle{
	color: #1F568A;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 5px;
}

.rightAside{
	float: right;
	width: 140px;
	background-color: #f0eee1;
	margin: 20px 0px 20px 30px;
}

.rightAside h3{
	background-color: #3d8793;
	color: #fff;
	margin: 0px 0px 10px;
	padding: 2px 10px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.rightAside ul{
	margin: 0px 0px 12px;
	padding: 0px;
	color: #039;
	margin-left: 10px;
	list-style-type: none;
}

.rightAside ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*=============== results layout ===============*/
.consultInstructions{
	background-color: #f0eee1;
	border: 1px solid #3d8793;
	margin: 1.5em 0em;
	padding: 0px 0px 6px;
}

.consultInstructions h3{
	margin: 0px 0px 10px;
	color: #fff;
	background-color: #3d8793;
	padding: 6px 10px 8px;
}

.consult div.consultNotes{
	margin-bottom: 1.5em;
}

.resultsDetails{
	background-color: #f0eee1;
	padding: 15px 10px 10px;
	margin: 0px 0px 15px;
}

.resultsDetails ul li{
	margin-bottom: .5833em;
}

.consult h3.first{
	margin-top: 0px;
}

.consult p{
	padding-left: 10px;
	padding-right: 10px;
}

.consultNotes p{
	padding-left: 0px;
	padding-right: 0px;
	
}

/*=============== form layout ===============*/
#coldsAndFluForm{
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
}

#coldsAndFluForm div.row{
	background-color: #f0eee1;
	float: left;
	margin-bottom: 10px;
	clear: left;
}

#coldsAndFluForm fieldset{
	float: left;
	border: none;
	margin: 0px 0px 00px -10px;
	padding: 8px 6px 8px;
	width: 270px;
	border-left: 10px solid #fff;
}

#coldsAndFluForm fieldset.odd{
	border-left: none;
	border-right: 10px solid #fff;
	margin-left: 0px;
}

#coldsAndFluForm fieldset p.legend{
	margin: 0px 0px 2px 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #3d8793;
	font-family: Helvetica, Arial, sans-serif;
}

#coldsAndFluForm fieldset p{
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
	position: relative;
	padding-left: 24px;
	color: #333;
}

#coldsAndFluForm fieldset p.followupnext{
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #bbb;
}

#coldsAndFluForm fieldset p input{
	position: absolute;
	left: 0px;
	top: 0px;
}

#coldsAndFluForm hr{
	height: 0px;
	display: block;
	margin: 5px 70px 5px 25px;
	border: none;
	border-bottom: 1px dashed #333;
}

/*=============== form actions ===============*/
ul.actions{
	float: left;
	list-style-type: none;
	margin: 0em 0em 1.5em;
	padding: 0px;
}

ul.actions li{
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}

/*=============== form errors ===============*/
div.errors {
	color: #f00;
}

div.errors p{
	font-weight: bold
}

div.errors li{
	margin-bottom: .5em;
}

/*=============== results page ===============*/
.consult,
.homecare,
.homecareType{
	display: none;
}

.consult.show,
.homecare.show,
.homecareType.show,
.consult .show,
.homecare .show{
	display: block;
}

/*=============== utility classes ===============*/
.clear{
	clear: both;
}
