body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #555;
	line-height: 1.2em;
}

/* General */
input {
	border: 1px solid #ccc;
	background-color: #FEFEFE;
	font-size: 90%;
}

.clear-float {
	clear:both;
}

/* Layout */

#outer-header {
	text-align:center;			
	background-image: url(../images/banner_left_gutter.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
	height: 99px;			
}

#right-gutter {
	position: relative;
	float: right;
	clear: both;
	background-image: url(../images/banner_right_gutter.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0px;
	width: 50%;
	margin-top: -99px;
	height: 99px;		
}

#header {	
	position: relative;	
	text-align: left;
	margin: 0px auto;
	width: 995px;	
	height: 99px;		
	z-index: 1;
}

#header-left {
	float: left;
	width: 98px;
	height: 99px;
	background-image: url(../images/banner_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header-content {
	width: 815px;
	height: 99px;
	background-image: url(../images/banner_main.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#header-right {
	float: left;
	width: 79px;
	height: 99px;
	background-image: url(../images/banner_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/* Menu */



#outer-menu {
	position: relative;
	text-align:center;			
	background-color: #78190E;	
	border-top: 1px solid #6D8DAD;
	height: 76px;
	z-index: 2;
}
#menu {
	position: relative;	
	text-align: left;
	margin: 0px auto;
	width: 995px;	
	height: 76px;		
	z-index: 2;
}

#menu-left {
	float: left;	
	width: 98px;
	height:76px;
	background-image: url(../images/menubar_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Search */
#search {	
	color: #fff;
	float: left;		
	margin-left: 20px;
	margin-top: 5px;	
}

#search input {
	font-size: 80%;
}

/* Main sections */
#outer-content {
	text-align:center;			
	background-image : url(../images/content_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 300px;
}

#content {
	position: relative;	
	text-align: left;
	margin: 0px auto;
	width: 995px;		
	z-index: 1;
}

#content-left {	
	float: left;
	width: 88px;
	height:300px;
	background-image: url(../images/content_left_swash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
	
#left-column {
	float: left;
	position: relative;	
	width: 210px;
}

#right-column {
	float: left;
	position: relative;	
	width: 585px;
}

/* News & Events */

#news, #events {
	margin-top: 50px;
	
}

#ne-box {
	float: left;
	position: relative;
	
	margin-left: 10px;
	border: 1px solid #ef9b8f;
	border-bottom: 0px;
	width: 186px;
	background-color: #fff;	
}

#ne-box .ne-content {
	line-height: 1.3em;
}

#news-corner {
	height: 10px;
	width: 	10px;
	left: 10px;
	position: relative;
	float: left;	
	background-image: url(../images/box_news_corner_bottom_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#news-bottom {
	height: 10px;
	width: 	177px;
	left: 10px;
	position: relative;
	float: left;	
	border-bottom: 1px solid #ef9b8f;
	border-left: 1px solid #ef9b8f;
	background-color: #fff;
}

/* ne-content can probably be used for any content */
.ne-content {		
	position: relative;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
}



ul.ne-list, ul.ne-list li {	
  padding: 0;
  margin: 0;
  list-style: none;

}


ul.ne-list li {
	float: left;	
	height: 27px;	
	padding-top: 4px;
	padding-left: 0px;
	background-image: url(../images/box_news_bar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

ul.ne-list li#li-news {
	width: 80px;
	
}
ul.ne-list li#li-events {
	margin-left: 1px;
	width: 105px;	
}

