html {
position: relative;
}
body, html {
background: #fff;
font: 12pt arial;
margin: 0px;
padding: 0px;
}

#head {
background: #2b3091;
height: 100px;
}
#head h1{
font-size: 260%;
margin: 0px;
font-weight: bold;
color: #fff;
padding-left: 100px;
}
#footer {
position: absolute;
bottom: 0px;
font-size: 80%;
left: 100px;
width: 500px;
}
#footer p {
margin: 0px;
padding: 0px;
}

#body {
position: relative;
margin: 50px 150px;
border: 5px solid #2B3091;
padding: 5px 70px 100px 10px;
z-index: 5;
min-height: 300px;
}
#bodycontent {
position: relative;
					z-index: 20;
}
#body h1 {
font-size: 110%;
color: #2b3091;
font-weight: bold;
background: transparent url('images/pulseh1.png') bottom left no-repeat;
padding-bottom: 15px;
padding-left: 20px;
}
#body h2 {
color: #2b3091;
font-size: 105%;
margin: 0px;
padding: 4px 0px;
font-weight: bold;
}
#body p {
margin: 0px;
padding: 4px 0px;
}

/*
* menus
*/
#mainmenu {
position: absolute;
top: -25px;
left: -5px;
}
#mainmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#mainmenu ul li {
float: left;
}
#mainmenu ul a {
display: block;
background: transparent url('images/buttons.png') no-repeat;
width: 96px;
height: 20px;
font-weight: bold;
text-decoration: none;
text-align: center;
}
#mainmenu ul a:link, #mainmenu ul a:visited {
color: #000;
background-position: top center;
}
#mainmenu ul a:hover {
color: #fff;
background-position: top right;
}
#mainmenu ul a.active {
color: #fff;
background-position: top left;
}

#mainSections {
position: absolute;
top: 50px;
right: -70px;
width: 120px;
margin: 0px;
padding: 0px;
}
#mainSections ul {
margin: 0px;
padding: 0px;
width: 120px;
list-style: none;
padding: 2px 0px 2px 0px;
}
ul#sidetop {
	padding-top: 50px;
background: transparent url('images/sidebar.png') top no-repeat;
}
#mainSections a {
color: #fff;
font-size: 105%;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
margin: 10px;
}
#stafflogin {
margin: 0px;
padding: 0px;
width: 120px;
padding: 2px 0px 50px 0px;
background: transparent url('images/sidebar.png') bottom no-repeat;
}
#stafflogin h2 {
color: #f00;
margin: 10px;
}
#stafflogin input {
width: 90px;
margin: 0px 10px;
}
#stafflogin label {
font-size: 80%;
color: #fff;
margin: 0px 10px;
}

a {
	text-decoration: underline;
}
a:link, a:visited {
color: #898BDA;
	}
a:hover {
color: #2b3091;
	}

a.golink {
display: block;
float: right;
background: transparent url('images/golink.png') no-repeat;
padding-left: 22px;
height: 20px;
text-decoration: none;
}
a.golink:link, a.golink:visited {
background-position: top left;
}
a.golink:hover {
background-position: bottom left;
}

/*
 * contact form layout
 */
.pageform fieldset {
position: relative;
border: 1px solid #898BDA;
}
.pageform legend {
	font-size: 110%;
color: #2b3091;
			 font-weight: bold;
border: 1px solid #898BDA;
padding: 0px 10px;
}
.pageform p.error label {
background: #898BDA;
}
.pageform fieldset p {
position: relative;
}
.pageform label {
position: absolute;
color: #2b3091;
			 font-weight: bold;
			 font-size: 90%;
top: 0px;
left: 5px;
}
.pageform input, .pageform select, .pageform textarea {
position: relative;
width: 400px;
top: 0px;
left: 150px;
}
.pageform input.cancel {
position: absolute;
left: 0px;
top: 0px;
width: 100px;
background: #898BDA;
border: 1px solid #2B3091;
}
.pageform input.go {
position: absolute;
right: 0px;
top: 0px;
width: 100px;
background: #898BDA;
border: 1px solid #2B3091;
}
/*
* extra divs for graphics
*/
#extra1 {
position: absolute;
background: transparent url('images/pams.png') top left no-repeat;
width: 200px;
height: 200px;
top: -150px;
right: -120px;
}
#extra2 {
position: absolute;
background: transparent url('images/ambulance.png') top right no-repeat;
bottom: -70px;
left: -160px;
width: 250px;
height: 245px;
}
#extra3 {
position: absolute;
background: transparent url('images/pulse.png') top left no-repeat;
top: 5px;
left: 0px;
height: 200px;
width: 100%;
}

