/* 676657 

1E1D18
484439
E3E1D5
414A4F
0E0F11

*/
html {
	background: url( "img/header.jpg" ) repeat-x 0 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	color: #1E1D18;
	font-size: 100%;
	min-width:760px;
	position:relative;
	margin: 0;
	padding: 0;
	padding-top: 140px;
	text-align: center;
}

img {
	display: block;
}

p {
	padding: 0 10px;
}

a, a:visited {
	text-decoration: underline;
	color: #194E84;
}
a:hover {
	text-decoration: none;
	color: #3B6B9C;
}


h1 {
	color: #3b3b3b;
	font-variant: small-caps;
	margin: 0.4em 0 0.5em 0.2em;
}

h2 {
	color: #3b3b3b;
	border-bottom: 2px dotted #00a1e5;
	padding-left: 2px;
	font-size: 20px;
}

h3 {
	color: #3b3b3b;
	font-variant: small-caps;
	padding-left: 10px;
}


.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

/* index.php */
#page {
}

/* nav.php */
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:760px;
	height:119px;
	z-index:1001;
}
.head {
	min-height: 77px;
	width:750px;
	margin: 0 auto;
}

#header a.logo {
	float: left;
	height: 60px;
	width: 200px;
	margin: 8px;
	background: transparent url( "img/logo.png" ) no-repeat;
}


/* right side header links */
ul.hlr {
	margin:32px 0 0 0;
	padding:0;
	overflow:hidden;
	font:12px arial, helvetica, sans-serif;
	list-style:none;
	float:right;
}
ul.hlr li {
	float:left;
	border-right: 1px dashed #ffffff;
}
ul.hlr li.no_sep {
	border: none;
}
ul.hlr a:visited,
ul.hlr a {
	color:#ffffff;
	font-weight:bold;
	margin: 0 10px;
	text-decoration:none;
	display: block;
}
ul.hlr a:hover {text-decoration:underline;}

/* main nav menu */
.nav_container {
	position:absolute;
	width:100%;
	top:77px;
	left:0;
	z-index:1003;
}

ul.menu {
	list-style: none;
	height: 42px;
	z-index: 1005;
	width: 750px;
	margin:0 auto;
	padding:0;
	display: block;
}
#header ul.menu li {
	border-left:1px solid #0D0D0A;
	border-right:1px solid #4C4C46;
	float:left;
	height: 42px;
	margin:0 0 0 0;
	padding:0;
}
#header ul.menu li a {
	display:block;
	text-decoration: none;
	float:left;
	height: 42px;
	font-weight:bold;
	padding:11px 16px 6px 16px;
	color: #FFF;
	position: relative;
}

#header ul.menu li a:hover {
	background:url( "img/mnu_hover.jpg" ) repeat-x;
	color: #fff;
	height: 42px;
	position: relative;
}

#header ul.menu .active {
	border-right: none;
	background:url( "img/mnu_active.jpg" ) repeat-x;
	margin-right: -1px;
	height: 42px;
}

#header .top_menu_first {
	border-left: none;
	margin-left:10px;
}
#header .top_menu_last {
	border-right: none;
}


/* breadcrumb  - nav.php*/

.sub_container {
	position: absolute;
	top: 119px;	
	left:0;
	z-index:1050;
	width: 100%;	
}

#sub_menu {
	background-color: #4d4d4d;
	height: 22px;
	display: block;
	position:relative;
}

#sub_menu .content {
	width:750px;
	margin:0 auto;
	position:relative;
	z-index:2050;
	text-align: left;
	font-size: 11px;
	padding-top: 4px;
	color: #00a1e5;
}

#sub_menu a {
	color: #00a1e5;
	background: transparent url( "img/breadcrumb.png" ) no-repeat center right;
	text-decoration: underline;
	padding-right: 15px;
}
#sub_menu a:visited, .breadcrumb a:active{
	color: #00a1e5;
}
#sub_menu a:hover{
	text-decoration: none;
}


/* footer.php */
#footer
{
	min-width: 760px;
	width:100%;
	height: 4em;
	
	background: url( "img/footer.jpg" ) repeat-x #4d4d4d;
	margin-top: 6px;
	
}
#footer .foot {
	margin: 0 auto;
	width: 750px;
	padding-top: 5px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	color: #e7e7e7;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #b2b4bf;
}
#footer a:hover {
	text-decoration: underline;
	color: #e7e7e7;
}



/* main content wrapper - nav.php */

#content
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding: 0 10px 10px 10px;
}

/* top of page image */
.top {
	text-align: center;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #c1c1c1;
}



/* checkbox lists */
.checkbox {
	list-style-image: url( "img/checkbox.jpg" );
	margin-left: 30px;
	padding-left: 30px;
}
.checkbox a {
	color: #3b3b3b;
	text-decoration: none;
}
.checkbox a:hover {
	text-decoration: underline;
}



/* l/r float elements */
#float {
	position: relative;
}
#float .left {
	float: left;
	width: 49%;
}
#float .right {
	float: right;
	width: 49%;
}

#float .divide {
	border-bottom: 2px dashed #c1c1c1;
	width: 85%;
	margin: 0 auto;
	text-align: center;
}


/* blockquotes */
blockquote p
{
	padding: 0px 15px 0px 0px;
	background: transparent url( "img/quotes2.png" ) bottom right no-repeat;
}
blockquote
{
	padding: 8px;
	font-size: 1em;
	background: transparent url( "img/quotes1.png" ) top left no-repeat;
}



.cite
{
	font-size: 0.75em;
	float: right;
	font-style: italic;
} 

.cite a, .cite a:visited {
	text-decoration: none;
}

.cite a:hover {
	text-decoration: underline;
}



/* a content box */

#box {
	position: relative;
	background-color: #e7e7e7;  
	background-image: url( "img/fff-e7e7e7-150.jpg" );  
	border: 1px solid #c1c1c1;
	margin: 0 auto;
	padding: 4px;
	height: 140px;
	width: 600px;
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}

#box .wes {
	margin: 6px;
	border: 4px solid #c1c1c1;
	float: left;
}

#box p {
	padding: 4px;
	margin: 0;
}

