html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

/* outermost part: */
body {
	font-family:Palatino, Times, serif; /*Arial, Helvetica, sans-serif;*/
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background:url(../img/bg_grad.jpg) repeat-x;
    /*background-color:*/ /*#e8dfcb*/ /*#F0E8D0;*/ /*#297595;*/
	background-color:#193555;
	text-align:center;
	height:100%;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
} 

/* sits inside body; background color would override body's if used */
#screen {
 	min-height:76%;
  padding-bottom:201px;
  text-align: center;
  text-align: -moz-center;
  margin: 0 auto;
  width: 900px;
  
}

ul {
  padding-left:1em; /* used by browsers that work */
  padding-right:2em;
  margin-left:1em; /* used by IE */
  margin-right:3em;
}

li { 
  margin-top: .75em;
}

/* unused */
body.contentpane {
	background: #FFF url(../img/bodybg.jpg) top left repeat-x;
}

/* used? */
input.button, .validate  {
	color: #333;
	font-size: 10px;
	border: 1px solid #555;
}

.search input.button {
	text-align: right;
}

.inputbox {
	border: 1px solid #555;
	color: #333;
	padding: 2px;
}
.inputbox:hover {

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

/* behind banner and quotes; no background color */
#divwrapper {
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	width: 900px;
	margin: 0;
	padding: 0; 
}

/* inside divwrapper (above) */
/* this is what contains the quotes and banner (but not the top links) */
#topbar {
	position:relative;
	float:left;
	width:900px;
	height:250px;//135px;
	background: url(../img/top_bar_bg.png) no-repeat; // __ fill in this image
}
/* can squish quotes */
#logo {
	position:relative;
	float:center;
	width:900px;//768px;
	padding:30px 0px 0px 0px; // was: 26 0 0 28  top right bottom left
}
#logo img {
	margin-top: 80px;
}
td.quote {
  font-family:Georgia, Times, serif;
    background-color: #EADDBD;
	color:#202e47;
	padding:15px;
	border-top: 7px solid #193555;
}

td.quote:first-letter
{
font-size: 130%;
letter-spacing: 1px;
}


/* above nav bar: */
#date_menu {
	position:relative;
	float:left;
	width:276px;
	margin-top:0px; /* removed margin-top:36px */
	margin-left:26px;
	color:#fff;
}
#date {
	font-size:12px;
	padding-left: 10px;
	display: none;
}
#connect {
	position:relative;
	float:left;
	display:block;
	margin-right:10px;
}
#facebook, #twitter {
	position:relative;
	float:left;
	display:block;
	margin-right:10px;
	height:23px;
	outline:none;
}
#facebook {
	width:83px;
	background:url('../img/facebook_both.jpg')  no-repeat scroll 0px 0px;
}
#facebook:hover {
	width:83px;
	background:url('../img/facebook_both.jpg')  no-repeat scroll -83px 0px;
}

#twitter {
	width:77px;
	background:url('../img/twitter_both.jpg')  no-repeat scroll 0px 0px;
}
#twitter:hover {
	width:77px;
	background:url('../img/twitter_both.jpg')  no-repeat scroll -77px 0px;
}
#pillmenu {
	position:relative;
	float: left;
	margin: 0;
	margin-left:15px;
}
#pillmenu span {
	display:block;
	padding:0;
	margin:0;
}

#pillmenu ul {
	position:relative;
	float: left;
	display:block;
	margin: 14px 0px 0px 0px;
	list-style: none;
	
}
#pillmenu li {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font:#000;
}
.menu-nav li {
	border-right:1px solid #fff;
	font-size: 12px;
	font:#000;
}

.menu-nav li a {
	border-right:1px solid #fff;
	font-size: 12px;
	font:#000;
}

