/* Universal */

body {
	margin:0; 
	background-color:#e5632f; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:15px;
	color:#666666
}

img {
	border:0
}

a, a:hover {
	color:#e5632f;
	text-decoration:none
}

p {
	margin:12px 0;
}

h1 {
	color:#e5632f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
}

h2 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:25px 0 15px 0;
}

.floatLeft {
	float:left
}

.orange {
	color:#e5632f;
}

#error {
	color:#ff0000
}

#container {
	width:882px; 
	float:left; 
	background:url(../images/main_bg.jpg) top left repeat-y; 
	padding-left:19px;
}

#header {
	width:863px; 
	float:left; 
	background-color:#ffffff;
}

#headerLogo {
	width:314px;
	height:127px; 
	float:left
}

#headerLogoRight {
	height:127px; 
	float:left; 
	padding-left:268px
}

#footer {
	width:863px; 
	float:left; 
}

#hdrNav {
	background:url(../images/nav_bg.jpg) top left repeat-x; 
	height:36px; 
	width:863px;
	float:left
}

#content {
	width:863px; 
	float:left; 
	background-color:#ffffff
}

#innerContent {
	width:793px; 
	padding:0 35px
}

.contentLeft {
	width:480px; 
	float:left;
}

.contentRight {
	float:left; 
	width:289px; 
	margin-top:15px; 
	padding-left:24px;
}

.contentWide {
	float:left; 
	width:793px
}

#content ul {
	padding-left:25px;
	margin-left:0px;
}


#content ul li {
	color:#333333;
	list-style:none;
	list-style-image:url(../images/bullet.gif);
}


/* Drop down menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10;
}

#nav a {
	display: block;
	cursor:pointer;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 155px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* Home */

.homeBanner {
	width:793px; 
	height:216px
}

#onlineBtn {
	margin-top:1px;
	float:left
}

#accountHdr {
	width:860px;
	margin: 0;
	padding: 0;
	}
	
	
#error, .error { color:#ff0000; font-weight:bold;}