/* General Layout */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.header {
	height: 380px;
	background-image:url(../images/header.jpg);
	background-position: center top;
	background-color: #000;
}

.flash_header {
	width: 960px;
	height: 268px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	height: 35px;
	width: 950px;
	padding:5px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	min-height: 150px;
}

.content .grid {
	width: 920px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
}

.grid_1 {
	width: 440px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
}

.grid_2 {
	width: 280px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

#form .grid_1 {
	width: 440px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
#form .grid_2 {
	width: 280px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.latest_news {
	list-style-type: none;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-position: center top;
	background-color: #000;
	height: 204px;
	text-shadow: 1px 1px 2px #000;
}

.flash_footer {
	width: 960px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
}

.footertext {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

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

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


/**********************************

Name: cmxform Styles

***********************************/


form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #ccc;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}


