@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: #c5daf0 url(images/template_images/page_bg.gif) top left repeat-x;
color: #00375A;
}

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

img{
border: 0;
}

h1{

}

h2{
font-size:15px;
}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

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

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

#container{
width: 820px;
margin: 0 auto;
background: transparent url(images/template_images/container-bg-repeat.jpg) top left repeat-y;
margin-bottom: 20px;
}

#container_header{
width: 820px;
background: transparent url(images/template_images/main-container-bg.jpg) top left no-repeat;
}

#container_footer{
width: 820px;
background: transparent url(images/template_images/container-footer.jpg) bottom left no-repeat;
}

#header{
width: 820px;
height: 239px;
clear: both;
position: relative;
}

#header_image{
position: absolute;
right: 59px;
bottom: 24px;
}

#left_column_container{
width: 220px;
height: 600px;
float: left;
position: relative;
}

#menu{
list-style: none;
text-align: right;
padding: 0;
margin: 0;
padding-top: 120px;
padding-right: 17px;
}

#menu li a:hover{
color: #d1a20e;
}

#right_column_container{
width: 586px;
float: right;
text-align: justify;
paddin-bottom: 15px;
}

#right_column{
width: 434px;
margin-left: 48px;
padding-top: 30px;
padding-bottom: 30px;
}

#right_column a{
color: #00375A;
}

#footer{
width: 820px;
height: 71px;
clear: both;
position: relative;
}

#quick_contact{
position: absolute;
bottom: 60px;
left: 271px;
text-align: left;
font-size: 10px;
}

#quick_contact a{
color: #00375A;
}

#website_badge{
position: absolute;
left: 40px;
top: 32px;
font-size: 9px;
}

#website_badge a{
color: #FFFFFF;
}

#footer_blurb{
position: absolute;
top: 32px;
left: 270px;
font-size: 10px;
}

#footer_contact{
position: absolute;
right: 153px;
top: 4px;
font-size: 12px;
font-weight: bold;
}

#footer_contact a{
color: #FFFFFF;
text-decoration: none;
}

#flash_box{
position: absolute;
right: 594px;
top: 32px;
}

.has_submenu, .no_submenu{
padding-top: 3px;
padding-bottom: 3px;
}

.has_submenu span, .no_submenu a{
text-decoration: none;
color: #00375A;
cursor: pointer;
_cursor: hand;
}

.has_submenu span:hover, .no_submenu a:hover{
color: #d1a20e;
}

.has_submenu ul{
padding: 0;
margin: 0;
list-style: none;
padding-left: 20px;
}

.has_submenu ul li{
padding-top: 3px;
padding-bottom: 3px;
}

.has_submenu ul li a{
text-decoration: none;
color: #4b6d93;
font-size: 10px;
}

.has_submenu ul li a:hover{
color: #d1a20e;
}

#search_box{
position: relative;
top: 8px;
left: 32px;
margin: 0;
padding: 0;
width: 120px;
font-size:12px;
text-align: right;
line-height: 14px;
border: none;
color: #00375A;
}

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


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

				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;
}

.smallText{
font-size: 11px;
}

/* 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;
}

.icebox{

}