/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	background-color: #ccc;
	background-image: url('../images/background2.gif');
	background-repeat: repeat-x;
	text-align: center;
}

#doc {
	
	width: 880px;
	margin: 5px auto;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	font-family: verdana, sans-serif;
	color: #444;	
}


/* Element Padding 
--------------------------------------------------------------------------------------- */

.elem {
	padding: 11px;
}

.elem_tbl {
	padding: 11px 0em 11px 11px;
}

.elem_tb {
	padding: 5px 0em;
}

.elem_double {
	padding: 22px;
}

.block_left {
	padding: 20px 10px;
}
.block_right {
	padding: 20px 0px 20px 10px;
}



.textalign_right {
	text-align: right;
}


#header {
	height: 85px;
	background-image: url('../images/band_top.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#banner {
	height: 250px;
	background: url('../images/banner.jpg') no-repeat;	
}

#login_container {
	padding: 10px 0px 0px 10px;
	background: #f7f7f7;
}

#login {
	height: 230px;
	width: 200px;
	background: url('../images/login_box.gif') no-repeat;
}

#login_area {
	border: 1px solid #ff0000;
	padding: 10px;
}

		.login_title {
			color: #003366;
			font-weight: bold;
			font-size: 12px;
			text-transform: uppercase;
		}


#page_content {
	width: 660px; 
	margin-bottom: 20px;
}

#inner_page_content {
	border-right: 2px solid #888;
}

#inner_page_content h1 {
	font-family: verdana, arial;
}

#subpage_content {
	font-family: georgia, times, serif;
	font-size: 13px;
	line-height: 20px;;
	background: #eee;
}

.inner_subpage {
	width: 540px;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
}

.side_textbox_home {
	background: url('../images/side_textbox.gif');
	width: 200px;
	height: 260px;
}

.side_textbox_page {
	background-color: #f0f0f0;
	width: 220px;
}

#footer {
	text-align: center;
	background: #ddd;
}

#footer img {
	display: inline;
	position: relative; top: 5px; left: 8px;
}


/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }


/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color: #3333aa;
}

a:hover, a:focus {

}


/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 2em; line-height: 2em; }
h2 { font-size: 1.2em; line-height: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; font-weight: bold; }
h5 { font-size: 0.8em; line-height: 1.2em;}

/* Special Font
--------------------------------------------------------------------------------------- */	

.small {
	font-size: 11px;
}

.extra_small {
	font-size: 10px;
}

.small_faded {
	line-height: 12px;
	font-size: 11px;
	color: #888;
}

/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }


/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input {
	font-family: verdana, sans-serif;
	color: #444;
}


/* Nav
--------------------------------------------------------------------------------------- */

#banner_ad a {
	display: block;
	width: 620px;
	height: 220px;
}

#buttons {
	display: inline;
	height: 30px;
}

.header_buttons {
	width: 600px;
}

	.button, .button_on {
		float: left;
		overflow: hidden;
	}

	.button_l, .button_m, .button_r {
		float: left;
		background-color: #ccc;
		height: 30px;
	}

	.button_m img {
		margin-top: 6px;
		padding: 0px 4px;
	}

	/* Selected Button
	------------------------------*/

	.button_on .button_l {
		background: url('../images/tabs/selected/ll.gif') repeat-x;
		width: 8px;
	}
	
	.button_on .button_m {
		background: url('../images/tabs/selected/ml.gif') repeat-x;
	}
	
	.button_on .button_r {
		background: url('../images/tabs/selected/rl.gif') repeat-x;
		width: 8px;
	}

	/* Unselected Buttons
	------------------------------*/
	
	.button .button_l {
		background: url('../images/tabs/unselected/l.gif') repeat-x;
		width: 8px;
	}
	
	.button .button_m {
		background: url('../images/tabs/unselected/m.gif') repeat-x;
	}
	
	.button .button_r {
		background: url('../images/tabs/unselected/r.gif') repeat-x;
		width: 8px;
	}


.subnav {
	padding-left: 54px;
	background: #f7f7f7;
}

.subnav span {

}

.subnav span a, .subnav span a:link, .subnav span a:visited {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px 6px;
	margin-top: 20px;
	margin-right: 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f7f7f7;
	float: left;
	text-decoration: none;
}

.subnav span a:hover, .subnav span a:focus {
	background: #fff;
}

.subnav span.current a, .subnav span.current a:link, .subnav span.current a:visited {
	color: #555;
	background: #eee;
}


/* Tables
--------------------------------------------------------------------------------------- */

table tr td {
	padding: 10px 10px 10px 0px;
}

table.blog tr td {
	background: #f7f7f7;
	padding: 20px 20px 20px 10px;
}

table.blog tr td.primary {
	background: #fdfdfd;
	font-weight: bold;
}

table.locations tr td {
	background: #f7f7f7;
	border-left: 1px solid #ddd;
	border-top: 1px solid #444;
	padding: 10px 10px 10px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

table.locations tr td table tr td {
	border-top: 0px solid #eee;
}

table.locations tr td b {
	font-family: georgia, serif;
	font-size: 13px;
}

table.timeline tr td {
	background: #f7f7f7;
	padding: 20px 20px 20px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

table.timeline tr td.primary {
	background: #fdfdfd;
	font-weight: bold;
	border-right: 2px solid #ddd;
	font-family: georgia, times, serif;
	font-size: 14px;
}

table.chart {
}

table.chart tr td {
	border: 1px solid #ddd; 
	font-size: 11px;
	padding: 4px;
}

table.chart tr td.title_cell {
	font-weight: bold;
	background: #f7f7f7;
	padding: 11px;
}

table.chart tr td.break {
	border-width: 0px;
	padding: 11px;
}

table.chart tr td.short {
	width: 50px;
}

table.chart tr td.med {
	width: 80px;
}

table.chart tr td.wide {
	width: 150px;
}

/* Lists
--------------------------------------------------------------------------------------- */

ul {
	list-style-type: disc;
	margin-left: 0.2em;
	padding-left: 1em;
	text-indent: 0em;
	}

li {
}