/*---------------------------------------
--- Force all elements to default ---------
--------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}

/*---------------------------------------
--- Special style to cleanup ---------
--------------------------------------*/
.clr
{
	clear:both;
	line-height:1px;
	height:0; 
	margin:0;
	overflow:hidden;
	font-size:1px;
}

/*---------------------------------------
--- Text style ---------
--------------------------------------*/
h1
{
	font-size:1.5em;
	margin:10px 10px 10px 20px;
	font-weight:bold;
	line-height:14px;
	font-family:"Segoe UI", Geneva, Arial, Helvetica, sans-serif; 
}
h2
{
	font-size:1em;
	margin:0 0 5px 20px;
	text-transform:capitalize;
	font-weight:bold;	
	font-family: "Segoe UI", Geneva, Arial, Helvetica, sans-serif;
}
h3
{
	font-size:1em;
	margin:0 0 5px 20px;
	font-weight:bold;	
	font-family: "Segoe UI", Geneva, Arial, Helvetica, sans-serif;
}
h3
{
	font-weight:normal;
	margin-top:22px;
}
h4 {
	font-size:.95em;
	font-weight:bold;
	
}

p
{
	margin:10px 0px 0px 0px;
}
a
{	
	color:#CC0000;
	text-decoration:none;
}
a:hover
{	
	color:#990000;
	text-decoration:underline;
}

a img
{
	border:0;
}

ul
{
	margin:0 0 20px 0;
	padding:0;
}
li
{
	margin:10px 0 0 0;
	padding:0;
}

/*---------------------------------------
--- Main elements styles ---------
--------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: /*#94a397*/ url(img/bg.jpg) repeat;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background:url(img/gradient.png) repeat;
	background-position:top;
}
#header {
	width: 800px;
	height: 80px;
	background:url(img/topheader.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#splitheader 
{
}
#logo{
	margin-left:35px;
	margin-top: 20px;
	float:left;
	width: 220px;
}
#topNav
{
	float:right;
	text-align:right;
	font-size:14px;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 33px;
	padding-right: 30px;
	width: 500px;
}

#topNav a
{
	color:#000000;
	text-decoration:none;
}
#topNav a:hover
{
	color:#9e292f;
	text-transform:uppercase;
}

#topNav .topNavSelected
{	
	color:#990033;
	
}

#content
{
	height:100%;
}

#splitColumn
{

}


#splitColumnLeft
{
	float:left;
	width:550px;
	padding-left:10px;
}
#splitColumnLeft a {
	text-transform:lowercase;
}

#splitColumnRight
{
	float:left;
	width:250px;
	padding-left:10px;
}
#textlink {
	margin-left:40px;
	margin-right:40px;
}

/*---------------------------------------
--- Main class styles ---------
--------------------------------------*/
.line{
	background-color: #9e292f;
	height:2px;
	width:800px;	
}

img.bottom_line
{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.transition {
	margin-top: -10px;
}
.headerbottom {
	background:url(img/headerbottom.png);
	width: 800px;
	height: 25px;	
}
.medical_logo {
	background:url(img/medical_logo.png);
	width: 580px;
	height: 550px;
	margin-left:90px;
	margin-top:5px;
}
.headline {
	font-family:"Times New Roman", Times, serif;
	margin-left:20px;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
}
.headline h2 {
	text-transform:none;
}
.headline h3 {
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
	text-transform:none;
}
.paragraph {
	font-family:Geneva, Helvetica, sans-serif, "Arial";
	color:#000000;
	font-size:.9em;
	font-weight:normal;
	margin-top:10px;
	float:none;
}
.paragraph li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-left:30px; 
	padding:0px 20px 0px 20px;
	font-weight: 500;
	/*text-indent: 20px;*/
}
.flashClip 
{
    		
}
.article
{
	line-height:20px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*border-bottom-color:#CCCCCC;
	border-bottom-style:double;
	border-bottom-width:2px;*/
	float:none;
}
.moreInfo
{
	display:inline;
	color:red;
	text-align:left;
	font-size:.9em;
	font-weight:bold;
}
/*---------------------------------------
--- Image div class---------
--------------------------------------*/
.image_left
{
	float:left;
	margin-left: 5px;
	margin-right: 20px;
}

.image_right
{
	float:right;
	margin-right:5px;
	margin-left: 20px
}

.image_center
{
	display:block;
	margin:auto;
	text-align:center;
}

.border
{
	border:1px;
	border-color:black;
	border-style:solid;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*---------------------------------------
--- Footer style---------
--------------------------------------*/
#footer
{
	clear:both;
	color:#ffffff;
	width:800px;
	margin:auto;
	border-top:1px solid #ffffff;
	text-align:center;
	padding-bottom: 10px;
}
#footer ul
{
	list-style-type:none;
	margin:10px 0px 0px 0px;
}

#footer li
{
	display: inline;
	margin:0;
	border-right:solid 1px #999;
	padding:0 4px;
	margin:0 4px;
}

#footer li.end
{
	border:0;
}