@import url("generic.css");
@import url("listings2.css");
@import url("forms.css");
@import url("flash-notice2.css");
@import url("pagination.css");
@import url("tables.css");
@import url("backend.css");

html,body {
	background: #fff;
    height: 100%;
    font: 11px Arial, Helvetica, sans-serif;
    color: #000;
}

body,div,td,p,img,form {
	margin: 0;
	padding: 0;
}

p {
    margin-left: 15px;
    margin-top: 5px;
    text-align: justify;
}

a{
	color: #379C0E;
	text-decoration: underline;
}

a:hover{
	color: #379C0E;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

ul {
	margin-left: 20px;
	margin-top: 0;
	padding: 1px;
	list-style-type: square;
	line-height: 16px;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
}

#layout {
    width: 750px;
    margin: 0 auto;
    background: url(../images/base-bg-l.gif) top left repeat-y;
}

#wrapper {
    width: 750px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url(../images/base-bg-r.gif) top right repeat-y;
}

#header {
    width: 730px;
	height: 159px;
	margin: 0 10px;
    background: blue url(../images/hd-pic.jpg) no-repeat;
}
.container {
	padding: 35px 0 0 30px;
}

#header .logo {
	display: block;
    float: left;
	width: 80px;
	height: 80px;
	text-indent: -5000px;
	overflow: hidden;
	text-align: left;
    background: url(../images/logo.png) no-repeat;
}

#header .logo a {
	display: block;
	height: 100%;
	color: #ffffff;
}

#header .logo a:hover {
	text-decoration: none;
}

#header .title {
    padding: 22px 0 0 105px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#header .description {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 0 105px;
}

#midline {
    height: 28px;
    margin: 0 10px;
    background: #d0e4bc url(../images/s-top.jpg) top left no-repeat;
}

#midline .slogan {
    padding: 5px 0 0 165px;
    color: #000;
}

#main {
    min-height: 250px;
    margin: 0 10px;
    padding: 0;
    background: url(../images/main_bg.gif) top right no-repeat;
}

#main .content {
    overflow: hidden;
    padding: 10px 40px 5px 5px;
}

#sidebar {
    float: left;
    width: 151px;
    margin: 0;
    padding: 0;
}

#sidebar .nav {
    margin: 0;
    padding: 0;
}

#sidebar .nav li {
    width: 151px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    font-weight: bold;
}

#sidebar .nav li a {
    display: block;
    overflow: hidden;
    height: 22px;
    padding: 0 25px 0 0;
	color: #2e7e0c;
	text-decoration: none;
	background-image: url(../images/btn-bg.gif);
	text-align: right;
}

#sidebar .nav li a:hover {
    color: #2e7e0c;
	background-image: url(../images/btn-bg-h.gif);
}

#sidebar .content {
    overflow: hidden;
    padding: 5px;
    height: 400px;
    min-height: 250px;
    background: url(../images/s-bot1.jpg) top left repeat-x;
}

#sidebar .content h2 {
	color: #29261b;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 2px 0;
}

#sidebar .content h2 span {
    color: #2e2c23;
}

#sidebar .content h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 20px;
}

.sideoptions {
	margin-top: 20px;
}

.sideoptions li {
	margin: 0 0 5px 0;
}


/* -------------- SIDE NAVIGATION -------------- */

ul.side_nav {
	list-style: none;
	margin: 0;
}

ul.side_nav li a {
	background: url(../images/bullet_arrow.png) no-repeat left center;
	display: block;
	border-bottom: 1px solid #dfccc3;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
	color: #666666;
}

ul.side_nav li a:hover {
	background: #f2f1ec url(../images/bullet_arrow.png) no-repeat left center;
	color: #993909;
}

ul.side_nav li h2 a {
	background: transparent;
	border: none;
	padding: 0;
	color: #403b2f;
}

ul.side_nav li h2 a:hover {
	background: transparent;
}

/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color: #993909;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #dfccc3;
	padding-bottom: 7px;
}

.content h2 span {
	color: #2e2c23;
}

.content h3 {
	color: #2e2c23;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	padding-top: 10px;
}

.content p {
	text-align: left;
}

.content ul li {
	padding-left: 1.2em;
}

.content ol li {
	margin-bottom: 1em;
}

/* -------------- VARIOUS ELEMENTS -------------- */

#wrapper pre, #wrapper code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #0f0f0f;
	border: 1px solid #2f2f2f;
	display: block;
	margin: 0 0 2em 0;
	/* white-space: normal; */
	/* word-wrap: break-word; */
	padding: 12px 10px 12px 10px;
}

/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}

.blockUI.blockMsg {
	font-size: 150%;
}

#footer {
    clear: both;
    height: 40px;
    margin: 0 10px;
    background: #5d9c49;
}

.bottom_addr {
    float: left;
    width: 151px;
    height: 40px;
	font-size: 10px;
	color: #fff;
	padding: 8px 10px 8px 15px;
}

.bottom_menu {
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bottom_lnk{
	color: #fff;
	text-decoration: none;
}

.bottom_lnk:hover {
	color: #fff;
	text-decoration: underline;
}