ul.ne-list li.active {	
	background-image: url(../images/box_news_bar_active.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

ul.ne-list li a:link, ul.ne-list li a:visited {
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 8px;
	font-size: 1.1em;

}
	
.hidden {
	display: none;
}
.shown {
	display: block;
}
#ne-box h4 {
	font-weight: normal;
	display: block;
	position: relative;
	background-image: url(../images/box_news_subhead.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 193px;
	height: 17px;
	margin-left: -17px;
	margin-bottom: 8px;
	
	text-indent: 17px;
	font-size: 120%;
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 2px;
	color: #fff;
}
	
/* Subscribe */
#subscribe-box {
	float: left;
	position: relative;
	width: 186px;	
	top: 30px;
	margin-left: 10px;	
	padding-top: 5px;		
	background-color: #fff;	
	border: 1px solid #ef9b8f;
	background-image: url(../images/box_subscribe_bar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#subscribe-box .ne-content {
	margin-top: 40px;
}

	
#sub-icon {
	float: left;
	width: 40px;
	height: 41px;
	position: relative;
	margin-left: -9px;
	margin-top: -10px;
	z-index: 2;
	background-image: url(../images/box_subscribe_button.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	
	

/* Content */

#main-content {
	position: relative;
	float: left;	
	margin-left: 10px;	
	width: 585px;	
	background-color: #fff;
}

#content-banner {	
	border-left: 1px solid #ccc;
	width: 585px;		
	height: 184px;	
	background-image: url(../images/content_banner_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#cb-right {
	float: right;
	width: 15px;
	margin-right: -15px;
	height: 184px;
	background-image: url(../images/content_banner_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#cb-left {
	float: left;	
/* Uncomment to wrap text before background image */	
/*	width: 255px; */
	height: 184px;
	border-top: 1px solid #ccc;
}

#content-area {
	background-color: #fff;	
	background-image: url(../images/content_optionbar_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 599px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	
}

/* bread crumb */
#breadcrumb {
	display: block;	
	margin-left: 100px;
	height: 30px;
	padding-top: 16px;
	vertical-align: middle;
	margin-right: -45px;	
	color: #555;
	font-size: 0.8em;
	text-decoration: none;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a {
	text-decoration: none;
}

/* footer */
#footer {	
	position: relative;
	float: left;
	top: 10px;
	margin-left: 10px;	
	font-size: 80%;
	color: #555;
}

/* Style */

#cb-left .ne-content, #banner-left .ne-content {
	padding-left: 20px;
	margin-top: 10px;
}

#cb-left .ne-content h2, #banner-left .ne-content h2  {
	font-weight: normal;
	font-size: 200%;
	
	line-height: 1.3em;
	letter-spacing: 0.06em;
	color: #558855;	
	font-style: italic;
}

#cb-left .ne-content h1,#banner-left .ne-content h1 {
	letter-spacing: 0.06em;
	font-weight: normal;
	line-height: 1.3em;
	color: #558855;	
	font-size: 250%;			
}

.subhead-white {		
	padding-top: 2px;
	margin-left: 5px;
	float: left;
	font-size: 100%;		
	color: #fff;		
}


/* Second level specific */


/* Left side menu */
#box-menu-box {
	float: left;
	z-index: 5;
	position: relative;
	margin-left: 10px;
	border: 1px solid #ef9b8f;
	border-bottom: 0px;
	width: 186px;
	background-color: #fff;	
}
#box-menu-box a:link, #box-menu-box a:visited, #box-menu-box a {
	color: #e36828;
	text-decoration: none;
	font-size: 80%;
}

#box-menu-box h3 {
	display: block;
	background-color: #fff;
	height: 40px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-size: 120%;
	vertical-align: middle;
	margin-top: 5px;
	padding-top: 1px;
	color: #e36828;
	font-weight: bold;
}

#box-menu-box h4 a:link, #box-menu-box h4 a:visited, #box-menu-box h4 a {
	color: #e36828;
	text-decoration: none;
	font-size: 100%;
}



/*
ul#box-menu { 
	width: 100%; margin-left: 0px; 
}

ul#box-menu, ul#box-menu li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  


ul#box-menu li {
	position: relative;
	z-index: 5;
	height: 18px;
	text-indent: 25px;	
	width: 186px;
	background-image: url(../images/box_menu_inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	
ul#box-menu li.box-menu-active {
	display: block;
	position: relative;
	width: 190px;
	height: auto;
	margin-left: -7px;
	padding-left: 7px;	
	background-image: url(../images/box_menu_active.png);
	background-position: top left;
	background-repeat: no-repeat;		
	color: #fff;
}

ul#box-menu li.box-menu-active ul {
	position: relative;	
	top: 1px;	
	width: 186px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #F9DDD9;
}

ul#box-menu li.box-menu-active ul li {
	height: 1.2em;
	background-image: none;
	background-color: #F9DDD9;
	text-indent: 25px;
	line-height: 1em
	
}
*/


