@charset "UTF-8";
/* CSS Document */

/* RESET -------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* GENERAL ------- */
html {
	background: #666;
}
body {
	font-family: Tahoma,"Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
	line-height: 30px;
	color: #8b8b8b;
	padding: 0 0 14px 0;
}

/* Misc. --- */
.clear {
	clear: both;
	line-height: 0;
	height: 1px;
	
}
.hr {
	width: 100%;
	border-top: 1px solid #7c7c7c;
	clear: both;
}

/* OUTER FRAME ----------------------- */
#main-container {
	width: 946px;
	margin: auto;
}
#main-container .page-top {
	background: url(/images/bg-page-top.gif) no-repeat;
	width: 946px;
	height: 18px;
	float: left;
}
#main-container .page-tile {
	background: url(/images/bg-page-tile.gif) repeat-y;
	width: 922px;
	padding-left: 24px;
	float: left;
}
#main-container .page-bttm {
	background: url(/images/bg-page-bttm.gif) no-repeat #666;
	width: 946px;
	height: 22px;
	float: left;
}


/* LOGO-HEADER ----------------------- */
#header {
	width: 898px;
	height: 172px;
	background: url(/images/bg-logo.gif) no-repeat #fff;
	float: left;
}


/* MENU/NAV ---*/
#menu {
	width: 912px;
	height: 30px;
	float: left;
}
#menu img {
	vertical-align: middle;
}
#menu ul {
	background: url(/images/bg-nav.gif) no-repeat;
	height: 28px;
	list-style-type: none;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 6px;
}
#menu li {
	display: inline;
	height: 28px;	
}
#menu a {
	color: #747665;
	text-decoration: none;
	text-shadow: 1px 1px 0 #dde67f;
	padding-right: 14px;
	padding-left: 12px;
}
#menu a:hover {
	color: #000;
}
#menu .current {
	color: #000;
}

/* INNER CONTAINER ------------------- */

#columns {
	width: 912px;
	padding-top: 6px;
	clear: both;
	color: #666;
}
#columns ul {
	margin-left: 16px;
}
#columns li {
	margin-bottom: 16px;
	padding-right: 16px;
}
#columns a {
	color: #f58345;
	text-decoration:underline;
}
#columns a:hover {
	text-decoration: none;
	color: #666;
}
#columns .left {
	width: 482px;
	float: left;
	padding: 0 10px 20px 15px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 12px;
	border-bottom: 1px solid #cbcbcb;
}
#columns .right {
	width: 390px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #cbcbcb;
}
#columns .right p {
	padding-left: 10px;
}
#columns .right-grad {
	background: url(/images/bg-gradient.gif) repeat-x #fff;
	width: 370px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px;
	margin-top: 10px;
}
#columns .left-hm {
	width: 386px;
	float: left;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #cbcbcb;
}
#columns .right-hm {
	background: url(/images/bg-gradient.gif) repeat-x #fff;
	width: 474px;
	min-height: 212px;
	float: left;
	padding: 15px 10px 0 15px;
	margin-left: 12px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #cbcbcb;
}
#columns .center {
	margin-left: 180px;
	margin-right: 130px;
	font-size: 12px;
}
/* FONT Treatments --- */
.fontbump {
	font-size: 14px;
	font-weight: bold;
}
.fontbump span {
	color: #f58345;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #666;
	font-size: 12px;
	padding-bottom: 8px;
}
/* FOOTER ----*/

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #c9c9c9;
	text-align: center;
	margin-bottom: 20px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #f58345;
	text-decoration: underline;
}
