/*===========================================================================
	global.css

	Site-wide style rules for screen and print. Rules for discrete
	sections are broken out into their own individual stylesheets.
===========================================================================*/

@media screen, handheld {
/*===========================================================================
	Reset
===========================================================================*/
/* v1.0 | 20080212 */
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, b, u, i, center, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*===========================================================================
	Defaults
===========================================================================*/
body {
	font: 12px/1.5 Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: rgb(146,138,128);
}

/* Block-Level Elements
===========================================================================*/
hr {
	clear: both;
	height: 0;
	border: 0 #ccc solid;
	border-top-width: 1px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: rgb(182,204,150);
}
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

img.dtrimage { margin-top: -3px !important; }

/* ===== Forms ===== */

form { /*margin-left: 164px;*/ }
label { display: block; }
	label.mandatory { font-weight: bold; }
input { display: block; margin-bottom: 10px; }
.error { color: #8a1f11; }

/* Inline Elements
===========================================================================*/
a, a:visited, a:active { color: rgb(172,35,28); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: dotted 1px; }

/* Common Classes
===========================================================================*/
.accessibility, .invisible { position: absolute; left: -1000em; }

.eof { margin-bottom: 0 !important; }

.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 0;
	content: ".";
}
.clearfix { display: inline-block; }
/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/ /* end hidden from IE 5 Mac */

.replace {
	height: 20px;
	outline-width: 0; /* for Firefox 1.5+ */
	text-decoration: none; /* for Firefox 1.0 */
	text-indent: -1000em;
	background-repeat: no-repeat;
}

/*===========================================================================
	Overall Document Structure
===========================================================================*/
#page {
	position: relative;
	width: 910px;
	margin: 0 auto 1em auto;
	padding-top: 1px; /* prevent margin collapsing */
}

/*===========================================================================
	Header
===========================================================================*/
#hd {
	position: relative;
	height: 317px;
	/*height: 397px;*/
	background: #fff url(../img/hd-bg3.png) top center no-repeat;
}

	#logo {
		position: absolute;
		top: 178px;
		/*top: 258px;*/
		left: 164px;
	}

/*===========================================================================
	Body
===========================================================================*/
#bd {
	position: relative;
	background: rgb(190,38,30) url(../img/bd-bg.jpg) top center repeat-x;
	min-height: 431px;
}

/* Main Content
===========================================================================*/
.main-wrapper {
	width: 597px;
	padding-top: 60px;
	background: transparent url(../img/main-wrapper-bg.png) top center no-repeat;
}

	.main {
		min-height: 500px;
		padding-left: 79px;
		padding-right: 29px;
		background: #fff url(../img/main-bg.png) top center repeat-y;
	}
	
		#nav-wrapper {
			min-height: 18px;
			margin-bottom: 20px;
			padding-bottom: 7px;
			background: transparent url(../img/nav-dotted-bg.png) bottom left repeat-x;
		}
	
			.nav li {
				float: left;
				margin-right: 25px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
				a.active {
					color: rgb(146,138,128);
					text-decoration: none;
					cursor: default;
					outline: 0;
				}
			
/* ===== RTE elements ===== */

.mod_article p, .mod_article dl, .mod_article hr, .mod_article h1,
.mod_article h2, .mod_article h3, .mod_article h4, .mod_article h5,
.mod_article h6, .mod_article ol, .mod_article ul, .mod_article pre,
/*.mod_article table,*/ .mod_article address, .mod_article fieldset,
.mod_article img {
	margin-bottom: 1em;
}

.mod_article ul { margin-left: 15px; list-style: disc; }
.mod_article li { margin-bottom: .5em; }
.mod_article li ul { margin-top: .5em; }

.mod_article td { vertical-align: top; }
.mod_article .first-col { width: 154px; padding-right: 10px; text-align: center; }

/* Actions
===========================================================================*/

#actions {
	position: absolute;
	top: 0;
	right: 0;
	width: 253px;
	height: 182px;
	background: transparent url(../img/actions-bg.png) top center no-repeat;
}
	#actions li {
		height: 22px;
		margin-left: 20px;
		margin-bottom: 17px;
		padding-left: 13px;
		line-height: 12px;
		background: transparent url(../img/actions-li-bg.png) top center repeat;
	}
	#actions li.give-section {
		background: transparent url(../img/actions-give-bg.png) top center no-repeat;
	}
	#actions .first {
		margin-top: 34px;
	}
	#actions .last {
		margin-top: -3px;
	}

/* Slideshow
===========================================================================*/

#slideshow {
	position: absolute;
	top: 206px;
	right: 0;
	width: 313px;
	height: 225px;
	color: #fff;
}

/* end @media screen, handheld */
}

/*===========================================================================
	Footer
===========================================================================*/

#ft {
	margin-top: 0;
	border-top: 15px solid rgb(52,39,25);
	padding-top: 1em;
	text-align: center;
}

/*===========================================================================
	Print
===========================================================================*/
@media print {

/* end @media print */
}