@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #000000 url(images/template_images/page_background.jpg) center top no-repeat;
color: white;
position: relative;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #cfe39b;
}

img{
border: 0;
}

h1{
font-size: 17px;
color: #a4cd39;
font-weight: normal;
}

h2{
font-size: 14px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 9px;
font-weight: normal;
}

p{

}

ul{

}

a{
color:#a4cd39;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 990px;
height: 680px;
margin: 0 auto;
background: transparent url(images/template_images/page_background.jpg) center top no-repeat;
position: relative;
}

#left_menu_container{
position: absolute;
top: 164px;
left: 5px;
width: 146px;
background: transparent;
}

#left_menu_top{
width: 146px;
height: 20px;
background: transparent url(images/template_images/left_menu_top.gif) top left no-repeat;
}

#left_menu_middle{
width: 146px;
position: relative;
background: transparent url(images/template_images/left_menu_repeat.gif) top left repeat-y;
text-align: right;
}

#left_menu{
list-style: none;
margin: 0;
padding: 0;
width: 146px;
text-align: right;
}

#left_menu .has_submenu{
display: block;
color: #6d6e71;
padding-top: 3px;
padding-bottom: 3px;
cursor: pointer;
_cursor: hand;
}

.has_submenu:hover{
background: transparent url(images/template_images/left_menu_active.gif) top left repeat-y;
color: #0b5792;
}

.has_submenu span{
display: block;
width: 116px;
padding-right: 20px;
padding-left: 10px;
}

#left_menu a{
display: block;
width: 146px;
text-decoration: none;
color: #5a5b5d;
padding-top: 3px;
padding-bottom: 3px;
}

#left_menu a:hover, #left_menu span:hover, .active_page{
background: transparent url(images/template_images/left_menu_active.gif) top left repeat-y;
color: #0b5792;
}

.submenu_active, .submenu_active:hover{
background: transparent url(images/template_images/left_menu_active_heading.gif) top left repeat-y;
color: white;
}

.submenu_active span, .submenu_active span:hover{
color: white;
}

#left_menu li a{
width: 116px;
padding-right: 20px;
padding-left: 10px;
}

#left_menu ul{
margin: 0;
padding: 0;
list-style: none;
background: transparent url(images/template_images/left_menu_submenu_background.gif) top left repeat-y;
}

#left_menu ul li{

}

#left_menu ul li a{
width: 116px;
padding-right: 20px;
padding-left: 10px;
color: #0b5792;
}

#left_menu_bottom{
width: 146px;
height: 20px;
background: transparent url(images/template_images/left_menu_bottom.gif) bottom left no-repeat;
}

#main_text{
width: 350px;
height: 450px;
position: absolute;
top: 186px;
left: 191px;
text-align: left;
overflow: auto;
}

#main_text h1, #main_text h2{
display: inline;
}

#main_text a{
color: white;
}

#main_text h5 a{
color: #cfe39b;
}

#picture_frame{
width: 369px;
height: 375px;
position: absolute;
top: 173px;
left: 587px;
}

#thumbnails{
width: 386px;
height: 74px;
position: absolute;
bottom: 28px;
right: 26px;
overflow: hidden;
}

#thumbnails img{
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

#thumbnails img:hover{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#footer{
width: 990px;
height: 87px;
margin: 0 auto;
position: relative;
}

#search_box{
margin: 0;
padding: 0;
width: 96px;
height: 16px;
line-height: 18px;
border: 0;
border-width: 0 0 0 0;
position: absolute;
top: 81px;
right: 35px;
}

#footer_links{
position: absolute;
right: 238px;
top: 29px;
width: 675px;
color: #a4cd39;
text-align: right;
font-size: 9px;
_
}

#footer_links a{
color: #a4cd39;
text-decoration: none;
}

#footer_links a:hover{
color: white;
}

#footer_contact{
position: absolute;
right: 238px;
top: 12px;
text-align: right;
font-size: 10px;
}

#footer_contact a{
color: white;
}

#search_powered{
width: 185px;
height: 58px;
text-align: right;
border: 1px solid white;
border-width: 0 0 0 1px;
position: absolute;
top: 14px;
right: 25px;
}

/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

.display_none{
display: none;
visibility: hidden;
}

/* styling for thumbnails */
.thumbnail{
padding: 13px 0px 13px 0px;
border: 0;
}

.active_thumbnail{
background: transparent url(images/template_images/active_thumbnail.gif) center bottom no-repeat;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("images/overlaybg.png" ) top left repeat;
}

/*********** Custom styling for the walden AJAX search results ***********/
.ajaxsearch_container{
position: absolute;
top: 99px;
right: 32px;
width: 400px;
height: 500px;
text-align: left;
border: 1px solid #0b548e;
z-index: 9999;
overflow: hidden;
}

.ajaxsearch_results_header{
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 30px;
background: #0b548e;
color: #FFFFFF;
}

.ajaxsearch_searchtext{
position:absolute;
top: 0px;
left: 20px;
height: 30px;
width: 245px;
line-height: 30px;
text-align: left;
}

.ajaxsearch_number_results{
position: absolute;
top: 0px;
right: 30px;
height: 30px;
text-align:right;
line-height: 30px;
}

.ajaxsearch_close_button{
position: absolute; 
top: 0px;
right: 5px;
width: 15px;
height: 30px;
background: transparent url(images/search_close_button.gif) center center no-repeat;
}

.ajaxsearch_results{
position:absolute;
top: 30px;
left: 0px;
width: 400px;
height: 448px;
overflow:auto;
background: #FFFFFF;
}

.ajaxsearch_result_element{
color: #000000;
padding: 6px 20px 6px 20px;
}

.ajaxsearch_result_title{
display: block;
color: #0b548e;
}

.ajaxsearch_result_title:visited{
color: #0b548e;
}

.ajaxsearch_container .odd{
background: #e7e7e7;
}

.busy{
background: #FFFFFF url(images/ajax-loader.gif) 95% 50% no-repeat;
}

.list td{
padding: 10px 0 10px 0;
}

.highlight{
border: 1px #000000;
background: #b9cceb;
font-size: 14px;
}

.highlight a{
font-weight: bold;
}

#intrasite_powered{
position: absolute;
top: 478px;
left: 0px;
border: 0;
}

/* contact form styles */

.contact_form_left_column{
text-align: right;
width: 55%;
}