﻿@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	font-size: 24px;
	color: #4B4B4B;
}

h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #B9B9B9;
}

p, ol, ul {
	margin-top: 0px;
	text-align: justify;
	line-height: 160%;
}

strong {
	color: #555555;
}

a {
	color: #00B9DA;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.nopad {
	margin: 0px;
}

hr {
	display: none;
}

.more {
}

.more a {
	padding: 5px 0px 5px 27px;
	background: url(images/homepage13.gif) no-repeat left center;
}

.style1 {
	margin: 0px;
}

.style2 {
	height: 28px;
	margin: 0px 0px 30px 0px;
	padding: 13px 0px 0px 20px;
	background: #FF9B00 url(images/homepage14.jpg) no-repeat left top;
	font-size: 14px;
	color: #FFFFFF;
}.style3 {
    /*Style for Side Bar Top Text*/
	height: 28px;
	margin: 0px 0px 30px 0px;
	padding: 13px 0px 0px 20px;
	background: #FF9B00 url(images/homepage14.jpg) no-repeat left top;
	font-size: 18px;
    text-align: center;
	color: #FFFFFF;
}

/** WRAPPER */

#wrapper {
}

.wrapper {
	width: 862px;
	margin: 0px auto;
}

/** HEADER */

#header {
	width: 862px;
	height: 156px;
	margin: 0px auto;
	background: url(images/homepage02.jpg) no-repeat right top;
}

/** LOGO */

#logo {
	float: left;
	width: 273px;
	height: 156px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-indent: -999em;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 130px;
}

/** MENU */

#menu {
	float: left;
	height: 156px;
	background: url(images/homepage04.gif) repeat-x left bottom;
}

#menu ul {
	width: 589px;
	height: 36px;
	margin: 0px;
	padding: 120px 0px 0px 0px;
	background: url(images/homepage06.gif) no-repeat right bottom;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	height: 26px;
	padding: 10px 0px 0px 0px;
    width: 83px;
}

#menu a {
	padding: 0px 20px;
	background: url(images/homepage07.gif) no-repeat left center;
	text-decoration: none;
	font-size: 12px;
	color: #3F3F3F;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	padding-left: 6px;
	background: url(images/homepage05.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 862px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 530px;
	padding: 60px 20px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 273px;
}

/** SIDEBAR > BOX STYLE */

#sidebar .box {
}

/** FOOTER */

#footer {
	background: #1D1D1D;
}

#footer p {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	line-height: normal;
	color: #424242;
}

/** BOX1 */

#box1 {
	background: #FF7000 url(images/bg01.jpg) repeat-x left top;
	color: #FEE2A1;
}

#box1 .wrapper {
	padding: 30px 0px 20px 0px;
	background: url(images/bg02.jpg) no-repeat center top;
}

#box1 .column1, #box1 .column2 {
	width: 394px;
}

#box1 .column1 {
	float: left;
}

#box1 .column2 {
	float: right;
}

#box1 h2 {
	margin: 0px;
	color: #FFFFFF;
}

#box1 h3 {
	color: #FFC980;
}

#box1 a {
	color: #FFFFFF;
}

#box1 .more a {
	background-image: url(images/homepage15.gif);
}

/** BOX2 */

#box2 {
	background: #333333 url(images/bg03.jpg) repeat-x left top;
	color: #AFAFAF;
}

#box2 .wrapper {
	padding: 40px 0px 20px 0px;
}

#box2 h2 {
	margin: 0px;
	color: #FFFFFF;
}

#box2 h3 {
	color: #969696;
}

#box2 a {
	color: #FFFFFF;
}
