@font-face {
    font-family: 'TrajanPro';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #584539 url('images/bg.png') repeat-x;
	background-attachment: fixed;
	margin-top: 0;
}

h1 {
	color: #475c69;
	margin: 0 0 0 0;
	font-size: 14px;
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
	padding: 5px;
	background: #eaeefc;
}

h2 {
	color: #475c69;
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
}

h3 {
	color: #584539;
	margin-top: 0;
	font-size: 12px;
	padding: 5px;
	background: #eaeefc;
}

#images {
	float: right;
	padding: 0;
	position:relative;
	top:-18px;
}

#wrapper {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
}

#header-01 {
	width: 862px;
	height: 76px;
	background: url('images/header-01.png') no-repeat;	
}

#header-02 {
	width: 862px;
	height: 176px;
	background: url('images/header-02.png') no-repeat;	
}

#content {
	width: 862px;
	min-height:500px; /* workaround */
	height: expressoin(500);
	background: url('images/content-bg.png') repeat-y;
}

#navigation {
	width: 180px;
	position: relative;
	left: 75px;
	float: left;
}

#navigation-tbl {
	border-top: 1px solid #b6a9a1;
	border-bottom: 1px solid #b6a9a1;	
}

#navbtm {
	border-bottom: 1px solid #b6a9a1;	
}

#navbtm2 {
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
}

#navbtm3 {
	border-top: 1px solid #b6a9a1;
}


#sub-link {
	font-size: 10px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
	display: block;
}

#sub-link a {
	font-size: 10px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
}

#sub-link a:hover {
	font-size: 10px;
	color: #584539;
	font-family: arial, verdana, helvetica;
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	background: #eaeefc;	
}

#text {
	width: 485px;
	margin-left: 300px;	
	padding-bottom: 15px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #806c60;
	line-height: 16px;
	text-align: justify;
}

#text a {
	font-weight: bold;
	color: #475c69;
	text-decoration: none;	
}

#text a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #eaeefc;	
}

#footer {
	clear: both;
	width: 862px;
	height: 120px;
	background: url('images/footer.png');	
}

#footer-text {
	margin-left: 75px;
	padding-top: 30px;
	width: 400px;
	font-size: 11px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
}

#footer-text a {
	font-weight: bold;
	color: #475c69;
	text-decoration: none;	
}

#footer-text a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #eaeefc;	
}
	
#submenu {
	float: right;
	border: 1px solid #b6a9a1;
	padding: 10px;
	margin: 10px;
	background: #eaeefc;	
}

/*-----added 09.17.11----*/
#nav {
	float: left;
	width: 180px;
}
#nav ul {
	float: left;
	width: 100%;
	font-family: TrajanPro, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #B6A9A1;
}
#nav ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B6A9A1;
	padding: 0px;
	margin: 0;
}
#nav ul li a {
	color: #6D5C52;
	text-decoration: none;
	float: left;
	width: 97%;
	padding: 7px 0px 7px 3%;
	margin: 0;		
}
#nav ul li a:hover {
	float: left;
	background: #EAEEFC;
	width: 97%;
	padding: 7px 0px 7px 3%;
	margin: 0;	
}

#nav ul li ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li ul li {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 11px;
	margin: 0px;
	padding: 0;
}
#nav ul li ul li a {
	float: left;
	width: 90%;
	padding: 7px 0 7px 10%;	
	background: url(images/bullet_subnav.gif) 7% center no-repeat;
}
#nav ul li ul li a:hover {
	float: left;
	background-color: #EAEEFC;
	background-image: url(images/bullet_subnav.gif);
	background-position: 7% center;
	background-repeat: no-repeat;
	width: 90%;
	padding: 7px 0px 7px 10%;
	margin: 0;		
}

#contactform {
	float: left;
	width: 100%;
	margin: 10px 0px;
	clear: both;
}
#contactform p {
	float: left;
	width: 100%;
	margin: 5px 0px;
	padding: 0px;
}
#contactform label {
	float: left;
	width: 25%;
	padding: 5px 0;
}
#contactform input {
	float: left;
	width: 50%;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contactform textarea {
	float: left;
	width: 50%;
	height: 150px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contactform input.btn_submit {
	float: left;
	width: 40%;
}
div.c_msg {
	float: left;
	width: 100%;
	text-align: center;
	color: #ff0000;
}
p.info {
	color: #000;
}

/*----09.20.11-----*/
#call_action {
	float: left;
	width: 23%;
	height: 150px;
	position: relative;		
	left: 600px;
/*	top: 40px;*/
	top: 10px;
	z-index: 10;
	text-align: center;
}
#call_action a {
	color: #625145;
	text-decoration: none;
	outline: none;
}
#call_action a:hover {
	color: #000;
}
#call_action a span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}
/*-----modal Window-----*/
.callbox_head {
	float: left;
	width: 100%;
	height: 101px;
	background: url(images/header-02.png) -470px 0px no-repeat;
	text-align: center;
	padding: 50px 0 0 0;
}
.callbox_head p {
	float: left;
	width: 100%;
	position: relative;
	top: 80px;
	margin: 10px 0px;
}
.callbox_content {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}
/*-----Webform-----*/
.webform p {
	float: left;
	width: 100%;
	padding: 0;
	margin: 5px 0px;
}
.webform input {
	float: left;
	width: 96%;
	padding: 5px;
	margin: 0px;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #acacac;
}
.webform input.code {
	float: left;
	width: 33%;
	padding: 5px;
	margin: 5px 0px 0px 0px;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #acacac;	
}
.webform textarea {
	float: left;
	width: 90%;
	height: 90px;
	padding: 5px;
	margin: 0px;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #acacac;	
}
.webform input.btn_submit {
	float: right;
	width: 118px;
	height: 35px;
	background: #99897F;
	cursor: pointer;
	outline: none;
	border: none;
	color: #fff;
	font-weight: bold;
}
.webform input.btn_submit:hover {
	background: #5B493E;
}
img.captcha {
	float: left;
	padding: 5px 0 0 0;
	margin-right: 10px;
}
p.info {
	color: #000;
}
div.c_msg {
	color: #ff0000;
}

#social_media {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	color: #625145;	
}
#social_media span {
	display: inline-block;
	font-size: 12px;
	margin-right: 2px;
}
a.fb {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/ico_social-media.png) -22px 0px no-repeat;
	outline: none;
	margin: 0 2px;
	vertical-align: middle;	
}
a.fb:hover {
	background-position: -22px -16px;
}
a.twit {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/ico_social-media.png) 0px 0px no-repeat;
	outline: none;
	margin: 0 2px;
	vertical-align: middle;	
}
a.twit:hover {
	background-position: 0px -16px;
}