#pillmenu li a {
	position:relative;
	float: left;
	font-size: 12px;
	margin:-2px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	color: #e2e2e2;
	text-decoration: none;
	font-weight: normal;
	outline:none;
	color:#000;
	height:14px;
}
#pillmenu li a#active_menu-nav {
	color: #f4f4f4;
}
#imagemenu{
	position:relative;
	float: left;
	padding:0;
	margin:0;
}
#imagemenu li{
	position:relative;
	float: left;
	margin-top:-4px;
	height:23px;
	padding:0;
}
// top nav bar:
#navbar {
	position:relative;
	float:left;
	left:5%;
	margin:2px 0px 0px 0px;
	color:#fff;
	font-size:9px;
	width:715px;
}
#searchform {
	position:relative;
	float:left;
	width:182px;/*182px;*/
	margin:3px 0;
}

/* searchform1 is for the Search page */
#searchform1 {
	position:relative;
	float:left;
	width:364px;/*182px;*/
	height:40px;
	margin-top:28px;
}

.search_fields{
	/*background-image:url(../img/search_bg.png);
	background-repeat:no-repeat;
	background-position:left;*/
	float:left;
	height:24px;/*24px;*/
	width:182px;/*222px;*/
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* the actual white square you type in: */
#searchform .inputbox_fields {
	float:left;
  height:17px;
  width: 105px; /* Adjust if adding new menu items */
  padding: 3px 0 0 3px;
  letter-spacing: 0px;
  background-color: #F0F0EE;
  margin-left: 45px; /* Adjust if adding new menu items */

}

/* contains just the button: */
#searchform .button_fields {
	float:left;
	margin-left:0px;
	margin-top:4px;
	margin-right: 0;
}

#searchform1 .button_fields {
	float:left;
	margin:0px;
}

/* affects each input element: */
#searchform input {
	display:inline;
}
#mod_search_searchword{
	width:140px;
	float:left;
	border:0px;
	padding: 0px 0px 0px 0px;
	margin:4px 0px 0px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid red;*/
}

#search_input {
	width:420px;
	float:left;
	border:0px;
	padding: 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	/*border:1px solid red;*/
}

.search_fields1{
	float:left;
	height:20px;/*24px;*/
	width:600px;/*182px;*/
	background-color:#c8bfab;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 10px;
}

span.searchterm {
	font-size:18px;
	font-style:bold;
}

#searchweb{
	position:relative;
	float:left;
	width:70px;
	margin-top:12px;
	margin-left:5px;
	padding-top:3px;
}
#searchweb a{
	color:#087aae;
	text-decoration:none;
	font-size:11px;
}
#searchweb a:hover{
	color:#087aae;
}

#topbar h4 a{
display:inline;
color:#FFFFFF;
text-decoration:none;

}
#topbar h4 a:hover{
color:#FFFFFF;
text-decoration:none;
}
#bgsupport {
padding:0px;
margin:0px;
background:url(../img/bg_support.jpg) no-repeat  center top;
}
#bg_footer {
   	background:url(../img/footer_slice.jpg) repeat-x;
	height:161px;
	width:100%;
	clear: both;
}

#page {
	position: relative;
	width:900px;
	vertical-align: top;
	height:auto;
}

#page_bg {
	padding: 0;
	background: #FFF url(../img/bodybg.jpg) top left repeat-x;
}

div.center {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	float:left;
}

#wrapper {
	position:relative;
	float:left;
	width: 880px;
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
}
#page_1 #wrapper {
	 display:none;
}

#top {
	width: 900px;
	height: 43px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/top.jpg) top center no-repeat;
}

#header {
	height: 55px;
	background-image:none;
	margin: 0 auto;
	width: 900px;
}
#main_content {
	margin: 0 auto;
	width: 900px;
	border:1px solid yellow;
	clear:both;
	
	}
	
#mainarea{
	position:relative;
	float:left;
	width: 880px;
	background-color:#FFFFFF;
	height:240px;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	
	
}
#flasharea{
	position:relative;
	float:left;
	background-color:#E3E3E3;
	width: 660px;
	height:240px;
	margin-right:10px;
}
#yoo-carousel-1 {
	margin-top:-10px;
}
#featuredarea{
	float:left;
	background-color:#555555;
	width: 221px;
	height:240px;
	color:#FFFFFF;
	margin-right:10px;
}
#featuredarea ul{
	list-style:none;
}
#featuredarea li{
	width:221px;
	float:left;
}

