/*****************************************
************ GENERAL STYLES **************
*****************************************/
* {
	margin:0;
	padding:0;
}
body {
	/*background:#485c45 url('../images/bg.jpg') repeat-x top;*/
	background-color: #1B3518;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.cleaner {
	clear: both;
	height: 0;
	font-size:1px;
	margin: 0; padding: 0;
	background: transparent;
}
div#container {
	width:900px;
	margin: 0 auto;
	padding:30px 0 0 0;
}

h1 {
	font-size: 18px;
	font-style: italic;
	color: #1a3517;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-style: italic;
	color: #1a3517;
	text-decoration: none;
}

h3, h3 a {
	font-size: 15px;
	font-style: italic;
	color: #1a3517;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-style: italic;
	color: #1a3517;
	font-weight: normal;
	text-decoration: none;
}

h5 {}

h6 {}

a img {border: none;}

a {font-style: italic; color: #1a3517;outline:none;}

a:hover {text-decoration: underline;}

/*****************************************
************* HEADER STYLES **************
*****************************************/

.header-img {
	position:absolute;
}

.homepage-link {
	position:absolute;
	top: 50px;
	width: 430px;
	height: 80px;
	display: block;
	z-index: 999;
}

/*span.header-title{
	position:absolute;
	top:70px;
	margin:0 0 0 95px;
	font-size:30px;
	color:#ffffff;
}*/

span.header-title{
	position:absolute;
	top:95px;
	width:200px;
	margin:0 0 0 215px;
	font-size:19px;
	font-style: italic;
	color:#ffffff;
}

span.header-title a, span.header-title a:hover {
	color:#ffffff;
	text-decoration: none;
}

.header-btn-container {
	float:right;
	padding:75px 245px 0 0;
}
.header-btn {
	position:absolute;
}

#global-nav {
	position: relative;
	width: 450px;
	text-align: right;
	top: 45px;
	left: 430px;
	z-index: 999;
	}

#global-nav a {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	color: #475b45;
}

#global-nav a.active {color: #fff;}
	
#global-nav a:hover {text-decoration: underline;}

/*****************************************
*********** NAVIGATION STYLES ************
*****************************************/

#main_nav, #main_nav_full {
	margin-top: 82px;
	height: 48px;
	background-image: url('../images/grad_nav.jpg');
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-left:15px;
}

#main_nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 635px;
	overflow: hidden;
}

#main_nav_full ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#main_nav li, , #main_nav_full li { 
	margin: 0; padding: 0;
	display:block;
	float: left;
	
}

#main_nav ul li a, #main_nav_full ul li a { 
	padding: 17px 10px 0 7px;
	height: 31px;
	margin: 0px 5px;
	display:block; float:left;
	text-decoration: none;
	color: #fff;
	font-style: normal;
}
#main_nav ul li, #main_nav_full ul li { 
	margin: 0;
	padding: 0;
	text-align: left; 
	border: none;
	height: auto;
	text-transform: none;
}

#main_nav a:hover,  #main_nav li a.on, #main_nav_full a:hover,  #main_nav_full li a.on{
	background-color: transparent;
	color: #cfbc92;
	background-image:url('../images/link-bg.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*****************************************
************** INDEX STYLES **************
*****************************************/
#index-content {
	background-image: url('../images/index-right-bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #ffffff;
	}
	
#index-tbl-left {
	width: 260px;
	padding: 20px 20px 15px 20px;
	background-color: #ffffff;
}

#index-tbl-right {
	width: 600px;
	background-color: #cfbc92;
	}
	
img.hero-img {}
	
.index-main {
	padding: 20px 50px 0 20px;
	font-family: Arial;
	font-size: 13px;
	background-image: url('../images/index-main-bg.jpg');
	background-repeat: repeat-x;
	background-color: #cfbc92;
	height: 1%;
	} 

img.featured-image {
	float: left;
	margin-right: 20px;
	}

