/*global*/
* {
	margin: 0;
	padding: 0;
}

p, ul { 
	margin-bottom: 1.5em;
}

ul { margin-left: 2em; }

a, a:visited { color: #EDC44F; padding: 1px; }
a:hover { text-decoration: underline; background-color: #EDC44F; color: #333; }
h3 a { text-decoration: none; }
a.read-more { font-size: 0.9em; font-weight: bold; text-decoration: none; background-color: #5B564C; padding: 1px 2px; margin-left: 5px; }
a.read-more:hover { background-color: #6E685A; color: #F5C631; }

p.brief { font-size: 1.1em; line-height: 1.6em; color: #777; }

#textarea h3 {
	color: #b4a07f;
	font-size: 130%;
	margin-bottom: 1.5em;
	padding: 4px 0 4px 0;
	border-bottom: dotted 1px #dfdfd0;
}

body {
	margin: 0; 
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f6fbfe;
	font: 8pt/13pt tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}


/*headers*/
#headermain {
	width: 766px;
	height: 326px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headerinner {
	width: 766px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/*main area*/
#area {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/bg_area.jpg);
	background-repeat: no-repeat;
	background-color: #f6fbfe;
	position: relative;
}

/* Not sure why, but it's displaced 2px down in IE. */
* html #area { position: relative; top: -2px; }

#textarea {
	width: 455px;
	margin-left: 280px;	
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 300px;
	height: 300px; height: auto !important; /* min-height for IE? */
}

p.img {
	float: right;
	margin-left: 30px;
	border: solid 2px #eedda9; 
}
p.img img { border: 0; }
p.img-partner { padding: 10px; float: right;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #e3c219;
	padding-bottom: 25px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #888;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}


/*main links*/
#link {
	width: 129px;
	height: 117px;
	top: 0px;
	left: 126px;
	position: absolute;
}	

#link ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#link01 a {
	width: 129px;
	height: 61px;
	display: block;
	background-image: url(images/link_clients.gif);
	background-position: center 0px;
	text-indent: -9999px;
}

#link01 a:hover {
	background-position: center -61px;
}

#link02 a:hover {
	background-position: center -59px;
}

#link02 a {
	width: 129px;
	height: 59px;
	display: block;
	background-image: url(images/link_physicians.gif);
	background-position: center 0px;
	text-indent: -9999px;
}

#partners {
	width: 232px;
	height: 297px;
	position: absolute;
	left: 27px;
	top: 27px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;	/* background-image: url(images/bg_subnav.jpg);
	background-repeat: no-repeat; */
}

#partners p
	{ margin-bottom: 3em; /* around 30px */ }
	
#partners a:hover {
	background-color:transparent;
}	

#partners p img {
	border:none;
}

/*submenu*/
#submenu {
	width: 242px;
	min-height: 107px;
	left: 13px;	
	top: 134px;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 20px;
	text-align: right;
	background-image: url(images/bg_subnav.jpg);
	background-repeat: no-repeat;
}

#submenu ul {
	list-style-type: none;
}

#submenu li {
	background-image: url(images/bg_sub_li.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 6px;
	height: 24px;
}

#submenu a {
	color: #c79222;
	text-decoration: none;
	padding: 2px;
}
#submenu a:hover { background-color: #EEE9D0; color: #8A6206; }

#submenu li.subitem {
	padding-right: 45px;
	background-image: url(images/bg_subsub_li.gif);
}
	
#submenu li.subitem a {
	color: #b4a07f;
}

#submenuindex {
	width: 242px;
	min-height: 147px;
	left: 13px;
	top: 0px;
	;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 20px;
	text-align: right;
	background-image: url(images/bg_subnav.jpg);
	background-repeat: no-repeat;
	height: 34px;
}

#submenuindex ul {
	list-style-type: none;
}

#submenuindex li {
	background-image: url(images/bg_sub_li.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 6px;
	height: 24px;
}

