/* --- GLOBAL SETTING --- */

body, div, h1, h2, h3, h4, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	text-align: center;
	margin: 0px;
    padding: 0px;
    border: 0px;
}
p, div, li, dt, dd, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 16px;
}
h1, h2, h3, h4 {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
a img, :link img, :visited img {
	border: none;
}
a:link, a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover, a:active {
	color: #CC3300;
    text-decoration: underline;
}
ul li {
    list-style: none;
}
dt {
	font-weight: bold;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
#top, #banner, #footer, #copyright, #content, #bottom {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 0;
}
#wrapper {
	background: #FFF;
	margin: 0 auto;
}
/* Random tidbits
 -------------------------------------------------------------- */
.img-left {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}
.img-right {
	float: right;
	margin-left: 7px;
	margin-bottom: 5px;
}
/* HEADER 
-------------------------------------------------------------- */
/* Top */
#top {
	height: 75px;
}
#logo {
	position: relative;
	padding-top: 10px;
}
#banner {
	height: 172px;
}
#contentLeft {
	float: left;
	padding-right: 20px;
	width: 500px;
}
#contactInfo {
	float: left;
	width: 238px;
	padding: 10px;
}
#contactInfo p {
	color: #666666;
}
#content h1 {
	font-size: 42px;
	line-height: 44px;
	margin-bottom: 5px;
	margin-top: 8px;
	letter-spacing: 2px;
	color: #666666;
}
#content h2 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 8px;
	color: #666666;
	text-transform: uppercase;
}
#bottom-wrapper {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	height: 100%;
	background-color: #CC3300;
}
#bottom {
	background: #FF5229;
	margin: 0 auto;
}
#bottom p, #bottom h2, #bottom li, #copyright {
	color: #FFFFFF;
	text-align: center;
}
#bottom a:link, #copyright a:link, #bottom a:visited, #copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
#bottom a:hover, #copyright a:hover, #bottom a:active, #copyright a:active {
	background: #666666;
	color: #fff;
	text-decoration: none;
}
#copyright-wrapper {
	width: 100%;
	background: #CC3300;
	padding-bottom: 15px;
	padding-top: 0px;
	}
#copyright {
	line-height: 26px;
	padding-left: 15px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
	#copyright a {
		text-decoration: none !important;
		font-weight: bold;
}
.orangeText {
	color: #CC3300;
}

.Host {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-bottom: 4px;
}