#featuredarea li a{
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	display:block;
	line-height:43px;
}
#featuredarea  a:hover{
	color:#F7941D;
	background-image:url(../img/featured_hover.jpg);
	background-repeat:no-repeat;
}
#featuredarea a:active{
	background-image:url(../img/featured_hover.jpg);
	background-repeat:no-repeat;
}

/* contains sidebar and main text: */
#mediarea{
position:relative;
float:left;
width: 880px;
background-color:#f9f7ee;/*#FFFFFF;*//*#f2efdd #fefcfa;*/
padding:10px 10px 10px 10px;
}

#mediacen_area{
  position:relative;
  line-height: 125%;
	float:left;
	width:600px;
	padding:30px 30px 30px 38px;
	font-family:Palatino, Times, serif;
	font-size:125%;
	color:#2a2a2a;
	text-align:left;
}
#mediacen_area p {
	margin-bottom: 18px;
}
#mediacen_area h1{ 
font-family:Palatino, Times, serif;
font-size:18px;
color:#545454;
text-align:left;
font-weight:bold;
padding-bottom:3px;
margin:0px;

#maintext {

}

#maintext h1 {
	color: #0FF;
}

}
#YOOscroller {
	position:relative;
	float:left;
	width:620px;
	margin-top:10px;
}
#recent-videos {
margin-top: 0px;
}
#action{
float:left;
background-image:url(../img/action_bg.jpg);
background-repeat:no-repeat;
width:200px;
height:150px;	
}

#action h1{
font:Arial;
font-size:14px;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5px;	
margin:0px;
padding-bottom:3px;
}
#action h3{
font:Arial;
font-size:12pt;
font-weight:bold;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5px;	
margin:0PX;
}
#action h3 a{
color:#ffffff;
text-decoration:none;	
font-size:12pt;
}
#action h3 a:hover{
color:#087aae;
text-decoration:none;	
}
#action h2{
font:Arial;
font-size:12pt;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:10px;
margin-top:57px;
}

#america{
float:left;
background-image:url(../img/save_america.jpg);
background-repeat:no-repeat;
width:200px;
_width:197px;
height:150px;
margin:0px 0px 0px 7px;
_margin:0px 0px 0px 7px;
}

#america h1{
font:Arial;
font-size:13pt;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5PX;	
margin:0PX;
padding-bottom:3px;
}
#america h3{
font:Arial;
font-size:12pt;
font-weight:bold;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5PX;	
margin:0PX;
}
#america h3 a{
color:#ffffff;
text-decoration:none;	
font-size:12pt;
}
#america h3 a:hover{
color:#087aae;
text-decoration:none;	
}
#america h2{
font:Arial;
font-size:12pt;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:10px;
margin-top:57px;
}
#training{
float:left;
background-image:url(../img/training_bg.jpg);
background-repeat:no-repeat;
width:200px;
_width:197px;
height:150px;
margin-left:7px;
}

