@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Arial, Tahoma, Verdana;
	color: #252525;
	height:100%;
}

a:link, a:visited {
	/*color: #f81212;*/
	text-decoration: none;
	color: #f81212;
}
a:hover, a:active {
	/*color: #f81212;*/
	text-decoration: underline;
	color: #f81212;
}
/* Global Link Style */
#navGlobal {
	background: #fdfdfd;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.65em;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #5a5a5a;

	display: ;
	display: none;
	/*height:83%;*/
}
#navGlobal li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#navGlobal li a{
	text-decoration: none;
	color: #5a5a5a;
}
#navGlobal li a:hover{
	text-decoration: none;
	color: #f81212;
}
#navGlobal li a:visited{
	text-decoration: none;
}
#navGlobalWrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.navGlobalLeft {
	float: left;
}
.navGlobalRight {
	float: right;
}
#navCrumb{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
}
.SectionName {
	width: 200px;
	float: left;
}
.SectionName img{
	margin-right:-8px;
}
.crumb {
	font-size: 0.7em;
	float: left;
	padding-top: 15px;
	color: #464646;
}
.crumb  ul {
	margin: 0px;
	padding: 0px
}
.crumb  li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: bold;
}
.crumb  li a {
	margin: 0px 3px 0px 0px;
	padding: 0px 12px 0px 0px;
	display: inline;
	font-weight: normal;
	background: url(../engine/global/crumbArrw.gif) no-repeat right center;
	color: #7D7D7D;
	text-decoration: none;
}
.crumb  li a:hover {
	margin: 0px 3px 0px 0px;
	padding: 0px 12px 0px 0px;
	display: inline;
	font-weight: normal;
	background: url(../engine/global/crumbArrw.gif) no-repeat right center;
	text-decoration: underline;
	color: #f81212;
}
.crumb  li a:visited {
	margin: 0px 3px 0px 0px;
	padding: 0px 12px 0px 0px;
	display: inline;
	font-weight: normal;
	background: url(../engine/global/crumbArrw.gif) no-repeat right center;
	color: #7D7D7D;
	text-decoration: none;
}
#searchBarTop {
	float: right;
	padding-top: 7px;
	width:263px;
	#width:auto;
}
.searchForm {
	float: left;
	margin-right: 3px;
}
.searchForm input {
	padding: 2px 2px 1px;
	height: 18px;
	width: 200px;
	font-size: 0.8em;
	border: 1px solid #e5e5e5;
}
.searchForm input:hover {
	padding: 2px 2px 1px;
	height: 18px;
	width: 200px;
	font-size: 0.8em;
	border: 1px solid #f81212;
}
.searchButton {
	float: left;
}
#searchReponse{
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #000;
	font-size: 0.8em;
	width: 200px;
	margin-top:-1px;
	#margin-top:-2px;
	_margin-top:-9px;
	padding:2px;
	z-index:99;
	clear: both; 
}

#bodyWrapper {
	width: 960px;
	margin: 6px auto 15px;
	overflow: hidden;
	/*min-height:64.32%;
	_height:64.5%;*/
}
#ColumnLeft {
	width: 180px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
#subMenu {
	color: #555555;
	list-style: none;
	font-size: 0.8em;
}
#subMenu ul {
	margin: 0px;
	padding: 0px;
}
#subMenu li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	padding-top: 6px;
	padding-left: 2px;
}
#subMenu li a, #subMenu li a:visited {
	color: #555555;
	text-decoration: none;
}
#subMenu li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background: #f81212;
	padding-right: 2px;
	text-decoration: none;
}
#ColumnRight {
	width: 760px;
	float: left;
	overflow: hidden;
}
#forum {
	width: 900px;
	padding-top:20px;
	float: left;
	overflow: hidden;
}

.clear-all{
	clear:both;
	height:0;
	line-height:0;
	visibility: hidden;
}
/* Button */
a.boldbuttons{
	background: transparent url(../engine/global/bttnL.gif) no-repeat left top;
	display: block;
	float: left;
	font: bold 12px/22px Arial;
	height: 22px;
	padding-left: 8px;
	text-decoration: none;
	color: #FFFFFF;

}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white;
}
a.boldbuttons span{
	background: transparent url(../engine/global/bttnR.gif) no-repeat right top;
	display: block;
	padding: 0px 11px 0px 2px;
}
a:hover.boldbuttons{
	text-decoration: underline;
}
.buttonWrapper{
	overflow: hidden;
}
/* Button */
#bodyWrapper #ColumnRight p.txt-policy {
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.75em;
	color:  #727272;
	width: 80%;
	line-height: 1.4em;
}
#bodyWrapper #ColumnRight p.txt-policy strong{
	font-size:0.8ems;
	line-height:1.4ems;
	font-weight:bold;
}
#bodyWrapper #ColumnRight ol.txt-policy{
	font-size:0.75ems;
	line-height:1.4ems;
	color:  #727272;
	margin-left:0;
	list-style-position:inside;
	width: 80%;
	padding:0;
}
#bodyWrapper #ColumnRight ol.txt-policy li{
	margin-bottom:10px;
}
#bodyWrapper #ColumnRight p.txt-contact {
	font-family: Arial, Tahoma, Verdana;
	font-size:0.75em;
	line-height:1.4em;
	color:  #727272;
	width: 30%;
	line-height:20px;
	border-bottom:1px #E5E5E5 solid;
	padding-top:5px;
	margin: 0px;
	padding-bottom: 5px;
}
#bodyWrapper #ColumnRight ul.txt-vancantly {
	font-family: Arial, Tahoma, Verdana;
	font-size:0.75em;
	line-height:1.4em;
	width: 90%;
	margin: 0px;
	list-style:none;
	color:  #727272;

}
#bodyWrapper #ColumnRight ul.txt-vancantly li{
	border-bottom:1px #E5E5E5 solid;
	padding-top:5px;
	padding-bottom: 5px;
	white-space: normal;
}
#bodyWrapper #ColumnRight p.txt-contact strong{
	font-weight:bold;	
}
#bodyWrapper #ColumnRight p.txt-form {
	font-family: Arial, Tahoma, Verdana;
	font-size:0.75em;
	line-height:1.4em;
	color:  #727272;
	width: 80%;
	line-height:18px;
}
.txtRed {
	color: #f81212;
}
hr.line{
	color:#E5E5E5;
	margin-bottom:20px;
}
