/* CSS Document */

body {
	margin:5px;
	background:#210101;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#330000;

}

body p{
		line-height: 170%;
}

body h1, h3 {
	font-family: Georgia, Times, serif;

}

body h2{
    font-family: georgia, Times, serif;

}

a{
	color:#4C3316;
	text-decoration:none;
	
}

a:visited{
	color:#4C3316;
	text-decoration:none;
}

a:hover{
	background:#4C3316;
	color:#F7E8D4;
}

a:active{
	color:#4C3316;
	text-decoration:none;
}


#wrapper {
	position:relative;
	width:778px;
	margin: 5px auto;
	padding:0;
}

#content {
	background:#EBE5D6 url("../images/gradient_bg.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	width:683px;
	margin:15px 0 0px 0;
	padding: 10px 47px 10px 48px;
}


.headerImg{
	margin:8px auto;
	width:683px;
}

img{
	margin:0;
	padding:0;
}
/************** PLeadingsstyles ****************/

#navigation {
	width: 650px;
	margin:0;
	padding: 5px 15px;
	background: #4C3316;
	border: 1px solid #9B6237;
}


#navigation a {
	color: #F7E8D4;
	font-family:Times New Roman, Times, serif;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	display:inline;
	text-transform:uppercase;
	margin:0px 0px;
	padding:10px 35px 10px 45px;
	background:none;
}
#navigation a:hover {
	color:#F7E8D4;
	text-decoration: underline overline;
	text-transform:uppercase;
}

#navigation a:visited {

}

#navigation a:active {
	
}





/************** Secondary Nav ****************/

#secondaryNav {
	width: 175px;
	margin:0;
	padding:0;
	float:left;
}


#secondaryNav ul{
	margin:0;
	padding:0;
}

#secondaryNav  li{
	list-style:none;
	margin-bottom:.5em; 
	padding:0;
}


hr{
	color: #663300;
	background-color: #663300;
	height: 1px;
	width:150px;
	border:0;
        margin-bottom:20px;
}


#secondaryNav a{
	color: #000;
	text-decoration: none;
	font-size:10px;
	display:block;
	text-transform:Capitalize;
	margin: 0;
	padding: 0;
	line-height:110%;
	background:none;
}

#secondaryNav a:hover {
	color:#993300;
	text-decoration: none;
	font-size:10px;
	display:block;
	text-transform:Capitalize;
	margin: 0 0 0 .2em;
	padding: 0;
	letter-spacing: 0px;
	line-height: 110%;
	
}


#secondaryNav visited {
	color: #000;
	text-decoration: none;
	font-size:10px;
	display:block;
	text-transform:uppercase;
	margin: 0px 0px;
	padding:0px 0;
	letter-spacing: 0px;
	line-height: 110%;

}


#secondaryNav active {
	color: #000;
	text-decoration: none;
	font-size:10px;
	display:block;
	text-transform:Capitalize;
	margin:0px 0px;
	padding:0px 0;
	letter-spacing: 0px;
	line-height: 110%;
}


/************** Copy ****************/

#copy {
	border-left:1px solid #663300;
	width:420px;
	margin:0 0 0 180px;
	padding: 0 20px 0 20px;
}


#copy li{
	margin: 10px 1em;
	padding-left:10px;
	width:330px;
	list-style:none;
	vertical-align: top;
	background:url(../images/bullet.gif) no-repeat ;
}




/************** MEAT ****************/

#meat {
	width: 653px;
	margin:0 auto;
	padding:15px;
	background: url(../images/texture2.jpg);
	position:relative;
}

#map{
	position:absolute;
	top:10px;
	left:285px;
}


#meat h1 {
	margin:0 0 10px 0;
	padding: 0px;
	font-weight:normal;
	color:#333300;
	line-height:100%;
	
}
#meat h2 {
	margin: 0px 10px 10px 0px;
	font-weight:normal;
	color:#333300;
	
}

#meat h3 {
	margin: 0px 10px 2px 0px;
	font-weight:normal;
	color:#333300;
	
}

#meat h4 {
	font:times;
	font-size:14px;
	margin: 0px 10px 2px 0px;
	font-weight:normal;
	color:#333300;
	
}




#meat p {
	margin: 2px 10px 10px 0px;
	
}



/************** Attoryney styles ****************/

.portrait{
	margin:0 10px 0 0;
	padding:0;
	float:left;

}

p.contactInfo{
	margin:0;
	padding:0;
}

p.clear{
	float:none;
}


/************** Footer styles ****************/

#footer {
	clear:both;
	background:#4C3316;
	width:778;
	height: 60px;
	margin-top: 15px;
	text-align:center;
}


#footer p {
	color:#EBE5D6;
	
}

a.footerNav{
	display:inline;
}



a.supportEmail{
	color:#F7E8D4;
	text-decoration:none;
	
}

a.supportEmail:visited{
	color:#F7E8D4;
	text-decoration:none;
}

a.supportEmail:hover{
	background:#F7E8D4;
	color:#4C3316;
}

a.supportEmail:active{
	color:#F7E8D4;
	text-decoration:none;
}



/************** Header Styles ****************/

.header{
	text-align:left;
	text-transform:none;
	margin:10px 0 10px 42px;
	font-weight:normal;
}



p.title  {
	margin:0;
	padding:0;
	color: #000;
	text-decoration: none;
	font-size:12px;
	display:block;
	text-transform:capitalize;
}