/*
	HOTPRESS FRAMEWORK
	Site:CASB
	By:Steven Waller
	Created:July 2, 2009
*/

/*Hide Web app paging on home page
----------------------------------------------------------------------------------------------------*/
ul#webapp5469pagination{
display:none !important;
}


/* Background
----------------------------------------------------------------------------------------------------*/
body{
	background:#fff url(images/bg-gradient.gif) scroll repeat-x left top;
}
#main-container{
	margin:0 auto;
	width:978px;
	overflow:hidden;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#logo{
	width:136px;
	height:60px;
	float:left;
	margin:7px 0 0 2px;
}
#logo a{
	background:transparent url(images/logo.gif) scroll no-repeat left top;
	display:block;
	height:60px;
	text-indent:-9999px;
	width:136px;	
}
#logo a:hover{
	background-position:left bottom;
}
#nav-utility-wrapper{
	float:right;
	width:700px;
	overflow:hidden;
	margin:7px 2px 0 0;
}
#nav_545803{
	float:right;
	overflow:auto;
	margin-bottom:22px;
}
#search{
	float:right;
	width:255px;
	text-align:right;
}
#nav_545803 li{
	display:inline;
	float:left;
	list-style:none;
	margin:0;
	padding-top:3px;
}
#nav-utility-wrapper a:link, #nav-utility-wrapper a:visited{
	color:#000;
	text-decoration:none;
	padding:0 8px;
	border-right:1px solid black;
}
#nav-utility-wrapper a:hover, #nav-utility-wrapper a:active{
	background:none;
	padding:0 8px;
	color:#666;
}
#nav-utility-wrapper #loginSection a{
	padding:0;
	border:0;
}
#title{
	display:block;
	float:right;
	width:478px;
	height:18px;
	background:transparent url(images/tagline.gif) scroll no-repeat left top;
	text-indent:-9999px;
	padding:0 1px 15px 0;
	margin:0;
}
/* Navigation
----------------------------------------------------------------------------------------------------*/
#cat_539500_divs{
	overflow:hidden;
	width:978px;
}
#nav_539500{
	overflow:hidden;
	width:978px;
	margin:0;
}
#nav_539500 li{
	display:inline;
	float:left;
	list-style:none;
	margin:0;
}
#nav_539500 a:link, #nav_539500 a:visited{
	display:block;
	height:36px;
	text-indent:-9999px;
}
#nav-home a:link, #nav-home a:visited{
	width:89px;
	background:transparent url(images/nav-home.gif) scroll no-repeat left top;
}
#nav-legislative-info a:link, #nav-legislative-info a:visited{
	width:173px;
	background:transparent url(images/nav-legislative-info.gif) scroll no-repeat left top;
}
#nav-conferences a:link, #nav-conferences a:visited{
	width:146px;
	background:transparent url(images/nav-conferences.gif) scroll no-repeat left top;
}
#nav-board-members a:link, #nav-board-members a:visited{
	width:173px;
	background:transparent url(images/nav-board-members.gif) scroll no-repeat left top;
}
#nav-services a:link, #nav-services a:visited{
	width:112px;
	background:transparent url(images/nav-services.gif) scroll no-repeat left top;
}
#nav-about-casb a:link, #nav-about-casb a:visited{
	width:142px;
	background:transparent url(images/nav-about-casb.gif) scroll no-repeat left top;
}
#nav-publications a:link, #nav-publications a:visited{
	width:143px;
	background:transparent url(images/nav-publications.gif) scroll no-repeat left top;
}

#nav_539500 a:hover, #nav_539500 a:active{
	background-position:left -36px;
}
#nav_539500 li.selected a{
	background-position:left bottom;
}

/* Flash
----------------------------------------------------------------------------------------------------*/
#flash{
	background:#f5d242;
}
/* Body
----------------------------------------------------------------------------------------------------*/
#body{
	width:978px;
	overflow:hidden;
	background:transparent url(images/body-middle.png) scroll repeat-y center top;
}
#body-top{
	overflow:hidden;
	padding-top:8px;
	background:transparent url(images/body-top.gif) scroll no-repeat center top;
}
#body-bottom{
	overflow:hidden;
	background:transparent url(images/body-bottom.gif) scroll no-repeat center bottom;
	padding-bottom:13px;
}
#main-content{
	overflow:hidden;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	background:transparent url(images/body-bottom-shadow.gif) scroll no-repeat center top;
	overflow:hidden;
	text-align:center;
	color:#666666;
	padding-top:30px;
}
#footer ul{
	margin:0;
}
#footer li{
	display:inline;
	list-style:none;
	margin:0;
	border-left:1px solid #666666;
	padding:0 3px 0 4px;
}
#footer li.first{
	padding-left:0;
	border-left:0;
}
#footer a:link, #footer a:visited{
	color:#666666;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	background:none;
	text-decoration:underline;
}
#hotpress a:link, #hotpress a:visited, #hotpress a:hover, #hotpress a:active{
	display:none;
	width:129px;
	height:13px;
	background:transparent url(images/hotpress.gif) scroll no-repeat left top;
	text-indent:-9999px;
	margin:0 auto;
	text-align:center;
}
/* Form Styles
----------------------------------------------------------------------------------------------------*/
.req{
	color:#FF0000;
}
.webform label{
	font-size:12px;
	line-height:1;
}
