@charset "utf-8";
body {
	background-color: #acacac;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
}
#content-left h2 {
	color: #262262;
	font-size: 14px;
}

#content-right h2 {
	color: #262262;
	font-size: 14px;
}

#navigation {
	list-style-type: none;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content-right {
	float: left;
	width: 200px;
	margin-left: 28px;

}
#content-right img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left:20px;
	margin-right:20px;
}

#nav-bg {
	background-image: url(/images/layout/nav.gif);
	height: 56px;
	width: 794px;
}

#navigation li {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
	height: 40px;
	line-height: 40px;
}

#navigation li a {

	color: #FFFFFF;
	text-decoration:none;
}

#navigation li a:hover {
	color: #000000;
	text-decoration:underline;
}

#flash-banner {
	background-image: url(/images/layout/banner.gif);
	height: 192px;
	width: 794px;
}
#content-top {
	background-image: url(/images/layout/content-top.gif);
	height: 40px;
	width: 794px;
}
#content {
	background-image: url(/images/layout/content-bg.gif);
	width: 794px;
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content-left {
	width: 480px;
	float: left;
}
#footer {
	background-image: url(/images/layout/footer.gif);
	height: 64px;
	width: 794px;
	color: #FFFFFF;
	font-size:11px;
}
#footer a {
	color: #FFFFFF;
}
#content-bottom {
	background-image: url(/images/layout/content-bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 794px;
}
#content-top h1 {
	font-size: 18px;
	color: #F1592A;
	margin: 0px;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-weight: normal;
}

#page-container {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(/images/layout/top-banner.gif);
	height: 127px;
	width: 794px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

label {
	width:200px;
	display:block;
}

