/*-------------formate and conatins all the graphical elements----------------*/
.site_container {
	display:table; /* must put this in for FireFox. */
	background-color:#F1EFEF;
	margin:auto;
	min-height: 500px;
	width: 801px;
}
.wrap{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main {
	width: 801px;
	height:100%;
}
.content{
	width:801px;
}
/*-------------------promo-----------------------*/
#promo{
	height: 81px;
	width: 495px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/index_wave.jpg) top left no-repeat;
	display: block;
}

#promo:hover{
	background-position: bottom left;
}
/*-----------------------News--------------------*/
.indexNews{
	width: 200px;
	float:left;
	text-align:left;
	padding:  0px 20px 0px 20px;
}
.indexNews p{	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.indexNews h6{
	background-image:url(../images/new.gif);
	background-repeat:no-repeat;
	height:21px;
	width:186px;
	margin:0;
	padding:0;
}
.indexNews h6 span{
	display:none;
}
.indexNewsBorder{
	width:184px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.indexNewsBorder h3{
	display:block;
	background-image:url(../images/title_bgII.gif);
	font-size:12px;
	color:#990000;
	border-top: 1px #FFFFFF solid;
	padding: 2px 5px 4px 7px;
	min-height: 15px;
	margin:0;
}
.indexNewsBorder p{
	padding-left:12px;
	margin:0;
}
.indexNewsBorder a{
	color:#990000;
}
.indexNewsBorder a:hover{
	font-weight:bold;
	text-decoration:underline;
}

/*-----------------------index--------------------*/
.index_container {
	float:right;
	width: 520px;
	padding: 0px 20px 0px 20px;
}
.index_container p{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:left;
	color:#666666;
}


/*-----------------------header--------------------*/
h4 {
	background-image: url(../images/index_01.gif);
	background-repeat: none;
	float: left;
	height: 94px;
	width: 286px;
	margin:0;
	padding:0;
	border:0;
}
h4 span{
	display:none;
}
h5{
	background-image: url(../images/index_07.gif);
	background-repeat: none;
	float: right;
	height: 65px;
	width: 515px;
	margin:0;
	padding:0;
	border:0;
	
}
h5 span{
	float:right;
	display:none;
}

/*------------------------------content and text format--------------------------*/
h2 {
	font:Tahoma;
	background-image:url(../images/title_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	padding-top:3px;
	letter-spacing:-1px;
	font-size:18px;
	font-weight:bolder;
	color:#990000;
}

h3 {
	font:Tahoma;
	padding-top:2px;
	font-size:14px;
	font-weight:bolder;
	color:#333333
}
/*-------------------------------------------------------------------------------*/

.footer{
	display:table; /* must put this in for FireFox. */
	background-image: url(../images/index_09.gif);
	background-repeat: none;
	vertical-align: text-bottom;
	margin-top:10px;
	height: 20px;
	width: 801px;
}

.footer span{
	display:none;
}
