/***********************************************/
/* camra4.css                           

Info:
#FFFFFF - White
#333333 - Very Dark Grey
#666666 - Dark Grey
#cccccc - Light Grey
#009900 - Dark Green
#649632 - Mid Green
#d8fccc - Light Green

 */
/***********************************************/

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(../media/grad.jpg) repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	font-weight: bold; 
}

h2{
	font-size: 130%;
	font-weight: bold;
}

h3{
	font-size: 120%;
	font-weight: bold;
}

h4{
 font-size: 110%;
 font-weight: bold;
}

h5{
 font-size: 100%;
  font-weight: bold;
}

h6{
 font-size: 80%;
  font-weight: bold;
}

a:link, a:visited{
	color: #009900;
	text-decoration: none;

	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a img {
	border: none;
}

/***********************************************/
/* Header */
/***********************************************/


#header-wrapper {
	width: 100%;

}

#header {
	width: 90%;
	height: 40px;
	margin: 0 auto;
	border-top: 1px solid #666666;
}



/***********************************************/
/* Menu */
/***********************************************/

#menu {
	width: 90%;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: bold;
}

#menu a:hover { 
	text-decoration: underline;
	color: #666666;
}

#menu .current_page_item a {
	color: #333333;
}

/***********************************************/
/* Search */
/***********************************************/

#search {
	float: right;
	width: auto;
	padding: 10px;
}

#search form {
	float: right;	
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#search-text {
	width: 150px;
	background: #ffffff;
	color: #649632;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#search-submit {

	margin-left: 10px;
	color: #666666;
}

/***********************************************/
/* Page */
/***********************************************/

#page {
	width: 90%;
	margin: auto;
}

.siteInfo{
	
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width: 70%;
}

.btn {
  color:#050;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #009900;
  font-weight: bold;
  font-size: 80%;
}


/***********************************************/
/* Content */
/***********************************************/

#content {
	float: left;
	width: 80%;
}

.aspvotetable td {
	border: thin solid #009900;
}

.whatshappening td {
	border: thin solid #cccccc;
	padding: 5px 5px 5px 5px
}

/***********************************************/
/* Zebra Tables * rgb(249, 222, 183) rgb(242, 189, 111)/
/***********************************************/


.zebra               { border-collapse: collapse; }
.zebra TH, .zebra TD { border: thin solid #666666; padding: 0.3em; }

.scheme1       { background-color: #f1feec; }
.scheme1 .even { background-color: #d8fccc; }


/***********************************************/
/* Sidebar */ 
/***********************************************/

#sidebar {
	float: right;
	width: 18%;
	margin-top: -10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
/*	margin-bottom: 30px; */
	padding: 0 0 10px 0px;
}


#sidebar li ul {
	line-height: 200%;
}


#sidebar li li {
	margin: 0;
	padding: 0;
}

#googlemap ul {
	margin: 0;
	padding: 0;
	list-style: circle;
	line-height: normal;
}

/***********************************************/
/* Contact & Pub Update */
/***********************************************/

.testResults 
	{
	height: 52px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: solid 1px #999999;
	padding: 5px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	vertical-align: middle;
	line-height: 26px;
	}

.testResults#testSuccessful
	{
	background-color: #eeffee;
	background-image: url('../img/icons/success.gif');
	}

.testResults#testFailed
	{
	background-color: #ffeeee;
	background-image: url('../img/icons/fail.gif');
	}

.testResult
	{
	vertical-align: middle;
	font-weight: bold;
	}



/***********************************************/
/* Footer */
/***********************************************/

#footer {
	width: 90%;
	margin: 0 auto;
	padding: 2px;
	background: #333333;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	/* background-color: #FFFFFF;  */
}



#footer a {
	color: #009900;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}