body
{
	background: url("/images/site/bg.jpg") white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-style: none;
	color: #036;
	padding-bottom: 20px;
}

#wrapper
{
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
	height: auto;
	text-align: center;
	background: url("/images/site/pagebg.jpg") white repeat-y;
	xborder: #b4bccd 1px solid;
	border: #444 2px solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: #555 6px 6px 12px;
	-webkit-box-shadow: #555 6px 6px 12px;
	box-shadow: #555 6px 6px 12px;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

/* ********** Copyright area ********* */

#copyright
{
	height: 16px;
	text-align: center;
	padding: 2px 0 0 0;
	margin: 0 2px 2px 2px;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: #020;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-border-radius-bottomleft: 9px;
	-khtml-border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-khtml-border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

#copyright a, #copyright a:visited
{
	color: #ffc;
	text-decoration: none;
}

#copyright a:hover
{
	color: #eb0;
	text-decoration: none;
}

/* ********** Page Images ********* */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
}

/* ********** Links Pages ********* */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 11pt;
	font-weight: bold;
	color: #020;
	padding: 3px 3px 3px 8px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: #232 4px 4px 4px;
	-webkit-box-shadow: #232 4px 4px 4px;
	box-shadow: #232 4px 4px 4px;
	margin-bottom: 10px;
}

#content .linktitle a, #content .linktitle a:visited
{
	color: #020;
	text-decoration: none;
}

#content .linktitle a:hover
{
	color: blue;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* ********** FAQs ********* */


.faqq
{
	font-size: 11pt;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 10pt;
	color: #040;
	margin: 0 0 15px 30px;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content .gmapbox, #slideshowpic
{
	background-color: white;
	opacity: 1;
	filter: alpha(opacity=100);
}

#map
{
	opacity: 1;
	filter: alpha(opacity=100);
}

