html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, ol, li, ul, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
body {
	font-size: medium;
	background-color: #02a5d0
}

blockquote{
	padding-right: 20px;
	padding-left: 20px;
}
p {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 95%;
	color: #5d6e73;
}

.bold{
		font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 95%;
	color: #5d6e73;
	font-weight: bold;
}

.bodytextgreen{font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 90%;
	color: #abc840;}
	
	.bodytextorange{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 85%;
	color: #e9980d;

}
.bodytextorangeBold{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 85%;
	color: #e9980d;
	font-weight: bold;
}
h2{
		font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 180%;
	color: #e9980d;
	font-weight: normal;
}

h3{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 150%;
	color: #abc840;
	font-weight: normal;
}


h4
{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #00549a;
}
h5{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2c8dde;
}
.doctor{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2c8dde;
}
a.doctor:link{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2c8dde;
	text-decoration:none;
}
a.doctor:visited{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2c8dde;
	text-decoration:none;
}
a.doctor:hover{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #e9980d;
	text-decoration:none;
}
#container {
	height: 100%;
	width: 980px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(images/back_swoosh.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.clear { 
clear: both; 
} 

/*Header*/

#Header{}
#headerLeft{
	float: left;
	width: 489px;
}

.headerContact{
	float: right;
	width: 290px;
	padding-top: 35px;
}

#logo a{
	display:block;
	width:188px;
	height:181px;
	margin:0;
	padding:0;
	background: url("images/logo.gif") top left no-repeat;
	text-decoration: none;
	float: left;
}
	
#logo a:hover{background-image: url("images/logo.gif");
	background-position: -188px 0;
}

#logo span{display:none
 }
 
#headerRight{
	width: 472px;
	margin-top: 82px;
	float: right;
	margin-right: 10px;	
	}
	
 #headerNav{
	background-image: url(images/navBar.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
	height: 27px;
	padding-top: 28px;
	padding-bottom: 22px;

}

#headerNav ul{}
#headerNav li{
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#headerNav a:link{
	color: #FFF;
	text-decoration: none;	
}
#headerNav a:visited{
color: #fff;
	text-decoration: none;	}
#headerNav a:hover{
	color: #ee9303;
}
#headerNav a:active{
color: #ee9303;}
.headerNavActive{font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #ee9303}
/*flash*/

#flash{
	height: 419px;
	width: 980px;
	clear: both;

}
/*footer*/
#footer{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	clear: both;
	background-image: url(images/back_footer.gif);
	background-repeat: no-repeat;
	font-size: 80%;
	background-color: #e2f1c7;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

#footer ul{}
#footer li{
	display: inline;
	padding-right:8px;
	padding-left: 8px;
}
#footer a:link{
	color: #74c9df;
	text-decoration: none;	
}
#footer a:visited{
color: #74c9df;
text-decoration: none;	}
#footer a:hover{
	color: #ee9303;
}
#footer a:active{
color: #ee9303;}