#training h1{
font:Arial;
font-size:13pt;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5px;	
margin:0;
padding-bottom:3px;
}
#training h3{
font:Arial;
font-size:12pt;
font-weight:bold;
text-align:left;
color:#ffffff;
padding-left:5px;
padding-top:5px;	
margin:0px;
}
#training h3 a{
color:#ffffff;
text-decoration:none;	
font-size:12pt;
}
#training h3 a:hover{
color:#087aae;
text-decoration:none;	
}
#training h2{
font:Arial;
font-size:12pt;
font-weight:normal;
text-align:left;
color:#ffffff;
padding-left:10px;
margin-top:57px;
}
#scroll{
float:left;
width:272px;
_width:275px;
background-color:#626464;
height:240px;
margin-top:10px;
_margin-left:20px;
margin-left:11px;
/*border:1px solid red;*/
}
.scrollcontent{
float:left;
width:260px;
margin-top:5px;
margin-left:6px;
_margin-left:4px;
background-color:#414242;
height:73px;
/*border:1px solid white;*/

}
.scrollcontent img{
float:left;
margin-left:15px;
margin-top:10px;
}
.scrollcontent h1{
font:Arial;
font-size:12pt;
font-weight:normal;
text-align:right;
color:#F7941D;
padding-left:25px;
/*border:1px solid red;*/
width:180px;	
}
.sc{
width:185px;
float:left;
margin-left:8px;
text-decoration:none;
}
.sc h1{
font:Arial;
font-size:11pt;
text-align:left;
font-weight:normal;
color:#F7941D;
padding-left:0px;
margin:0px;
padding-top:5px;
}
.sc h2{
font:Arial;
font-size:8pt;
font-weight:normal;
text-align:left;
color:#ffffff;
margin:0px;
padding:0px;
}
.sc h2 a{
color:#087aae;
text-decoration:none;
padding-left:7px;
}
.sc h2 a:hover{
color:#087aae;
qtext-decoration:none;

}
.scrollcontent2{
float:left;
width:260px;
margin-top:10px;
margin-left:0px;
background-color:#414242;
height:73px;

}
.scrollcontent2 img{
float:left;
margin-left:15px;
margin-top:10px;
}
.scrollcontent2 h1{
font:Arial;
font-size:12pt;
font-weight:normal;
text-align:right;
color:#F7941D;
padding-left:15px;
/*border:1px solid red;*/
width:180px;	
}
.sc2{
width:185px;
float:left;
margin-left:8px;
}
.sc2 h1{
font:Arial;
font-size:11pt;
text-align:left;
font-weight:normal;
color:#F7941D;
padding-left:0px;
margin:0px;
padding-top:5px;
}
.sc h2{
font:Arial;
font-size:8pt;
font-weight:normal;
text-align:left;
color:#ffffff;
margin:0px;
padding:0px;

}
.sc2 h2 a{
color:#087aae;
text-decoration:none;
padding-left:7px;
}
.sc2 h2 a:hover{
color:#087aae;
text-decoration:none;
}
#arrow{
float:left;
height:240px;
width:30px;
margin-top:10px;
background-image:url(../img/arrow_bg.jpg);
background-repeat:repeat-y;	
}
#arrowup{
margin:0 auto;
height:17px;
width:17px;
}
#arrowup img{
margin-top:5px;
height:17px;
width:17px;
}
#arrowdown{
margin:0 auto;
height:17px;
width:17px;
}
#arrowdown img{
margin-top:185px;
height:17px;
width:17px;
}

/* Sidebar start*/

#sidebar{
position:relative;
float:left;	
width:193px;
background:url('../img/sidebar_bg.jpg') no-repeat #f2efdd; 
//padding-top: 14px;
}

#sidebar a {
	color:#202e47; /*#087aae;*/
}
#sidebar p {
	font-size:18px;
	padding-left:10px;
}
#sidebar a:hover {
	color:#405c8e /*#404041;*/
}


/* Left sidebar menu */

#sidebar_left {
	width:178px;	
	margin: 0;
	padding: 0;	
	margin-left: 7px;
	margin-top: 75px;
}
#sidebar_left p{
	text-align: center;
	display: block;
	background-image: url('../img/transparent.png');
	background-repeat: repeat-y;
	color: #193555;
	font-size: 13.5pt;
	font-weight: bold;
	font-family: Palatino, Times, serif;
	margin: 0 0 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #333333 #333333 #FFFFFF;
	vertical-align:text-middle;	
}
#sidebar_left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
.first-left {	
	border-top: 1px solid #333333;
}
#sidebar_left li {
	list-style-type: none;
	margin: 0;
	border-left: 1px solid #333333;
}
#sidebar_left li a {
	margin: 0;
	padding: 8px 1px 8px 8px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #DCCAA4 #FFFFFF #FFFFFF #DCCAA4;
	background-image: url("../img/transparent_bg.png");
	background-color: #F9F7EE;
	text-decoration:none;
	font-size:10pt;	


}
#sidebar_left li a:hover {
	background-image: none;
	background-color: #B51301;
	color: #F9F7EE;
}
#sb-button {
	background-repeat: repeat-y;
	background-color: #295575;
	margin: 20px auto 0;
	display: block;
	width: 80px;
	text-align: center;
}
#sb-button a {
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 4px 0;
	text-decoration: none;
}
#sb-button a:hover {
	color: #000;
	background-color: #F2EFDC;
}
/* Sidebar end */

