/**********************************

RESET STYLES FOR ALL BROWSERS

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 0px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

BODY {
	background-color: #f7971d;
}

a {
	color: white;
}


#canvas {
	width: 950px;
	margin: 0 auto;
	background-color: #414142;
}

#head {
	width: 100%;
	background: url('../images/bg_head.gif') transparent center top no-repeat;
}

#head_image {
	width: 950px;
	height: 85px;
	margin: 0 auto;
}

#main {
	width: 950px;
	overflow: auto;
}


#content {
	width: 750px;
	float: right;
}

#content_copy {
	background-color: #050001;
	padding: 20px 30px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#content_copy h1 {
	color: #f7971f;
	padding-bottom: 10px;
	font-size: 1.3em;
}

#content_copy p {
	padding-bottom: 15px;
}


#content_copy p.small_orange {
	font-size: 12px;
	color: #f7971f;
	padding-bottom: 0;
}

#content_copy p.large_white {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}

#foot {
	height: 30px;
	background-color: #f7971d;
}

/* NAVIGATION */

#menu {
	width: 200px;
	overflow: hidden;
	float: left;
}

#menu ul {
	width: auto;
	bottom: 0;
	left: 0;
	font-size: 11px;
	padding: 0;
}

#menu li {
	border-top: 2px solid #5e5e5e;
	border-bottom: 1px solid #000;
}


#menu ul a {
	display: block;
	padding: 6px 18px 9px 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background: url('../images/bg_menuitem.gif') #717171 bottom left no-repeat;
}

#menu ul li a:hover {
	background: #222;
}

#menu ul li a.selected {
	background: #222;
}


/* SAVINGS */

#savings {
	background: #414142;
	overflow: auto;
	height: 47px;
}

#savings_text {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #23b5e8;
}

#savings_text p {
	font-size: 12px;
	text-align: right;
}

#savings_dollars {
	float: right;
	width: 185px;
	font-size: 22px;
	line-height: 24px;
	padding: 4px 12px 3px 0;
	text-align: right;
	font-weight: bold;
	color: white;
	border: 8px solid #050001;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/bg_savings_dollars.gif') #23b5e8 top left no-repeat;
}
