/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/primary-bg.jpg) repeat-x #fffbf5;
}

p {
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #242a29;
	line-height: 1.3em;
}

h1 {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: .9em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
}

em {}

strong {}

ul {
}

li {
}

img {
}


/* LINKS */
/* ------------------------------------- */
a:link, a:visited {
	color: #656261;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #292827;
}


/* IDS */
/* ------------------------------------- */
#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -431px;
	padding: 0;
	width: 862px;
	height: auto;
}

#logo {
	height: 119px;
	background: url(../images/primary-logo.jpg) no-repeat;
}

#largebox {
	padding: 15px 11px 0 0;
	width: 851px;
	height: 335px;
	background: url(../images/primary-big_box.jpg) no-repeat;
}

#smallbox {
	margin: 4px 0 0 0;
	padding: 0 28px 0 0;
	width: 834px;
	height: 193px;
	background: url(../images/primary-small_box.png) no-repeat;
}

#footer {
	margin: 10px 0 0 0;
	height: auto;
	background: none;
}


/* CLASSES */
/* ------------------------------------- */

.button {
	padding: 0 20px 0 0;
	margin: 0 2px 0 2px;
	width: 191px;
	height: 307px;
	float: right;
}

.rates {
	margin: 57px 39px 0 0;
	width: 82px;
	text-align: center;
}

.comps {
	margin: 48px 24px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #88898b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
	text-align: right;
	background: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* NAVIGATION */
/* ------------------------------------- */
#largebox ul {
	margin: 15px 0 0 27px;
	padding: 0;
	width: 170px;
	float: left;
}

#largebox li {
	list-style: none;
}

#largebox a:link, #largebox a:visited {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6062;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .1px;
	line-height: 25px;
}

#largebox a:hover {
	color: #222;
	background: none;
	font-weight: bold;
}

#button01 {
	background: url(../images/primary-button01.jpg) no-repeat;
}

#button02 {
	background: url(../images/primary-button02.jpg) no-repeat;
}

#button03 {
	background: url(../images/primary-button03.jpg) no-repeat;
}

#button01:hover {
	background: none;
}

#button02:hover {
	background: none;
}

#button03:hover {
	background: none;
}

.button a {
	width: 45px;
	height: 100%;
	float: left;
	background: none;
}

.button div {
	float: left;
}


/* SPECIAL FORMATTING */
/* ------------------------------------- */

#smallbox ul {
	margin: 0 0 0 30px;
	padding: 58px 0 0 0;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.4em;
}

#smallbox ul#news-recent {
	float: left;
	width: 440px;
}

#smallbox ul#news-cats {
	margin: 0;
	float: right;
	width: 333px;
}

#smallbox a {text-decoration: underline;}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #9f9c9a;
	text-align: center;
}