/* HTML TAGS */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;	
	top: 0em;
	left: 1.5em;
	}

#menuh
	{
	font-family:verdana,sans-serif;
	color: #FFFFFF;
	font-size:9px;
	font-weight:normal;
	letter-spacing: 0em;
	width:1000px;
	float:left;
	margin:0em;
	margin-top: 0px;
	}
		
#menuh a
	{
	display:block;
	/* border-left: 1px solid #FFFFFF; */
	white-space:nowrap;
	margin:0;
	padding-top: .15em;
	padding-bottom: .15em;
	padding-left: 2em;
	padding-right: 2em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	/* background-color: black; */
	text-decoration:none;

	}
	
#menuh a:hover, .curpage						/* menu on mouse-over  */
	{
	color: white;
	background-color: grey;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	border-left: 1px solid #FFFFFF;
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	z-index:500; /* delete if things go wonky */
	}
	
#menuh a.top_parent_beginning, #menuh a.top_parent_beginning:hover  /* attaches down-arrow to all top-parents */
	{
	border-right: 1px solid #FFFFFF;
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.top_parent_end, #menuh a.top_parent_end:hover  /* attaches down-arrow to all top-parents */
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: .5em;
	padding-bottom: .5em;
	}

#menuh ul
	{
	text-align: left;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	/*position:relative;*/
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul /* for the dropdowns items JLUU */
	{
	position:absolute;
	z-index:1; /* original value 500 */
	top:auto;
	display:none;
	padding: .25em;
	margin:0 0 0 0;
	background-color: black;
	opacity:0.8; 
	filter:alpha(opacity=80);
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

body {
font-family:verdana,sans-serif;
font-weight: normal;
}

body, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select {
font-family:verdana,sans-serif;
color: #000000;
font-size:12px;
}

#ulitityNav {
font-family:verdana,sans-serif;
font-size:9px;
color:#966135;
padding:2px 5px;
vertical-align:middle;
text-align:right;
text-transform:uppercase;
}

#ulitityNav a:link {
color:#966135;
text-decoration:none;
}

#ulitityNav a:visited {
color:#966135;
text-decoration:none;
}

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

.testimonialRed {
color:#c70009;
}

.search {
padding-left:15px;
}

#mainNav {
background-color:#000000;
font-family:verdana,sans-serif;
font-size:11px;
font-weight:bold;
color:#BEBAA7;
margin:0;
padding:5px;
}

#mainNav a {
color:#BEBAA7;
text-decoration: none;
padding:0 7px;
}

#subNav {
vertical-align:top;
border-right:1px solid #858585;
background-image: url(images/subnav_bottom_background.gif);
width:184px;
padding:0 0 0 0;
}

.subnav_test {
vertical-align:top;
color:#000000;
border-right:1px solid #858585;
background-image: url(images/subnav_bottom_background.gif);
width:184px;
padding:0 0 0 0;
}

.subnav_test a {
color:#000000;
}

.subnav_bottom {
vertical-align:top;
border-right:1px solid #858585;
background-image: url(images/subnav_bottom_background.gif);
width:184px;
padding:0px 0 0px 0;
}

#breadCrumb {
font-size:10px;
padding:3px 30px;
}

#breadCrumb a:link {
color:#000000;
text-decoration:none;
}

#breadCrumb a:visited {
color:#000000;
text-decoration:none;
}

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

.caseTxt {
font-family:verdana,sans-serif;
color: #d60916;
font-size:11px;
line-height:16px;
vertical-align:top;
margin:0;
padding:0 15px 15px 0;
}

.caseTxt a {
font-family:verdana,sans-serif;
color: #d60916;
font-size:11px;
text-decoration:none;
color:#000000;
}
.caseTxt a:hover {
font-family:verdana,sans-serif;
color: #d60916;
font-size:11px;
text-decoration:underline;
}

#home {
margin:10px 20px 20px 30px;
padding:2px 2px 2px 2px;
text-align:left;
width:480px;
}

#home p {
margin:10;
padding:20;
line-height:18px;
font-weight: normal;
text-align:left
}