#box-menu-box h4 {
	color: #E36828;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	z-index: 5;
	height: 17px;
	padding-top: 1px;
	text-indent: 25px;
	width: 186px;
	background-image: url(../images/box_menu_inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	
#box-menu-box h4.box-menu-active {
	display: block;
	position: relative;
	width: 190px;
/*	height: auto; */
	margin-left: -7px;
	padding-left: 7px;
	background-image: url(../images/box_menu_active.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

#box-menu-box ul {
	position: relative;
/*	top: 1px;	 */
	width: 186px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #F9DDD9;
}

#box-menu-box ul li {
	height: 1.2em;
	background-image: none;
	background-color: #F9DDD9;
	text-indent: 25px;
	line-height: 1em
	
}


#box-menu-corner {
	height: 10px;
	width: 	10px;
	left: 10px;
	position: relative;
	float: left;
	background-image: url(../images/box_menu_bottomcorner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}
#box-menu-bottom {
	height: 10px;
	width: 	177px;
	left: 10px;
	position: relative;
	float: left;	
	border-bottom: 1px solid #ef9b8f;
	border-left: 1px solid #ef9b8f;
	background-color: #fceeec;
}

ul.subcategoryitems {
	position: relative;
	width: 186px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #F9DDD9;
}

ul.subcategoryitems li {
	background-color: #F9DDD9;
	height: 1.2em;
	padding-left: 15px;
	line-height: 1em;
}


/* Second level content area */

#content-area ul.nav {
	position: relative;
	float: left;
	margin-top: -18px;
	padding-left: 5px;
}

#content-area ul.nav li.first {
	border-left: 1px solid #fff;
}

#content-area ul.nav li a:link,	#content-area ul.nav li a:visited, #content-area ul.nav li a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;	
}

#content-area ul.nav li.active a:link,	#content-area ul.nav li.active a:visited, #content-area ul.nav li.active a {
	color: #000;
}
	
#content-area ul.nav li {
	border-right: 1px solid #fff;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
}

#content-area ul.nav li.active {
	color: #000;
	background-image: url(../images/content_menubar_active.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#banner {	
	border-left: 1px solid #ccc;
	width: 585px;		
	height: 92px;
	background-image: url(../images/contentpagebanner/default_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#banner-right {
	float: right;
	width: 14px;
	margin-right: -14px;
	height: 92px;
	background-image: url(../images/contentpagebanner/default_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#banner-left {
	float: left;	
	width: 100%;
	height: 92px;
	border-top: 1px solid #ccc;
}



.content-sidebar {
	position: relative;
	float: right;
	clear: both;
	margin-left: 10px;
	right: -10px;
	margin-top: -30px;	
	width: 128px;					
	line-height: 1.5em;
	border-left: 1px dotted #3C909D;	
	border-bottom: 1px dotted #3C909D;	
	background-color: #D8E9EB;		
	padding-bottom: 20px;		
	
}

.content-sidebar .screenshot {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/screenshot_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 97px;
	height: 72px;			
}

.content-sidebar h3 {	
	background-image: url(../images/content_sidebar_headbackground.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 17px;
	padding-top: 3px;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #24565E;
	font-weight: normal;
	font-size: 1.1em;
}



.content-sidebar a:link, .content-sidebar a:visited, .content-sidebar a {
	text-decoration: none;
	color: #595959;
}

.content-sidebar ul {	
	list-style-type: circle;
	list-style-image: url(../images/content_sidebar_bullet.gif);	
	margin-left: 20px;
}

.features {		
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 17px;
	padding-top: 10px;
	margin-bottom: 17px;
	width: auto;	
	margin-right: -10px;	
	margin-left: -10px;
	border-top: 1px dotted #3C909D;
	border-bottom: 1px dotted #3C909D;
	background-color: #F1F7F8;	
	padding-bottom: 15px;		
}
.features ul {	
	list-style-type: disc;	
	line-height: 1.5em;
	margin-left: 15px;
}

.features h3 {	
	font-weight: bold;	
	line-height: 1.3em;
	color: #558855;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 150%;
}

/* Styles for imported RSS */
.feedBody {
	padding-left: 4px;
	display: block;
}

li.rssItemTitle {
	list-style-type: disc;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
}

li.rssItemDesc {
	list-style-type: none;
	font-size: 8pt;
	margin-bottom: 6px;
}
