body {
	background-color: #fff;
}

a:link {
	color: #bd2d1a;
}

a:visited {
	color: #666;
}

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

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

#primary {
	width: 966px;
	margin: 0 auto;
}

/*
* BEGIN header
*******************************************************************************/
#header {
	position: relative;
	width: 966px;
	height: 196px;
}

#logo {
	display: block;
	position: absolute;
	top: 19px;
	left: 10px;
	width: 287px;
	height: 148px;
	border: 0;
}

#testimonial {
	display: block;
	position: absolute;
	top: 51px;
	left: 297px;
	width: 492px;
	height: 150px;
	border: 0;
}

#req_vac_proc {
	display: block;
	position: absolute;
	top: 70px;
	left: 789px;
	width: 151px;
	height: 81px;
	border: 0;
}

/*
* BEGIN login form
*******************************************************************************/
#login {
	position: absolute;
	top: 0;
	right: 34px;
	width: 460px;
	height: 46px;
	background: transparent url(../images/layout/bg_login_l.gif) 0 0 no-repeat;
	padding: 0 0 0 11px;
}

#login div {
	height: 46px;
	background: transparent url(../images/layout/bg_login_r.gif) top right no-repeat;
	padding: 0 11px 0 0;
}

#login ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

#login li {
	float: left;
	padding: 0 4px;
}

#login li * {
	display: block;
	margin: 0;
}

#login li input.text,
#login li input.password {
	width: 135px;
	border: 1px solid #666;
	font-size: 11px;
	padding: 5px;
	color: #666;
}

#login li #login_go {
	width: 61px;
	height: 26px;
	border: 0;
	padding: 0;
	background: none;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

#login img {
	display: block;
	border: 0;
}

/*
* BEGIN main menu
*******************************************************************************/
#menu_main {
	position: absolute;
	top: 168px;
	right: 13px;
	width: 539px;
	height: 70px;
	background: transparent url(../images/layout/bg_menu_main.png) 0 0 no-repeat;
	padding: 0 0 0 11px;
}

#menu_main ul {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 519px;
	height: 44px;
	margin: 0;
	background: transparent url(../images/layout/bg_menu_main.gif) 0 -44px no-repeat;
	padding: 0;
	list-style: none;
}

#menu_main li {
	float: left;
}

#menu_main a:link,
#menu_main a:visited {
	display: block;
	float: left;
	height: 44px;
	background: transparent url(../images/layout/bg_menu_main.gif) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

#menu_main li.about a:link,
#menu_main li.about a:visited {
	width: 97px;
	background-position: 0 0;
}

#menu_main li.on_call a:link,
#menu_main li.on_call a:visited {
	width: 80px;
	background-position: -97px 0;
}

#menu_main li.vascular a:link,
#menu_main li.vascular a:visited {
	width: 167px;
	background-position: -177px 0;
}

#menu_main li.training a:link,
#menu_main li.training a:visited {
	width: 85px;
	background-position: -344px 0;
}

#menu_main li.contact a:link,
#menu_main li.contact a:visited {
	width: 90px;
	background-position: -429px 0;
}

body.about #menu_main li.about a:link,
body.about #menu_main li.about a:visited,
body.on-call #menu_main li.on_call a:link,
body.on-call #menu_main li.on_call a:visited,
body.vascular #menu_main li.vascular a:link,
body.vascular #menu_main li.vascular a:visited,
body.training #menu_main li.training a:link,
body.training #menu_main li.training a:visited,
body.contact #menu_main li.contact a:link,
body.contact #menu_main li.contact a:visited,
#menu_main a:hover,
#menu_main a:active {
	background: none !important;
}

/*
* BEGIN section menu
*******************************************************************************/
#menu_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 14px/1.25 Arial,sans-serif;
}

#menu_section li {
	background: transparent url(../images/layout/bg_menu_section_li.gif) bottom left no-repeat;
}

#menu_section a:link,
#menu_section a:visited {
	display: block;
	width: 280px;
	background: transparent url(../images/layout/bg_menu_section_a.gif) 2px 25px no-repeat;
	padding: 20px 0 20px 17px;
	color: #bd2d1a;
}

#menu_section a:hover,
#menu_section a:active {
	background-image: url(../images/layout/bg_menu_section_a_hover.gif);
	color: #000;
}

body.vascular #menu_section li.here a:link,
body.vascular #menu_section li.here a:visited {
	background-image: url(../images/layout/bg_menu_section_a_vascular.gif);
	color: #8baa55;
}

