.
{
	margin: 0;
	padding: 0;
}

body
{
	background: url("/images/site/background.png") repeat-x white;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding: 20px 10px;
	margin: 0;
}

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

#mainbody
{
	width: 960px;
	min-height: 550px;
	background: url("/images/site/bodybg.png") repeat-y white;
	margin: 0 auto 0 auto;
	-moz-box-shadow: #446 6px 6px 12px;
	-webkit-box-shadow: #446 6px 6px 12px;
	box-shadow: #446 6px 6px 12px;
}

#logo
{
	background: url("/images/site/logo.png") no-repeat white;
	height: 150px;
}

#logline
{
	margin-left: 23px;
	padding-top: 3px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}

#logline a, #logline a:visited
{
	color: #036;
	text-decoration: none;
	font-style: normal;
}

#logline a:hover
{
	color: red;
	text-decoration: underline;
}

/* **** Menu **** */

#menu
{
	float: left;
	text-align: left;
	margin: 10px 0 0 23px;
	border-bottom: 1px solid #0549a5;
	width: 150px;
}

/*
.menu1, .menu1sel
{
	padding: 5px 0 5px 3px;
	border-top: 1px solid #0549a5;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.menu1
{
	color: #0549a5;
	background-color: white;
}

.menu1sel
{
	color: #0180d9;
	background-color: #f0f4ff;
}

.menu1 a, .menu1 a:visited
{
	color: #0549a5;
	text-decoration: none;
}

.menu1sel a, .menu1sel a:visited
{
	color: #0b2439;
	text-decoration: none;
}

.menu1 a:hover, .menu1sel a:hover
{
	color: white;
}
*/

.menu, .menuc
{
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	height: 14px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 3px;
}

.menu
{
	color: #0549a5;
	background-color: #ffffff;
	border-top: 1px solid #0549a5;
}

.menuc
{
	color: #0b2439;
	background-color: #f0f4ff;
	border-top: 1px solid #0549a5;
}

.menu a, .menu a:visited
{
	color: #0549a5;
	text-decoration: none;
}

.menuc a, .menuc a:visited
{
	color: #0b2439;
	text-decoration: none;
}

.menu a:hover, .menuc a:hover
{
	color: #ffffff;
	background-color: #6b8cbd;
}

/* **** Content **** */

#contentwrapper
{
	background: url("/images/site/contentbg.png") no-repeat top right transparent;
	min-height: 400px;
}

#content
{
	float: left;
	margin-left: 20px;
	color: #036;
	text-align: justify;
	padding: 5px 5px 20px 5px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	width: 600px;
}

#content p
{
	font-size: 10pt;
}

#content h1
{
	color: #036;
	font-size: 20px;
	margin: 2px 0 5px 0;
}

#content h1.centered
{
	color: #036;
	font-size: 20px;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content a, #content a:visited
{
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #6a490a;
	text-decoration: underline;
}

#content h2
{
	color: #036;
	font-size: 16px;
	margin: 2px 0 4px 0;
}

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

#clearer
{
	clear: both;
}

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

#sitecopyright
{
	height: 16px;
	background: url("/images/site/bodybg.png") repeat-y white;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	color: #89a;
	border-top: solid 1px #a8bcd8;
}

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

#sitecopyright a:hover
{
	color: #c60;
	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;
	margin: 10px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #888 2px 2px 4px;
	-webkit-box-shadow: #888 2px 2px 4px;
	box-shadow: #888 2px 2px 4px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #888 2px 2px 4px;
	-webkit-box-shadow: #888 2px 2px 4px;
	box-shadow: #888 2px 2px 4px;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	margin: 0 0 10px 10px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #888 2px 2px 4px;
	-webkit-box-shadow: #888 2px 2px 4px;
	box-shadow: #888 2px 2px 4px;
}

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

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background: url("/images/site/admintitle.png") repeat-x white;
	font-size: 11pt;
	font-weight: bold;
	color: #036;
	padding: 3px 3px 3px 7px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #446 2px 2px 4px;
	-webkit-box-shadow: #446 2px 2px 4px;
	box-shadow: #446 2px 2px 4px;
}

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

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

#content .website a, #content .website a:visited
{
	color: #036;
	text-decoration: none;
}

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

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

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

#content .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: 12px;
	font-weight: bold;
	color: #036;
	margin: 2px 0 5px 0;
}

#content .faqq a, #content .faqq a:visited
{
	color: #036;
	text-decoration: none;
}

#content .faqq a:hover
{
	color: red;
	text-decoration: underline;
}

.faqa
{
	font-size: 11px;
	color: #047;
	margin: 0 0 15px 30px;
}

/* **** Member Lists **** */

.member
{
	margin: 10px 0 2px 10px;
	padding: 5px;
	border: 1px solid #5178b1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: url("/images/site/memberbg.png") repeat-x #b6c8e5;
	-moz-box-shadow: #669 2px 2px 4px;
	-webkit-box-shadow: #669 2px 2px 4px;
	box-shadow: #669 2px 2px 4px;
}

.membusiness
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.memaddress
{
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 5px;
}

.memcontact
{
	margin-left: 20px;
	font-size: 11px;
	color: #667;
	text-align: left;
}

#content .memcontact a, #content .memcontact a:visited
{
	color: #036;
}

#content .memcontact a:hover
{
	color: red;
	text-decoration: underline;
}

/* ********** 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 */