#content {
	width: 100%;
	margin-top:30px;
}
#pagearea{
float:left;
width:646px;
}

#pagearea h1{	
float:left;
font-size:14px;
color:#555555;
text-align:left;
padding:0px;
margin-top:-20px;
}
#pagearea h2{	
font-size:12px;
color:#EB3EA5;
text-align:left;
font-weight:normal;
	
}
#pagearea h3{	
font-size:12px;
color:#231F20;
text-align:left;
font-weight:normal;
}
#pagearea h4{	
background-color:#E7E7E8;	
font-size:14px;
color:#225A79;
text-align:left;
font-weight:bold;	
}
#album{
width:640px;
float:left;

}
#album img{
margin-left:160px;
margin-top:25px;
float:left;	
}

#albumdetail{
margin-top:50px;
float:left;
margin-left:12px;
width:335px;
}			
#albumdetail h1{

font-size:14px;
color:#0076A3;
text-align:left;
padding:0px;
margin:0px;
font-weight:bold;
background:none;
}
#albumdetail h2{

font-size:12px;
color:#000000;
text-align:left;
font-weight:normal;
padding:0px;
margin:0px;
background:none;

}
#albumdetail h2 a{
font-size:14px;
color:#087aae;
text-decoration:none;
background:none;
}
#albumdetail h2 a:hover{
font-size:14px;
color:#087aae;
text-decoration:none;	
}
#boxesmain{
	width:230px;
	float:left;
	
}
#greybox{
float:left;	
background-color:#E7E7E8;
width:220px;
padding:5px 5px 5px 5px;
height:80px;
}
#orangebox{
width:220px;
padding:5px 5px 5px 5px;
margin-top:10px;
float:left;	
background-color:#F8941D;	
height:80px;
}
#bluebox{
width:220px;
padding:5px 5px 5px 5px;
float:left;
margin-top:10px;	
background-color:#0F475E;	
color:#EB3EA5;
height:80px;
}


#borders {
background: url(../img/borders.gif) top center repeat-y;
width: 900px;
margin: 0 auto;
}

#content_bg {
	background: #FFF url(../img/content.jpg) top left repeat-x;
	width: 900px;
	margin: 0 auto;
}

#inner_shadows {
	background: url(../img/inner_shadows.jpg) top center no-repeat;
}


#content_bottom {
	width: 900px;
	height: 14px;
	background: url(../img/content_bottom.jpg) top center no-repeat;
}

#leftcolumn {
	margin: 0;
	width: 180px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}
#rightcolumn {
	float:left;
	width:221px;
	margin-left:10px;
	padding: 0;
}
div#maincolumn {
	float: left;
	width: 716px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

/* Background banner in header */

#banner_bg {
  background:url('../img/wethepeople.jpg') no-repeat #193555; 
  height: 210px; 
  width: 579px; 
  margin: 0 0px 0 1px;
  padding: 0; 
  text-align: center;
}
#banner_bg img {
 margin-top: 105px
}
#stylebar {
  background: url('../img/bar.jpg') repeat #193555; 
  width: 900px; 
  height: 15px; 
  margin: 3px 0;
}
/* Paid for by*/
#disclaimer {
	border: 1px solid #FFF7C6;
	width: 300px;
	font-family: arial;
	color: #FFFCD7;
	display:block;
	padding: 8px;
	margin: 80px 0 30px;
}

