* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div {
	font-size: 12px;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: transparent;
	color: #8a9b31;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #8a9b31;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #615c41;
}
/*****************basic layout *****************/
.clrb {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	color: #615c41;
	background: #fcfbf6 url('uploads/template/bg.jpg') repeat-x 0 0;
}
div#pagewrapper {
	width:820px;
	margin: 0 auto;
	color: #615c41;
	overflow:hidden;
}
div#header {
	width:820px;
	height: 370px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	background: transparent url('uploads/template/header.jpg') no-repeat 0 0;
}
div#header h1 a {
	display:block;
	width:200px;
	height: 100px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float:left;
	display:inline;
	text-indent: -999em;
}
div#content {
	width:800px;
	margin: 0 auto;
	padding: 10px 0;
	overflow:hidden;
}
div#main {
   margin:0;
}
div#footer {
	clear: both;
	width: 800px;
	padding: 0;
	margin:0 auto;
	background-color: #eccb28;
}
div#footer p{
        display: block;
        width: 500px;
        float: left;
	padding-left: 10px;
	line-height: 60px;
	font-size: 12px;
	color:#53470e;
	text-align:left;
	font-weight:normal;
        margin:0!important;
}
div#footer p a{
	color:#53470e;
}
div#footer p a:hover{
	color:#ffffff;
}
div#footer h3 {
        display: block;
        width: 180px;
        float: right;
	font-size: 11px;
	line-height:60px;
	text-align: right;
	margin: 0;
	font-weight:normal;
	color:#c6aa22;
        padding-right: 10px;
}
div#footer h3 a {
	color: #c6aa22;
}
div#footer h3 a:hover {
	color: #ffffff;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
table.contactform{
	width:600px;
	margin:0 auto;
}
table.contactform td{
	padding:5px;
}
table.contactform td input{
	padding:2px;
	background:#fffffe;
	border: 1px solid #9f8e85;
	width:300px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#87b928;
	border: 1px solid #87b928;
	color:#ffffff;
	font-weight:bold;
	width:305px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#fffffe;
	border: 1px solid #9f8e85;
	width:300px;
	height:120px;
}
table.tab_main{
	width:100%;
	margin:0 auto;
}
table.tab_main td{
	padding:0 10px;
	vertical-align:top;
}
div#cggm_map_display_1{
	overflow:hidden;
        right:0!important;
        border: 1px solid #87b928;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 26px;
	line-height: 30px;
        letter-spacing: 1px;
	margin: 10px 0 20px 0;
	font-weight:normal;
	color:#8a9b31;
}
div#content h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 10px 0 20px 0;
	font-weight:normal;
	color:#8a9b31;
}
div#content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 10px 0;
	color: #615c41;
	padding-bottom:2px;
	border-bottom:1px dashed #615c41;
}
div#content h4 {
	font-size: 18px;
	line-height: 28px;
	margin: 8px 0 8px 0;	
	color: #615c41;
}
div#content h5 {
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 8px 0;	
	color: #615c41;
}
div#content h6 {
	font-size: 14px;
	line-height: 50px;
	margin: 8px 0 8px 0;	
	color: #615c41;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 0;
	color:#615c41;
	text-align:justify;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#content dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */