/*
	HOTPRESS FRAMEWORK
	Site:CASB
	By:Steven Waller
	Created:July 2, 2009
*/
/* Main-content
----------------------------------------------------------------------------------------------------*/
#main-content{
	background:transparent url(images/column-1-bottom.gif) no-repeat left bottom;
}
#column-2{
	padding-top:1px;
}
#column-3{
	padding-bottom:30px;
}
#column-4{
	padding-top:1px;
}
/* Column 1
----------------------------------------------------------------------------------------------------*/
#body-inside #column-1{
	margin-bottom:3px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	background:#dbe3da;
	color:#464646;
	width:237px;
}
#column-1 h2{
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/line-break-beveled.gif) scroll repeat-x left bottom;
}
#column-1 .featured{
	background:#ffffcc;
	border:1px solid #000;
	padding:10px 10px 20px 10px;
	margin:15px;
}
#column-1 .calendar-list{
	margin-top:30px;
}
#column-1 .calendar-list li{
	padding-bottom:5px;
	list-style:none;
	background:transparent url(images/bullet-calendar.gif) scroll no-repeat 15px 5px;
	margin-left:0;
	padding-left:37px;
}
#column-1 .calendar-list li a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#body-inside #column-1 #member-access{
	padding-right:10px;
	padding-left:7px;
	margin:30px 0 10px;
}
#body-inside #column-1 #member-access .item{
	padding:5px 0;
}
#body-inside #column-1 #member-access label{
	font-weight:bold;
}
#body-inside #column-1 #online-sponsors{
	padding-right:10px;
	padding-left:7px;
	margin-top:30px;
}

#body-inside #column-1 #newsletter-signup{
	padding-right:10px;
	padding-left:7px;
	margin-top:30px;
}
#newsletter-button{
	display:block;
	width:214px;
	height:45px;
	background:transparent url(images/btn-newsletter.gif) no-repeat scroll left top;
	text-indent:-9999px;
	margin:0 auto;
}
/* Sub Navigation
----------------------------------------------------------------------------------------------------*/
#nav-sub{
	background:#2c5b25 url(images/nav-sub-background.gif) repeat-x scroll left top;
}
#nav-sub li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#nav-sub li ul{
	display:none;
}
#nav-sub li a:link, #nav-sub li a:visited{
	border-bottom:1px solid #407239;
	color:#DBE3DA;
	display:block;
	width:auto;
	text-decoration:none;
	padding:8px 15px;
}
#nav-sub li.selected a{
	font-weight:bold;
	color:#fff;
}
#nav-sub li.selected li a{
	font-weight:normal;
}
#nav-sub li a img{
	display:none;
}
#nav-sub li a:hover, #nav-sub li a:active{
	background:#406b3a;
}
#nav-sub li.selected ul{
	margin-bottom:0;
	background:#4e7548;
	display:block;
}
#nav-sub li.selected ul ul{
	display:none;
}
#nav-sub li.selected li a:link, #nav-sub li.selected li a:visited{
	background:transparent url(images/bullet-small-green.gif) no-repeat scroll 20px 14px;
	padding-left:32px;
	font-size:11px;
}
#nav-sub li.selected li a:hover, #nav-sub li.selected li a:active{
	background:transparent url(images/bullet-small-white.gif) no-repeat scroll 20px 14px;
}
#nav-sub li.selected li.selected a{
	font-weight:bold;
	color:#fff;
	background:transparent url(images/bullet-small-white.gif) no-repeat scroll 20px 14px;
}
#nav-sub li.selected ul li.selected ul{
	background:#64865e;
	display:block;
}
#nav-sub li.selected li.selected li a:link, #nav-sub li.selected li.selected li a:visited{
	background:transparent url(images/bullet-small-green.gif) no-repeat scroll 40px 14px;
	padding-left:52px;
}
#nav-sub li.selected li.selected li a:hover, #nav-sub li.selected li.selected li a:active{
	background:transparent url(images/bullet-small-white.gif) no-repeat scroll 40px 14px;
}

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
#breadcrumbs{
	font-size:11px;
	color:#747373;
	padding:12px 0 5px 0;
	width:470xp;
	float:left;
}
	#breadcrumbs a:link, #breadcrumbs a:visited{
		color:#747373;
		text-decoration:none;
	}
	#breadcrumbs a:hover, #breadcrumbs a:active{
		color:#000;
		background:none;
	}
	
/* Print Button
----------------------------------------------------------------------------------------------------*/
#print-view{
	font-size:11px;
	color:#747373;
	float:right;
	padding:12px 0 5px 0;
}
	#print-view a:link,
	#print-view a:visited{
		color:#747373;
		text-decoration:none;
		background:url(images/icon-printer.gif) no-repeat right 2px;
		padding-right:20px;
	}
	#print-view a:hover,
	#print-view a:active{
		color:#000;
		background: transparent url(images/icon-printer.gif) no-repeat right 2px;
	}

