﻿/* ----------------- Page Layout ----------------------------------------------- */

html, body {
	margin : 0;
	padding : 0;
	background-color: #FFFFFF;
}

#sitecontainer {
	margin : 0 auto;
	width : 900px;
}

#copybar {
	width : 900px;
	text-align : right;
}

#header {
	width : 955px;
}
#pagecontainer
{
    margin: 0 auto;
    width : 100%;
    border: #000000 1px solid;
}

#sidebar
{
	width: 24%;
	float:left;
	clear:left;
    height: 421px;
}

.sidebar
{
	padding: 5px 2px 5px 10px;
}

#pagecontent
{
	width:76%;
	float:left;
}


#pageheader
{
	width:100%;
	height:185px;
}

.leftborder
{
	float: left;
	width: 5%;
	clear: left;
	height: 183px;
	background-image: url(  '../../images/header_04.jpg' );
	background-repeat: no-repeat;
	background-position: right center;
}

.center
{
	float: left;
	width: 90%;
	height: 183px;
	margin: 0px 0px 0px 0px;
	background-image: url(  '../../images/headerbg.jpg' );
	background-repeat: repeat-x;
	background-position: center center;
}

.bannerimg
{
	margin-top: 2px;
}


.rightborder
{
	float:left;
	width:5%;
	clear:right;
	height: 183px;
	background-image: url( '../../images/header_06.jpg' );
	background-repeat: no-repeat;
	background-position: left center;
}

#main
{
	padding:10px 10px 10px 10px;
	width:97%;
}

.footer
{
	width:100%;
	clear:both;
	height:53px;	
}

div.footer span.left
{
	width:32px;
	height:100%;
	float:left;
	background-image: url(  '../../images/FooterTips_09.gif' );
	background-repeat: no-repeat;
	background-position: right center;	
}

.footer span.center1
{
	width: 93%;
	height: 100%;
	float: left;
	background-color: #e4e1e1;



	

}


div.footer span.right
{
	width:31px;
	height:100%;
	float:right;
	background-image: url(  '../../images/FooterTips_11.gif' );
	background-repeat: no-repeat;
	background-position: left center;	
}

.menucontainer
{
		
}

.menuheader
{
	background-image: url(  '../../images/Menu_08.gif' );
	background-repeat: no-repeat;
	background-position: left top;	
}
.menufooter
{
	background-image: url(  '../../images/Menu_11.jpg' );
	background-repeat: no-repeat;
	background-position: left top;
}

.column
{
	float:left;
	width:49%;	
}

.clear
{
	clear:both;	
}


/*------------------------------------ Forms ----------------------------------------------*/



.row{
    clear:both;
    margin: 0px 0px 0px 0px;
}

div.row span.label{
    float:left;
    width: 49%;
    text-align:right;
}

div.row span.text{
    float:right;
    width:49%;
}