* {
	margin:0;
	padding:0
}


body {
	font-size: 11px;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}

body.highlight_list_item_1 #left ul li.one a,
body.highlight_list_item_2 #left ul li.two a,
body.highlight_list_item_3 #left ul li.three a,
body.highlight_list_item_4 #left ul li.four a,
body.highlight_list_item_5 #left ul li.five a,
body.highlight_list_item_6 #left ul li.six a,
body.highlight_list_item_7 #left ul li.seven a,
body.highlight_list_item_8 #left ul li.eight a,
body.highlight_list_item_9 #left ul li.nine a,
body.highlight_list_item_10 #left ul li.ten a
 {
	background:#f0f0f0;
	color: #c02f4c;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}


#wrapper {
	background-image: url(images/shadowed_sides.png);
	background-repeat: repeat-y;
	width: 858px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

#header {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
}

#left {
	width: 210px;
	float: left;
	display: inline;
	margin-top: 10px;
}

#menu {
	width: 210px;
	margin-bottom: 40px;
}

#menu ul {
	font-family: helvetica neue, helvetica, arial;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a {
	display: block;
	width: 200px;
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #DDD;
	color: #666;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #c02f4c;
	background-image: url("images/subnav_arrow.gif");
	background-repeat: no-repeat;
	background-position: left 18px;
}

.topmost_item {
	border-top: 1px solid #DDD;
}

#hp_middle {
	padding-left: 20px;
	width: 400px;
	float: left;
	display: inline;
}

#hp_right {
	width: 210px;
	float: right;
	display: inline;
}

#right {
	width: 630px;
	float: right;
	display: inline;
}

#footer {
	color: #999;
	font-size: 9px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: 1px solid #7B2335;
}

#footer p {
	margin-bottom: 0;
}

#footer_shadow {
	background-image: url(images/shadowed_bottomcap.png);
	background-repeat: no-repeat;
	width: 918px;
	height: 16px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 0;
	line-height: 0;
}

.clearfloat {
	clear: both;
}

a:link {
	color: #1c61db;
}

a:visited {
	color: #1c61db;
}

a:hover {
	color: #c02f4c;
	text-decoration: underline;
}

h1 {
	color: #666;
	font-size: 20px;
	font-family: helvetica neue, helvetica, arial;
}

h2 {
	color: white;
	font-size: 14px;
	font-family: helvetica neue, helvetica, arial;
	background: url(images/subheader_bar.gif) no-repeat;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 3px 3px 4px 6px;
}

h2.homepage {
	background: url(images/subheader_bar_hp.gif) no-repeat;
}

h3 {
	color: #7b2335;
	font-size: 12px;
	font-family: helvetica neue, helvetica, arial;
	text-align: left;
	margin-top: 10px;
}

.topmost {
	margin-top: 0;
}

.thumbnail {
	float: left;
	padding-right: 8px;
}

.graybox_topcap {
	font-size: 0;
	line-height: 0;
	background: url(images/graybox_topcap.gif) no-repeat;
	height: 4px;
	margin-bottom: 0;
}

.graybox {
	color: #333;
	font-size: 11px;
	background: #EEF2F3 url(images/graybox_bg.gif) repeat-y;
	text-align: left;
	width: 197px;
	padding: 5px 5px 6px 8px;
}

.graybox p {
	margin-top: 0.5em;
	margin-bottom: 0
}

.graybox h2 {
	color: black;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	padding: 0;
}

.graybox h3 {
	color: #7b2335;
	font-size: 11px;
	background-color: #d3d7d9;
	background-image: none;
	margin-top: 9px;
	margin-right: 3px;
	padding: 4px;
}

.graybox h4 {
	color: #333;
	font-size: 11px;
}

.graybox_bottomcap {
	font-size: 0;
	line-height: 0;
	background: url(images/graybox_bottomcap.gif) no-repeat;
	height: 4px;
	margin-bottom: 20px;
}

table {
	border-collapse:collapse;
}

.tableheader {
	color: white;
	font-size: 12px;
	font-family: helvetica neue, helvetica, arial;
	font-weight: bold;
	background: #abb5c0 url(images/blue_stripes.gif);
	text-align: center;
	padding: 2px 4px;
	border: solid 1px #888;
}

.tableguts {
	padding: 4px;
	border: solid 1px #999;
}

.center {
	text-align: center;
}

.left_box {
	margin-top: 10px;
	padding: 5px 10px 10px;
	border: solid 1px gray;
}

