body{
	background:url(img/template/nlcc/main_bg.png) repeat-x top #d0c0b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #604932;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
}

img{
	vertical-align: bottom;
	border: 0px;
}

a{
	color: #ff4f0c;
	text-decoration: underline
}

a:hover{
	color: #604932;
}

h1, h2, h3, h4, p{
	margin: 0px;
}

p{
	padding: 8px 0px;	
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #604932;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}

h2{
	font-weight: normal;
	font-size: 20px;
	color: #FF4F0C;
	padding: 5px 0px 15px 0px;
}
.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: none;
}

#wrapper{
	width: 925px;
	margin: auto;
	text-align: left;
	background: #ffffff;
}

#wrapper2{
	padding: 0px 10px 0px 10px;
}

#logo{
	width: 250px;
	float: left;
	padding: 10px 0px 0px 10px;
}

#topRight{
	width: 500px;
	text-align: right;
	float: right;
	padding: 15px 0px 0px 0px;
	font-size: 14px;
}

#topRight p{
	padding: 3px 0px;
}

#nav{
	background: url(img/template/nlcc/nav_bg.png) repeat-x top #3b2b1c;
	padding: 6px 0px 0px 15px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li{
	float: left;
	padding: 0px;
	position: relative;
	z-index: 2000;
}

#nav ul li a{
	display: block;
	padding: 5px 15px 7px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #ffffff;
}

#nav ul li:hover,#nav ul li.sfhover{
	background:url(img/template/nlcc/nav_sel_left.png) no-repeat left top #ff682d;
	color: #4b3624;
}


#nav ul li:hover a, #nav ul li.sfhover a{
	background:url(img/template/nlcc/nav_sel_right.png) no-repeat right top;
	color: #4b3624;
}

#nav ul li ul{
	display: none;
	position: absolute;
	left: 0px;
	top: 25px;
	background: #ff682d;
	width: 184px;
	padding: 0px 0px 5px 0px;
	background:url(img/template/nlcc/nav_sub_bot.png) no-repeat bottom left;
	z-index:2000;
}

#nav ul li:hover ul, #nav ul li.sfhover ul{
	display: block;
}

#nav ul li ul li{
	position: static;
	background: #ff682d;
	float: none;
	padding: 4px 10px 0px 10px;
	z-index: 2000;
}

#nav ul li:hover ul li, #nav ul li:hover ul li a, #nav ul li.sfhover ul li, #nav ul li.sfhover ul li a{
	background: #ff682d;
}


#nav ul li ul li a{
	padding: 3px 5px 3px 5px;
	display: block;
	background: none;
	text-transform: none;
	border-bottom: solid 1px #e56531;
	height: 100%;
}

#nav ul li ul li a:hover{
	background: #695749;
	color: #ffffff;
}

#nav ul li ul ul, #nav ul li:hover ul ul, #nav ul li.sfhover ul ul{
	display: none;
}

#mainWrapper{
	padding: 5px 0px;
}

#leftSide{
	width: 205px;
	float: left;
	margin: 0px 9px 0px 0px;
}

#mainContent{
	width: 472px;
	float: left;
}

#rightSide{
	width: 205px;
	float: right;
}

.leftbox{
	background:url(img/template/nlcc/left_box_bot.jpg) no-repeat left bottom #b59c84;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

.leftbox h2{
	background:url(img/template/nlcc/header_left_bg.jpg) no-repeat left top #ff4b08;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.leftbox ul{
	margin: 0px;
	padding: 5px 0px 5px 20px;
}

.leftbox p{
	padding: 5px 5px;
}


.rightBox{
	background: url(img/template/nlcc/box_right_bot.png) no-repeat bottom left #ffe6ce;
	margin: 0px 0px 10px 0px;
}

.rightHeader{
	background: url(img/template/nlcc/header_right_bot.png) no-repeat left bottom #ff4d0a;
}

.rightHeader h1{
	margin: 0px;
	padding: 5px;
	background:url(img/template/nlcc/header_right_top.png) no-repeat left top;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-weight:normal;
	padding:5px;
	text-transform:uppercase;
}

.rightContent{
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.rightContentBox{
	background:url(img/template/nlcc/icon_text.png) no-repeat left top;
	padding: 0px 0px 6px 15px;
	font-size: 10px;
	margin: 4px 0px 0px 0px;
}

.rightContentBox h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #604932;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
}

.rightContentBox p{
	padding: 0px;
}

.rightContentBox a{
	color: 	#604932;
}

.rightContentBox a:hover{
	color: #ff4f0c;
}

.rightBox2{
	background:url(img/template/nlcc/box_right_2_mid.png) repeat-y left center;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.rightBox2Top{
	background:url(img/template/nlcc/box_right_2_top.png) no-repeat left top;
}

.rightBox2Bot{
	background:url(img/template/nlcc/box_right_2_bot.png) no-repeat left bottom;
	padding: 5px;
	font-size: 11px;
}

.rightBox2 h2{
	color: #604932;
	font-size: 22px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px;
}
	
.rightBox2 p{
	padding: 0px;
}

.rightBox3Top{
	background:url(img/template/nlcc/box_right_3_bot.png) no-repeat left bottom #ff4b08;
}
.rightBox3Bot{
	background:url(img/template/nlcc/box_right_3_top.png) no-repeat left top;
	color: #ffffff;
	padding: 5px;
}


.rightBox3Top a{
	color: #ffffff;
}

a.video{
	background: url(img/template/nlcc/icon_video.png) no-repeat left top;
	display: block;
	padding: 0px 0px 0px 20px;
}

#footer{
	background:url(img/template/nlcc/footer_bg.png) repeat-x left bottom #4e3825;
	color: #ffffff;
	padding: 10px;
}

#footerLinks{
	float: right;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
}

