@charset "utf-8";

body {
	background: #fff;
	/*background-color: #556971;*/
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}
.layout #container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
a {
    outline:none;
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}


/***** Header Styles ******/

#header-wrap {
	margin:0px auto;
	width:960px;
	padding:0;
	overflow:hidden;
}

#header {
	width:960px;
	height:91px;
	padding:0;
	position:relative;
}

#logo {
	width:300px;
	float:left;
	margin:5px 0px;
}

/***** Navigation Styles *****/

#nav{
	float:right;
	list-style-type: none;
	margin-right:0px;
	position:absolute;
	right:0;
	top:75px;
}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#333333;
	display:block;
	text-decoration: none;
	text-align:right;
	margin:0px 10px;
}

#nav li a:hover, #nav li.selected a {
	color:#ff0000;
}

/*************** HOME PAGE ***************/
.layout #mainContent {
	background: #fff;
	width:960px;
	height:660px;
	padding:0;
	margin:0;
}
.layout #homeContent {
    background-image:url(../images/homeContent-bg-32.png);
	background-repeat:repeat;
	position:relative;
	top: 40px;
	right: 0px;
	width: 480px;
	height: auto;
	margin: 0;
	padding: 0;
	float:right;
	z-index:999;
}
.layout #homeContent h1 {
    margin:0;
	padding: 20px 20px 0 20px;
}
.layout #homeContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	padding: 0 20px 0 20px;
	line-height:22px;
}

/*************** FOOTER ***************/
.layout #footer {
	background-color:#fff;
	height: 25px;
	padding: 0;
	margin:0;
}
.layout #footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin: 0; 
	padding: 5px;
	color: #000;
}
.layout #footerWrapper {
    width:960px;
    height:auto;
	margin: 0; 
	padding: 0;
}
.layout #footerLeft {
    width:480px;
    height:auto;
    float:left;
	text-align: left;
}
.layout #footerRight {
    width:480px;
    height:auto;
    float:right;
	text-align: right;
}

/*************** FLOATS ***************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {color:#FF0000 !important;}