html{
height:100.1%;
overflow-y:scroll;
overflow: -moz-scrollbars-vertical;
} 

body {
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #c4c0b8;
}

h1 {
	letter-spacing: 2px;
	color: #025aa2;
}

a {
    text-decoration: none;
    color: #B83333;
}

a:hover {
    text-decoration: underline;
}

#top {
	height: 2em;
	background-color: #025aa2;
	/* border-bottom: 1px solid #479cc4; */
	padding-left: 15%;
	padding-right: 15%;
	text-align: right;
	color: #fff;
	padding-top: 0.5em;
	font-size: 10px;
}

#logo {
	height: 100px;
	background-color: #3e92ba;
	background-image: url(images/top_grad.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #025aa2;
}

#logo ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 1em;
    letter-spacing: 2px;
    text-transform: lowercase;
}

#logo li {
    display: inline;
}

#logo a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	padding: 5px;
}

#logo a:hover {
    color: #1a6b91;
}


#top_wrap {
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}

#top_img {
	float:left;
	margin-left: 40px;
	margin-right: -168px;
}

#bottom_wrap {
	border-top: 1px solid #c5c4c1;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #f6f4f0;
	padding-left: 15%;
	//padding-right: 10%;
}

/* Use main_left & main_right for indexhtml */


#main_left {
    float: left;
    width: 400px;
    padding-right: 1em;
    line-height: 150%;
    text-align: left;
    margin-left: 1em;
}

#main_right {
    margin-top: 1em;
    margin-bottom: 0.5em;
    float: left;
    width: 300px;
   	background-color: #c7e4a2;
    border: 1px solid #c5c4c1;
}

/* We Include Button */

#we_button {
	text-align: center;
}

#we_button a {
	border: 0px;
}

#we {
	text-align: center;
	color: #f57f25;
	font-weight: bold;
}




/* We Include Main */

#we_nav_btn {
	border: 0px;
	vertical-align: middle;
}

#we_head {
	margin: 1em auto 1em auto;
	background-color: #c7e4a2;
	width: 800px;
	border: 2px solid #83c132;
	background-image: url(images/we_button_head.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#content_box1 {
	margin: 1em;
}

#top_10_teaser {
	float: right;
	background-color: #def3c5;
	border: 1px solid #c2d9a7;
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: left;
	width: 210px;
	height: 30px;
	padding-left: 35px;
	line-height: 15px;
	background-image: url(images/glass.jpg);
	background-repeat: no-repeat;
	background-position: 1%;
	font-size: 10px;
}

.we_h2 {
	margin-top: 1em;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #663398;
}

#links_box h3 {
	margin-top: 1em;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #663398;
}

#we_list1 {
	color: #f57f25;
}

#we_list1 li {
	margin-top: 5px;
}

#we_nav {
	margin-top: 95px;
	width: 820px;
	width: 100%;
	height: 40px;
	background-image: url(images/we_nav1.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#we_nav_list {
	white-space: nowrap;
}

#we_nav_list li {
	display: inline;
	list-style-type: none;
}

#we_nav_list a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-image: none;
	float: left;
	width: auto;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#we_nav_list a:hover {
	text-decoration: none;
	background-image: url(images/we_nav2.jpg);
	background-repeat: repeat-x;
}


.fade_box {
	display: none; 
	padding: 5px; 
	background-color: rgb(102,51,152); 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90; 
	-khtml-opacity: 0.90; 
	position: absolute; 
	width: 50%; 
	left: 25%; 
	top: 135px; 
	text-align: left; 
	color: #FFFFFF; 
	border: 2px solid #3b1e57;
	z-index: 1;
}

#printer {
	float: right;
	font-weight: bold;
}

#printer a {
	color: #000;
}

#top10_list {
	font-size: 14px;
	list-style-type:decimal;
}

#top10_list li {
	margin-top: 5px;
}

.fade_box h3 {
	color: #fed79c;
	text-align: center;
}


#hiring_box {
	margin-top: 1em;
	display: none;
}

#hiring_box h3 {
	color: #663398;
}

#video_box {
	margin-top: 1em;
	display: none;
}

#links_box {
	margin-top: 1em;
	display: none;
}


#logos {
	margin-top: 1em;
}

#logos img {
	border: 0px;
	margin-right: 0px;
}


#video_table {
	margin-left: auto;
	margin-right: auto;
}

#video_table td {
	text-align: center;
}


/* WE contact form */

#contact_form {
	
}

#contact_form td {
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	font-size: 14px;
}

.txt_form {
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #a1a1a1;
	width: 300px;
}

.ta_form {
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #a1a1a1;
	width: 300px;
	height: 100px;
}

.submit_form {
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #a1a1a1;
	width: 150px;
}

/* First lady pic */

