﻿/***** BASIC ELEMENT STYLES *****/
p, ul
{
    font-size: 12px;
}

a
{
    color: #265174;
    outline: none;
    text-decoration:none;
}

a:hover
{
    background-color: #265174;
    color: #FFFFFF;
    text-decoration: none;  
}

a:visited
{
    color: #265174;
}

a:visited:hover
{
    background-color: #265174;
    color: #FFFFFF;
    text-decoration: none;
}

h1,h2,h3,h4,h5
{
    margin: 0;
    padding: 0;
}

h1
{
    border-bottom: solid 1px #265174;
    color: #265174;
    font-size: 17px;
    padding: 16px 0px 8px;
    margin: 0 8px 0 0;
}
h2
{
    border:0;
    display:inline-block;
    color: #265174;
    font-size: 17px;
    padding: 16px 0px 8px;
    margin: 0 8px 0 0;
}

h3
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

h4
{
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}

h5
{
    display: inline;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}

/***** MASTER PAGE STYLES *****/
html,body
{
	margin: 0;
	width: 100%;
}

html
{
	height:100%;
	font-family: Helvetica, Verdana, Arial, Sans-serif;
}

body
{
    background: #FFFFFF url('Images/bg_texture.png') repeat 0 0 scroll;
	height: 560px;
	margin-top: -260px;
	min-width: 950px;
	position: absolute;
	top: 50%;
}

#background_bottom_shadow
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url('Images/bg_bot_shadow.png');
	position: absolute;
	height: 6px;
	left: 50%;
	margin: 0 0 0 -469px;
	top: 520px;
	width: 950px;
	z-index: -102;
}


#background_right_shadow
{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image:url('Images/bg_rt_shadow.png');
	position: absolute;
	height: 520px;
	left: 50%;
	margin: 0 0 0 475px;
	top: 6px;
	width: 6px;
	z-index: -102;
}

#background_image
{
	position: absolute;
	height: 520px;
	left: 50%;
	margin: 0 0 0 -475px;
	top: 0;
	width: 950px;
	z-index: -100;
}

#header,#main
{
	margin: 0 auto;
	width: 950px;
}

#header_content
{
	height: 48px;
	padding: 16px 16px 32px;
}

.logo_link img
{
    border-style: none;
}

.logo_link:visited:hover
{
    background-color: Transparent;
}

#header_content img
{
	float: left;
}

#main_content
{
	background-color: transparent;
	background-image: url('Images/bg_60.png');
	background-repeat: repeat;
}

#lower_link
{
    left: 50%;
    margin-left: -475px;
    position: absolute;
    text-align: right;
    top: 520px;
    width: 950px;
}

#lower_link_content
{
    background-color: transparent;
	background-image: url('Images/bg_60.png');
	background-repeat: repeat;
	bottom: 16px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
}

#lower_link_content a
{
    color: #FFFFFF;
    text-decoration: none;
}

#lower_link_content a:hover
{
    text-decoration: underline;
}

#lower_link_content a div
{
    padding: 8px;
}

#footer
{
    left: 50%;
    margin-left: -469px;
    position: absolute;
    top: 520px;
    width: 950px;
    z-index: -99;
}

#footer_content
{
    height: 32px;
    margin: 6px 0.5em 0;
}

#footer_content a
{
    float: right;
}

#footer_content p
{
    display: inline;
    font-size: 80%;
    line-height: 32px;
}

/***** MENU STYLES *****/
#main_menu
{
	font-size: 18px;
}

#main_menu ul
{
    float: right;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#main_menu li
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	width: 96px;
}

#main_menu .separator
{
    display:none;
	/*color: #FFFFFF;
	width: 8px;*/
}

#main_menu li a
{
    display:block;
	background-color: transparent;
	color: #FFFFFF;
	padding: 5px/*0 4px 0*/;
	text-decoration: none;
}

/*#main_menu li a:hover
{
	background-color: #FFFFFF;
	color: #265174;
}*/

#main_menu .selected
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 4px 0;
}

/***** CONTENT STYLES *****/
#content_presenter
{
    max-height: 280px;
    padding: 16px;
}

#content_container
{
    background-color: Transparent;
    background-image: url('Images/bg_content_container.png');
    background-repeat: no-repeat;
    float: left;
    height: 280px; /* sync up with #content_presenter max-height */
    overflow: hidden; /* leave the scrolling up to the divs inside */
    padding: 0 0 0 12px;
    width: 610px;
}

#content_container div
{
    height: 265px; /* sync up with #content_presenter max-height + 15px for scrollbar accomodation */
    overflow: auto;
    padding-right: 8px;
}

#content_menu
{
    color: #FFFFFF;
    display: block;
    height: 280px;
    overflow: auto;
    padding-left: 16px;
    vertical-align: top;
}

#content_menu ul
{
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#content_menu li
{
    line-height: 22px;
    list-style: none;   
}

#content_menu li div
{
    background-color: Transparent;
    /*background-image: url('Images/bg_selected_content_menu.png');*/
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    line-height: 20px; 
    margin-bottom: -20px;
}

#content_menu a
{
    background-color: Transparent;
    color: #FFFFFF;
    padding: 0 4px;
    position: relative;
}

#content_menu a:link
{
    text-decoration: underline;
    text-decoration:none;
}

#content_menu .selected
{
    background-color: Transparent;
    /*background-image: url('Images/bg_selected_content_menu.png');*/
    background-position: 0 0;
    background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;

}
#content_menu .selected a:before
{
	content: url(Images/arrow.png);
	padding: 0 2px 0 0;
}

#content_menu ul.nested_list
{
    color: #FFFFFF;
    margin-top: 8px; 
}

#content_menu ul.nested_list li
{
    line-height: 18px;
    padding-left: 32px;
}

#content_menu ul.nested_list .selected
{
    /*background-image: url('Images/bg_selected_content_submenu.png');*/
    background-position: 32px 0;
    background-repeat: no-repeat;
}

#content_menu ul.nested_list div
{
    background-color: Transparent;
   /* background-image: url('Images/bg_selected_content_submenu.png');*/
    background-repeat: no-repeat;
    line-height: 20px;
    margin-bottom: -20px;
}

#content_menu ul.nested_list a
{
    font-size: 12px;
    line-height: 18px;
    padding: 0;
}
/***** MISC *****/
.emphasis
{
    font-weight: bold;
}

#content_container div.portrait
{
    background-color: Transparent;
    background-image: url('Images/portrait_shadow.png');
    background-position: 6px 6px;
    background-repeat: no-repeat;
    height: auto;
    margin: 8px;
    text-align: center;
}

#content_container div.portrait h3,
#content_container div.portrait h4
{
    margin: 0;
}

#content_container div.bio
{
    height: auto;
    margin-bottom: 32px;
}

/*new styles*/
.opacity80, #main_menu li a:hover
{
    background-image:url("Images/bg_60.png");
    }

#map_frame
{
    border:1px solid #000;
    height:260px;
    width: 345px;
    overflow:hidden;
}
    
#directions, #directions li
{
    list-style-type:none;    
    margin:0;
    padding:0;
    }
    
