@charset "utf-8";
/* CSS Document */

#nav {
	display: none;
}

/*GLOBAL
----------------------- */
body {
	font: 13px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height: 1.7em;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.main #top {
	width: 97%;
	height: 130px;
}
.main #topcontent {
	width: 97%;
	margin: 0 auto;
}
.main #toplogo {
	width: 300px;
	height: 115px;
	background: url(../gui/logo_head-01.png) no-repeat;
	margin: 5px;
	float: left;
}
.main #topstyleselect {
	display: none;
}
.main #container {
	width: 97%;
/*	background: #fff; */
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	position: relative;
}
.main #header {
	width: 97%;
	height: 300px;
	background: #fff;
	padding: 0;
	margin: 0;
}
.main #mainContent {
	width: 97%;
}
.main #bgWrapper {
	width: 97%;
	margin: 0;
/*	background: url(../gui/bgWrapper-01.gif) right repeat-y #fff;  */
	padding: 25px;
	text-align: left;
}
#splitRight {
	width: 310px;
	float: right;
}
#splitLeft {
	width: 310px;
}
/* SIDEBAR */
.main #sidebar {
	display: none;
}
/* FOOTER */
.main #footContainer {
	display: none;
}
.main #footer {
	display: none;
}
#footerleft {
	display: none;
}
#footerright {
	display: none;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #000;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
table {
	vertical-align: top;
	font: 13px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height: 1.4em;
	color: #000;
}
/* TYPOGRAPHY
----------------------- */
h1 {
	font: 2.2em Trebuchet MS, Arial, sans-serif;
	letter-spacing: -1px;
	color: #000;
	padding: 0;
}
h2 {
	font: 2em Trebuchet MS, Arial, sans-serif;
	letter-spacing: -1px;
	color: #000;
	padding: 0;
}
h3 {
	font: 2em Trebuchet MS, Arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
h4 {
	font-size: .9em;
	letter-spacing: 2px;
	line-height: .1em;
	color: #000;
}
strong {
	font-size: 1.2em;
}
.quote {
	background: url(../gui/icon_quote.png) top left no-repeat;
	font: 2em Trebuchet MS, Arial, sans-serif;
	letter-spacing: -1px;
	padding: 0 0 0 35px;
	color: #ccc;
	text-align: left;
}
hr {
	border: none 0;
	border-top: 1px dashed #CCC;
	width: 97%;
	height: 1px;
	text-align: center;
}
ul {
	list-style-image: url(../gui/bullet.png);
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 1.5em;
}
/* FORMS
----------------------- */
input {
	font: 12px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #666666;
	background-color: #fff;
	border: 1px #ccc solid;
	height: 16px;
}
.form {
	font: 12px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #666666;
	background-color:#fff;
	border: 1px #ccc solid;
	height: 16px;
}
.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999 url(../images/bkgdForm.gif) repeat-x left top;
	color: #666666;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../images/bkgdForm.gif) repeat-x left top;
	height: 22px;
}
/* IMAGES
----------------------- */
.imageBorder {
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	margin: 5px 15px;
	float: right;
}
.imageBorder-infobox {
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	margin: 20px 7px 5px 7px;
}
.dkimageBorder {
	border: 4px solid #999;
	margin: 5px 10px;
}
/* LINKS
----------------------- */
.main a:link, .main a:visited {
	text-decoration: underline;
	color: #333;
}
.main a:hover {
	text-decoration: none;
	color: #006;
}.bLink {
	font: bold 11px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}
.bLink a:link, .bLink a:visited {
	color: #999;
	text-decoration: none;
}
.bLink a:hover {
	color: #666666;
	text-decoration: none;
}
.bLink:before {
	content: "[ ";
	color: #ccc;
}
.bLink:after {
	content: " ]";
	color: #ccc;
}
.moreLink a {
	font: bold 11px "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	float: right;
}
.moreLink a:link, #moreLink a:visited {
	text-decoration: none;
	color: #33CC66;
}
.moreLink a:hover {
	color: #00ff66;
	text-decoration: none;
}
#homeLink {
	background: transparent;
	float: left;
	position: relative;
	margin: 0;
}