/* common.css */

body {
	background-repeat: repeat-x;
	background-image: url(img/bg.jpg);
	background-color: #f7f6ec;
	margin: 0px;
	padding: 0px;
	color: #767250;
}

/* WRAPPER [CONTAINER] */

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
}

/* HEADER */

#header {
	margin: 0px;
	height: 94px;
	width: 800px;
	padding-top: 31px;
}
#header img {
    display: none;
}
#header #logo {
	background-image: url(img/logo.jpg);
	height: 65px;
	width: 177px;
	display: block;
	background-position: left top;
	text-decoration: none;
	position: relative;
}
#header #logo span {
	visibility: hidden;
	display: none;
}


/* NAVIGATION */

#navigation {
	width: 600px;
	float: right;
	margin-top: -4px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navigation a {
	color: #CAC8AF;
	background-color: #8E2222;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin-left: 3px;
	text-transform: uppercase;
}
#navigation a:hover {
	/* background-color: #721212;
	color: #F3F3E9; */
	color: #8E2222;
	background-image: url(img/nav.onbg.jpg);
	background-position: bottom;
}

#navigation li.on {
	color: #8E2222;
	background-image: url(img/nav.onbg.jpg);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin-left: 3px;
	text-transform: uppercase;
	background-position: bottom;
	}

/* MAIN CONTENT AREA */

#content {
	width: 800px;
	float: left;
	margin-top: 15px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8B1D1E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB699;
}
#content h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #48452F;
}
#content h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D3131;
	color: #7C7652;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 5px;
}


#content p {
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5937;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content p.welcome {
	font-size: 16px;
}
#content a {
	color: #86201E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F5A3F;
	font-size: 12px;
	text-decoration: none;
}
#content a:hover {
	color: #656245;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E3031;

}
#content div {
	font-size: 16px;
}
#content div.emails {
	width: 370px;
	float:left;
	padding-left: 20px;
	background-color: #EFEDE1;
	margin-top: 15px;
	background-image: url(img/emailbg.jpg);
	background-repeat: no-repeat;
	background-position: 45px;
}
#content div.address {
	float: right;
	width: 370px;
	font-size: 18px;
	padding-left: 20px;
	background-color: #EFEDE1;
	margin-top: 15px;
	background-image: url(img/addressnbg.jpg);
	background-repeat: no-repeat;
	background-position: 75px -25px;
}


/* FOOTER */

#footer {
	float: left;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDCC7;
	padding: 3px;
	width: 100%;
	font-size: 14px;
	color: #666666;
}
#footer #right {
	float: right;
	width: 300px;
	text-align: right;
}
#footer #right a {
	font-size: 10px;
	background-color: #C64242;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #821616;
	color: #E7E5D6;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer #right a:hover {
	color: #FFFFFF;
	background-color: #87191A;
	border-bottom-color: #9E3031;
}
#footer #left {
	float: left;
	width: 500px;
}