#footer {
width:100%;
background-color:#003246;
clear:both;
}
#footer_bg{	
width:100%;
clear:both;
font-size:11px;
color:#FFFFFF;
text-align:center;
position:relative;
}

#footer_nav{
font-size:11px;
color:#D6CEA7;
text-align:center;
}
#footer_nav a{
display:inline;
color:#FFF7C6;
text-decoration:none;
}
#footer_nav a:hover{
display:inline;
color:#ffffff;
text-decoration:none;
}

#copyright{
width:900px;
font-size:11px;
font-weight:normal;
text-align:center;
color:#FFFFFF;
clear:both;
background-color:#003246;
}
#copyright a{
color:#FFFFFF;
text-decoration:none;
padding-left:5px
}
#copyright a:hover{
color:#FFFFFF;
text-decoration:none;
}
/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 0px;
	background-color:#FFFFFF;
}
table.blog {
	
}
h1 {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #f00;/*#333;*/
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #333;
	text-align: left;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #555;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #555;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #555;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #555;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

a.readon:hover {
	color: #333;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: none;
	background-color:#FFFFFF;
}

.article_column {
width:100%;
}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
	position:absolute;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	/*margin: 2px 8px;*/
	margin: 0px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {
	
}

div.module_menu div div, div.module div div {
	margin-bottom: 14px;
	padding: 0;
	background: url(../img/left_body.gif) bottom center no-repeat;
}

div.module_menu div div div, div.module div div div{
	padding: 0;
	width: auto;
	margin: 0;
	background: url(../img/left_top.gif) top center no-repeat;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
}

div.module div div div form {
	padding: 0;
	width: 164px;
	margin: 0 auto;
}

div.module div div div form ul {
	margin: 0;
	padding: 0 0 10px 40px;
}

div.module_menu ul {
	list-style: none;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(../img/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	color: #535353;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 30px;
	width: 174px;
	text-decoration: none;
	padding: 0 0 0 6px;
	background: url(../img/h3.gif) top center no-repeat;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 164px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	background: url(../img/menu_row.gif) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #333;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	background: url(../img/menu_row.gif) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 6px;
	font-size: 12px;
	background: url(../img/submenu_row.gif) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 12px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
	border: none;
	color: #333;
	background: url(../img/submenu_row.gif) center left no-repeat;
	height: 18px;
	line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #333;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 4px 7px 9px 7px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #555;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 12px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 12px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../img/MS_3.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #555;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	

.module-scroller {
	position: relative;
	border:1px solid red;
}

.module-scroller h3 {
	margin: 10px 0 0 10px;
	top: 0;
	position: absolute;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	border:1px solid red;
	color:#FF0000;
	background-color:#FF0000;
}

.module-scroller h3 span {
	color: red;
	border:1px solid red;
	color:#FF0000;
	background-color:#FF0000;
}
#spaceholder {
	height:50px;
}

#yoo-scroller-1 {
	padding:5px 5px 5px 5px;
}
#yoo-scroller-1 img {
	padding:5px 5px 5px 5px;
}
#yoo-scroller-1 p{
	padding:0;
	margin:0;
}

#yoo-scroller-1 a {
	cursor:pointer; 

}

#quotes p { 
	font-size: 125%;
	line-height: 125%;
	padding:5px 10px 5px 10px;
}

#quotes h3 { 
	font-family:Palatino, Times, serif;
	font-size: 150%;
	padding:25px 10px 5px 10px;
}

td.over15_hilight {
	background: #FFC;
}
td.republican_hilight {
	background: #FDD;
}
td.democrat_hilight {
	background: #DEF;
}
td.reelection_hilight {
	background: #D19BFA;
}
td.retiring_hilight {
	background: #F7C694;
}
td.change_hilight {
	background: #CCFFD1;
}

/* Video display box */
#vid-box {
	margin: 40px 0; 
	padding: 30px 0; 
	text-align: center; 
	background-color: #000;
}
#vid-box h2 {
	color: #efefef; 
	text-align: center;
}
