@charset "utf-8";
body {
	margin: 15px 0;
	/*margin-top: 15px;*/
	height: 100%;
	padding: 0;
	color: #330;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	/*background-color:#EED;*/
	/*background-color:#EBEDEC;*/
	background-color:#F0F1F5;
	background-image: url(images/green-background-with-shadow4.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}

h2{
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}


a img { 
	border: none;
}

a:link {
	color: #330;
	text-decoration: underline; 
}

a:visited {
	color: #330;
	text-decoration: underline;
}

a:hover { 
	text-decoration: underline;
	color: #7F7F00;
}

.clear {
	clear:both;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	height: 100%;
}

.clear {
	clear:both;
	
}

.header {
	background: #ADB96E;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 550px;
	padding-top: 35px;
}

.sidebar2 {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 550px;
	padding-top: 35px;
}

.sidebar1_home {
	float: left;
	width: 180px;
	background: #d6d6aa;
	/*height: 950px;*/
	padding-top: 35px;
}

.sidebar2_home {
	float: left;
	width: 180px;
	background: #d6d6aa;
	/*height: 950px;*/
	padding-top: 35px;
}

.sidebar1_long {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 1010px;
	padding-top: 35px;
}

.sidebar2_long {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 1010px;
	padding-top: 35px;
}

.sidebar1ext {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 500px;
	padding-top: 35px;
}

.sidebar2ext {
	float: left;
	width: 180px;
	background: #d6d6aa;
	height: 500px;
	padding-top: 35px;
}

.content {
	background-color:#FFF;
	padding: 10px 0;
	width: 575px;
	float: left;
	margin: 0 10px 0 15px;
	min-height: 513px;
	
}


.precontent {
	/*width: 960px;
	background-color:  #d6d6aa;*/
	margin: 0;
	padding: 0;
	float:left;
	background-image:url(images/LIBackground.jpg);
	background-repeat:no-repeat;
	background-position:top !important;
}

.clear {
	clear:both;
}

.txtarea1 {
	margin-left: 100px;	
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	/*background: #CCC49F;*/
	background-image:url(images/gradient2.png);
	position:relative;
	clear: both; 
	width: 960px;
	color: #eee;
	font-weight:bolder;	
}

.footerext {
	padding: 10px 0;
	/*background: #CCC49F;*/
	background-image:url(images/gradient2.png);
	position:relative;
	clear: both; 
	width: 960px;
	height:155px;
	color: #eee;
	font-weight:bolder;	
}

.fltrt {  /
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#callout {
	margin:0;
	padding:0;
	height:154px;
	background-repeat:repeat-x;
	/*background-color: #E8E9EB;*/
	border: 0;
}

#calloutblock {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	font-size:0.9em;
	text-align:left;
	z-index: 1;
	border: 0;
	width: 100%;
	height:154px;
}

#calloutblock a:visted {
color:#323232;
text-decoration:underline;
}

/* Navbar */ 
#navbar {
	height:30px;
	background-image:url(menu/bg_002.gif);
	background-repeat:repeat-x;
	/*position: relative; */
	z-index: 2;
}

#navbarblock {
	padding:0;
	width:960px;
	line-height:30px;
	font-size:0.95em;
	margin: 0 auto 0 auto;
}

