body {
	margin: 0px;
	padding: 0px;
	background: url('images/tilehome.jpg') repeat-x;
}
body.sub {
	background: url('images/subtile.jpg') repeat-x;
}

#container {
	width: 900px;
	text-align: left;
}

#utility {
	background: #959694;
	height: 27px;
	text-align: right;
	padding-right: 33px;
}
#utility * {
	line-height: 27px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#utility a:hover {
	color: #333;
}
#utility .bullet {
	background: url('images/utility_bullet.gif') no-repeat center;
	padding: 0px 10px;
	height: 27px;
}

#header {
	margin: 21px 33px 28px 33px;
}
.sub #header {
	margin: 5px 33px;
}
#tagline {
	float: left;
	width: 527px;
	height: 84px;
	background: url('images/lines.gif') no-repeat bottom;
	text-align: center;
}
#tagline div {
	padding: 20px 0px;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
#logo {
	float: left;
}
.kicker {
	clear: both;
}

#nav {
	text-align: center;
}
.sub #nav {
	margin-bottom: 25px;
}
#nav * {
	font-size: 13px;
	text-decoration: none;
	color: #959694;
	font-weight: bold;
	line-height: 37px;
}
#nav a:hover {
	color: #C1A266;
	border-bottom: 1px #C1A266 solid;
}
#nav .bullet {
	background: url('images/navsep.gif') no-repeat center;
	padding: 0px 20px;
	height: 37px;
	line-height: 37px;
}

#flash {
	margin-top: 3px;
}

#bottombar {
	height: 136px;
	background: #E8E5D9;
}
#bottom {
	width: 900px;
}
#bottom .padder {
	padding: 0px 10px;
}

#loginform {
	padding-top: 10px;
}
.secure_login {
	color: #C1A266;
	font-weight: bold;
	font-size: 15px;
}
#footer {
	padding: 10px 33px;
	text-align: center;
}

#main {
	padding: 0px 33px;
}

#sidebar {
	background: url('images/sidebartile.jpg') repeat-y;
}
#subnav {
	margin: 10px 0px 10px 5px;
}

.maintile {
	background: url('images/maintile.jpg') repeat-y right;
}
#content {
	background: url('images/mainfade.jpg') no-repeat;
	padding: 25px 20px;
}

#btmline {
	margin: 4px 33px 8px 33px;
}

#colorline {
	height: 10px;
	background: #C1A266;
}
