/* CSS Document */
	body,
	html {
		margin:0;
		padding:0;
		background:#a7a09a;
		color:#000;
		font-size: x-small;
		font-family:Arial, Helvetica, sans-serif;
		height: 100%;
	}
	body {
		min-width:900px;
	}
	#wrap {
		background-image:url(/_elements/index/backgroundFill.gif);
		margin:0 auto;
		width:900px;
		height:auto;
        height: 100%;
        min-height: 100%;
	}
	#header {
		background:#002D26;
		padding:0px;
		text-align:right;
		padding-right:17px;
		padding-top:8px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		background:#c99;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:#fff;
		float:left;
		width:269px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
	background:#E1E8D8;
		float:right;
		width:631px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#3C302E;
		clear:both;
	}
	#footer p {
		padding:8px;
		margin:0;
		text-align:right;
    }
#footer2 {
padding-top:20px;
		text-align:center;
		line-height:120%;
		
	}	
	

#main ul {
    margin: 0;
	list-style-type: none;
	padding: 0px;
	}
#main ul li {
padding:0;
margin:0;
	padding-bottom: 16px;
}

	.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/*-------------------------------------------------
  SECOND LEVEL MENU
-------------------------------------------------*/
#secondLmenu {
	width: 190px;
	padding: 12px 0 12px 10px;
	background-color:#7b8551;
	color: #ffffff;
	font-size:90%;
	line-height: 210%;
	margin-bottom:1px;
}
#secondLmenu a {
	color: #ffffff;
	text-decoration:none;
}
#secondLmenu a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #ffffff;
}
#secondLmenu ul{
margin:0;
padding:0;
	list-style: none;
}
#secondLmenu li{ 
	list-style-image: none;	
}
#secondLmenu li:hover{ 
	list-style-image: url(../images/bullets/bullets_purple_menu.gif);	
}
#secondLmenu li.over{ 
	list-style-image: url(../images/bullets/bullets_purple_menu.gif);	
	font-weight:bold;
}
#secondLmenu li.over a{ 
	color: #ffffff;
}

#secondLnews {
	width: 278px;
	margin-top: 12px;
	padding: 25px 0 29px 25px;
	background-color:#d5d0e1;
	color: #1b1c58;
	font-size:115%;
	line-height: 210%;
}
#secondLnews a {
	color: #6b5f8f;
}
#secondLnews a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #1b1c58;
}

#secondLcontactus {
	width: 278px;
	margin-top: 12px;
	padding: 25px 0 29px 25px;
	color: #d5d0e1;
	font-size:115%;
	line-height: 140%;
}
#secondLcontactus b{
	font-size:125%;
}


/*-------------------------------------------------
text styles
-------------------------------------------------*/
a{ color:#86471C; outline: none;}
a, a:link, a:visited { 	
	text-decoration:none;
}
a:hover, a:active { 	
	text-decoration:underline;
}

#sidebar #head_text {
	padding:0 0 10px 0;
	color: #d4803a;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: lighter;
	line-height: 100%;
}

#sidebar .info {
	padding:20px 10px 20px 10px;
	font-size:120%;
	line-height: 140%;
	font:Arial, Helvetica, sans-serif;
	background-color:#C4CABC;
	width:350px;
	float:left;
	margin-bottom:20px;
}

#sidebar .infoWide {
	padding:20px 10px 20px 10px;
	font-size:120%;
	line-height: 140%;
	font:Arial, Helvetica, sans-serif;
	background-color:#C4CABC;
	width:555px;
	float:left;
	margin-bottom:20px;
}
#sidebar .info img {
	float:right;
	display:block;
	clear: both;
	/*margin: -15px -31px 0 0;
	_margin: -15px -18px 0 0; */
	
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 14px;
}

#sidebar .side_info {
	padding:0 0px 0px 0px;
	font-size:120%;
	line-height: 140%;
	font:Arial, Helvetica, sans-serif;
	
	width:200px;
	float:right;
}

.subHeadText {
	color: #86471C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 100%;
	/*padding-bottom:20px;*/
}

hr { border:none; border-bottom: dotted 1px #C4CABC; width:100%; background-color:#E1E8D8; color:#E1E8D8;padding-top:10px; padding-bottom:10px}

a.lnkfooter:link {color: #D7DACA; text-decoration: none} 
a.lnkfooter:visited {color: #D7DACA; text-decoration: none} 
a.lnkfooter:hover {color: #fff; text-decoration: none} 
a.lnkfooter:active {color: #fff; text-decoration: none}

h5 {
font-size: 120%;

}