/* Start of CMSMS style sheet 'VitalCare Page CSS' */
body {
	background:#152C49 url(../graphics/bkg.gif);
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
	margin:0 0 1.5em 0;
	background-attachment:fixed;
}
div#topbar {
	margin: 0 auto;       /* this centers wrapper */
	width: 840px;
	height:16px;
	background: #8E8F90 url(../graphics/dotted-gray.gif) repeat-x bottom;
	color: black;
	position: relative;
}

div#bottombar {
	margin: 0 auto;       /* this centers wrapper */
	width: 840px;
	height:16px;
	background: #8E8F90 url(../graphics/dotted-gray.gif) repeat-x top;
	color: black;
	position: relative;
z-index:2;
}
div#pagewrapper {
	margin: 0 auto;       /* this centers wrapper */
	width: 780px;
	background: #FFFFFF;
	color: #000000;
	padding: 30px;
	z-index:2;
	position: relative;
	background: #FFFFFF url(../graphics/gradient.gif) repeat-x bottom;
}

div#heartlines {
	background:transparent url(../graphics/heartlines.gif) repeat-x center;
	width:100%;
	z-index:1;
	height:91px;
	position:fixed;
	bottom:170px;
	left:0px;
}

/********************
HEADER
*********************/
div#header {
	background: #FFFFFF;
	padding:0px;
	margin:-17px 0 0 0;
	width:100%;
	height:92px;
}

div#toplinks {
	margin: 10px;
	border:none;
	position: absolute;
	z-index:1;
	top:10px;
	right:20px;
	font-size:0.6em;
}
div#toplinks a {
	color:#003366;
	text-decoration:none;
}
div#toplinks a:hover {
	color:#003366;
	text-decoration:underline;
}

div#topimage {
	margin:20px 0;
	padding:0px;
	height:230px;
	}
	
div#breadcrumbs {
	margin:15px 2px;
	padding:0px;
	font-size:0.6em;
	color:#999;
}
	
div#breadcrumbs a, div#breadcrumbs a:visited, div#breadcrumbs .lastitem {
	color:#666;
	text-decoration:none;
}

div#breadcrumbs a:hover {
	color:#333;
	text-decoration:none;
}
/********************
CONTENT
*********************/
div#content {
	padding: 0 0 30px 0;
	margin:0px;
}
div#main {
	margin: 0px 7px 0px 225px;
}
div#home {
	margin:0;
	padding:0;
}

div#homebox {
	margin: 0px;
	padding:0px 9px 20px 0px;
	width:235px;
	float: left;
	display: inline;  /* FIX IE double margin bug */
}

div#homeboxright {
	margin: 0px;
	padding-bottom:20px;
	width:235px;
	float: left;
	display: inline;  /* FIX IE double margin bug */
}

div#homephotos {
	margin: 0;
	padding:0px;
	width:100%;
	border-top: solid #FFFFFF 7px;
}

div#sidebar {
	margin: 0 0 40px 0;
	padding:0 0 40px 0;
	background:#44ADD5;
	width:190px;
	float: left;
	display: inline;  /* FIX IE double margin bug */
	background:#44ADD5 url(../graphics/subnav-bottom.gif) no-repeat bottom;
	
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.clear{
	clear:both;
}

.dottedvertical {
	background:transparent url(../graphics/dotted-vertical.gif) repeat-y center;
}
/********************
FOOTER
*********************/

div#footer {
	clear: both;
	color:#999;
	background-color: transparent;
	font-size:0.6em;
	text-align:center;
	margin:10px;
}
div#footer a {
	color: #999;
	text-decoration:none;
}
div#footer a:hover {
	color: #999;
	text-decoration:underline;
}
/********************
TEXT STYLING
*********************/

/* HEADINGS */
div#main h1 {
	color: #0d53a9;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #0d53a9;
}
div#main h2 {
	color: #0b98cd;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 1.5em 0px 0px 0px;
	line-height: 1.5em;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
div#main h3 {
	color:#0d53a9;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	margin: 25px 0px 4px 0px;
	line-height: 1.5em;
	padding: 0px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

div#main h3 {
	color:#0d53a9;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	margin: 25px 0px 4px 0px;
	line-height: 1.5em;
	padding: 0px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

div#main h4 {
	color:#333;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin: 3px 0px 8px 0px;
	line-height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


div#home h1 {
	color: #0b98cd;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 8px 0px;
	line-height: 1.25em;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/* TEXT */

div#main p {
	font-size: 0.7em;
	margin: 0px 0px 20px 0px;
	line-height: 2em;
	padding: 0;
}

div#small p {
	font-size: 0.7em;
	margin:20px 0px 20px 0px;
	line-height: 1.3em;
	padding: 0;

}

div#small li {
	font-size: 0.7em;
	margin:20px 0px 20px 0px;
	line-height: 1.3em;
	padding: 0;

}


div#home p {
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
	line-height: 1.7em;
	padding: 0;
text-align: justify;

}

div#main ul {
	margin:0px 30px 0px 20px;
	padding:0px 0px 0px 10px;
	font-size:0.7em;
}
div#main li {
	margin:10px 0px;
line-height:150%;
}

div#disclaimer {
	font-size: 0.9em;
	margin: 40px 15px 10px 0px;
	color:#666;
	text-align:left;
	border-top:solid 1px #999;
}

div#disclaimer p{
padding:10px 5px 10px 0;
	line-height: 150%;
	text-align:left;
}


/********************
LINK STYLING
*********************/

div#main a, div#main a:visited, div#home a, div#home a:visited {
	color:#0777BD;
	text-decoration:none;
}
div#main a:hover, div#home a:hover{
	color:#0777BD;
	text-decoration:underline;
}

/* End of 'VitalCare Page CSS' */

