/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #1B1C20 url(../images/home-bg.gif) repeat-y center top;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content {
	font-size:12px;
	float: left;
	width: 540px;
	padding: 25px 30px 25px;
}
#content h1{
	color:#ADAEB1;
	font-size:18px;
	margin:0px;
	padding: 0px 0px 7px;
	font-weight: normal;
}
#contentBottom {
	background: url(../images/guarenteed.gif) no-repeat right bottom;
}
#edit {
	border: 1px dashed #D5B100;
	padding: 3px;
}
#editbar {
	background-color:#504F53;
	color:#FFFFFF;
	padding:2px;
}
#editbar a{
	color:#FFFFFF;
	text-decoration:none;
}
#editbar a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#heroBar {
	height: 135px;
	padding-top: 20px;
	padding-bottom: 7px;
}
#holder {
	width:760px;
}
#menu {
	width:160px;
	background-color:#3A373B;
	font-size: 11px;
	color: #D8DADC;
	padding-top: 10px;
	float: left;
	padding-bottom: 15px;
}
#menu a{
	text-decoration:none;
	text-align:right;
	display: block;
	background: url(../images/menu-arrow.gif) no-repeat 150px 8px;
	padding-right: 16px;
	color: #D8DADC;
	border-bottom: 1px solid #818084;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a:hover{
	text-decoration:none;
	background: #605F63 url(../images/menu-arrow2.gif) no-repeat 150px 8px;
	color: #ffffff;
}
#yellowLinksBar {
	height:21px;
	background: url(../images/top-links-bg.gif) no-repeat left top;
	color:#FFFFFF;
	padding-top: 5px;
	padding-left: 8px;
}
#yellowLinksBar a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right: 12px;
}
#yellowLinksBar a:hover {
	color:#1B1C20;
	text-decoration:none;
}
#top {
}
/* topLink is used to put in a line above the top menu link */
.topLink {
	border-top: 1px solid #818084;
}
