body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #000000;
   font-family: verdana, arial, helvetica, geneva;
   font-size: 11px;
   background:url(images/bg.jpg) repeat-x;
   background-color:#142616;
   margin : 0;
   #margin : 0;
   _margin : 0;
   padding : 0;
	}

#sitedescription  {display: none;}

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a, a:link, a:visited {color: #5B7E5C; text-decoration: none; font-weight:bold;}
a:active {color: #5B7E5C; text-decoration: none; font-weight:bold;}
a:hover {color: #edc80f; text-decoration: none;font-weight:bold;}

.top:link, .top:visited { color: #ffffff; text-decoration: none; font-size: 9px; }
.top:hover, .top:active { color: #ffffff; text-decoration: underline; font-size: 9px; }

.small:link, .small:visited { color: #000000; text-decoration: none; font-size: 9px; }
.small:hover, .small:active { color: #000000; text-decoration: underline; font-size: 9px; }


p {
	line-height: 17px;
	font-size: 12px;
}

#page {
	width: 1000px;
	height: 750px;
	background: url(images/page_bg.png) repeat-y;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}


#home_left {
	float:left;
	width: 224px;
	min-height: 550px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#home_middle {
	float:left;
	width: 420px;
	min-height: 400px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#home_right {
	text-align:center;
	float:right;
	width: 319px;
	min-height: 570px;
	padding-right:1px;
	padding-left: 0px;
	margin : 0 auto;
	margin-left: 1px;
	margin-right: 2px;
	padding-top: 20px;
	background-color:#E0DFCB;
	border-bottom: #FFFFFF;
	border-bottom-width:1px;
}

#post {
	width: 730px;
	float:right;
	min-height: 480px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	#padding-left: 20px;
	#padding-right: 20px;
	padding-bottom:20px;
	#padding-bottom:20px;
	padding-top:40px;
	#padding-top:40px;
}

#home_content {
	width: 1000px;
	min-height: 480px;
	background: url(images/home_content_bg.png) repeat-y;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 16px;
}


#header {
	width: 1000px;
	height: 95px;
	margin : 0 auto;
	background: url(images/header_top.png);
}

#anchor {
	height: 63px;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin-right: 23px;
	letter-spacing: -0.1px;
}

#anchor ul { list-style: none; margin: 0; padding:0; }
#anchor li { display: inline; padding: 0px 0px 0px 25px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #ffffff; text-decoration: none; font-weight: normal; }
#anchor a:hover {color: #edc80f; text-decoration: none; font-weight: normal;}


#inside_content {
	float:left;
	width: 730px;
	min-height: 600px;
	padding-right:20px;
	padding-left: 20px;
	margin : 0 auto;
	margin-left: 1px;
	margin-top: 0px;
	padding-top: 15px;
}

#press_releases {
	float:left;
	width: 490px;
	height: 415px;
	padding-right:0px;
	padding-left: 20px;
	margin : 0 auto;
	margin-left: 1px;
	margin-top: 0px;
	padding-top: 15px;
}



#home_footer {
	width: 1000px;
	height: 70px;
	padding-right:0px;
	padding-left: 0px;
	margin : 0 auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 30px;
	color:#97a797;
	background: url(images/footer.png);
}

#footer {
	width: 1000px;
	height: 66px;
	padding-right:0px;
	padding-left: 0px;
	margin : 0 auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 20px;
	color:#97a797;
	background: url(images/footer_interior.png);
}

.secondnav {
	font-weight:normal;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.secondnav ul { list-style: none; margin: 0; padding:0; }
.secondnav li { display: inline; padding: 0px 0px 0px 25px; }
.secondnav a:link, .secondnav a:visited, .secondnav a:active { color: #ffffff; text-decoration: none; font-weight: normal; }
.secondnav a:hover {color: #edc80f; text-decoration: none; font-weight: normal; }


/* ######### Style for NAVIGATION ######### */

/* MAIN NAV */
.chromestyle {
	float: right;
	height: 23px;
	font-weight:normal;
	letter-spacing: -0.1px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	border: none;
	width: 800px;
	border: solid 0px #ffffff;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
	margin: 0;
}

.chromestyle ul li a {
	color: #ffffff;
	padding: 1px 14px;
	margin: 0;
	text-decoration: none;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background: none; /*THEME CHANGE HERE*/
	color: #edc80f;
}


/*Style for Drop Down Menu*/
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	font-size: 11px;
	font:normal;
	z-index: 4;
	line-height:18px;
	background-color: #3b563c;
	visibility: hidden;
	white-space: nowrap;
	text-align:left;
	margin-left:10px;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: 25px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #edc80f;
}




/* Different font styles here - no need to define anything that will match the defaults */
h1 {font-size: 20px; color: #053812; font-weight: bold; letter-spacing: 0px; margin: 3px; }
h2 {font-size: 16px; color: #5B7E5D; font-weight: bold; font-varient: uppercase; letter-spacing: 0; margin: 3px; padding: 0; }
h3 {font-size: 14px; color: #053812; font-weight: bold; font-varient: uppercase; margin: 0; padding: 0; }
h4 {font-size: 11px; color: #053812; font-weight: bold; font-varient: uppercase; margin: 0; padding: 0; }

.copyright { color:#495d2e; font-size: 10px; text-align:center; padding: 5px; background-color: #1a2708; }
.white {color: #ffffff; font-weight: bold; }
.red {color:#990000; font-size: 12px; font-weight: bold; }
.smaller {font-size: 10px;}

/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #666666; height: 1px; }
.level2 { vertical-align: top; text-align: left; padding: 10px; }


#countdowncontainer {
	margin-top: 5px;
	text-align: center;
	height: 30px;
}

blockquote {margin: 14px;}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
color:#053812;
font-weight:bold;
font-size:10px;
}

.righthome
	{
	height: 395px;
	width: 270px;
	overflow: auto;
	background:url(images/newcoursebg.jpg);
	border: solid 1px #315732;
	scrollbar-base-color: #5d763a;
	scrollbar-arrow-color: #5d763a;
	scrollbar-3dlight-color: #9baf80;
	scrollbar-darkshadow-color: #9baf80;
	scrollbar-face-color: #9baf80;
	scrollbar-highlight-color: #5d763a;
	scrollbar-shadow-color: #5d763a;
	scrollbar-track-color: #9baf80;
	}

.homenews
	{
	padding-left: 5px;
	min-height: 400px;
	width: 505px;
	overflow: auto;
	}



ul { margin-bottom: 0; padding-bottom: 0; }
li { margin-bottom: 0; padding-bottom: 0; }
hr {color: #9fc768;}

.ResultFrame{
	position:relative;
	border:1px solid #000000;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-weight:bold;
	top:4px;
}

.Button01{
	width:150px;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 520px;
	height: 437px;
	z-index:5;
	border: none;
}

#flickrGallery
{
	width: 520px;
	height: 437px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 520px;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	text-align:right;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size:12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #ffffff;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size:11px;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 143px;
	width: 100%;
	z-index: 10;
	margin: 0;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 20px;
	/*width: 100px; background: url('images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 2px 10px;
	font-size: 13px;
	background: #000;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 520px;
	margin: 0;
	left: 0;
	top: 0;
	height: 120px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #000;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: ffffff;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('images/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('images/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('images/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('images/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #000;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #000;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #aaa;
}