@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #000;
	color: #cccccc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.table
{
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #3F0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3F0;
}

.header
{
	height: 119px;
}

.header a
{
	color: #cccccc;
}

.telephone
{
	font-size: 14px;
	color: #cccccc;
}

.navigation
{
	padding-bottom: 5px;
}

.leftMenu
{
	width: 180px;
	padding: 5px;
}

.leftMenu a
{
	color: #cccccc ;
}

.leftMenu a:hover
{
	color: #3F0;
}

.boxContainer
{
}

.boxTitle
{
	font-weight: bold;
	padding: 5px;
	color: #00ff00;
	background-image: url(../images/boxBg.jpg);
	font-size: 12px;
}

.boxTitlewithoutimage
{
	font-weight: bold;
	padding: 5px;
	color: #00ff00;
	font-size: 12px;
}


.boxContent
{
	padding: 5px;
	background-image: url(../images/boxBg.jpg);
}

.boxContent ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.boxContent li
{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.boxContent li a
{
	text-decoration: none;
}

.mainBody
{
	width: 770px;
	min-height: 500px;
	padding: 5px;
}

.mainBody h1
{
	color: #cccccc;
	font-size: 12px;
}

.mainBody a
{
	color: #ccc;
	font-size: 12px;
}

.mainBody a:hover
{
	color: #cccccc;
}

.footer
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

/* Style Overwrite */

label
{
	float: left;
	clear: both;
	display: block;
	width: 12em;
}

.input
{
}

.button
{
}

.img
{
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}

.homeTopicBorder
{
	border: 1px solid #232323;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.homeTopicTitle
{
	font-weight: bold;
	padding: 5px;
}

.homeTopicContent
{
	padding: 5px;
}


/*--Tooltip Styles--*/
.tip {
	color: #fff;
	background:#1d1d1d;
	display:none; /*--Hides by default--*/
	padding:10px;
	position:absolute;	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.container {width: 960px; margin: 0 auto; overflow: hidden;}

/* Tab Styles */

.TabbedPanels {
	margin: 10px;
	padding: 0px;
	float: left;
	clear: none;
	width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-color: #000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
}

.TabbedPanelsTabHover {
	background-color: #3F0;
}

.TabbedPanelsTabSelected {
	background-color: #3F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	color: #FFF;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.marquetitle
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #ffffff;
	font-weight:bold;
}
.marquedesc
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #ffffff;
	font-weight:normal;
}


