/**
 *	base css file
 * --------------------------------------------------------------------------------------------------*/

* { margin:0; padding: 0 }
option { padding-left: 0.4em }

* html body * { overflow:visible; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }

html { height: 100%; margin-bottom: 1px; }

body {
    color: #000;
    text-align: left;
    /* background:#b0bdc5 url(../design/bg-body.jpg) repeat-y scroll 50% 0; */
    background:#b0bdc5 url(../design/bg-body.jpg) repeat-y scroll center top;
    font: normal normal normal 100.01%/1.125em /*"Trebuchet MS", "Lucida Grande",*/ Verdana, Geneva, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    position:relative;
}

fieldset, img { border: 0 solid; }

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin: 0 0 1em 1.5em; }

#page, #header, #main, #center, #center2c, #center3c, #leftrail, #rightrail, #footer, #automatic { position:relative; }
/* #page {	width:945px; left:50%; margin:0 0 0 -472px; background:#3B4D56; } */
#page {	width:945px; margin:0 auto; background:#3B4D56;}

#header, #leftrail, #rightrail {
	font-size:0.63em;
	line-height:1.20em;
}

#center, #center2c, #center3c { font-size:0.69em; line-height:1.18em; }

#footer { font-size:10px; line-height:1.60em; text-align:center; color:#5F717A; }

#automatic { display: none }

#header{
	height:170px;
	font-size:0.63em;
	line-height:0.75em;
	background:transparent url(../design/bg-main-header.jpg) no-repeat left top;
}

#header p.home a {
	float:left;
	width:110px; height:90px;
	margin:-20px 0px 0px 5px;
}

#main { float: left; width: 100% }
#center { float: left; width: 515px;  margin: 0 0 0 260px }
#center2c { float: left; width: 770px;  margin: 0 0 0 5px }
#center3c { float:left; width:945px; margin:0px }
#leftrail { float: left; width: 260px;  margin: 0 0 0 -775px }
#rightrail { float: right; width: 170px; margin-left: -5px; margin-right: 0px; }
#center_content { padding: 0 0 }
#leftrail_content { padding: 0 5px 0 5px }
#rightrail_content { padding: 0 5px 0 5px }

.clearfix { display: block }

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

.nowrap { white-space: nowrap }
.tac { text-align: center }
.fl { float: left }
.fr { float: right }
.clear{ clear:both;	font-size:0; line-height:0;	height:0; width:99%; }
.nmb { margin-bottom: 0 !important }

#ie_clearing { display: none }

#footer {
    clear: both;
    background:#fff url(../design/bg-footer.jpg) no-repeat;
    padding: 40px 5px 20px 5px;
}

#footer a {
	color:#5F717A;
	font-weight:bold;
}

#center_content p.error{
	padding:5px;
	margin:5px;
	/*	font:font-style font-variant font-weight font-size/line-height  font-family	*/
	font:italic normal normal 10px/normal Verdana, Geneva, Arial, Helvetica, SunSans-Regular, Sans-Serif !important;
	color:#FF412F;
	background:#FDC9C5;
	border:1px solid #FF412F;
}