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

html, body {
	height:100%;
	width:100%;
	margin:0;
    padding:0;
	background: #353535 url('images/page-bg.jpg') top repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	}	
#outercontainer {
	position: relative;
	width: 860px;
	height:100%;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	z-index:0;
	background:#FFF;
	}
#innercontainer {
	position: absolute;
	width:100%;
	top: 0px;
	height:100%;
	left: 0px;
	z-index:2;
	background:#FFF;
	}
#headernav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:2;
	padding:0px;
	background-color:#d9d7ca;
    }
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 141px;
	z-index:2;
	}
#content{
	position: absolute;
	top: 141px;
	left: 0px;
	width: 860px;
	height:100%;
	z-index:3;
	padding:0px;
	}
#bg{
	position: fixed;
	top: 0px;
	width: 860px;
	height:100%;
	background: url('images/layout-bg.jpg') repeat-y;
	z-index:0;
	padding:0px;
	}
#content2{
	padding-left:5px;
	padding-right:5px;
	text-align: justify;	
	}
#disclaimer{
	font-size: 10px;
	}
p{
	padding-left:5px;
	padding-right:5px;
	}
h1{
	text-align: left;
	color: #600e0e;
	font-size: 21px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Trebuchet, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 12px 0px;
	}

h2{
	text-align: left;
	color: #000000;
	font-size: 18px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Trebuchet, Sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
	
a{
	color: #000;		
	}
a:hover{
	color: #F00;			
	}
#articles li a{
	color: #000;		
	}
#articles li a:hover{
	color: #F00;			
	}
	
/* QUICK CONTACT FORM */
#contactform {
	width: 146px;
	height: 220px;
	font-size: 10px;
	padding-right: 1px;
	padding-top: 40px;
	padding-left: 1px;
	position: relative;
	top: 5px;
	left: 0px;
	background: #fefefe url(images/formbg.gif) no-repeat; 
	color: #2b69a1;
}

#contactform form input {
	background-color: #fefead;
	margin: 1px;
	padding: 1px;
}

#contactform form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 96%;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 35px;
}

div.contactform_bottom {
	width: 147px;
	position: relative;
	left: 25px;
/*	background: url(images/quickcontactformbottom.jpg) no-repeat; */
}
#title {
	text-align: left;
	margin-bottom: 12px;
	color: #600e0e;
	font-size: 26px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Trebuchet, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#title2 {
	text-align: left;
	margin-bottom: 12px;
	color: #600e0e;
	font-size: 18px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Trebuchet, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

#form1 {
	width: 90%;
	margin:0 0 0 10px;
	background-color: #fc3;
	padding: 10px;
	/*temp*/
	border: 1px solid #000;
}

/* MENU CSS */
dl, dt, dd, #menu dd ul, #menu dd li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
	}
#menu {
	position: relative;
	top: 0px;
	left: 1px;
	width: 199px;
	}
	#menu dt {
	cursor: pointer;
	background: #d6d4c7 url(images/arrow7.gif) no-repeat left;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
	margin: 1px 0;
	border: 0px solid #ccc;
	text-align: left;
	/*font-weight: bold;*/
	}
#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	}
#menu dt a:hover {
	background: #f5f4f1;
	color: #000;
	text-decoration: none;
	display: block;
	}
#menu dd {
	position: absolute;
	margin-left: 75px;
	z-index: 100;
	left: 8em;
	margin-top: -2em;
	width: 150px;
	background: #d9d7ca;
	border: 1px solid #2586d7;
	}
#menu ul {
	padding: 3px;
	}
#menu li {
	font-size: 85%;
	height: 18px;
	line-height: 18px;
	}
#menu li a {
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	}
#menu li a:hover {
	text-decoration: underline;
	color: #ff3e3e;
	background: #fff url(images/arrow7.gif) no-repeat left;
	}
.spwhite {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #fff;
	}