body.on-call #menu_section li.here a:link,
body.on-call #menu_section li.here a:visited {
	background-image: url(../images/layout/bg_menu_section_a_on_call.gif);
	color: #4b7ccc;
}

body.training #menu_section li.here a:link,
body.training #menu_section li.here a:visited {
	background-image: url(../images/layout/bg_menu_section_a_training.gif);
	color: #fbaa42;
}

body.news #menu_section li.here a:link,
body.news #menu_section li.here a:visited {
	background-image: url(../images/layout/bg_menu_section_a_hover.gif);
	color: #000;
}

/*
* BEGIN content
*******************************************************************************/
#content {
	width: 966px;
	background: transparent url(../images/layout/bg_content.gif) 0 0 repeat-y;
}

#content_bot {
	width: 944px;
	margin: 0 auto;
	height: 3px;
	background-color: #000;
}

body.about #content_bot {
	background-color: #8b55aa;
}

body.on-call #content_bot {
	background-color: #4b7ccc;
}

body.training #content_bot {
	background-color: #fbaa42;
}

body.vascular #content_bot {
	background-color: #8baa55;
}

#title_section {
	width: 966px;
	height: 84px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

body.about #title_section {
	background-image: url(../images/titles/about.jpg);
}

body.contact #title_section {
	background-image: url(../images/titles/contact.jpg);
}

body.news #title_section {
	background-image: url(../images/titles/news.jpg);
}

body.on-call #title_section {
	background-image: url(../images/titles/on_call.jpg);
}

body.site-map #title_section {
	background-image: url(../images/titles/site-map.jpg);
}

body.training #title_section {
	background-image: url(../images/titles/training.jpg);
}

body.vascular #title_section {
	background-image: url(../images/titles/vascular.jpg);
}

#page_content {
	width: 894px;
	margin: 0 auto;
	border-bottom: 3px solid #8baa55;
	padding: 25px;
}

.column_l {
	float: left;
	width: 615px;
	overflow: hidden;
	padding: 20px 25px 1px 35px;
}

.column_r {
	float: left;
	width: 280px;
	overflow: hidden;
}

#services {
	width: 966px;
	background: transparent url(../images/home/bg_columns_services.gif) 0 0 repeat-y;
}

#services h1 {
	height: 84px;
	margin: 0 0 11px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

#services img {
	display: block;
	border: 1px solid #bd2d1a;
}

#services .column_l {
	float: left;
	width: 326px;
	min-height: 200px;
	padding: 0 0 15px;
}

#services .column_l h1 {
	width: 326px;
	background: transparent url(../images/home/title_on_call.jpg) 0 0 no-repeat;
}

#services .column_l p {
	padding: 0 22px 0 35px;
}

#services img {
	display: block;
	border: 1px solid #bd2d1a;
}

#services .column_m {
	float: left;
	width: 315px;
	min-height: 200px;
	padding: 0 0 15px;
}

#services .column_m h1 {
	width: 315px;
	background: transparent url(../images/home/title_vascular_services.jpg) 0 0 no-repeat;
}

#services .column_m p {
	padding: 0 22px;
}

#services .column_r {
	float: left;
	width: 325px;
	min-height: 200px;
	padding: 0 0 15px;
}

#services .column_r h1 {
	width: 325px;
	background: transparent url(../images/home/title_training.jpg) 0 0 no-repeat;
}

#services .column_r p {
	padding: 0 35px 0 22px;
}

#services .column_m .services_button {
	border:0;
	margin-left:12px;
	}


#services_menu {
	width: 269px;
	height: 24px;
	margin: 0 auto;
	background: transparent url(../images/home/bg_services_menu.gif) 0 0 no-repeat;
	padding: 6px 10px 0;
}

#services_menu select {
	width: 265px;
	margin: 0;
	font-size: 11px;
}

#rows_sep {
	width: 966px;
	height: 11px;
	background: transparent url(../images/home/bg_rows_sep.gif) 0 0 no-repeat;
}

#info {
	position: relative;
}

#why_first_response {
	display: block;
	position: absolute;
	top: 0;
	right: 11px;
	border: 0 !important;
	z-index: 100;
}

#info h1 {
	margin: 0 0 .5em;
	font: italic normal 24px/1.25 Georgia,sans-serif;
}

#info .column_l {
	float: left;
	width: 326px;
	min-height: 200px;
	padding: 0 0 15px;
}

#info .column_l h1 {
	padding: 11px 22px 0 35px;
}

#info .column_l p {
	padding: 0 22px 0 35px;
}

