@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	
	text-align:center;
}
#TASBSearchButton {
	position:relative;
	top:5px;
}
#header_wrapper {
	display:block;
	height:149px;
	min-width:760px;
	background-image:url("../images/bg_header-b.jpg");
	background-repeat:repeat-x;
	background-position:top center;
}
#header, #footer, #body_wrapper {
	display:block;
	width:760px;
	text-align:left;
	margin:0 auto;
}
/*Header content*/
#header {
	position:relative;
	height:149px;
}
#page_tools {
	display:block;
	width:98px;
	
	position:absolute;
	top:25px;
	right:25px;
	
	border-top:1px solid #8fd1b5;
	border-right:1px solid #006633;
	border-bottom:1px solid #006633;
}
#page_tools a:link, #page_tools a:visited {
	border-width:0px;
}
#page_tools a:link img, #page_tools a:visited img{
	display:block;
	border-width:0px;
}
/*header Nav*/
#header #header_nav {
	display:block;
	position:absolute;
	right:30px;
	bottom:0px;
}
#header #header_nav a:link, #header #header_nav a:visited {
	display:block;
	
	float:left;
	font-weight:bold;
	
	color:#ffffff;
	text-decoration:none;
	background-image:url("../images/bg_header-nav.gif");
	background-repeat:repeat-x;
}
#header #header_nav a:link div.sep, #header #header_nav a:visited div.sep {
	display:block;
	cursor:pointer;
	height:21px;
	padding:7px 8px;
	
	background-image:url("../images/tab_separator.gif");
	background-repeat:no-repeat;
	background-position:right center;
}
#header #header_nav a:hover {
	color:#FFFF99;
}
/*******Body Content*/
#body_bg_wrapper {
	min-width:700px;
	background-image:url("../images/bg_body.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	padding:0 30px;
}
#body_wrapper {
	display:block;
	width:700px;
	text-align:left;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url("../images/bg_right-column.gif");
	background-repeat:repeat-y;
	background-position:top right;
	border-left:1px solid #cfc99a;
	border-right:1px solid #cfc99a;
}
#content_wrapper {
	display:block;
	width:480px;
	float:left;
}
#content_wrapper ul {
	list-style-image:url("../images/bullet.gif");
}
#content_wrapper ul ul {
	list-style-image:none;
	list-style-type:disc;
}
/*Volume Issue*/
#content_wrapper #volissue {
	display:block;
	overflow:hidden;
}
#content_wrapper #volissue #datetext {
	display:block;
	float:right;
	width:250px;
	
	height:23px;
	padding-left:20px;
	padding-top:6px;
	
	background-image:url("../images/bg_volume.gif");
	background-color:#e0dbc5;
	background-position:top left;
	background-repeat:no-repeat;
	
}
/*Story Content*/
#content_wrapper #story_wrapper {
	display:block;
	padding:0 25px;
}
#content_wrapper #story_wrapper .callout {
	display:block;
	margin:10px 10px;
	padding:15px;
	
	background-color:#e6e6e6;
}
#content_wrapper img.photo {
	display:block;
	padding:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	background-image:url("../images/bg_photostyle.jpg");
	background-repeat:repeat-x;
	background-position:bottom left;
}
#content_wrapper #archiveresults a:link, #content_wrapper #archiveresults a:visited {
	display:block;
	padding-bottom:0.5em;
}
#content_wrapper #archiveresults ul {
	list-style-image:url("../images/right_plus.gif");
	padding-left:2em;
	margin-left:0px;
}
#content_wrapper #archiveresults ul li{
	list-style-image:url("../images/right_plus.gif");
	
}
#content_wrapper #archiveresults ul li.archivelistopen {
	list-style-image:url("../images/right_minus.gif");
}
#content_wrapper #archiveresults ul ul {
	display:none;
	list-style-image:url("../images/bullet.gif");
}
 #content_wrapper #archiveresults li.archivelistopen ul {
 	display:block;
 }
 #content_wrapper #archiveresults ul ul li {
 	list-style-image:url("../images/bullet.gif");
 }
/*******Right Wrapper*/
#right_wrapper {
	display:block;
	width:219px;
	float:left;
	
	background-color:#cdc6a0;
	border-left:1px solid #cdc6a0;
}

#right_wrapper .searchTextBox
{
	width:133px; 
	border:1px solid #888;
	margin:10px 5px 5px 5px;
}

#right_wrapper .searchButton
{
	margin:0  0 5px 0;
}

#right_wrapper #search {
	display:block;
	padding:7px 10px;
	margin:0px;
}
#right_wrapper #search input {
	margin:0 3px;
	padding:3px;
}
#right_wrapper .rightbar{
	display:block;
	padding:0 0;
}
#right_wrapper .rightbar .rightbartitle {
	display:block;
	height:15px;
	padding:10px 0;
	background-image:url("../images/bg_right-button.gif");
	background-repeat:repeat-x;
}
#right_wrapper .rightbar .rightbartitle #rightquickpolltitle {
	display:block;
	padding:0 25px;
	background-image:url("../images/icon_callout.gif");
	background-repeat:no-repeat;
	background-position:5px 0;
}


#right_wrapper .rightbar .rightbartitle #rightissuetitle {
	display:block;
	padding:0 25px;
	
	background-image:url("../images/icon_callout.gif");
	background-repeat:no-repeat;
	background-position:5px 0;
}

#right_wrapper .rightbar .issueitem {
	display:block;
	padding:10px 10px;
	background-color:#FFFFFF;
	background-image:url("../images/right_hr.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#footer {
	background-image:url("../images/bg_footer.jpg");
	background-repeat:repeat-x;
	padding:15px;
	
	text-align:center;
}