.featured-text {margin-left: 130px;}

.featured-text-no-margin {margin-left: 0; *width: 530px;}

.news-date {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
	}
	
.news-date.first {margin-top: 0;}
	
h3.news-headline, h3.news-headline a{
	font-size: 15px;
	font-style: italic;
	color: #1a3517;
	font-weight: bold;
	padding: 3px 0;
	text-decoration: none;
	}

h3.news-headline a:hover {
	text-decoration: underline;
	}

.news-snippet {
	color: #666666;
	padding-bottom: 20px;
	}

div#slideshow {
	width: 600px;
	/*height: 100%;
 	height: 500px;*/
 	/*z-index: 999;*/
 	}

/*****************************************
*************** PAGE STYLES **************
*****************************************/
#content {
	background-color: #fff;
	padding-bottom: 10px;
	color: #666666;
	}

#content ul {margin-left: 25px;}
#content ol {margin-left: 30px;}
	
#left-col {
	width: 550px;
	padding: 35px 25px 10px 25px;
	font-size: 14px;
	}

#right-col {
	width: 300px;
	padding-top: 40px;
	}

#side-nav {
	font-size: 14px;
	font-style: italic;
}

#side-nav ul {
	list-style: none;
	border-top: 1px solid #eee7d8;
	border-bottom: 1px solid #ae9d7a;
}

#side-nav li {
	list-style: none;
	border-top: 1px solid #ae9d7a;
	border-bottom: 1px solid #eee7d8; 
	padding: 10px;
}

#side-nav li a {
	
	display: block;
	text-decoration: none;
	color: #1a3517;
}

#side-nav li a:hover {
	color: #ae9d7a;
	text-decoration: underline;
}

#side-nav li a.active, #side-nav li.active {
	color: #ae9d7a;
	text-decoration: none;
	font-weight: bold;
}

#side-nav li ul {border: none; padding: 0; margin: 0;}

#side-nav li ul li{border: none; padding: 2px 0 2px 10px;}

.main-content {padding-bottom: 15px;}

div.int-img {border: solid 1px #cfbc92;}

div.int-img img {border: solid 4px #fff;}

.int-img.left {float: left; margin: 0 30px 15px 0;}

.int-img.right {float: right; margin: 0 0 15px 30px;}
/*****************************************
************* FOOTER STYLES **************
*****************************************/
#footer {
	margin-top: -5px;
	text-transform: uppercase;
	color: #bccfb9;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px;
	font-style: normal;
	}
	
#footer a:hover { text-decoration: underline;}

/***Error messages***/
div.message {
	padding: 0 0em 0 30px;
	margin: 0 0 1em 0;
	background: #e7e7e7 url(../images/icons/tango/applications-system.png) no-repeat;
	background-position: 10px center;
	border: 2px solid #aaa;
	border-width: 2px 0;
}

.message p {
	margin: 1em;
}

div.error {
	border-color: #f00;	
	background-color: #fcc;
	background-image: url(../images/icons/sc_cancel_24.gif);
}

div.success{
	border-color: #0c0;
	background-color: #cfc;
	background-image: url(../images/icons/sc_confirm_24.gif);
}

div.warning{
	border-color: #F50;
	background-color: #FFB;
	background-image: url(../images/icons/tango/emblem-important.png);
}

div.info {
	border-color: #55f;
	background-color: #ddf;
	background-image: url(../images/icons/sc_info_24.gif);
}

span.required {
	font-weight: bold;
	color: #f00;
	}
	
/***** CONFIGURATION *****/
#slideID,
#slideID .slide {
	height: 300px;
	width: 300px;
}

#anotherslideshow,
#anotherslideshow .slide {
	height: 300px;
	width: 300px;
}

.divshow {
	background-color: #cfbc92; /* Color between fade */
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#nav { /* Allows dropdowns over slideshow (#nav wraps the ul) */
	position: relative;
	z-index: 5;
}
