body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url('../images/backgrounds/main.jpg');
	font-family: verdana, arial;
	font-size: 12px;
}
#main_container {
	width: 874px;
	background: #fff url('../images/backgrounds/main_bg.jpg') repeat-y;
	text-align: center;
	margin: 0 auto;
}

#main_container_inner {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#header {
	background: #fff url('../images/logos/header.jpg') top left no-repeat;
	text-align: right;
	padding: 0 12px 16px 12px;
}
	#header .date {
		padding: 8px 0 12px 0;
		color: #9D0000;
		font-size: 10px;
	}
#main_body {
	clear: left;
	padding: 0 10px;
	line-height: 1.5em;
}
#footer {
	clear: left;
	font-size: 10px;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	text-align: left;
	background: #fff url('../images/backgrounds/footer-bg-tile.jpg') repeat-x;
	padding: 0 10px;
	margin-top: 20px;
	color: #fff;
}


/* ------------------------- REDECLARE --------------------------- */
table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
	text-align: left;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 6px 0;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 6px 0;
	color: #9D0000;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 6px 0;
	color: #9D0000;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
}
img {
	border: 0;
}
ul, li {
	padding: 0;
	margin: 0;
}
ul.list {
	margin: 10px;
	margin-left: 30px;
}
div.inner_box ul {
	margin: 10px 0;
}
div.inner_box li {
	margin-left: 20px;
}


/* ------------------------- NAVBAR --------------------------- */

.nav {
	background: #fff url('../images/backgrounds/footer-bg-tile.jpg') top left repeat-x;
	width: 850px;
	height: 150px;
	text-align: center;
}
.nav_block {
	float: left;
	width: 200px;
	margin: 0 10px 0 auto;
	text-align: center;
}
.nav ul {
	padding: 0;
	margin: 0;
}
.nav ul li {
	list-style-type: none;
	font-size: 11px;
	display: block;
	text-align: left;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	border-width: 0 1px 0 1px;
	height: 21px;
}
.nav ul li.nav_parent {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: #fff url('../images/backgrounds/nav-tab.jpg');
	text-align: center;
	border-width: 0;
	padding: 4px 0 4px 8px;
	height: 17px;
}
.nav ul li.nav-box-round {
	border: 0;
	background: #fff url('../images/corners/nav-box-round-bottom.jpg') no-repeat;
}
.nav ul li a {
	display: block;
	height: 12px;
	text-decoration: none;
	padding: 4px 0 4px 8px;
}
.nav ul li a:link, .nav ul li a:visited {
	color: #000;
}
.nav ul li a:hover {
	background-color: #9d0000;
	color: #fff;
}
.nav ul li a.current, .nav ul li a.current:link, .nav ul li a.current:visited {
	color: #ad0000;
}
.nav ul li a.current:hover {
	background-color: #9d0000;
	color: #fff;
}




/* ------------------------- LAYOUTS --------------------------- */
div#layout_3_left {
	float: left;
	width: 200px;
	margin-right: 10px;
}
div#layout_3_middle {
	float: left;
	width: 410px;
	margin-right: 10px;
}
div#layout_3_right {
	float: left;
	width: 200px;
}
div#layout_3_left_border {
	float: left;
	width: 198px;
	margin-right: 10px;
	border: 1px solid #d7d7d7;
	border-width: 0 1px 0 0;
}
div#layout_3_middle_border {
	float: left;
	width: 408px;
	margin-right: 10px;
	border: 1px solid #aaa;
}
div#layout_3_right_border {
	float: left;
	width: 198px;
	border: 1px solid #d7d7d7;
	border-width: 0 0 0 1px;
}

div#layout_2_main {
	float: left;
	width: 590px;
	margin-right: 10px;
}
div#layout_2_right {
	float: left;
	width: 218px;
}
#right_box {
	float: right;
	width: 214px;
	margin-left: 10px;
	background-color: #eaeaea;
	padding: 6px;
	line-height: 1em;
}
	#right_box .topline {
		height: 8px;
		background-color: #A30B0A;
		margin-bottom:  8px;
	}
	#right_box .imgbox {
		border: 2px solid #fff;
	}
	#right_box .imgbox img {
		width: 210px;
	}
	
	#right_box .text {
		margin: 6px 0 20px 0;
		padding: 2px;
		font-size: 11px;
		line-height: 1.3em;
	}
	#right_box .redbox_title {
		background-color: #A30B0A;
		color: #fff;
		padding: 4px;
		font-size: 11px;
		font-weight: bold;
		margin-bottom:  8px;
	}
	#right_box .job_openings {
		line-height: 1.5em;
	}
	#right_box a {
		font-weight: bold;
		text-decoration: none;
	}
	#right_box a:link, #right_box a:visited {
		color: #A30B0A;
	}
	#right_box a:hover {
		text-decoration: underline;
		color: #000;
	}
	#right_box ul {
		list-style: none;
		margin: 4px 0 4px 12px;
	}
table.lists td {
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 8px;
}

/* ------------------------- ALIGNMENTS --------------------------- */

.clear_left {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.clear_right {
	clear: right;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.float_right {
	float: right;
}
.lft {
	text-align: left;
}
.ctr {
	text-align: center;
}
.rgt {
	text-align: right;
}


/* ------------------------- ANCHORS --------------------------- */

a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #9d0000;
}
a:hover {
	color: #ad0000;
	text-decoration: none;
}

.header_links span {
	padding: 0 5px;
}
.header_links a {
	text-decoration: none;
}
.header_links a:link, .header_links a:visited  {
	color: #000;
}
.header_links a.current, .header_links a:hover {
	text-decoration: underline;
	color: #9D0000;
}

.footer_links span {
	padding: 0 4px;
}
.footer_links a {
	text-decoration: none;
}
.footer_links a:link, .footer_links a:visited  {
	color: #fff;
}
.footer_links a.current, .footer_links a:hover {
	text-decoration: underline;
	color: #fff;
}


/* ------------------------- PADDING AND MARGINS --------------------------- */

.p_8_0 {
	padding: 8px 0;
}
.p_8_4 {
	padding: 8px 4px;
}
.no_nav {
	margin-top: 10px;
}
.p_8 {
	padding: 8px;
}


/* ------------------------- INNER CONTENT BOXES --------------------------- */


.partners div {
	text-align: center;
	margin-bottom: 10px;
}
.inner_box {
	text-align: left;
	line-height: 1.5em;
	word-spacing: .1em;
	padding: 6px;
}

