*{
	margin:0px;
	padding:0px;
}

img, div {
	behavior: url(iepngfix.htc)
}

body{
	font-family:"Trebuchet MS";
	font-size:13px;
	background:url(images/background_repeat.jpg);
	/* background:black; */
}

a
{
	text-decoration:none;
	color:Blue;
}

a:hover
{
	text-decoration:underline;
}

hr{
	clear:both;
	visibility:hidden;
	height:1px;
}

#leftCol .showHR hr{
	visibility:visible !important;
	height:1px;
	width:545px;
	margin:0 auto;
	margin:10px 0 15px 0;
	border:#CCCCCC solid .5px;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

.container{
	background:#FFFFFF;
	padding:20px;
	margin-top:15px;
}

.right{
	float:right;
	padding:5px 0 5px 5px;
	padding-right:50px;
}

/*----------------------------------------------------------------------------------HEADER */

#header{
	height:85px;
	border-top:#000000 solid 2px;
	position:relative;
}

#header .logo{
	position:absolute;
	z-index:100;
	left:0;
	border:none;
	padding-top:10px;
}

#header .tagline{
	position:absolute;
	z-index:99;
	right:0;
	top:-43px;
	border:none;
	margin-top:43px;
}

#header #ctl00_RadMenu2{
	margin-top:100px;
	list-style-type:none;
	height:35px;
	background:url(images/mainMenu_repeatx.jpg) repeat-x top;
	border-top:#626262 solid 3px;
	border-bottom:#000000 solid 1px;
	width:920px;
}

#header #ctl00_RadMenu2 .rmItem{
	float:left;
	padding-top:5px;
	list-style-type:none;
}

#header #ctl00_RadMenu2 .rmItem .rmLink{
	font-size:18px;
	color:white;
	font-family:"Trebuchet MS";
	text-decoration:none;
	padding:0px 34px 0px 45px;
	border-right:#000000 solid 1px;
	cursor:pointer;
}

#header #ctl00_RadMenu2 .rmItem .rmLink:hover{
	text-decoration:underline;
}

 #header #ctl00_RadMenu2 .rmLast .rmLink{
	border-right:none;
 }
 
 /*-------------------------------------------------------------------------------CONTENT*/
 .content{
	margin-top:10px;
	background:url(images/content_repeatx.jpg) top repeat-x;
	padding-bottom:20px;
	padding-top:6px;
	border-bottom:#B29051 solid 3px;
 }
 
 /*----------------------------------------------------------------------------LEFT COLUMN*/
 #leftCol{
	float:left;
	width:595px;
	position:relative;
 }
 
 #leftCol .txt{
	margin-left:45px;
	margin-top:30px;
	width:300px;
 }
 
 .home #leftCol{padding-top:285px;}
 
 #leftCol #homeBanner{
	position:absolute;
	top:0px;
	left:0px;
 }

#leftCol #homeBanner IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#leftCol #homeBanner IMG.active {
    z-index:10;
}

#leftCol #homeBanner IMG.last-active {
    z-index:9;
}

 #leftCol h2, h3, p{margin-left:15px; margin-top:15px; padding-right:50px;}
 
 #leftCol p{
	line-height:21px;
	color:#434D3E;
 }
 
 .home #leftCol h2{
	font-size:18px;
	margin-bottom:15px;
 }
 
 .sub #leftCol h2{
	font-size:22px;
	margin-bottom:15px;
 }
 
 #leftCol ul, ol{
	margin-left:45px;
	padding-right:50px;
 }
 
 #leftCol ul li,  #leftCol ol li{
	margin-bottom:15px;
 }
 
 /*----------------------------------------------------------------------------RIGHT COLUMN*/
 #rightCol{
	float:left;
	width:315px;
	position:relative;
	z-index:1000;
 }
 
 /*-----------------------------------------------SUB MENU*/
 .home #rightCol #subMenu{
	position:relative;
	margin-top:-6px;
 }
 
 .sub #rightCol #subMenu{
	margin-top:-6px;
	background:#B8985E;
	position:relative;
	width:327px;
	min-height:250px;
	height: auto !important;
	height:250px;
 }
 
 #rightCol #subMenu .subMenu_back{
	position:absolute;
	left:-8px;
	top:-10px;
	z-index:9999px;
 }
 
 .sub #rightCol #subMenu .subMenu_back{
	left:-7px;
 }
 
 #rightCol #subMenu #text{
	position:relative;
	z-index:100px;
 }
 
 #rightCol #subMenu h3, #rightCol .sideItem h3{
	color:black;
	background:white;
	padding:7px 15px 7px 15px;
	font-size:15px;
	margin-left:10px;
	margin-top:5px;
	width:297px;
 }
 
 #rightCol .divider{
	width:316px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:10px;
 }
 
 #rightCol #subMenu h3 a
 {
 	color:Black;
 }
 
 #rightCol #subMenu h3 a:hover
 {
 	text-decoration:none;
 	cursor:default
 }
 
 #rightCol .sideItem .divider{
	margin-top:-4px;
 }
 
 .home #rightCol #ctl00_RadMenu1{
	height:190px;
 }
 
 #rightCol #subMenu #ctl00_RadMenu1 .rmRootGroup, #rightCol .sideItem .rmRootGroup{
	margin-left:25px;
	overflow:hidden;
	padding-left:20px;
	margin-bottom:20px;
 }
 
 .home #rightCol #subMenu .subUL{height:180px;}
 
 #rightCol #subMenu ul li a, #rightCol #subMenu .note a{
	color:#322B1C;
	font-size:13px;
 }
 
 #rightCol #subMenu .note{
	margin-left:25px;
	margin-top:0px;
 }
 
 .sub #rightCol #subMenu ul li{
	font-weight:bold;
	padding:5px;
	margin-bottom:8px;
 }
 
 .sub #rightCol #subMenu ul li a{
	text-decoration:none;
	padding:5px;
	cursor:pointer;
 }
 
 #rightCol #subMenu .current{
	background:black;
 }
 
 #rightCol #subMenu .current span{
	color:white;
 }
 
 /*--------------------------------------------------SIDE ITEM*/ 
 #rightCol .sideItem{
	background: url(images/sideItem_back.jpg) top left no-repeat;
	padding-top:5px;
	margin-top:30px;
 }
 
 #rightCol .sideItem h3{
	background:black;
	color:white;
	width:285px;
	margin-bottom:10px;
 }
 