#login_box {
	width:274px;
	background:url(../images/home/login_box.gif) no-repeat;
	margin:5px 0 0 29px;
	font:bold 12px/30px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	padding-top:24px;
	}
	#login_box p {
	font: italic 15px/16px georgia, 'times new roman', times, serif;
	text-transform:none;
	text-align:center;
	margin:0 10px 18px 0;
	}
#signup_link {
	display:block;
	text-indent:-9999px;
	height:112px;
	width:277px;
	margin:0 0 0 30px;
	background:url(../images/home/signup_box.jpg) no-repeat;
	}
	
#login_box form {
	margin:0 25px;
	}
#login_box label {
	float:left;
	}
#login_box .text_box {
	float:right;
	}
#login_box .button {
	float:left;
	margin-top:10px;
	}
#login_box input {
	}

#login_box h3 {
	display:none;
	}
#login_tools {
	float:right;
	font-size:10px;
	line-height:13px;
	text-transform:none;
	font-weight:normal;
	clear:both;
	margin-top:10px;
	}
#login_box_bottom {
	height:20px;
	clear:both;
	background:url(../images/home/login_box_bottom.gif) bottom no-repeat;
	}

#info .column_m ol {
	margin: 0;
	padding: 0 22px 0 35px;
	list-style: none;
}

#info .column_m ol li {
	margin: 0 0 1.5em;
}

#info .column_m ol h2 {
	font: italic normal 22px/1.25 Georgia,sans-serif;
	color: #92af5f;
}

#info .column_m ol p {
	margin: .25em 0;
	padding: 0;
}

#info img {
	display: block;
	border: 1px solid #bd2d1a;
}

#info .column_m {
	float: left;
	width: 315px;
	min-height: 200px;
	padding: 0 0 15px;
}

#info .column_m h1 {
	padding: 11px 22px 0;
}

#info .column_m p {
	padding: 0 22px;
}

#info .column_r {
	float: left;
	width: 325px;
	min-height: 200px;
	padding: 0 0 15px;
}

#info .column_r h1 {
	padding: 11px 55px 0 22px;
}

#info .column_r p {
	padding: 0 55px 0 22px;
}

#info .column_r .ad_button {
	margin:10px 0 0 22px;
	border:0;
	}

/*
* BEGIN footer
*******************************************************************************/
#footer {
	width: 946px;
	background: transparent url(../images/layout/bg_footer.gif) 0 0 no-repeat;
	padding: 22px 10px 1px;
}

#footer form {
	float: right;
}

#footer fieldset {
	display: inline;
}

#footer select {
	width: 200px;
}

#footer p {
	font-size: 11px;
	line-height: 1.4;
}

/*
* BEGIN forms
*******************************************************************************/
form {
	margin: 0 0 1.5em;
}

form h3 {
	margin-top: 2em;
}

ol.form_fields {
	margin: 0 0 1.5em;
	list-style: none;
}

ol.form_fields li {
	margin: 0 0 1em;
}

ol.form_fields li * {
	margin: 0;
}

ol.form_fields label {
	display: block;
	float: left;
	width: 125px;
	padding: 2px 0 0;
	font-weight: bold;
}

ol.form_fields ul.checkboxes {
	padding: 0;
	list-style: none;
}

ol.form_fields ul.checkboxes li {
	vertical-align: middle;
	margin: 0;
}

ol.form_fields ul.checkboxes li label {
	display: inline;
	padding: 0 0 0 5px;
	font-weight: normal;
}

ol.form_fields li.date_time * {
	vertical-align: middle;
	margin: 0;
}

ol.form_fields li.date_time input {
	margin: 0 5px 0 0;
}

ol.form_fields li.textarea label {
	float: none;
	margin: 0 0 3px;
	width: auto;
	padding: 0;
}

ol.form_fields li.captcha * {
	display: block;
	margin: 0 0 5px;
}

ol.form_fields li.captcha #captcha {
	width: 135px;
}

ol.form_fields li.captcha p {
	font-size: 11px;
}

ol.form_fields li.buttons,
div.form_buttons {
	border-top: 1px solid #333;
	background-color: #999;
	padding: 8px;
}

input.text {
	width: 250px;
}

textarea {
	width: 99%;
	height: 125px;
}

/*
* BEGIN images
*******************************************************************************/
img.left {
	display: block;
	float: left;
	margin: 5px 15px 10px 0;
	padding: 1px;
	border: 4px solid #333;
}

img.right {
	display: block;
	float: right;
	margin: 5px 0 15px 10px;
	padding: 1px;
	border: 4px solid #333;
}

img.center {
	display: block;
	margin: 0 auto 1em;
	padding: 1px;
	border: 4px solid #333;
}