/*TEMPLATE STYLES*/

/*generic*/
.content { font:13px Verdana, Arial, Helvetica, sans-serif; clear: left; }
.content a {color: #4e69b2; text-decoration: none; }
.content a:hover {text-decoration: underline;}
.content p { padding-bottom: 12px; }
.content ul { padding: 0px 0px 12px 15px; list-style-position:outside; list-style-type:disc; }
.content ol { padding: 0px 0px 12px 40px; margin: 0px; }
.content li { padding-bottom: 3px; }
.content h2 { font-weight: bold; font-size: 16px; padding-bottom: 12px; color: #4E69B2 }
.content h3 { font-weight: bold; font-size: 14px; padding-bottom: 12px; }
.content h4 { font-weight: bold; padding-bottom: 12px; }

/*link decorators*/
.content .pdf { padding-left: 20px; background: url(/images/pdf.gif) no-repeat left center; }
.content .converted-pdf  { padding-left: 20px; background: url(/images/converted-pdf.gif) no-repeat left center; }
.content .notes { padding-left: 20px; background: url(/images/tac.gif) no-repeat left center; }	

/*classes*/
.content .page-title {
	color: #333333;
	padding: 15px 15px; 
	margin: 0px 0px 15px;
	background-color: #ffffcc;
	border-style: dotted;
	border-color: #AAAAAA;
	border-width: 0px 0px 1px;
}
.content .tool-header {
	font-family: Arial;
	font-size: 22px;
	color: #4e69b2;
	padding-bottom: 3px; 
	border-bottom: solid 1px #4e69b2;
	margin-bottom: 15px;
}
.content .sidebox-header {
	font-size: 15px;
	font-weight: bold;
	color: #4e69b2;
	/*color: #D70B0B;*/
	padding-bottom: 12px; 
}
.content .dark-red { color: #D70B0B }
.content .error-panel { border: solid 1px #D70B0B; padding:6px; color: #D70B0B }
.content .dark-green { color: #009900 }
.content .success-panel { border: solid 1px #228000; padding:6px; color: #228000; background-color:#ECFFE5; font-weight:bold; }
.content .button { padding: 2px 6px; }

.admin-container { margin-top:15px; overflow:auto; max-height:600px; }

/*containers*/
.content .content-panel { float: left; width: 620px; margin: 0px 15px 15px; }
.content .side-panel { float: right; width: 300px; margin-right: 20px; }
.content .photos img { width: 300px; }
.content .photos .caption {
	margin: 8px 0px 16px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #555555;
}

.content .mainbox {
	width:618px; 
	background:url(../images/bg-mainbox.gif) no-repeat 0 0; 
}
.content .mainbox .inner {
	background:url(../images/bg-mainbox-inner.gif) no-repeat 0 100%; 
	padding:15px; 
}
.content .sidebox {
	width:299px; 
	background:url(../images/bg-sidebox.png) no-repeat 0 0;
}
.content .sidebox .inner {
	background:url(../images/bg-sidebox-inner.png) no-repeat 0 100%; 
	padding: 10px 25px 15px;
	position: relative;
	top: 10px;
}

/*EXAMPLE:

	<div class="page-title">Example</div>
    <div class="content-panel">
        <p>Hello world.</p>
    </div>
    <div class="side-panel">
        <div class="sidebox">
            <div class="inner">
                <p>Hello world.</p>
            </div>
        </div>
    </div>
*/

/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/


/* GENERAL */
html{font-size:100.01%;}
body{
	margin:0;
	background:url(../images/bg-body.gif) #b8d1ec repeat-x 0 0;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	}
.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}
.float-left{float:left !important;}
.float-right{float:right !important;}

/*style resets*/
img{border:0;}
p{
	margin:0;
	padding:0;
	}
ul{
	margin:0;
	padding:0;
	list-style:none;
	}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	}
a:focus{outline:none;}

/* MAIN */
#main{
	width:1002px;
	margin:18px auto 0;
	}

/* HEADER */
#header{
	height:120px;
	background:url(../images/bg-header.jpg) no-repeat 0 0;
	position:relative;
	}

#logo a{
	position:absolute;
	top:23px;
	left:33px;
	width:216px;
	height:45px;
	background:url(../images/logo.gif) no-repeat 0 0;
	}
	
ul.top-list{
	position:absolute;
	top:49px;
	left:280px;
	}

ul.top-list li{
	float:left;
	padding:0 6px 0 7px;
	background:url(../images/hr.gif) no-repeat 0 3px;
	font:13px Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	text-decoration:none;
	}
	
ul.top-list li.first{
	background:none;
	padding-left:0;
	}

#header .in-box{
	position:absolute;
	top:30px;
	right: 60px;
	padding-left:25px;
	background:url(../images/lock.gif) no-repeat 0 2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	cursor: default;
	}
	
#header .loggedin-box{
	position:absolute;
	top:30px;
	right: 60px;
	padding-left:25px;
	background:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	cursor: default;
	}

