/* 
statscc.css included by /include/template.php
STATSCapeCod style sheet
Created September 25, 2008
Barnstable County I.T.
*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
	background-color: #F8F8F8;
	background-image: url(../images/bg_main.gif);
}

a, a:visited, a:hover, a:active, a:link {
	color: #028;
}

#document {
	background-color: #F8F8F8;
	border: solid #CCC 1px;

	width: 960px;
	margin: 15px auto;
}

#header {
	clear: both;

	width: 940px;
	height: 150px;
	margin: 10px 10px 0px;

	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#contactbox {
	position: relative;
	height: 116px;
	
	text-align: right;
}

#navbar {
	height: 32px;
	
	border: 1px solid #999;		
	background-color: #2F4833;
}

#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3em;
}
#navbar ul li a {
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#navbar li {
	float: left;

	border-right: 2px solid #FFF;
	
	padding: 0px 10px;
	margin: 10px 0px;
}

#navbar li.last {
	border-right: 0px;
}

#body {
	clear: both;
	
	margin: 0px 10px;
}

#body_base {
	clear: both;
}

#content {
	float: left;
	width: 580px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;

}

#content h1 {
	/*margin-top: 0px;*/
}

#footer {
	clear: both;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	margin-top: 20px;
	margin-right: 75px;
	
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 10px;

	padding-left: 28px;
}

#footer img {
	float: left;
	padding-top: 10px;
}

#footer p {
	margin-left: 75px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}	

#mapbox iframe {
	margin: -5px auto 0 auto;
	border: 1px solid #d7d7d7;
}

#benchmarks {
	border: 1px solid #999;
	background-color: #D1E8FA;
	
	margin-top: 20px;
}

#benchmarks h1 {
	color: #028;

	margin: 0;
	padding: 10px;
}

.benchbox {
	float: left;
	
	text-align: center;
	margin: 10px 11px;
}

.benchbox h2 {
	color: #028;
	font-size: 10px;
	text-align: center;
}

.benchbox img {
	border: 1px solid #999;
	
	height: 80px;
	margin: 0 auto;
}



.sidebar {
	float: left;

	width: 160px;
}

.sidebar div {
	border: 1px solid #999;
	background: #FCFCFC;
	
	margin: 20px 0px;
}

.sidebar h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	
	border-bottom: 3px solid #2F4833;;
	background-color: #609769;
	
	margin: 0px 0px 5px;
	padding: 5px 0px;
}

.sidebar ul {
	list-style-type: none;
	

	padding: 0;
	margin: 0px 5px 5px;
}

.sidebar li {
	font-size: 11px;
	
	background-repeat: no-repeat;
	

	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px;
}
.sidebar li a {
	color: #000;
	text-decoration: none;

	
}
.sidebar li ul {
	display: none;
	margin: 5px 0px 0px;
}

.menu { margin-top: 19px; background-color:#609769; border-bottom:1px solid #d7d7d7; height:23px;width: 325px; }
.menu ul { margin:0px; padding:0px; list-style:none; text-align:center; }
.menu li { display:inline; line-height:23px; }
.menu li a { color:#ffffff; text-decoration:none; padding:5px 5px 6px 5px; }
.menu li a.tabactive { border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; color:#000000; background-color:#ffffff; font-weight:bold;  position:relative; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6 { border:1px solid #ececec; width:298px; text-align:center;padding:6px 0px; font-size:12px; margin-bottom:5px;  }
   
#additemform, #addboxformright, #addboxformleft, #adddocumentform, #edititemform {
    color: black;
    background-color: #E1F2FF;
    border: 1px solid gray;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    font-size: 11px;
    font-family: Tahoma;
    padding: 10px;
    position: absolute;
    display: none;
    width: 215px;
}	

#additemform input, #additemform button, #addboxformright input, #addboxformleft input, #addboxform button, #adddocumentform button, #adddocumentform input, #edititemform input, #edititemform button {
    font-family: Tahoma;
    font-size: 11px;
}

#additemform input, #addboxformright input, #addboxformleft input, #adddocumentform input, #edititemform input {
    width: 200px;
}

#additemform textarea, #addboxformright textarea, #addboxformleft textarea, #adddocumentform textarea, #edititemform textarea { height: 200px; width: 200px; font-size: 11px; font-family: Tahoma; }
#mouse_pos_x, #mouse_pos_y { display: none; }

.addbutton, .removebutton, .editbutton {
    border: none;
    background: none;
    color: black;
    font-size: 9px;   
}

#itemname {
	margin-top: 20px;
	font-size: 20px;
	font-weight: normal;
	font-family: Warnock Pro, Goudy Old Style, Palatino, Book Antiqua, Georgia, serif;
	font-style: italic;
	font-size: 2.5em;
}

#itemdescription {
	margin-top: 10px;
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.5;
	
}

#itemfiles {
    line-height: 18px;
    padding-left: 20px;
}

.file {
    display: inline;

}

#content h3  {
	font-weight: normal;
	
	


}

#content h2
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: Warnock Pro, Goudy Old Style, Palatino, Book Antiqua, Georgia, serif;
	font-style: italic;
	margin-bottom: -5px;
}	
#content {

}
#content ul {
	
	list-style-type: none;	
}