/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

.hide {
	display: none !important;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	height: 100%;
	font: 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #dbd3c1 url(../images/bg.gif) repeat left top;
}

body {
	display: block;
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 0 0 0;
	color: #1d1301;
	text-align: center;
	background: url(../images/bg2.gif) repeat left top;
}

/* @end */

/* @group Branding Nav */

#branding-nav {
	display: block;
	position: relative;
	height: 271px;
	width: 980px;
	z-index: 200;
	background: url(../images/top-bg.gif) repeat left top;
}

#branding-nav h1 {
	display: block;
	position: absolute;
	width: 240px;
	height: 210px;
	left: 0;
	top: 182px;
	z-index: 20;
}

#branding-nav h1 a {
	display: block;
	position: absolute;
	width: 240px;
	height: 210px;
	left: 0;
	top: 0;
	background: url(../images/h1-bg-trans.png) no-repeat left top;
}

#branding-nav h1 a img {
	display: block;
	position: absolute;
	left: 21px;
	top: 152px;
	height: 33px;
	width: 202px;
}

#branding-nav img.main {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding-left: 20px;
	background: url(../images/bg2.gif) left top;
}

#branding-nav h2 {
	display: block;
	position: absolute;
	width: 420px;
	height: 70px;
	top: 220px;
	left: 320px;
	z-index: 20;
}

#branding-nav h3 {
	display: block;
	position: absolute;
	width: 215px;
	height: 40px;
	padding-right: 25px;
	left: 740px;
	top: 231px;
	z-index: 20;
	text-align: right;
	line-height: 40px;
	color: #dd7830;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#branding-nav ul#nav-main {
	display: block;
	position: absolute;
	width: 240px;
	height: 206px;
	left: 740px;
	top: 0;
	margin-top: 25px;
	border-bottom: 40px solid #995321;
}

#branding-nav ul#nav-main li {
	display: block;
	position: relative;
	height: 22px;
	width: 240px;
	text-align: right;
	line-height: 24px;
}

#branding-nav ul#nav-main li a {
	display: block;
	position: relative;
	height: 22px;
	width: 215px;
	padding-right: 16px;
	text-align: right;
	color: #d0c1af;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 9px solid transparent;
	font: 9px/24px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#branding-nav ul#nav-main li a:hover {
	text-decoration: none;
	border-right: 9px solid #995321;
}

/* @end */

/* @group Content */

#content {
	display: block;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 70px 0 70px 0;	
	background: #dbd3c1 url(../images/bg.gif) repeat left top;
}

body.index #content {	
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#content a {
	color: #930;
	text-decoration: none;
}

#content a:hover {
	color: #930;
	text-decoration: underline;
}

#content-main {
	display: block;
	position: relative;
	margin-left: 320px;
	width: 520px;
	text-align: justify;
	font-size: 11px;
	line-height: 21px;
}

#content-main p {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

#content-main p.main {
	display: block;
	position: relative;
	margin-bottom: 30px;
	color: #66291c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 10px/20px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#content-main p.date {
	display: block;
	position: relative;
	margin: 0 0 10px 15px;
	color: #66291c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 10px/20px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#content-tabs ul.tabs {
	display: block;
	position: relative;
	width: 520px;
	height: 43px;
	background-color: #cfc7b3;
	/*border-bottom: 1px solid #dbd3c1;*/
}

#content-tabs ul.tabs li {
	display: inline;
	float: left;
	position: relative;
	width: 260px;
	width: 172px;
	height: 43px;
	color: #66291c;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 10px/12px Baskerville, "Times New Roman", Times, Georgia, serif;
	
	border-right: 1px solid #dbd3c1;
	border-bottom: 1px solid #dbd3c1;
}

#content-tabs ul.tabs li a {
	display: table-cell;
	*display: block;
	height: 43px;
	*height: 35px;
	*padding-top: 8px;
	padding-left: 25px;
	padding-left: 0px;
	text-align: center;
	width: 235px;
	width: 173px;
	color: #9a9078;
	color: #5d1c0f;
	color: #fff;
	vertical-align: middle;
	line-height: 28px;
	background-color: #cfc7b3;
	background-color: #5d1c0f;
	background-color: #b9b19e;
}

#content-tabs ul.tabs li.first a {
	color: #5d1c0f;
	/*background: url(../images/tabs-bg.gif) no-repeat left -86px;*/
}

#content-tabs ul.tabs li.first a:hover {
	color: #5d1c0f;
	/*background: url(../images/tabs-bg.gif) no-repeat left -129px;*/
}

#content-tabs ul.tabs li.ui-tabs-selected a {
	color: #fff;
	color: #5d1c0f;
	background-color: #5d1c0f;
	background-color: #cfc7b3;
	border-bottom: 1px solid #cfc7b3;
	/*background: url(../images/tabs-bg.gif) no-repeat left top;*/
}

#content-tabs ul.tabs li.ui-tabs-selected a:hover {
	color: #fff;
	color: #5d1c0f;
	background: none;
	/*background: url(../images/tabs-bg.gif) no-repeat left -43px;*/
}

#content-tabs ul.tabs li.last a {
	/*color: #5d1c0f;
	background: url(../images/tabs-bg.gif) no-repeat -260px top;*/
}

#content-tabs ul.tabs li.last {
	width: 173px;
	border: none;
}


