/* Base styles */
body {
	color: #6b6b6b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
h1 {
	font-size:1em;
	margin:-5px 0 -8px;
}
h2 {
	font-size:1em;
	margin:20px 0 -6px;
/*	border-bottom:1px solid #EBEFE0; */
}
h3 {
	font-size:1em;
}

a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
}
a img {
	border: none;
}
p { text-align:justify; 

}



/* Lists
------------------------- */
ul {
	list-style-image:url(images/list-bullet.png);
	line-height:1.5;
}
ul.no-bullet {
	list-style-image:none;
	list-style:none;
	padding-left:0;
	margin-left:0;
	margin-top:1em;
}



/* Navigation
------------------------- */

#nav {
	font-size: 1.1em;
	padding-top: 30px;
}
#nav-ul li a:link, #nav-ul li a:visited {
	text-decoration:none;
	color:#6b6b6b;
}
#nav-ul li a:hover, #subnav li a:hover { 
	color:#71872b;
}

#nav-ul li.active a:link, #nav-ul li.active a:visited, #nav-ul li.active a:hover, #nav-ul ul.subnav li.active-sub a:link, #nav-ul ul.subnav li.active-sub a:visited, #nav-ul ul.subnav li.active-sub a:hover {
	color:#71872b;
	font-weight: bold;
}
#nav li.active a:visited {
/*	color:#71872b;
	font-weight: bold;
*/}
#nav li.active a:hover {
/*	color:#71872b;
	font-weight: bold;
*/}



#nav-ul {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#nav-ul li {
	line-height:1.4;
}
#nav-ul ul.subnav {
	list-style:none;
	list-style-image:none;
	text-align:right;
	padding:0;
	border-right:1px solid #71872b;
	margin-bottom:15px;
	margin-left:0;
} 
#nav-ul ul.subnav li {
	padding-right:17px;
}

#nav-ul ul.subnav li.active-sub {
	background:url(images/list-bullet-backward.gif) right no-repeat;
}




/* Layout
------------------------- */

.container {
	width:947px;
}
#footer {
	color:#8e8e8e;
	font-size:.75em;
	text-align:right;
	padding-top:10px;
	clear:both;
	border-top: 1px solid #dedddd;
}
.left-col {
	width:139px;
	margin-right:28px;
	float:left;
	text-align:right;
}
.main-col {
	float:left;
	width:780px;
}
.main-text {
	background:#71872b url(images/text-bg.png) repeat-x;
	padding:20px;
	margin-top:0;
}
.main-pic {
	padding:0;
	margin:0;
	line-height:0;
	margin-bottom:-3px;
}
.text-container {
	padding:15px 0 5px 0px;
}
.clear {
	clear:both;
}



/* Miscellaneous styles
------------------------- */


#warning {
	color: #FF0000;
	display:none;
	margin: 5px 0px 5px 165px;
	width:760px;
	background: #FFEFEF;
	border: 1px solid #FF5F5F;
	padding: 10px;
	font-weight:bold;
}
#warning a {
	color:#FF0000;
	text-decoration:underline;
}
.left-align {
	text-align:left;
}



/* Overlay styles
------------------------- */

.overlay-wrapper {
	height:724px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.overlay-text {
	position:absolute;
	bottom:0;
	left:0;
	width:730px;
	color:#FFFFFF;
	padding:15px 25px 10px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	min-height:240px;

}
.overlay-blue {
	background-color:#182f3d;
	background-image:url(images/text-bg-blue.png);
	background-repeat:no-repeat;
}
.overlay-green {
	background-color:#425319;
	background-image:url(images/text-bg-green.png);
	background-repeat:no-repeat;

}
.overlay-orange {
	background-color:#4b3910;
	background-image:url(images/text-bg-orange.png);
	background-repeat:no-repeat;

}


/* List with thumbnail image
------------------------- */

.thumb_list_item {
	clear:both;
	padding:10px 0;
}
.thumb_list_item img {
	float:left;
	margin:2px 10px 20px 0;
	border:1px solid #EBEFE0;
}
.thumb_list_item .thumb_list_content {
	margin-left: 90px;
	display:block;
}
.thumb_list_item h3 {
	margin-top: 0px;
	margin-bottom:0px;
}
.thumb_list_item .thumb_list_content p {
	margin: 0px;
}



/* Columns
------------------------- */
.sixty-fourty .lcol {
	width:55%;
	float:left;
	margin-right:5%;
}
.sixty-fourty .rcol {
	width:40%;
	float:left;
}

.three-col .lcol {
	float:left;
	width:210px;
	margin-right:40px;
}
.three-col .mcol {
	float:left;
	width:210px;
	margin-right:40px;
}
.three-col .rcol {
	float:left;
	width:210px;
}


.two-col .lcol {
 	float:left;
	width: 350px;
	margin-right: 80px;
}
.two-col .rcol {
	float:left;
	width: 350px;
}

.four-col .col {
	float:left;
	width:162px;
	margin-right:30px;
}
.four-col .rcol {
	float:left;
	width:132px;
}	


/* Slide show
------------------------- */
#slideshow div {
	display:none;
}

.active {
/*	display:block;
*/}