.copyright{
	padding: 25px 0px 0px 0px;
}

.copyright2{
	font-size: 10px;
	padding: 0px;
}

a.iconLogin{
	background: url(img/template/nlcc/icon_login.png) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

#navLeft{
	background:url(img/template/nlcc/left_box_bot.jpg) no-repeat left bottom #b59c84;
	margin: 0px 0px 10px 0px;
}

.navLeftTop{
	background:url(img/template/nlcc/left_box_top.png) no-repeat left top;
	width: 100%;
	padding: 10px 0px;
}

#navLeft ul{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}

#navLeft ul ul{
	padding: 0px;
}

#navLeft ul li{
	padding: 1px 0px;	
}

#navLeft ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	border-bottom: dotted 1px #cccccc
}

#navLeft ul li li a{
	padding-left: 10px;
}

#navLeft ul li li li a{
	padding-left: 20px;
	font-size: 11px;
}

#navLeft ul li li li li a{
	padding-left: 30px;
}

#navLeft ul li li li li li a{
	padding-left: 40px;
}

#navLeft ul li a:hover{
	background: #ff682d;
}


/* level 1 */
#navLeft ul li.selected1 a{
	background: #3f2e1e;	
}
#navLeft ul li.selected1 li a{	
	background: #B59C84;
}
#navLeft ul li.selected1 a:hover,
#navLeft ul li.selected1 li a:hover{
	background: #ff682d;
}

/* level 2 */
#navLeft ul li.selected1 li.selected2 a{
	background: #695748;	
}
#navLeft ul li.selected1 li.selected2 li a{	
	background: #B59C84;
}
#navLeft ul li.selected1 li.selected2 a:hover,
#navLeft ul li.selected1 li.selected2 li a:hover{
	background: #ff682d;
}

/* level 3 */
#navLeft ul li.selected1 li.selected2 li.selected3 a{
	background: #917761;	
}
#navLeft ul li.selected1 li.selected2 li.selected3 li a{	
	background: #B59C84;
}
#navLeft ul li.selected1 li.selected2 li.selected3 a:hover,
#navLeft ul li.selected1 li.selected2 li.selected3 li a:hover{
	background: #ff682d;
}

/* level 4 */
#navLeft ul li.selected1 li.selected2 li.selected3 li.selected4 a{
	background: #917761;	
}
#navLeft ul li.selected1 li.selected2 li.selected3 li.selected4 li a{	
	background: #B59C84;
}
#navLeft ul li.selected1 li.selected2 li.selected3 li.selected4 a:hover,
#navLeft ul li.selected1 li.selected2 li.selected3 li.selected4 li a:hover{
	background: #ff682d;
}


/* hide submenus by default */

#navLeft ul ul{
	display: none;	
}

#navLeft ul li.selected1 ul{
	display: block;	
}

#navLeft ul li.selected1 ul ul{
	display: none;	
}

#navLeft ul li.selected1 ul li.selected2 ul{
	display: block;	
}

#navLeft ul li.selected1 ul li.selected2 ul ul{
	display: none;	
}

#navLeft ul li.selected1 ul li.selected2 ul li.selected3 ul{
	display: block;	
}
/***************************/

/*********** Gallery CSS ************/

#galleryWrapper{
    min-height: 500px;
    width: 480px;
}

* html #galleryWrapper{
    height: 500px;
}

.galleryTitle{
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
}
.galleryDesc{
    padding: 0px 0px 10px 0px;
}

#galleryFullImageBox{
    width: 250px;
    float: left;
}

#galleryFullImage{
    width: 250px;
}

#galleryThumbs{
    width: 225px;
    float: right;
    font-weight: bold;
}

#galleryThumbs img{
    width: 70px;
    height: 50px;
    border: solid 1px #000000;
}

#galleryThumbs td{
    padding: 0px 0px 5px 0px;
}	

#galleryImageTitle{
    padding: 10px 0px;
    font-weight: bold;
}

#galleryImageDesc{
    padding: 7px;
    background: #FFF8E8;
    border: solid 1px #FFD78F;
}

#galleriesList{
    border-bottom: solid 5px #FFD78F;
}

#galleriesList a{
    background: #FFF8E8;
    border-left: solid 1px #FFD78F;
    border-top: solid 1px #FFD78F;
    border-right: solid 1px #FFD78F;
    padding: 5px 10px;
    text-decoration: none;
    color: #8C8C8C;
    margin: 0px 10px 0px 0px;
    float: left;
}

#galleriesList a.selected{
    background: #FFEDCF;
}

.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
}

.required {
    color: red;
}

.lastUpdated{
	width: 200px;
    float: right;
    padding: 10px 0px 5px 0px;
    text-align: right;
}
.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
}

.required {
    color: red;
}

/*************************************/


/*************** Downloads ************/

.downloadItemRow{
		
}

.downloadItemRow h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 0px;
	margin: 0px;
}

.downloadItemLink{
	width: 140px;
	float: right;
	text-align: right;
}

.downloadItemLink img{
	vertical-align: middle;
	margin: 0px 0px 0px 15px;
}

.downloadItemDesc{
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0px;
}

.downloadItemHr{
	height: 8px;
	border-bottom: dotted 1px #604932;
	margin: 0px 0px 8px 0px;
	clear: both;
}

/**************************************/