body {
	color: #555;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }

#header {
	background: url(/images/back_header.gif) repeat-x;
	height: 70px;
	margin: 0 auto;
	width: 710px;
}

#header h1 {
	background: url(/images/BrightCiteLogo.gif) top left no-repeat;
	float: left;
	height: 70px;
	margin: 0 0 0 5px;
	width: 200px;
}

#header h1 span { display: none; }

#header #nav {
	float: right;
	margin: 46px 0 0 0;
	padding: 0px;
}

#header #nav li {
	display: block;
	margin-right: 6px;
	float: left;
}

#header #nav a {
	background: url(/images/back_nav_button.gif) top left no-repeat;
	color: #333;
	display: inline;
	font-size: .7em;
	font-weight: bold;
	float: left;
	height: 20px;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 76px;
}

#header #nav a:hover,
#header #nav li.current_page_item a {
	color: #fff;
	background: url(/images/back_nav_button_hover.gif) top left no-repeat;
}

#content {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 710px;
}

#content a, #content a:link { color: #369; }

#content a:hover, #content a:active { color: #369; }

#content h1, #content h2, #content h3 {
	font-size: 130%;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

#content h1 {}
#content h2 { border-bottom: 1px solid #eee; }
#content h3 {
	font-size: 150%;
	margin-bottom: 0px;
}

#content p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content ul {
}

#content #billboard {
	background: url(/images/back_billboard_top.gif) top left no-repeat;
	margin: 10px 0;
	padding-top: 27px;
	width: 710px;
}

p img { padding: 5px; }

#billboard h2 {
	border: 0;
	margin: 0 0 15px 0;
}

#billboard div.button {
	background: url(/images/back_billboard_bottom.gif) top left no-repeat;
	height: 53px;
	text-align: right;
}

#billboard div.button p {
	float: left;
	font-size: 1.2em;
	margin: 18px;
	text-align: left;
}

#billboard div.button p a,
#billboard div.button p a:hover { 
	color: #999;
	text-decoration: none;
}

#billboard div.button img {
	margin: 17px 11px 0 0;
}

#billboard_copy {
	border-left: 11px solid #eee;
	border-right: 11px solid #eee;
	font-size: .8em;
	margin: 0 auto;
	padding-top: 15px;
	width: 688px;
}

#billboard_copy img.billboard {
	float: left;
	padding: 0 20px 0 15px;
}

.box {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}

#box_b, #box_c, #box_d { margin: 0 0 0 10px; }

#box_a { background: #DCECD4 url(/images/box_green_bottom.gif) bottom left no-repeat; }
#box_b { background: #BFE1F8 url(/images/box_blue_bottom.gif) bottom left no-repeat; }
#box_c { background: #FBE7CE url(/images/box_orange_bottom.gif) bottom left no-repeat; }
#box_d { background: #DBC4E0 url(/images/box_purple_bottom.gif) bottom left no-repeat; }

#content #boxes .box h2 {
	border: 0;
	font-size: .9em;
	font-weight: bold;
	height: 37px;
	margin: 0;
	padding: 10px 0 0 10px;
}
#content #boxes #box_a h2 { background: #DCECD4 url(/images/box_green_top.gif) top left no-repeat; color: #408472; }
#content #boxes #box_b h2 { background: #BFE1F8 url(/images/box_blue_top.gif) top left no-repeat; color: #567FCD; }
#content #boxes #box_c h2 { background: #FBE7CE url(/images/box_orange_top.gif) top left no-repeat; color: #C04900; }
#content #boxes #box_d h2 { background: #DBC4E0 url(/images/box_purple_top.gif) top left no-repeat; color: #662D91; }

.box_copy {
	background: #fff;
	font-size: .8em;
	height: 130px;
	margin: 0 5px 10px 5px;
	padding: 0 0 0 5px;
}

.box_copy ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.box_copy ul li {
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

#box_a .box_copy ul li { background-image: url(/images/icon_check_green.gif); }
#box_b .box_copy ul li { background-image: url(/images/icon_check_blue.gif); }
#box_c .box_copy ul li { background-image: url(/images/icon_check_orange.gif); }

#box_a .box_copy a { color: #6fb558; }

#content #boxes .box_copy p.button { text-align: center; }

#footer {
	border-top: 1px #eee solid;
	color: #888;
	font-size: .8em;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	width: 710px;
}

#footer #nav {
	padding: 0px;
}

#footer #nav li {
	display: inline;
	margin-right: 15px;
}

#footer #nav a {
	color: #369;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none;
}

/* ---------- Table ---------- */
#mytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	border-right: 1px solid #BFE1F8;
	border-bottom: 1px solid #BFE1F8;
	border-top: 1px solid #BFE1F8;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 12px;
	background: #BFE1F8 url(/images/back_table_head.gif) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #BFE1F8;
	background: none;
	text-align: right;
}

td {
	border-right: 1px solid #BFE1F8;
	border-bottom: 1px solid #BFE1F8;
	background: #fff;
	font-size: 11px;
	padding: 6px 12px;
	text-align: center;
}

td.alt {}

th.spec {
	border-left: 1px solid #BFE1F8;
	border-top: 0;
	background: #fff;
	font-weight: bold;
	text-align: right;
	text-transform: none;
}

th.specalt {
	border-left: 1px solid #BFE1F8;
	border-top: 0;
	background: #fff;
	font-weight: bold;
	text-align: right;
	text-transform: none;
}

