@charset "utf-8";
/* CSS Document */

body {
	background-color: #2d2513;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231818;
}
a {
	font-size: 12px;
	color: #231818;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #231818;
}
a:hover {
	text-decoration: none;
	color: #231818;
}
a:active {
	text-decoration: underline;
	color: #231818;
}

h2 span.blog {
	font-size: 18px!important;
	color: #231818;
	font-weight:bold;
}

h2 span.blog a {
	text-decoration:none;
}

h2 span.blog a:hover {
	color:#666;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231818;
	line-height:18px;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8AF93;
	line-height:18px;
}
a.footertxt:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8AF93;
	line-height:18px;
}
a.footertxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8AF93;
	line-height:18px;
}
a.footertxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8AF93;
	line-height:18px;
}
a.footertxt:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8AF93;
	line-height:18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231818;
	line-height:18px;
	font-weight:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231818;
	line-height:18px;
	font-weight:normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231818;
	line-height:18px;
	font-weight:bold;
	margin-bottom:1px;
}



.IEBorder_TLBR {
	border-spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E2D4;
	border-right-color: #E7E2D4;
	border-bottom-color: #E7E2D4;
	border-left-color: #E7E2D4;
}
hr {
color: #E7E2D4;
}

/* top nav */

td.nav {
	background:url(images/topnavbg.gif) repeat-x;
	margin:0;
	padding:0;
}

.navhome {
	width:74px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_home.gif) no-repeat;
}

.navabout {
	width:69px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_about.gif) no-repeat;
	background-position: 0px -36px;
}

.navservices {
	width:76px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_services.gif) no-repeat;
}

.navopportunities {
	width:118px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_opportunities.gif) no-repeat;
}

.navblog {
	width:56px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_blog.gif) no-repeat;
}

.navfacebook {
	width:89px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_facebook.gif) no-repeat;
}

.navcontact {
	width:81px;
	height:36px;
	display:inline-block;
	background:url(images/nav/nav_contact.gif) no-repeat;
}


.navhome:hover, .navabout:hover, .navservices:hover, .navopportunities:hover, .navblog:hover, .navfacebook:hover, .navcontact:hover {
	background-position: 0px -36px;
}





















