/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #202C35 url(../images/bg01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

td.heading {
	background-color: #b3b3b3;
	color: white;
	text-align: left;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
}

td.question {
	vertical-align: top;
	text-align: left;
	padding-right: 25px;
	font-weight: bold;
}

td {
	text-align: center;
	vertical-align: top;
}


/** HEADINGS */

h1, h2 {
	margin-bottom: 15px;
	padding-left: 29px;
	background: url(../images/homepage11.gif) no-repeat left center;
	font-family: Helvetica, "Univers", Times, serif;
	color: #202C35;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	margin: 0px;
	font-size: 13px;
	color: #525252;
}

/** TABLES */

#xmas-hrs {
	border-spacing: 10px 10px;
	width: 320px;
}

#xmas-hrs td {
	vertical-align: top;
	font-size: 10px;
	text-align: left;
	width: 72px;
}

#xmas-hrs td.alt {
	text-align: center;
	width: 72px;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Helvetica, "Univers", Arial, sans-serif;
	font-size: 11px;
	color: #828282;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.75em;
	text-align: left;
	line-height: 170%;
}

p.subtext {
	font-size: 9px;
	margin-top: -20px;
}

p > i:first-child
{
color:#FF8800;
} 

h3 > strong:first-child
{
color:#FF8800;
padding-left: 2px;
padding-right: 2px;
} 

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #525252;
}

strong1 {
	font-size: 11px;
	padding: 10px 0px 0px 3px;
	font-weight: bold;
	color: #CDCDCD;
}

#cta {
	font-size: 17px;
}

#orange {
	padding-top: -10px;
	padding-bottom: -5px;
	text-align: center;
}

span.orange {
	color: #ff8800;
}

/** LINKS */

a {
	color: #FF8800;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MENU */

#menu {
	width: 100%;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	
	padding: 16px 0px 0px 0px;
	list-style: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
/** THIS IS THE HEADER WIDTH CHANGE SETTINGS*/
#menu li {
	display: inline;
	padding: 40px;
	background: url(../images/homepage01.gif) no-repeat left center;
	mar
}

#menu li.first {
	background: none;
}

#menu a {
	color: #FFFFFF;
}


#menu a:hover {
	text-decoration: underline;
}

/** WRAPPER */

#wrapper {
	width: 720px;
	margin: 0px auto;
	background: url(../images/bg02.jpg) repeat-y left top;
}

.subpage #wrapper {
	background: #FFFFFF;
}

#page {
	background: url(../images/bg03.jpg) no-repeat left top;
	padding-top: 60px;
}

#runout-page {
	padding-top: 20px;
	background: url(../images/bg03runout.jpg) no-repeat left top;
}


.subpage #page {
	background-image: url(../images/subpage2_01.jpg);
}

/** MISC */

.adspace {
	margin-bottom: 20px;
	
}

#lefttext {
	float: left;
	width: 250px;
	padding-left: 15px;
	text-size: 12px;
}

#righttext {
	float: right;
	padding-right: 20px;
	
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.three-cols {
}

.three-cols .colA, .three-cols .colB, .three-cols .colC {
	float: left;
	width: 141px;
	padding-left: 18px;
}

.three-cols .colA {
	padding-left: 0px;
}

/** SUBMENU */

#submenu {
	width: 201px;
	/* margin-top: 20px; */
}

#submenu ul {
	margin: 0px;
	padding: 25px 0px;
	list-style: none;
}

#submenu li {
	display: block;
	width: 201px;
	height: 35px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#submenu a {
	display: block;
	padding: 10px 0px 0px 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	width: 720px;
	background: url(../images/bg04.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 50px 200px;
	text-align: center;
	color: #636C72;
}

.subpage #footer {
	background-image: url(../images/subpage2_02.jpg);
}

.subpage #footer p {
	padding-left: 0px;
}




