/* ----- CSS ----- */

*{
	margin: 0px; 
	padding: 0px;
}

html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.3;
	background:#f2eccd url(../images/bg-main.gif) repeat-x;
}

h1{
	margin: 0 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #68390F;
}

h2{
	margin: 0px 30px 10px 0px;
	padding: 0px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #68390F;
}

h3{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h4{
	margin: 0px;
	padding: 6px;
	height: 18px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

p{
	margin: 0px 50px 5px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p a, li a{
	color: #016436;
	font-weight: bold;
}

p a:hover, li a:hover{
	color: #000;
}

p.smalltype{
	font-size: 1.2em;
}

.clearboth{
	clear: both;
}

a img{
	border: 0px;
	text-decoration: none;
}

hr{
	width: 90%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background-color: #999;
	color: #999;
	border: 0px;
}

a.skip{
	position: absolute; 
	left: -1000em; 
	width: 8em;
}
a {
	outline:none;
}
div#container {
	width:839px;
	margin:10px auto 10px auto;
}
div#header {
	background:url(../images/bg-top.gif) 0 0 no-repeat;
	width:839px;
	height:157px;
}
div#header h1 {
	float:left;
	display:inline;
	font-weight:normal;
	height:20px;
	position:relative;
	top:70px;
	left:140px;
}
div#logo {
	height:90px;
	width:220px;
	float:left;
	margin:60px 0 0 20px;
}
div#logo a {
	display:block;
	width:100%;
	height:100%;
}
div#content {
	width:100%;
	height:439px;
	overflow:hidden;
	padding:0 0 0 21px;
	background:url(../images/bg-middle.gif) repeat-y;
}
div#content-bg {
	width:802px;
	height:439px;
	background:url(../images/bg-states.jpg) no-repeat;
}

div#choose-state {
	background:url(../images/btn-choose-state.gif) no-repeat;
	width:367px;
	height:85px;
	position:relative;
	left:-28px;
	top:-8px;
	
}
div#footer {
	background:url(../images/bg-bottom.gif) no-repeat;
	width:839px;
	height:141px;
}
div#left {
	float:left;
	width:330px;
	/*overflow:hidden;*/
	padding:15px 10px 20px 5px;
	line-height:18px;
}
div#right {
	width:430px;
	overflow:hidden;
	height:100%;
	display:inline;
}

div#right li {
	list-style-type:none;
	background:url(../images/icons.gif) no-repeat;
	height:22px;
	padding:2px 0 0 27px;
}
div#right li.doctor {
	background-position: 0 -26px;
}
div#right li.info {
	background-position: 0 -51px;
}
div#right li a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div#right h3 {
	font-weight:normal;
	font-style:italic;
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
}
div#right h3 a {
	text-decoration:none;
	color:#165b78;
}
div.state {
	height:218px;
	float:left;
	margin:30px 0 0 0;
}
div#mass {
	margin-left:170px;
	display:inline;
}
div#newyork {
	margin-left:20px;
	display:inline;
}
div#footer-right {
	width:357px;
	float:left;
	margin:20px 0 0 45px;
	display:inline;
}
div#footer-left {
	width:360px;
	float:left;
	margin:20px 0 0 45px;
	display:inline;
}	
div#footer-left img {
	float:left;
	margin:30px 10px 20px 0;
}
div#footer-left h4 {
	position:relative;
	left:-60px;
}
div#footer-left a, 
div#footer-right a {
	font-family:Arial, Helvetica, sans-serif;
	color:#378054;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding:0px;
	margin:0px;
	position:relative;
	top:-5px;
}
div#footer-right h4,
div#footer-left h4 {
	padding-left:0px;
	padding-bottom:10px;
}
div#home_announce {
	height:75px;
	overflow:hidden;
}
div#home_announce div#announce-left {
	float:left;
	padding-right:15px;
}
div#home_announce div#announce-right {
	float:right;
	margin-right:15px;
}
div#footer {
	margin:0 0 20px 0 ;
}
p.clearboth {
	font-size:12px;
	color:#585858;
	text-align:center;
	margin:10px 0 0 0;
}
div#home_announce p {
	font-weight:normal;
	font-size:12px;
	margin-right:0px!important;
}
div#home_announce a {
	margin-top:10px;
}
/* ----- TOP NAV ----- */

#topnavblock{
	padding: 20px 0 0 0;
	margin: 0px;
	display:inline-block;
	float:right;
	width:700px;
	margin:-150px 0 0 0;
}

#topnav{
	margin: 0px auto 0px auto;
	padding: 19px 25px 0px 10px;
	height: 23px;
	text-align: left;
}

#topnav ul{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav li{
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0 0px 0px 0px;
	width: 99px;
	height: 23px;
	background: url(../images/bg-nav-item.gif) top left no-repeat;
	text-align: center;
}

#topnav li.starburst {
	width: 109px;
	background: url(../images/bg-nav-item-blue.gif) top left no-repeat;
}
#topnav li a{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#topnav li a:hover{
	color: #E7DCAA;
}

#topnav .state-number{
	float: left;
	font-size: 1.2em;
}
small {
	font-size:10px!important;
}
small.moveup {
	position:relative;
	top:-7px;
}
