﻿/* Body */
body {
	background: #B4B4B4 url(images/bdy_bkgnd.gif) repeat left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}
/* header */
#master_header{
	margin: -1px auto auto auto;
	width: 800px;
}
#master_headertop{
	width: 800px;
	padding-bottom:0px;
	padding:0px;
}
#master_headerlogo{
	float: left;
	width: 400px;
	padding:0px;
}
#master_headersearch{
	float:right;
	padding-top:90px;
}
#master_headerbottom{
	background: url('images/bgimage.png') left top;
	width: 800px;
	height:32px;
	padding:0px;
}
.TopMenu{
	height:32px;
	color:#D0D0D0;
	background-color:Transparent;
	padding-left:10px;
	padding-right:10px;
}
.TopMenuHover{
	background: url('images/bgimagelight.png') left top;
	color:White;
	height:31px;
}
.TopMenuHover a{
	background-image:none;
}
/* page */
#master_page{
	margin: 5px auto 20px auto;
	width: 800px;
}
#master_menu{
	float: left;
	width: 240px;
	padding-right: 10px;
}
.sidebar{
	width: 100%;
	margin-bottom: 10px;
}
.sidebarheader{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebarcontent{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}
#master_sidebar_sitemap{	
	padding-top: 72px;
	background: #FFF url(images/sitemap_bg.gif) no-repeat left top;
}
.sidebarcontent a{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}
.sidebarcontent a:hover{
	background-color: #0F2543;
	color: #FFF;
}
.sidebarcontent a:visited{
	font-weight: normal;
}
#master_content{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}
#master_content ul{
	margin: 0 25px 0 30px;
}
#master_content ul li ul li{
	list-style-type: disc;
}
#master_contentheader{
	height: 19px;
	background: url(images/headertop.png) no-repeat right top;
}
#master_contentplaceholder{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
	min-height:715px;
}
#master_contentfooter{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
/* Search box */
.UnwatermarkedText {
	height:18px;
	width:148px;
}
.WatermarkedText {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/* Site map */
.SiteMapHeader{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.SiteMapHeader a{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.SiteMapHeader a:hover{
	background: none;
	text-decoration: underline;
}
.SiteMapHeaderSelected{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.SiteMapHeaderSelected a{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.SiteMapHeaderSelected a:hover{
	background: none;
	text-decoration: underline;
}
.SiteMapContent{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* Popup */
.modalBackground{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalPopupTitle{
	cursor: move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	text-align:center;
}
.modalPopupContents{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.modalPopupClientButton{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
	border-style:ridge;
	border-width:thick;
}
.popupHover {
	background-color:#F5F7F8;
}
#map_canvas{
	width:240px;
	height:360px;
}