#rightCol #subMenu #ctl00_RadMenu1 .rmRootGroup .rmItem{
	list-style-image:url(images/subMenu_bullet.png) !important;
	width:100%;
	padding-left:0px;
	margin-bottom:8px;
 }
 
 #rightCol .sideItem .rmRootGroup .rmItem{
	list-style-image:url(images/sideItem_bullet.png) !important;
	margin-bottom:10px;
 }
 
 #rightCol .sideItem ul a{
	color:#927C4E;
	font-weight:bold;
 }
 
 /*--------------------------------------------------------------------------------------------FORMS*/
 .small{width:50px;}
 .medium{width:100px;}
 .large{width:150px;}
 .sideItem .medium{width:190px;}
 
 .txt{
	padding:10px;
	font-size:13px;
	border:#CCCCCC solid 1px;
 }
 
 .sideItem .txt{
	margin-left:25px;
 }
 
 .btn{
	background:#BC9D66;
	border:#A18C62 solid 1px;
	padding:7px 6px 7px 6px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	color:white;
	margin-left:3px;
 }
 
 /*---------------------------------------------------------------------------------------------FOOTER*/
 #footer{
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
 }
 
 #footer #copyright{
	color:white;
	font-weight:bold;
	font-size:12px;
 }
 
 #footer #copyright a{
	color:white;
 }
 
 /*------------------------------------------------------------------------------------------EVENTS*/
 .events_long
 {
 	clear:both;
 	margin-bottom:10px;
 }
 
 .events_long p
 {
 	padding-right:0;
 }
 
 .events_long h3
 {
 	margin-bottom:-15px;
 	color:#8D764A;
 }
 
 .events_long h2
 {
 	margin-bottom:25px;
 	text-decoration:none;
 }
 
 .events_long h2 a
 {
 	text-decoration:none;
 	color:#000000;
 }
 
 .events_long h2 a:hover
 {
 	text-decoration:underline;
 }
 
 .events_long .where, .events_long .when, .events_long .who
 {
 	float:left;
 	margin-right:20px;
 }
 
 .events_long .what p
 {
 	padding-right:50px;
 }
 
 .events_hr
 {
 	visibility:visible;
 	border-top:#CCCCCC solid 1px;
 	height:1px;
 	margin-bottom:20px;
 	width:565px;
 }
 
 .events_long .register
 {
 	float:right;
 	padding-right:50px;
 	margin-top:30px;
 }
 
 .events_long .register a
 {
 	padding:7px;
 	text-decoration:none;
 	background:#BC9D66;
 	border:#A18C62 solid 1px;
 	color:White;
 	font-weight:bold;
 }
 
 .events_long .register a:hover
 {
 	background:#A18C62;
 }
 
 /*------------------------------------------------------------------------BLOG*/
 .RadTreeView
 {
 	margin-left:30px;
 }
 .blog
 {
 	clear:both;
 	margin-bottom:10px;
 }
 
 .blog .details
 {
 	font-size:11px;
 	margin-top:-10px;
 }
 
 .blog .entry p
 {
 	padding-right:50px;
 }
 
 .blog h3
 {
 	margin-bottom:-15px;
 	color:#8D764A;
 }
 
 .blog h2
 {
 	margin-bottom:25px;
 	text-decoration:none;
 }
 
 .blog h2 a
 {
 	text-decoration:none;
 	color:#000000;
 }
 
 .blog h2 a:hover
 {
 	text-decoration:underline;
 }
 
 .blog .entry p
 {
 	padding-right:50px;
 }
 
 .blog_hr
 {
 	visibility:visible;
 	border-top:#CCCCCC solid 1px;
 	height:1px;
 	margin-bottom:20px;
 	width:565px;
 }
 
 .blog .register
 {
 	float:right;
 	padding-right:50px;
 	margin-top:30px;
 }
 
 .blog .register a
 {
 	padding:7px;
 	text-decoration:none;
 	background:#BC9D66;
 	border:#A18C62 solid 1px;
 	color:White;
 	font-weight:bold;
 }
 
 .blog .register a:hover
 {
 	background:#A18C62;
 }