html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font: 13px/17px "Helvetica", Verdana, Arial, sans-serif;
	color: #555;
}

p {
	margin-bottom: 15px;
}

h2 {
	font-family: "Garamond", "Palatino Linotype", "Palitino", "Book Antiqua", "Times New Roman", Times, Trebuchet, serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 15px;
}

ul {
	list-style: square outside none;
}

li {
	margin: 0px 0px 3px 12px;
}


a {
	text-decoration: none;
	color: #8db9c4;
}

a:hover {
	text-decoration: underline;
	color: #8db9c4;
}

a:visited {
	color: #8db9c4;
}

a.button_small, a.button_medium, a.button_large {
	display: block;
	height: 44px;
	cursor: pointer;
	background-position: top left;
}

a.button_small {
	width: 135px;
}

a.button_medium {
	width: 220px;
}

a.button_large {
	width: 285px;
}

img {
	border: 0;
}

form label {
	clear: left;
	float:left;
	display:inline;
	text-align:right;
	color:#666666;
	width:140px;
	margin: 3px 2px 5px 0px;
}

form label.required {
	font-weight: bold;
	color: #cc0000;
}

form .small {
	display: block;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	line-height: .8em;
	width: 100%;
}

form input.text, form select, form textarea {
	float: left;
	display: inline;
	width: 200px;
	margin: 0px 0px 10px 10px;
	border: 1px solid;
}

form textarea, form input.text, form input[type='password'], form select {
	font-family: inherit !important;
	color: inherit !important;
	padding: .2em;
	border-color:#aaa;
}

form textarea:focus, form input.text:focus, form input[type='password']:focus, form select:focus {
	padding: .2em;
	outline: 1px solid #99ccff;
	border-color:#ddd;
}

form textarea  {
	width: 300px;
	height: 100px;
}

form .radiogroup {
	float: left;
	display: inline;
	margin: 3px 0 10px 10px;
}

form .display {
	float: left;
	display: inline;
	margin: 3px 0px 5px 10px;
}

form button{ 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}

form div.spacer {
	margin-left: 150px;
}

.strong {
	font-weight: bold;
}

.float {
	float: left;
	display:inline;
}

.floatright {
	float: right;
	display:inline;
}

.clear {
	clear: both;
}

/*
 * Header
 */

div#header_box {
	position: relative;
	width: 100%;
	height: 190px;
	background: #DBEBEE;
	border-bottom: 1px solid #D4D3CF;
}

div#header {
	position: relative;
	width: 900px;
	height: 100%;
	margin: auto;
	background: url('/assets/public/images/ui_header_bkg.jpg') top center no-repeat;
}

div#logo {
	position: relative;
	width: 340px;
	height: 60px;
	top: 50px;
}

div#navtop {
	position: absolute;
	bottom: 0px;
	font-family: "Garamond", "Palatino Linotype", "Palitino", "Book Antiqua", "Times New Roman", Times, Trebuchet, serif;
	font-size: 1.3em;
}

div#navtop ul {
	margin: 0;
}

div#navtop li {
	float: left;
	margin: 0 30px 13px 0;
	padding-bottom: 3px;
	list-style: none;
	letter-spacing: 1px;
}

div#navtop li.last {
	margin: 0 0 13px 0;
}

div#navtop a {
	color: #5a5245;
}

div#navtop a:hover {
	text-decoration: none;
}

div#navtop li.current, div#navtop li:hover {
	margin: 0 30px 10px 0;
	border-bottom: 3px solid #8db9c4;
	cursor: pointer;
}


/*
 * Main content
 */

div#content_box {
	position: relative;
	width: 100%;
	margin: 10px 0;
	background: #E0CEC0;	
}

div#content {
	padding: 0 10px;
	width: 900px;
	min-height: 200px;
	margin: auto;
}

div.error_box {
	position: relative;
	width: 50%;
	top: 60px;
	margin: auto;
	border: 1px solid #bbb;
	padding: 30px 30px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#info_box {
	position: relative;
	width: 100%;
	border-top: 1px solid #D4D3CF;
}

div#info {
	width: 900px;
	min-height: 50px;
	margin: 12px auto;
}

div.copy_section {
	padding: 30px 160px 20px;
	min-height: 150px;
	background: #fff;
}

div#section {
	padding: 0px 12px;
	background: #fff;
}

/* doctors */

div#section.doctors .copy_section {
	padding: 20px 40px;
}

div#section.doctors h2 {
	padding-top: 10px;
}

div#section.doctors img.float {
	margin-right: 20px;
}

div#section.doctors img.floatright {
	margin-left: 0px;
}

/* services */

div#section.services .copy_section {
	padding: 20px 0 30px 20px;
}

div#section.services .item {
	float: left;
	display: inline;
	width: 194px;
	padding-right: 20px;
}

div#section.services h2 {
	padding-bottom: 8px;
	border-bottom: 3px solid #eee;
}

form#inline_duedateform label, div.copy_section.questionnaire label {
	width: 220px;
}

form#inline_duedateform .spacer, div.copy_section.questionnaire .spacer {
	margin-left: 230px;
}

div.copy_section.questionnaire .checkbox_column {
	float: left;
	display: inline;
	width: 190px;
}

div.copy_section.questionnaire .checkbox_column p {
	margin: 12px 0 4px;
}


/*
 * Info Sections
 */

div#home_info .item {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
}

div#home_info .centered {
	position: relative;
	top: 8px;
}

/*
 * Footer
 */

div#footer_box {
	position: relative;
	width: 100%;
	border-top: 1px solid #D4D3CF;
}

div#footer {
	width: 900px;
	height: 70px;
	color: #999;
	font-size: .8em;
	line-height: 1.8em;
	margin: 10px auto 0;
}

p#iewarning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('/assets/public/images/ie-warning_bg.gif') repeat-x;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	z-index: 100;
}