#content-tabs ul.tabs li.last a:hover {
	/*color: #5d1c0f;
	background: url(../images/tabs-bg.gif) no-repeat -260px -43px;*/
}

#content-tabs ul.tabs li.ui-tabs-selected.last a {
	/*color: #5d1c0f;
	background: url(../images/tabs-bg.gif) no-repeat -260px -86px;*/
}

#content-tabs ul.tabs li.ui-tabs-selected.last a:hover {
	/*color: #5d1c0f;
	background: url(../images/tabs-bg.gif) no-repeat -260px -129px;*/
}

#content-tabs ul.tabs li a:hover {
	color: #5d1c0f;
	color: #fff;
	background-color: #5d1c0f;
	text-decoration: none;
}

#content-main div.tab-content.ui-tabs-panel {
	display: block;
	width: 480px;
	padding: 20px;
	overflow: hidden;
	background: #cfc7b3 url(../images/tab-bottom.gif) no-repeat left bottom;
}

#content-main div.tab-content.ui-tabs-hide {
	display: none;
}

#content-main ul.multicol {
	display: inline;
	position: relative;
	float: left;
	color: #1f1f1f;
	width: 240px !important;
}

#content-main ul.multicol li ul {
	display: block;
	width: 225px;
	margin-left: 15px;
	overflow: hidden;
}

#content-main ul.multicol li.ui-accordion-selected ul {
	display: block;
}

#content-main ul.multicol li {
	display: block;
	position: relative;
	width: 210px;
	text-align: left;
	line-height: 16px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 4px;
	cursor: pointer;
	background: url(../images/bullet2.gif) no-repeat left 7px;
}

#content-main h4 {
	display: block;
	position: relative;
	margin: 35px 0 10px 0;
	color: #392b12;
	text-transform: uppercase;
	/*height: 15px;*/
	line-height: 15px;
	width: 505px;
	padding-left: 15px;
	background: url(../images/block.gif) no-repeat left 3px;
}

#content-main h4.border {
	display: block;
	position: relative;
	margin: 35px 0 10px 0;
	color: #392b12;
	text-transform: uppercase;
	height: 15px;
	line-height: 15px;
	/*width: 505px;*/
	padding-left: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #300;
	background: none;
}

/* @end */

/* @group Content Sub */

#content-sub {
	display: block;
	position: absolute;
	top: 160px;
	left: 20px;
}

#content-sub ul#nav-sub {
	display: block;
	position: relative;
	width: 220px;
	border-top: 1px solid #ccc4b2;
}

#content-sub ul#nav-sub li {
	display: block;
	position: relative;
	text-align: left;
	height: 40px;
	width: 220px;
}


#content-sub ul#nav-sub li a {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 40px;
	width: 180px;
	padding: 0 20px 0 11px;
	*padding-top:10px;
	*height:30px;
	*display:block;
	color: #995321;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc4b2;
	border-left: 9px solid transparent;
	font: 10px/14px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#content-sub ul#nav-sub.health-care li {
	display: block;
	position: relative;
	text-align: left;
	height: auto;
	width: 220px;
}

#content-sub ul#nav-sub.health-care li a {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: auto;
	width: 180px;
	padding: 7px 20px 7px 11px;
	color: #995321;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc4b2;
	border-left: 9px solid transparent;
	font: 10px/14px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#content-sub ul#nav-sub li a:hover {
	text-decoration: none;
	border-left: 9px solid #995321;
}

#content-sub img.refine {
	display: block;
	position: relative;
	margin: 45px 0 0 -20px;
	border: 3px solid #fff;
	border-left: none;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	position: relative;
	width: 980px;
	min-height: 200px;
	background: url(../images/bg2.gif) repeat left top;
}

#footer h4 {
	display: none;
}

#footer p {
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: 215px;
	padding-left: 5px;
	padding-top: 10px;
	text-align: left;
	color: #dbd3c1;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 9px solid #995321;
	font: 9px/22px Baskerville, "Times New Roman", Times, Georgia, serif;
}

#footer h5 {
	display: block;
	position: absolute;
	width: 64px;
	height: 140px;
	top: -12px;
	left: 670px;
}

#footer abbr {	
	font-size: 8px;
}

#footer ul.nav {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -250px;
	width: 250px;
}

#footer ul.nav li {
	display: inline;
}

#footer ul.nav li a {
	display: inline;
	float: left;
	text-align: center;
	color: #dbd3c1;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 9px solid transparent;
	font: 9px/22px Baskerville, "Times New Roman", Times, Georgia, serif;
	padding: 0 9px 0 9px;
}

#footer ul.nav li a:hover {
	text-decoration: none;
	border-top: 9px solid #995321;	
}

body.index #footer h4 {
	display: block;
	position: absolute;
	width: 220px;
	height: 175px;
	left: 20px;
	top: -190px;
}

body.index #footer h4 ul {
	display: block;
	position: relative;
	width: 220px;
}

body.index #footer h4 ul li {
	display: block;
	position: relative;
	text-align: left;
	height: 25px;
	width: 220px;
}

body.index #footer h4 ul li a {
	display: block;
	position: relative;
	height: 25px;
	width: 220px;
	color: #995321;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 9px/25px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body.index #footer h4 ul li a:hover {
	color: #a59881;
	text-decoration: none;
}

/* @end */

em.small { 
	font-size: 9px;
	font-style: normal;
}

hr {
	background: #930;
	height: 1px;
	border: 0;
	margin: 10px 0;
}