.clear {
clear: both;
}

.span1 {
float: left;
width: 48%;
padding: 0px 1%;
}
.span2 {
width: 100%;
}

div.error {
border: 2px solid #f00;
background: #f3f300;
}
/***********************************************************************
 * Quote form layout
 ***********************************************************************/
fieldset.quote {
	position: relative;
	border: 1px solid #2D3091;
}
fieldset.quote legend {
	border: 1px solid #2D3091;
	background: #fff;
	color: #2D3091;
	padding-right: 40px;
	font-size: 120%;
}
fieldset.quote div {
position: relative;
					margin-top: 2px;
}
fieldset.quote input, fieldset.quote select, fieldset.quote textarea  {
	width: 260px;
	font-size: 100%;
	border: 1px solid #2d3091;
	background: transparent;
							margin-left: 300px;
}
fieldset.quote label {
	width: 290px;
				 text-align: right;
position: absolute;
top: 0px;
left: 0px;
}
fieldset.quote input:hover {
	background: #EFEFEF;
}
.small {
	font-size: 70%;
}
label.error {
	background: #f3f300;
}
fieldset.quote div.formbuttons {
	position: relative;
	width: 100%;
}
fieldset.quote div#resetbtns {
	position: relative;
	top: 0px;
	left: 0px;
}
fieldset.quote div#navbtns {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.formbuttons input {
width: 120px;
			 font-size: 85%;
			 margin-left: 0px;
	color: #2D3091;
	border: 1px outset #2D3091;
	background: rgb(229,242,255);
}
div.formbuttons input:hover {
	font-size: 85%;
	border: 1px inset #2D3091;
	background: #efefef;
}
div#frmproc {
	width: 300px;
}
/*
	 Calendar dropdowns
 */
.quote button.calendar {
position: absolute;
	   background: url(images/calendar-icon.gif);
top: 0px;
height: 20px;
width: 20px;
border: 0;
cursor: pointer;
height: 20px;
margin-right: 6px;
width: 20px;
}
.quote button.calendar:hover, .quote	button.calendar.active {
background-position: left bottom;
}
div.calendar {
background: url(images/calendar.png);
height: 195px;
padding: 0 6px;
text-align: center;
width: 147px;
}	
div.calendar * {
margin: 0;
padding: 0;
}	
div.calendar div {
background: none !important;
cursor: move;
height: 185px;
overflow: hidden;
padding-top: 10px;
position: relative;
width: 147px;
}	

div.calendar caption {
color: #333;
font: normal 12px/16px Arial, Helvetica, sans-serif;
padding-top: 6px;
text-align: center;
width: 100%;
}
div.calendar caption a {
cursor: pointer;
display: block;
height: 12px;
overflow: hidden;
position: absolute;
text-indent: -100px;
top: 17px;
width: 11px;
}
div.calendar caption a.prev {
background-image: url(images/calendar-prev.gif);
left: -10px;
top: 0px;
}
div.calendar caption a.next {
background-image: url(images/calendar-next.gif);
right: -10px;
top: 0px;
}
div.calendar caption a:hover {
background-position: 0 12px;
}
div.calendar caption span {
height: 25px;
position: relative;
text-align: center;
}
div.calendar caption span.month {
padding-right: 8px;
margin: 0px 10px;
}
div.calendar caption span.year {
margin: 0px 10px;
}

div.calendar table {
background: #FFF;
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
margin: 0 auto;
overflow: hidden;
width: 147px;
}
div.calendar td,
div.calendar th {
border: 0;
color: #0597DB;
font: normal 12px Arial, Helvetica, sans-serif;
height: 21px;
text-align: center;
width: 21px;
}
div.calendar td {
background: url(images/calendar-td.gif);
color: #FFF;
font-size: 11px;
}
div.calendar td.invalid {
color: #999;
}
div.calendar td.valid {
background: url(images/calendar-valid.gif);
color: #0597DB;
cursor: pointer;
}
div.calendar td.hilite {
background: url(images/calendar-hilite.gif);
}
div.calendar td.inactive {
background: url(images/calendar-td.gif) 0 100%;
color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
background: url(images/calendar-valid.gif) 0 100%;
color: #FFF;
cursor: pointer;
}
/*
	 end calendar styles
	*/


