/* Global white-space reset */

* {
	padding: 0;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, label, ul, ol, 
li, dd, dl, fieldset, address, 
legend, td, th, table, code, div { 
	margin: 0;
	padding: 0;
}



/* Core HTML */

body {  
	font: 11px/1.5 Verdana, sans-serif;
	color: #303134;
	background-color: #554940;
	text-align: center; /* Fix IE margin: auto */
}

h1 {
	color: #5e7c86;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 140%;
}

h2 {
	color: #444444;
	font-size: 105%;
}

p {
	color: #535353;
	padding: 0.5em 0;
	line-height: 1.5;
}

a {
	color: #598e1a;
}

a:hover {
	color: #62554c;
}




/* Layout */

#wrap {
	margin: 20px auto .5em;
	background-color: #FFF;
	text-align: left; /* Un-fix IE margin: auto */
	width: 787px;
}

h1#first { 
	width: 787px; 
	height: 205px; 
	background: #598e1a url(../img/titleLarge.jpg) top right no-repeat;
	margin: 0;
}

/* #home h1#first { background-image: url(../img/titleLarge.jpg); height: 180px; } */

h1#first span { display: none; }

#content {
	margin: 20px 20px 0 190px;
	line-height: 1.5;
	list-style-position:inside;
}

#content2 {
	float: left;
	width: 550px;
	padding-bottom: 20px;
	list-style-position:inside;	
}

#content ul {
list-style-image: url(/includes/template/public/img/dot2.gif);
*list-style-image: url(/includes/template/public/img/dot.gif);
padding: 0px;
}

.green {
color: #598e1a;
}

/* First navigation */

#nav-first {
	list-style-type: none;
	display: block;
	width: 100%;
	height: 30px;
	background: #75695f url(../img/specialists.gif) top right no-repeat;
	overflow: hidden;
}

#nav-first li { 
	float: left; 
	padding-right: 1px;
	background: transparent url(../img/seperator.gif) 100% 50% no-repeat;
	padding: 4px;
}

#nav-first li.last { 
	background-image: none;
}

#nav-first li ul { display: none; }

#nav-first a { 
	font-size: 15px;
	font-family: verdana, sans-serif;
	padding: 5px 20px;
	color: #d8ccbf; 
	text-decoration: none;
}
#nav-first a:hover { 
	text-decoration: underline;
}



/* Second navigation */

#nav-second { 
	list-style-type: none;
	width: 160px;
	background-color: #d8ccbf;
	float: left;
	margin-bottom: 20px;
	left: 0;
	border-top: 4px solid #b4a99d;
}

#nav-second li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d8ccbf;
}

#nav-second ul {
	list-style-type: none;
	border-bottom: 5px solid #aca39c;
	background: #FFF;`
	padding: 0;
	margin: 0;
	height: 100%;
}

#nav-second li span,
#nav-second li a {
	padding-left: 15px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	line-height: 22px;
	color: #817162;
	display: block;
}

#nav-second li a:hover { text-decoration: underline; }

#nav-second li span {
	color: #817162;
	margin: 0;
	cursor: pointer;
	/*border-color: #231F20;
	border-style: solid;
	border-width: 1px 0;*/
}

#nav-second li.last a { border-bottom-width: 0; }
#nav-second li li span, #nav-second li li a { border-bottom-width: 0; color: #FFF; }
#nav-second li li li a { color: #89817b; }
#nav-second li li { border-bottom: 1px solid #666; background: #89817b; }
#nav-second li li.last { border-bottom-color: #b4a99d; }

/* Fix IE. Hide from IE Mac \*/
* html #nav-second li { float: left; height: 1%; width: 100%; }
* html #nav-second li a { height: 1%; }
/* End */

#nav-second li li li.current a { color: #609e39; font-weight: bold; }

#nav-second li li li {  background: transparent; }

#nav-second li ul ul { display: none; border-bottom: none; }

#nav-second li li ul,
#nav-second li.active li ul { display: none; }

#nav-second li.over ul,
#nav-second li.active ul,
#nav-second li.active li.active ul { display: block; }

#nav-second li li ul { border-top: 1px solid #666; }




/* Bread-crumb-trail */

#breadcrumb { float: right; padding: 5px 15px 0 0; }

#breadcrumb a,
#breadcrumb a:visited,
#breadcrumb span { font-size: 10px; text-decoration: none; color: #537d79; }

#breadcrumb a:hover { text-decoration: underline; }

#breadcrumb .separator { padding: 0 0.5em; }



/* Footer */

#footer {
	color: #75695f;
	width: 777px; 
	margin: 0 auto 20px;
	text-align: left;
	border-width: 0;
	border-top-width: 1px;
	border-right-width: 10px;
	border-color: #75695f;
	border-style: solid;
}

#footer .right {
	float: right;
	margin-top: -17px;
	margin-right: 5px;
}

#footer a { color: #75695f; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