#first_lady_pic {
	float: right;
	margin-top: 1em;
}

#first_lady_pic_img {
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  235px; 
    height: 300px; 
    top:  0; 
    left: 0 
}	

#nav_box {
	margin-left: 10em;
	margin-top: 2em;
}

#nav_box img {
	border: 0px;
}

#nav_box td {
	text-align: center;
}




/* Img Cycle */

.pics {  
    height:  232px;  
    width:   182px;  
    padding: 0;  
    margin:  0;  
    display: none;
    z-index: 0;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 150px; 
    top:  0; 
    left: 0 
} 

#slideshow99 {
	float: right;
	margin-right: 4em;
	margin-top: 1em;
}







#budget_alert {
	font-weight: bold;
	font-size: 125%;
	color: #9E1E1E;
}

#main_right p {
	text-align: left;
	line-height: 150%;
}


#footer {
	border-top: 1px solid #c5c4c1;
	font-size: 75%;
	letter-spacing: 2px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 15%;
	padding-right: 15%;
	text-align: left;
	color: #58544a;
}



/* Text Size Box */

#text_size {
	background-color: #fff;
	border: 1px solid #c5c4c1;
	padding: 0.5em;
	margin: 1em 0em 0em 1em;
	width: 125px;
	text-align: center;
	float: right;
}

#text_size a {
	font-weight: bold;
	cursor: pointer;
}


/* About Us */

#aboutText {
	text-align: left;
}

#aboutText p {
	line-height: 150%;
}

#aboutText li {
	margin-bottom: 0.5em;
}

#aboutText h2 {
	color: #000;
}

#nav_about {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
	letter-spacing: 2px;
	text-align: center;	
	border-bottom: 1px solid #c5c4c1;
}

#nav_about li {
	display: inline;
	list-style: none;
}

#nav_about a {
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	color: #000;
	font-weight: bold;
}

#nav_about a:hover {
	color: #B83333;	
}

.cur {
	color: #B83333 !IMPORTANT;
}

.cur a {
	color: #B83333 !IMPORTANT;
}






/* Locations */



#loc_left {
	float: left;
	width: 250px;
	border-right: 1px solid #c5c4c1;
	text-align: left;
}

#loc_right {
	float: left;
	width: 400px;
	margin-left: 1em;
	padding-top: 0em;
	text-align: left;
	font-size: 110%;
}


.loc_box {
	display: none;	
}


.loc_address_tbl td {
	vertical-align: top;
	padding: 0.5em 1em 0.5em 0;
}





/* Members Only */

#members_text {
	text-align: left;
}

#members_text td {
	padding-top: 5px;
}

#membersLogin {
	margin: 1em auto 1em auto;
	width: 275px;
	border: 1px solid #c5c4c1;
	padding: 1em 2em 2em 2em;
	text-align: center;	
}

#membersLogin table {
	text-align: left;
}

#membersLogin td {
	padding: 1em;
}

#packets_left {
	float: left;
	width: 30%;
}

#packets_right {
	float: left;
	width: 60%;
	margin-left: 1em;
}


/* Contact Information */

#contact_text {
	text-align: left;
	width: 75%;
	padding: 0em 1em 1em 1em;
	text-align: center;
	border: 1px solid #c5c4c1;
	margin: 2em auto 2em auto;
}

#contact_text table {
	margin-left: auto;
	margin-right: auto;
}

#contact_text td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 2em;
	text-align: left;
}

.ct_name {
	font-weight: bold;
}




/* News & Events */

#new_day {
	width: 75%;
	padding: 1em;
	text-align: center;
	border: 1px solid #c5c4c1;
	margin: 1em auto 2em auto;
}

#new_day p {
	text-align: left;
}




/* Newsletter */
#newsletter_text {
	text-align: left;
}



/* Job Opportunities */

#job_ops li {
	margin-bottom: 10px;
}




/* Legislation */

#legislation_text {
	text-align: left;
}

#legislation_text li {
	margin-top: 0.5em;
}

#legislation_instructions {
	margin: 1em auto 2em auto;
	width: 75%;
	padding: 1em;
	border: 1px solid #c5c4c1;
}

#cmte_left {
	float:left;
	padding-right: 1em;
	border-right: 1px solid #c5c4c1;
	margin-left: 5%;
	margin-top: 1em;
}

#cmte_right {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
}


/* What's New */

#we_button_new {
	margin: 1em 0 1em 0;
	width: 300px;
	border: 1px solid #80be2c;
	background-color: #c6e3a0;
}

/* News */

#news_box {
	display: none;
}

.news {
	width: 50%;
	margin: 2em auto 2em auto;
	padding: 1em;
}

.news p {
	text-align: justify;
}

.news h3 {
	color: #56A55C;
	font-size: 125%;
	margin-top: 0;
}