#header .in-box a {
	color:#4e69b2;
	text-decoration:none;
	}

#header .in-box a:hover {
	text-decoration: underline;
	}
	
#menu{
	position:absolute;
	top:84px;
	right:50px;
	}

#menu li{
	float:left;
	padding:4px 0 6px;
	background:url(../images/hr2.gif) no-repeat 0 15px;
	}
	
#menu li.first{background:none;}

#menu li a{
	float:left;
	height:32px;
	text-decoration:none;
	background:url(../images/menu-a.gif) repeat-x 0 0;
	}

#menu li a span{
	float:left;
	height:25px;
	padding:7px 18px 0;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	}

#menu li a:hover{background-position:0 -32px;}
#menu li a.active:hover{background-position:0 0px;}
#menu li a.active{
	background:url(../images/menu-a-active.png) no-repeat 0 0;
	margin:-4px 0 -6px;
	height:44px;
	position:relative;
	}

#menu li a.active span{
	background:url(../images/menu-a-span.png) no-repeat 100% 0;
	padding:11px 18px 2px 12px;
	margin-left: 6px;
	height:31px;
	color:#333;
	}
	
div.hidden 
{
	display: none;
}

div.secondMenu 
{
	height: 30px;
	background:url(../images/secondary-menu-a.gif) repeat-x 0 4px;
}
	
#secondMenu
{
	top: 0px;
	left: 0px;
	float: left;
	padding: 4px 0 6px;
}
	
#secondMenu li
{
	margin-top: -4px;
	display: inline;
	float: left;
	background:url(../images/secondary-menu-a.gif) repeat-x 0 4px;
}
	
#secondMenu li.first a
{
	background: none;
}

#secondMenu li a
{
	margin-top: 4px;
	float: left;
	text-decoration:none;
	background:url(../images/secondary-menu-hr.gif) no-repeat 0 6px;
}

#secondMenu li a span
{
	float:left;
	padding:3px 18px 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:pointer;
}

#secondMenu li a:hover
{
	text-decoration: underline; color: Black;
}

#secondMenu li a.active
{
	/* background:url(../images/menu-a-active.png) no-repeat 0 0 !important; */
	margin: 4px 0 -6px;
	position:relative;
}

#secondMenu li a.active span
{
	/* background:url(../images/menu-a-span.png) no-repeat 100% 0 !important; */
	font-weight: bold;
	padding: 3px 18px 2px 12px;
	margin-left: 6px;
	color:#333;
}

/* CONTENT */
#content-container{
	overflow:hidden;
	height:1%;
	padding:0 25px 0 3px;
	background:url(../images/bg-content-container.png) repeat-y 0 0;
	}

/* FOOTER */
#footer{
	overflow:hidden;
	background:none;
	background:url(../images/bg-footer.png) no-repeat 0 0;
	height:42px;
	margin-top: -2px;
	color:#ffffff;
	font-size:12px;
	}
	
#footer ul.footer-menu{
	overflow:hidden;
	padding:12px 45px 0 25px;
	}
	
#footer ul.footer-menu li{
	float:left;
	padding:0 12px;
	position:relative;
	}
	
#footer ul.footer-menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	}
	
#footer ul.footer-menu li a:hover{text-decoration:underline;}


/* 
COMMUNITY SNAPSHOT ---------------------------- */			

#content-snapshot {
	position: relative;
	margin-top: 20px;
	padding-top: 3em;
	min-height: 19.4em;	
	border: 1px solid #b2b2b2;
	}

/*white-space: nowrap added to prevent line wrapping*/
/*negative top/left position is so bg image aligns with border*/
#content-snapshot h3 {
	white-space: nowrap;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	font-weight: bold;
	font-size: .95em;
	background: url(../images/box-left.gif) no-repeat;
	}

/* -2px right margin is to align the background with the box, 10px left margin
	is to pad the left side to allow the other background image to show */
#content-snapshot h3 strong {
	display: block;
	margin: 0 -2px 0 10px;
	padding: 5px 0;
	background: url(../images/box-right.gif) no-repeat right top;
	}	

/* adjacent sibling selector for Content Distribution */
#content-snapshot div + p {
	margin: 5px auto 7px;
	width: 88%;	
	font-size: .87em;
	color: #999;
	}

#map {
	position: relative;
	margin: 0 auto;
	width: 461px;
	height: 310px;
	background: url(../images/map.png) no-repeat center center;
	}

#map ul {
	position: relative;
	}

#map ul li {
	width: 76px;
	padding-bottom: 14px;
	font-size: .8em;
	text-align: center;
	}	
	
.l1 {background: url(../images/maploc-btm-left.png) no-repeat bottom;}	
.l2 {background: url(../images/maploc-btm-right.png) no-repeat bottom;}	

#map li p {
	padding: 5px 0;
	line-height: 100% important;
	font-weight: bold;
	background: url(../images/maploc-bg.png) no-repeat;
	}

#map li strong {
	display: block;
	float: left;
	text-indent: -9999px;
	}


