@charset "UTF-8";
/* CSS Document */


/******************		MAIN PAGE LAYOUT		*******************/

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.container {
	display: block;
	min-height: 100%;
	_height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;	
}

#header {
	width: 960px;
	height: 129px;
	margin: 0 auto;
}



/*******************		MENU LAYOUT		*******************/

#menu {
	height: 65px;
	margin: 0 auto;
	text-align:center;
}

#menu_content {
	width: 960px;
	margin: 0 auto;
}

li { 
	font-size: 0.81em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	list-style: disc outside;	
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	
}



/********************** MAIN CONTENT CONTAINER	************************/

#content_container {
	margin: 0 auto;
	width: 960px;
}

#main_content {
	width: 100%;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 200px;
	float:left;
}



/********************** LEFT COLUMN	************************/

.left_column {
	width: 480px;
	display:block;
	float:left;
}

.left_column_content {
	margin: 30px 30px 0 30px;
}


.right_column {
	width: 480px;
	display:block;
	float:left;
}

.right_column_content {
	margin: 40px 0 0 30px;
}


/********************** COLORED BOX	************************/

.colored_box_top {
	float:left;
	height: 63px;
	width: 425px;	
}

.colored_box_middle {
	float:left;
	width: 425px;
}

.colored_box_bottom {
	float:left;
	height: 18px;
	width: 425px;	
}




/********************** WIDE COLUMN	************************/

.wide_column {
	width: 960px;
	float:left;
}

.wide_column_content {
	margin: 30px 30px 0 30px;
}


/********************** FOOTER	************************/

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	float:left;
	display: block;
	height: 165px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
}



/********************** FONT LAYOUT	************************/

h1 {
	padding: 30px 0 0 60px;
	margin: 0;
	overflow:visible;	
	text-align: left;
}

.menu a {
	list-style:none;
	float: left;
	padding: 20px 30px 25px 30px;
} 


