body
{
	background:#FFFFFF;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0px;
}
img
{
	border:0px;
}
.featured
{
	background-color:#F9F5CF;
	width:180px;
	vertical-align:top;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.content
{
	background-color:#F8F5CC;
	width:716px;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.main_header
{
	font-size:20px;
	font-weight:bold;
}
.left
{
	background-image:url(images/left.jpg);
	background-repeat:repeat-y;
}
.right
{
	background-image:url(images/right.jpg);
	background-repeat:repeat-y;
}
.center
{
	background-color:#CEC69F;
}
a:active{color:#75562e; text-decoration:none;}
a:visited{color:#75562e; text-decoration:none;}
a:hover{color:#75562e; text-decoration:underline;}
a{color:#75562e; text-decoration:none;}
.copyright
{
	font-size:10px;
}
.logo
{
	background-image:url(images/index_06.jpg);
	background-repeat:no-repeat;
	width:898px;
	height:131px;
}
#ntz_modal
{
	width:750px;
	height:500px;
	margin-left:20%;
	margin-right:20%;
	align:center;
	position:absolute;
	border:1px solid #ccc;
	background-color:#000000;
	top:25px;
	z-index:9995;
}
.featured_address
{
	font-weight:bold;
	font-size:15px;
}
.featured_content
{
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
.contact_info
{
	font-size:15px;
	color:#978f4b;
	padding-right:15px;
}
.contact_info a
{
	color:#978f4b;
	text-decoration:none;
}
.contact_info a:active
{
	color:#978f4b;
	text-decoration:none;
}
.contact_info a:visited
{
	color:#978f4b;
	text-decoration:none;
}
.contact_info a:hover
{
	color:#978f4b;
	text-decoration:underline;
}
hr
{
	height:1px;
	color:#C5BF9B;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#chromemenu ul{
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    float: left;
    font: bold 11px "Trebuchet MS";
}


#chromemenu ul li{
    display: inline;
}


#chromemenu ul li a{
    float: left;
    color: #7F7F7F;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    text-decoration: none;
    background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
    color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
    content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 0;
    border-bottom-width: 0;
    font:normal 12px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
    line-height:18px;
    z-index:100;
    background-image: url(http://tomhessionbuilder.com/site/wp-content/themes/tomhession/images/nav_bg.jpg);
    background-repeat:repeat-x;
    background-color:#482067;
    width: 200px;
    visibility: hidden;
    text-align:center;
    color:#FFFFFF;
}

.dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-image: url(http://tomhessionbuilder.com/site/wp-content/themes/tomhession//images/menu_over.png);
background-repeat:repeat-x;
background-position:bottom;
}
