@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
}
body{
	background-image:url(../images/bg/mainBg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #979797;
}
#wrapper{
	margin:0 auto;
	width:900px;
}
#header{
	float:left;
	width:900px;
}
#nav{
	float:left;
	width:900px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#nav ul{
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height:23px;
}
#nav ul li a:hover{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#branding{
	float:left;
	width:900px;
	height:300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/whitebg.png);
	background-repeat: repeat;
}
#brandingImages{
	height:277px;
	width:387px;
	float:left;
	margin:12px 11px 11px 12px;
}
#brandingImages img {
    position: absolute;
    z-index: 8;
}
#brandingImages img.active {
    z-index: 10;
}
#brandingImages img.last-active {
    z-index: 9;
}
#brandingContent{
	height:277px;
	float:right;
	margin:12px 11px 11px 12px;
	width:467px;
	
}
#branding #brandingContent h1 {
	font-weight: lighter;
	color: #65adf1;
	font-size: 37px;
}
#branding #brandingContent ul {
	margin-left: 50px;
	margin-top: 15px;
	font-size: 18px;
	line-height: 27px;
	list-style-type: none;
}
#branding #brandingContent img {
	margin-top: 10px;

}
#content {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#content #contentLeft {
	float: left;
	width: 568px;
}
#content h1 {
	font-size: 40px;
	font-weight: lighter;
	color: #ed6a00;
}
#content h2 {
	font-size: 21px;
	color: #1b194b;
	font-weight: lighter;
	line-height: 1.4em;
	padding-bottom: 10px;
}
#content p {
	font-size: 14px;
	line-height: 1.3em;
	color: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul{
	margin-left:35px;
}
#content li {
	font-size: 14px;
	line-height: 1.3em;
	color: #242424;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentLeft p span {
	float: left;
	width: 100px;
	font-weight: bold;
	font-style: italic;
}

#content a {
	color: #c45800;
	text-decoration: none;
}

#content #contentRight {
	float: right;
	width: 301px;
}
#footer {
	float: left;
	width: 100%;
	background-image: url(../images/bg/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
}
#footer #footerContainer {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer #footerContainer p {
	color: #242424;
	font-size: 14px;
	line-height: 1.3em;
}
#footer #footerContainer a {
	color: #894813;
	text-decoration: none;
}
