/* Template CSS Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	background-color: #557DA0;
}

/* GENERAL CSS Styles */

a {
	color: #557DA0;
	text-decoration: underline;
}

a:visited {
	color: #557DA0;
	text-decoration: underline;
}

a:hover {
	color: #00486E;
	text-decoration: none;
}

a:active {
	color: #557DA0;
	text-decoration: underline;
}

h1, .heading1, h1 a, h1 a:active, h1 a:visited {
	font-family: Tahoma, Helvetica, San-serif;
	font-size: 1.5em;
	color: #00486E;
	font-weight: bold;
    line-height: 1.4em;
    margin: 5px 0;
	padding: 0;
	text-decoration: none;
}

.heading1 a {
	color: #00486E;
	text-decoration: none;
}

.heading1 a:hover {
	text-decoration: underline;
}

h2, .heading2, h2 a, h2 a:active, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #557DA0;
	font-weight: bold;
	text-decoration: none;
}

h3, .heading3, h3 a, h3 a:active, h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #00486E;
	font-weight: bold;
    line-height: 1.4em;
    margin: 5px 0;
	padding: 0;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

.subhead {
	font-weight: bold;
	color: #00486E;
}

#upperUtil {
	font-family: Tahoma, Helvetica, San-serif;
	font-size: 11px;
	margin: 10px auto 3px auto; 
	width: 960px; 
	color: #FFF;
        padding-left: 10px;
}

#upperUtil a {
	color: #FFF;
	text-decoration: none;
}

#upperUtil a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background: #5D83A5 url('/images/_template/shadow.gif') repeat-y;
}

#header {
	width: 1024px;
	height: 95px;
	margin: 0px auto;
}

#mainContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin: 0 auto;
    width: 960px;
	clear: both;
}

#mainContentLeftCol {
    width: 650px;
    float: left;
    margin: 5px 5px 10px 10px;
}

#mainContentRightCol {
    width: 280px;
    float: right;
    margin: 10px 7px 6px 6px;
}

#homeAnnouncements {
    border-right: 1px solid #9CA1A8;
    border-left: 1px solid #9CA1A8;
    width: 258px;
    padding: 5px 10px;
}

#homeDeadlines {
    border-right: 1px solid #9CA1A8;
    border-left: 1px solid #9CA1A8;
    width: 258px;
    padding: 5px 10px;
}

#mainContentBottom {
	clear:both;
	width: 650px;
	height: 200px;
	margin-top: 10px
}

#mainContentBottomBox1 {    
    width: 210px;
    height: 210px;
    display: block;
    float: left;
    border-top: 8px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
    
}

#mainContentBottomBox2 {
    width: 210px;
    height: 210px;
    display: block;
    float: left;
    border-top: 8px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
    margin-left: 10px;
}

#mainContentBottomBox3 {
    width: 210px;
    height: 210px;
    display: block;
    float:right;
    border-top: 8px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

#footer {
	width: 1024px;
	height: 26px;
	margin: 0px auto;
}

#outerFooter {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	font-family: Tahoma, Helvetica, San-serif;
    font-size: 1.1em;
	color: #FFF;
}

#outerFooter a {
	text-decoration: underline;
	color: #FFF;
}

#outerFooter a:visited {
	color: #FFF;
}

#outerFooter a:hover {
	text-decoration: none;
}

#outerFooterL {
	float: left;
	width: 350px;
	line-height: 1.4em;
}

#outerFooterR {
	float: right;
	width: 550px;
	text-align: right;
	line-height: 1.4em;
}


#nav_wrapper {
	background: #fbfbfb url('/images/_template/bg_nav.gif') repeat-x;
	height: 33px;
	width: 960px;
	margin: 0 auto;
}

#top_nav {
	width: 720px;
	float: left;
}

#search {
	width: 220px;
	height: 33px;
	float: right;
	padding: 0px 3px;
}

/* Scrolling/Gallery CSS */

#slideWrap {
	margin: 6px auto 0px auto;
	width: 945px;
	background-color: #000;
	overflow: hidden;
    border: 1px solid #BFBFBF;
	font-family: Tahoma, Helvetica, San-serif;
    font-size: 1.1em;
}

#home_img_wrapper { 
	width: 945px; 
	height: 165px;
	overflow: hidden;
	text-align: left;
	margin: 0;
	float: left;
	position: relative;
}

#home_img { 
	border-bottom: 0px solid #cccccc;
	position: relative;
	height: 140px; 
	width: 945px;
	overflow: hidden;
}

#output {
	position: absolute; 
	top: 4px; 
	left: 4px;
	height: 114px; 
	width: 410px;
	background-color: white;
	padding: 9px;
	/* these lines set the opacity of the text box */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

div.swapitem {
	width: 945px; height: 140px;
}

#nav_next { 
	font-family: Tahoma, Helvetica, San-serif;
	font-size: 11px;
	position: absolute; 
	bottom: 3px; 
	right: 8px;
	text-align: right;
}

