/* CSS Document */

/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0;
	font-weight: normal; }

ul, ol, li {

	display:
	list-style-image: none;
	list-style-type: disc;
}

a img,:link img,:visited img {
	border:none; }
	

html, body {
	margin: 0;
	padding: 0; }

.clear_float {
	clear: both;
	height: 0px;
	overflow: hidden; }

/*---------------------  GENERAL  ---------------------*/

body {
	padding-bottom: 20px;
	font: .69em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
	background-color: #FFFFFF;
}

p {
	margin-bottom: 15px; }

a:link, a:active, a:hover, a:visited {
	color:#2C4A69; }

/*---------------------  MASTER  ---------------------*/

#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; }

#header {
	height: 108px;
	background: url(../image/header.gif); }

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	font-size: 10px; }

#main_nav {
  display: table;
  padding: 0; 
  margin: 0 auto; 
  white-space: nowrap; }
	#main_nav li {
		display: table-cell; }
	*html #main_nav li {
		float:left; }
		#main_nav li a {
			width: auto;
			display: block;
			padding: 10px 20px;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			background-color: #cc0000;
			text-decoration: none; }
			#main_nav li a.last_link {
				border-right: none; }
		*html #main_nav li a {
			float: left; }
		#main_nav li a:hover {
			/*color: #000000; 
			background: #7C9CBC;*/ }

.main_nav_container {
	clear: both;
	text-decoration: none;
	font-size:10px }
*html .main_nav_container {
	display: inline-block; }

#footer {
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
	clear: both;
	background-color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#footer ul {
		white-space: nowrap; }
	#footer ul.links_1 {
		margin-bottom: 5px; }
	#footer ul.links_2 {
		font-size: .92em;
		margin-bottom: 15px; }
	#footer p {
		font-size: .92em; }
		#footer ul li {
			display:inline;
			padding-right: 5px;
			border-right: 1px solid #FFFFFF;
			margin-right: 5px; }
		#footer ul li.last_link {
			padding-right: 0px;
			margin-right: 0px;
			border-right: none; }
			#footer ul li a {
				color: #FFFFFF;
				text-decoration: none; }
			#footer ul li a:hover {
				text-decoration: underline; }

/*---------------------  ONE COLUMN  ---------------------*/

.one_column #page_top {
	height: 28px;
	background: url url(../image/page_top_one_col.gif) no-repeat; }

.one_column #content {
	float: left;
	width: 100%;
	background-color: #FFFFFF; }

.one_column #content #left_column {
	width: 710px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	background:#ffffff;
	 }

.one_column #content #right_column {
	display: none; 
	background:#FFFFFF;}


.one_column #page_bottom {
	height: 37px;
	background: url url(../image/page_bottom_one_col.gif) no-repeat; }

/*---------------------  TWO COLUMN  ---------------------*/

.two_column #page_top {
	height: 28px;
	background: url(../image/page_top_two_col.gif) no-repeat; }

.two_column #content {
	float: left;
	width: 100%;
	background: url(../image/two_column_bkgrnd.gif) repeat-y; }

.two_column #content #left_column {
	width: 475px;
	padding: 0 20px 20px 20px;
	float: left; 
	background:#ffffff;}

.two_column #content #right_column {
	width: 200px;
	padding-right: 20px;
	float: right; 
	}
	.two_column #content #right_column .callout_spacer {
		clear: both;
		height: 20px; 
	}
	.two_column #content #right_column .pod_links dt {
		color: #003366;
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.2em;
		margin-bottom: 10px;
		background: url url(../image/rule.gif) repeat-x bottom; }
	.two_column #content #right_column .pod_links dd {
		margin-bottom: 5px; }
		.two_column #content #right_column .pod_links dd a {
			color: #333333;
			text-decoration: none;
			font-weight: bold;
			padding-left: 12px;
			background: url(../image/arrow.gif) no-repeat 0 .4em; }

.two_column #page_bottom {
	height: 37px;
	background: url url(../image/page_bottom_two_col.gif) no-repeat; }

/*---------------------  CONTENT  ---------------------*/

#content h1 {
	color: #003366;
	font-size: 1.64em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -.04em;
	padding-bottom: 1px;
	margin-bottom: 20px;
	background: url(../images/general/rule.gif) repeat-x bottom; }
	#content h1 span {
		color: #98720B;
		font-size: .83em;
		font-weight: normal;
		line-height: 1em;
		padding-right: 15px;
		border-right: 1px solid #000000;
		margin-right: 15px; }

#content h2 {
	color: #98720B;
	font-size: 2.18em;
	line-height: 1.2em;
	letter-spacing: -.04em;
	padding-bottom: 15px; }

#content h3 {
	color: #003366;
	font-size: 1.2em;
	font-weight: bold;
	line-height: .8em;
	padding-bottom: 15px; }

#content .article {
	border-bottom: 1px dotted #EBE1C8;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background:#FFFFFF; }
	#content .article img {
		float: left;
		margin-right: 10px; }
	#content .article h3 {
		font-size: 1.1em;
		line-height: 1.4em;
		font-weight: bold;
		padding-bottom: 3px;
		background:#FFFFFF; }
	#content .article h5 {
		font-size: 1em;
		color: #999999;
		padding-bottom: 3px; }

.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; }