#home li{
margin:10;
padding:10;
line-height:18px;
font-weight: normal;
text-align:left
}

#home h1 {
	margin:10;
	padding:10;
	font-family:Arial;
	color: #858585;
	font-size:24px;
	color:#858585;
	font-weight: bold;
	font-variant: normal;
}

#home h2 {
	font-size:16px;
	color:#000000;
	font-weight: normal;
	font-variant: normal;
}

#our_people {
margin:10px 20px 20px 30px;
padding:2px 2px 2px 2px;
text-align:left;
width:380px;
}

#our_people p {
margin:10;
padding:20;
line-height:18px;
font-weight: normal;
text-align:left
}

#our_people li{
margin:10;
padding:10;
line-height:18px;
font-weight: normal;
text-align:left
}

#our_people h1 {
	margin:10;
	padding:10;
	font-family:Arial;
	color: #858585;
	font-size:24px;
	color:#858585;
	font-weight: bold;
	font-variant: normal;
}

#our_people h2 {
	font-size:16px;
	color:#000000;
	font-weight: normal;
	font-variant: normal;
}


#our_people h3 {
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	
}


#our_people h4 {
	color:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	
}

#our_people h6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b89874;
}



#content {
margin:0px 15px 20px 22px;
padding:2px 2px 2px 2px;
text-align:left;
width:538px;
background-image: url(images/header_main_repeater.gif);
}

#content p {
margin:10;
padding:20;
line-height:18px;
font-weight: normal;
text-align:left
}

#content li{
margin:10;
padding:10;
line-height:18px;
font-weight: normal;
text-align:left
}

#content h1 {
	margin:10;
	padding:10;
	font-family:Arial;
	color: #858585;
	font-size:24px;
	color:#858585;
	font-weight: bold;
	font-variant: normal;
}

#content h2 {
	font-size:16px;
	color:#000000;
	font-weight: normal;
	font-variant: normal;
}


#content h3 {
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	
}


#content h4 {
	color:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	
}

#content h6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b89874;
}

.content_services {
	line-height:21px;
	padding: 0;
/*	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 30px; */
}

.highlights_content_left {
	line-height:21px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.highlights_content {
	line-height:21px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left:1px solid #000000;
}

.didyouknow_picture {
	line-height:21px;
	/*padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;*/
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	
	
}

.didyouknow_content {
	line-height:21px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left:1px solid #000000;
}

#info {
	vertical-align:top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.infoFeatureImg {
vertical-align:top;
margin:0;
padding:0 15px 15px 0;
}

.infoFeatureTxt {
font-family:verdana,sans-serif;
font-size:11px;
line-height:16px;
vertical-align:top;
margin:0;
padding:0 15px 15px 0;
}

.infoFeatureTxt a {
font-family:verdana,sans-serif;
font-size:11px;
text-decoration:none;
color:#000000;
}
.infoFeatureTxt a:hover {
font-family:verdana,sans-serif;
font-size:11px;
text-decoration:underline;
}

.infoItem {
font-family:verdana,sans-serif;
font-size:9px;
font-weight:normal;
padding: 0 0 10px 0;
clear:both;
}

.infoItem a {
font-family:verdana,sans-serif;
font-size:9px;
text-decoration:none;
color:#000000;
}

.infoItem a:hover {
font-family:verdana,sans-serif;
font-size:9px;
text-decoration:none;
color:#000000;
/* background:#000000; */
text-decoration:underline;
}

.newsItem a:hover {
font-family:verdana,sans-serif;
font-size:9px;
text-decoration:underline;
}
.infoItemLast {
font-family:verdana,sans-serif;
font-size:11px;
padding: 0 0 10px 0;
}
.infoItemLast a {
font-family:verdana,sans-serif;
font-size:11px;
text-decoration:none;
color:#000000;
}
.infoItemLast a:hover {
font-family:verdana,sans-serif;
font-size:11px;
text-decoration:underline;
}

.redlink {
font-size:10px;
color:#d60916;
}

#footer {
background:#000000;
color:#FFFFFF;
font-size:10px;
padding:5px;
}

