/* @override 
	http://localhost:9512/includes_css/style.css
	http://localhost:9512/site_resources/themes/usa_theme/css/style.css
	http://192.168.0.6:9512/site_resources/themes/usa_theme/css/style.css
*/

body {
	background: #dcdcdc url(../images/background.gif) repeat-y center;
}
a {
	color: #003f7e;
	text-decoration: none;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

a:active {
	
}


#container {
	width:  865px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 865px;
}

#logo {
	background-image: url(../images/header.jpg);
	height: 216px;
}

#navigation {
	height: 27px;
	background: #032a55 url(../images/nav_rightpadding.gif) no-repeat right;
}
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#navigation li a {
	height: 27px;
	display: block;
}

#navigation a:hover {
	background-position: 0 -27px;
	}

#navigation li.selected a {
		background-position: 0 -54px;

}

body#home li#nav_home a,
body#news li#nav_news a,
body#issues li#nav_issues a,
body#contribute li#nav_contribute a,
body#register li#nav_register a,
body#about li#nav_about a,
body#contact li#nav_contact a,
body#contact li#nav_events a
{
	background-position: 0 -54px;
}


#nav_home a {
	background-image: url(../images/nav_home.gif);
	width: 71px;
}

#nav_news a {
	background-image: url(../images/nav_news.gif);
	width: 65px;
}

#nav_issues a {
	background-image: url(../images/nav_issues.gif);
	width: 71px;
}

#nav_contribute a {
	background-image: url(../images/nav_contribute.gif);
	width: 100px;
}

#nav_register a {
	background-image: url(../images/nav_register.gif);
	width: 135px;
}

#nav_contact a {
	background-image: url(../images/nav_contact.gif);
	width: 82px;
}


#nav_about a {
	background-image: url(../images/nav_about.gif);
	width: 69px;
}

#nav_events a {
	background-image: url(../images/nav_events.gif);
	width: 73px;
}

#main_content {
	padding: 20px;
}


#footer {
	padding-left: 20px;
	font-size: 11px;
}
#audio_update_flash {
	position: relative;
	top: 45px;
	left: 70px;
	width: 457px;
	height: 20px;
}

.homepage_news_item {
	margin-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 1px;
	margin-bottom: 15px;
}
.homepage_news_item p.date {
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 10px;
}

.homepage_news_item h3 {
	font: 16px "Arial Black";
}

.article_info_box {
	background-color: #eee;
	padding: 5px 5px 5px 8px;
	border: 1px solid #ccc;
}

.article_info_box p {
	
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 12px;
}

.title_group {
	margin-bottom: 15px;
}

.list_item {

	border-bottom: 1px solid #eee;
	padding-top: 8px;
	padding-bottom: 8px;
}

.list_table td{
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}


.list_table h3 {
	font: 16px "Arial Black";
}
.pagination {
	margin-bottom: 15px;
	display: inline-block;
}
.pagination b {
	color: #fff;
	background-color: #999;
	padding: 3px 5px;
}
.pagination a {
	background-color: #eee;
	padding: 3px 5px;
	color: #000;
}
.pagination a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.sidebar_section {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 15px;
	padding-top: 12px;
}
.sidebar_section p, .sidebar_section li{
	font-size: 11px;
	line-height: 15px;
}
.sidebar_section h3 {
	font: 14px "Arial Black";
}
.sidebar_section table {
	margin-bottom: 2px;
}
.sidebar_section td {
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.sidebar_section td input {
	width: 100%;
	border: 1px solid #bfbfbf;
}

/* @group Form Elements */

div.fieldgroup {
	margin-bottom: 15px;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

label.fieldoptions {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	float: right;
}

label small {
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
}

label.divider {
	xborder-top: 1px solid #ccc;
	margin-top: 20px;
}

input[type="radio"] {
	margin: 0;
}
input[type="text"], input[type="password"], textarea {
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid #999;
}
select {
	padding: 0px;
	margin-bottom: 3px;
}

div.optional label a {
	color: #333;
	background: url(../images/disclosure_triangles.gif) no-repeat left top;
	padding-left: 13px;
}
/* @end */