#submenuindex a {
	color: #c79222;
	text-decoration: none;
	padding: 2px;
}
#submenuindex a:hover { background-color: #EEE9D0; color: #8A6206; }

#submenuindex li.subitem {
	padding-right: 45px;
	background-image: url(images/bg_subsub_li.gif);
}
	
#submenuindex li.subitem a {
	color: #b4a07f;
}


/*lower area*/
#lowerarea {
	background-image: url(images/bg_news.gif);
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
}

.clearer {
	clear: both;
}

#articles {
	width: 227px;
	float: left;
	background-color: #484339;
	color: #d3d0cc;
	position: relative; left: 258px;
	padding: 18px 8px 18px 18px;
	/* top right bottom left */
}

#articles ul {
	list-style-type: none;
	border-bottom: solid 1px #655433;
	margin: 0; padding: 0;
}

* html #articles ul {
	border-top: solid 1px #655433;
}

#articles li {
	border-top: solid 1px #655433;
	padding-bottom: 10px;
	padding-top: 10px;
}

#articles h2 {
	padding: 0; margin: 0;
	width: 49px;
	height: 16px;
	background-image: url(images/t_articles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px	
}

#articles h3 {
	font-size: 9pt;
}


#news {
	width: 228px;
	float: right;
	background-color: #5b5448;
	color: #d3d0cc;
	padding: 18px 8px 18px 18px;
}

#news ul {
	list-style-type: none;
	border-bottom: solid 1px #73613f;
	margin: 0; padding: 0;
}

#news li {
	border-top: solid 1px #73613f;
	padding-bottom: 10px;
	padding-top: 10px;	
}

#news h2 { font-size: 1.4em; margin: 1em 0; padding: 0; }
#news h2#news-and-updates {
	padding: 0; margin: 0;
	width: 106px;
	height: 16px;
	background-image: url(images/t_news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px
}


#news ul#helpful-links-list,
#news ul#helpful-links-list li { border: 0; margin: 0; padding: 0; }
#news ul#helpful-links-list li { width: 45%; margin-right: 2px; float: left; font-size: 0.9em; margin-bottom: 2px; }
#news ul#helpful-links-list li a { text-decoration: none; font-weight: bold; display: block; padding: 0 2px; }

.date { color: #b3a5a5; }


/*footer*/
#disclaimer, #footer {
	width: 455px;
	margin-left: 280px;	
	padding-top: 20px;
	color: #7f7666;
	font-size: 10pt;
	text-align: left;
	border-top: solid 1px #ccc;
}
#footer { padding-bottom: 20px; font-size: 8pt; }
#footer p.copyright { margin: 0; padding: 0; }

#textarea td { border-bottom: solid 1px #ddd; padding: 2px; vertical-align: top; }
#textarea table { width: 99%; color: #777; margin-bottom: 2em; }
#textarea td h3 { border: 0; padding: 1em 0; margin: 0; font-size: 1.1em; }

#textarea table.contact { width: 90%; }
#textarea table.contact td { font-size: 1.1em; border: 0; padding: 0; }
#textarea table.contact p { margin: 0; padding: 0 0 1em 0; }
#textarea table.contact small { font-size: 0.8em; margin-left: 10px; font-weight: bold; }
small { font-size: 0.9em; }

/*
 * Side menu ver 2
 */
 div#side_menu {
	float: left;
	width: 188px;
	padding: 5px 0 0 0;
	background: url(side-top.gif) no-repeat center top;
 }
 div#side_menu ul {
 	min-height: 332px;
	padding: 0;
	margin: 0;
	list-style: none;
 }
 div#side_menu ul li {
	color: #706247;
	margin: -2px 0px;
	padding: 0px 0px 0px 15px;
 }
 div#side_menu ul li a {
	color:  #706247;
	background: transparent;
 }
 div#side_menu div.bottom {
	height: 9px;
	background: url(side-bottom.gif) no-repeat center bottom;	
 }
 