#nav_prev { 
	font-family: Tahoma, Helvetica, San-serif;
	font-size: 11px;
	position: absolute; 
	bottom: 3px; 
	left: 8px;
	text-align: left;
}

#galleryNav {
	clear: both;
	background-color: #F3F3F5;
	padding: 8px; 
	height: 11px; 
    width: 950px;
	text-align: center;
}

#galleryNav a {
	 border: 1px solid #ccc; 
	 background: #C0C8CB; 
	 text-decoration: none; 
	 margin: auto 5px;
	 padding: 2px 3px;
	 color: #C0C8CB; 
	 font-size: .6em;  
 }

#galleryNav a.activeSlide { 
	background: #005288;
	color: #005288; 
}

#galleryNav a:focus {
	outline: none; 
}

.swapbox { 
    padding: 0;  
    margin:  0;  
}

.swapbox  img {  
    background-color: #eee;
} 

/*Section Content*/

#sectionContent {
	float: right;
	width: 718px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	border-top: 5px solid #D2D6D9;
}

/*Left Navigation CSS */

.navLeftColumn {
	width: 220px;
	min-height: 600px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #DFDFDF;
}

.navHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
    color: #FFF;
	line-height: 1.2em;
    background-color: #4D779D;
    padding: 10px 10px 5px 10px;
}

.navHead a, .navHead a:active, .navHead a:visited, .navHead a:hover  {
	display: block;
    color: #FFF;
	text-decoration: none;
}

.navBody {
    font-size: 1.1em;
}

.navBody a {
	color: #3F3F3F;
	display: block;
	text-decoration: none;
    padding: 5px 25px;
}

.navBody a:visited {
	text-decoration: none;
}

.navBody a:hover {
	color: #0A5A8B;
	background-color:#BDC9D7;
    text-decoration: none;
}

.navBody a:active {
	background-color: #5F5F5F;
	color: #FFF;
    text-decoration: none;
}

.navBody a.selected {
	font-weight: bold;
	color: #0A5A8B;
	background-color:#BDC9D7;
}

.navBody .navBody {
	margin-bottom: 2px;
	line-height: 1.2em;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	font-size: .8em;
	background-color: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.navBody .navBody a {
	color: #3F3F3F; 
    text-decoration: none;
}

.navBody .navBody a:visited {
	text-decoration: none;
}

.navBody .navBody a:hover {
	background-color: transparent;
	color: #089F00;
    text-decoration: underline;
}

.navBody .navBody a:active {
	color: #FFF;
    text-decoration: none;
}

.navBody .navBody a.selected {
	font-weight: bold;
	color: #3F3F3F;
	background-color:#EFEFEF;
}

#breadCrumbs {
    width: 720px;
    float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
    display: block;
    margin-top: 20px;
}

#breadCrumbs a, #breadCrumbs a:active, #breadCrumbs a:visited {
	color: #4D779D;
	text-decoration: none;
}

#breadCrumbs a:hover {
    color: #3F3F3F;
    text-decoration: underline;
}

/* SECTION CONTENT RIGHT NAVIGATION */
#sectionContentNav {
    float: right;
    width: 200px;
    border-left: 1px solid #D2D6D9;
    min-height: 600px;
    margin: 40px 10px 0 10px;
}
    
#sectionContentNav ul {
    list-style-type:square;
    margin: 0px 10px;
    padding: 0px 20px;
    text-align: left;
	font-size: .9em;
	color:#557DA0;
    line-height: 1.2em;
}

#sectionContentNav li {
    margin:0px;
    padding: 0 0 10px 0;
    text-align: left;
}

#sectionContentNav a {
    color: #557DA0;
    text-decoration: none;
}
    
#sectionContentNav a:hover {
    color: #3F3F3F;
    text-decoration: underline;
}

#sectionContentNav a.selected {
	font-weight: bold;
}
    
.readmore {
	font-size: .9em;
	text-align: right;
}

/* introduced on newsroom-twitter page */
.leftcol{
	width:49%;
	float:left
}
.rightcol{
	width:49%;
	float:left;
	margin-left:30px
}
#twitter_div {
    width: 280px
}
#twitter_title {
	text-align: left; 
	height: 25px; 
	font-family: Tahoma; 
	font-size: 12pt; 
	padding: 10px 12px 0pt; 
	font-weight: normal; 
	color: rgb(27, 57, 75); 
	background-image: url(/images/_template/homehd_bg.gif)
}
#twitter_update_list{
	margin: 0; 
	padding: 0
}
#twitter_update_list li{
	list-style: none; 
	margin: 4px 3px 10px; 
	padding: 4px; 
	height: auto; 
	border-bottom: 1px solid #ccd1d8
}

.legislator-lookup {
	margin: 5px 0;
	border: 1px solid #557DA0;
	padding: 0 5px 5px 5px;
}
