/* GENERAL DOCUMENT-WIDE DECLARATIONS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: black;
	text-align: left;
	text-decoration: none;
	background: white url(../images/misc/bg_field.png) top left repeat-x fixed;
}

html, body, table, tr, td, div, span, img, ul, ol, li, dl, dt, dd, form, input, button {
	padding: 0;
	border: 0;
	margin: 0;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: #0099FF;    /* pale blue */
	text-decoration: underline;
}

a:hover {
	color: #CDAA7D;    /* "burlywood" */
}

a:active {
	color: #CC0000;    /* crimson */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #104E8B;    /* "dodger blue 4" */
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 75%;
}

hr {
	border: 1px solid #36648B;    /* "steel blue 4" */
}

.firstline {        /* This is so that Firefox and Opera don't put a line-break on the */
	margin-top: 0;    /* first line of a paragraph or heading or something. */
}

ul {
	margin-left: 1.7em;
	list-style: disc url(../images/misc/arrow.gif) outside;
}

ol {
	margin-left: 1.7em;
	list-style: decimal outside;
	list-style-image: none;
}

/* FULL PAGE CONTAINERS */

#wrap {
	width: 770px;
	min-height: 100%;
	margin-left: auto;    /* auto left and right margins result in */
	margin-right: auto;   /* wrap div being horizontally centered */
	position: relative;
}

#bg_wrap {        /* This container's sole purpose is to display the column-like background image */
	float: left;    /* behind everything else.  This can't be done in #wrap because, for the image to */
	width: 100%;    /* display, the div needs to be floated, and we want the page centered. */
	background: url(../images/misc/page_bg.png) top left repeat-y;
}

/* HEADER */

#header {
	float: left;
	background: #9FB6D2 url(../images/misc/header_bg.png) top left repeat-y;    /* "slate gray 3.5" */
	width: 100%;
}

#logo {
	float: left;
	display: block;
	width: 197px;
	height: 38px;
	padding: 3px;
}

#hdr_center {
	float: right;
	width: 300px;
	color: #104E8B;    /* "dodger blue 4" */
	font-weight: bold;
	text-align: center;
}

#hdr_center div {
	padding: 4px 0 0;
}

#hdr_center a:link {
	color: #104E8B;    /* "dodger blue 4" */
	text-decoration: none;
}

#hdr_center a:hover {
	color: #CDAA7D;    /* "burlywood" */
}

#hdr_right {
	float: right;
	width: 267px;    /* remaining width to right of logo */
}

#date {
	color: white;
	text-align: right;
	padding: 0 3px 2px 0;
}

form, input {
	font-size: x-small;
	padding: 0 2px 0 0;
}

#searchbox {
	float: right;
	display: inline;
}

#searchfield {
	width: 200px;
	background-color: white;
	border: 2px inset #9FB6D2;    /* "slate gray 3.5" */
	vertical-align: middle;
}

#searchfield:focus {
	background-color: #E0D899;    /* "camelhair" */
}

#searchbutton {
	font-size: x-small;
	color: #191970;    /* "midnight blue" */
	background-color: #9FB6D2;    /* "slate gray 3.5" */
	border: 2px outset #9FB6D2;    /* "slate gray 3.5" */
	vertical-align: middle;
}

#searchbutton:active {
	border-style: inset;
}

#separator_line1 {
	float: left;
	background: url(../images/misc/separator_line1.png) top left repeat-x;
	width: 100%;
	height: 8px;
	font-size: 0;    /* to prevent bug in IE from making div too high */
	line-height: 1px;    /* ditto */
}

/* TAB BAR */
/* Due to the overlapping nature of the tabs, this section is rather complex.  Someday, after */
/* IE does alpha channels correctly for .PNG images, this section can be substantially simplified. */
/* The tabs utilize Douglas Bowman's "sliding doors" method.  See.... */
/* http://www.alistapart.com/articles/slidingdoors/ */

#tab_bar {
	float: left;
	width: 100%;
	background: #D8E1EC url(../images/tab/tab_bar_bg.png) top left repeat-x;    /* color at bottom of bg */
	border-bottom: 1px solid white;
}

ul#tabs {
	float: left;
	width: 100%;
	background: url(../images/tab/tabs_widget.png) top right no-repeat;
	padding: 4px 0 0 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	text-align: left;
}

ul#tabs li {
	float: left;
	text-align: left;
	font-size: 110%;
	line-height: 1em;
	font-weight: bold;
}

ul#tabs a {
	display: block;
	text-decoration: none;
	background: url(../images/tab/tab0r.png) top right no-repeat;
	color: white;
}

ul#tabs span {
	display: block;
	padding: 3px 9px 3px 5px;
	background: url(../images/tab/tab0l.png) top left no-repeat;
}

ul#tabs a:hover {
	background: url(../images/tab/tab1r.png) top right no-repeat;
}

ul#tabs a:hover span {
	background: url(../images/tab/tab1l.png) top left no-repeat;
}

ul#tabs li#tab_last a {
	background: url(../images/tab/tab0re.png) top right no-repeat;
}

ul#tabs li#tab_last a:hover {
	background: url(../images/tab/tab1re.png) top right no-repeat;
}

ul#tabs li#tab_first span {
	background: url(../images/tab/tab0le.png) top left no-repeat;
	padding-left: 10px;
}

ul#tabs li#tab_first a:hover span {
	background: url(../images/tab/tab1le.png) top left no-repeat;
}

ul#tabs li.tab_current {
	position: relative;    /* These three bits (position, top, and margin-top) are here to allow */
	top: 1px;              /* the current tab to overlap the border running under the entire list */
	margin-top: -1px;      /* so that the tab's border can "erase" the separating line. */
	border-bottom: 1px solid #104E8B;    /* "dodger blue 4" */
	background: url(../images/tab/tab2r.png) top right no-repeat;
}

ul#tabs li.tab_current span {
	background: url(../images/tab/tab2l.png) top left no-repeat;
	padding-left: 9px;
	color: #E0D899;    /* "camelhair" */
}

ul#tabs li#tab_first.tab_current span {
	background: url(../images/tab/tab2le.png) top left no-repeat;
}

ul#tabs li#tab_last.tab_current {
	background: url(../images/tab/tab2re.png) top right no-repeat;
}

ul#tabs li.tab_left_of_current a {
	background: url(../images/tab/tab0rlc.png) top right no-repeat;
}

ul#tabs li.tab_left_of_current a:hover {
	background: url(../images/tab/tab1rlc.png) top right no-repeat;
}

ul#tabs li.tab_left_of_current span {
	padding-right: 4px;
}

ul#tabs li#tabs_left_endcap {
	background: url(../images/tab/tabs_l.png) top right no-repeat;
	width: 1px;
	padding: 3px 0 3px 2px;
}

ul#tabs li#tabs_right_endcap {
	background: url(../images/tab/tabs_r.png) top left no-repeat;
	width: 5px;
	padding: 3px 0;
}

#separator_line2 {
	float: left;
	background-color: #104E8B;    /* "dodger blue 4" */
	width: 100%;
	height: 5px;
	font-size: 0;        /* to prevent bug in IE from making div too high */
	line-height: 1px;    /* ditto */
}

/* LEFT SIDEBAR AND NAVIGATION */

#l_panel {
	float: left;
	background: #9FB6D2 url(../images/misc/l_panel_bg.png) bottom repeat-x;    /* "slate gray 3.5" */
	width: 200px;
	text-align: center;
}

#nav_top {
	background-color: #104E8B;    /* "dodger blue 4" */
	height: 19px;
	font-size: 0;        /* to prevent bug in IE from making div too high */
	line-height: 1px;    /* ditto */
}

/* Note:  The left nav buttons also use the "sliding doors" method (see above). */

ul#nav {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	width: 100%;
}

ul#nav li {
	text-align: left;
	font-size: 110%;
	line-height: 1em;
}

ul#nav li.subnav {
	text-align: right;
}

ul#nav a {
	display: block;
	text-decoration: none;
	background: url(../images/nav/nav0t.png) top left no-repeat;
	color: #E0D899;    /* "camelhair" */
}

ul#nav a:hover {
	background: url(../images/nav/nav1t.png) top left no-repeat;
	color: #191970;    /* "midnight blue" */
}

ul#nav span {
	display: block;
	padding: 2px 7px 4px;
	background: url(../images/nav/nav0b.png) bottom left no-repeat;
	border-bottom: 1px solid white;
}

ul#nav a:hover span {
	background: url(../images/nav/nav1b.png) bottom left no-repeat;
}

ul#nav li#nav_first {    /* The first-child pseudo-element could've been used here, if IE supported it. */
	border-top: 1px solid white;
}

ul#nav li.nav_current {
	display: block;
	background: url(../images/nav/nav2t.png) top left no-repeat;
	color: #191970;    /* "midnight blue" */
}

ul#nav li.nav_current span {
	background: url(../images/nav/nav2b.png) bottom left no-repeat;
}

#nav_bottom {
	background: white url(../images/nav/nav_bottom.png) bottom left no-repeat;
	height: 30px;
	margin-bottom: 24px;
}

.lp_item {    /* "teasers" */
	font-size: 0;    /* The font-size attribute is set to 0 solely to prevent IE
	                    from creating a gap between the image and its bottom border  */
	border: 1px solid white;
	margin: 8px;
}

#page_graphic {
	float: left;
	width: 570px;
	height: 145px;
	background: white url(../images/page/page_widget.png) top left no-repeat;
	border-bottom: 1px solid white;
}

/* MAIN CONTENT AREA IN CENTER OF PAGE */

#c_panel {
	float: left;
	background-color: white;
	width: 428px;
	height: 100%;
	padding: 3px 3px 0;
}

#content {
	background-color: white;
	height: 100%;
	text-align: left;
}

/* FORMATTING FOR VARIOUS CONTENT WINDOW ITEMS */

span.brand {
	color: #104E8B;    /* "dodger blue 4" */
}

span.special {
	font-size: 135%;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #104E8B;    /* "dodger blue 4" */
}

span.special em {
	color: #CDAA7D;    /* "burlywood" */
}

.centerline {
	text-align: center;
}

.flushright {
	float: right;
	clear: right;
}

.flushleft {
	float: left;
	clear: left;
}

.indent {
	margin-left: 2em;
}

.content_img {
	float: right;
	clear: right;
	margin: 0 0 3px 3px;
}

.thumbnail a {
	display: block;
	border: 1px solid blue;
	background-color: white;
	text-decoration: none;
	text-align: center;
}

.thumbnail a:hover {
	border-color: #CDAA7D;    /* "burlywood" */
}

.thumbnail dt {
	margin: 3px;
}

.thumbnail dd {
	margin: 3px;
	font-size: x-small;
	line-height: 100%;
}

.testimonial {
	border: 2px;
	margin: 10px 3px;
}

.testimonial img {
	padding: 3px;
}

table.tabulardata {
	clear: both;
	width: 100%;
	border: 2px solid #191970;    /* "midnight blue" */
	background-color: white;    /* "camelhair" */
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

.tabulardata th {
	padding: 3px;
	border: 1px solid #191970;    /* "midnight blue" */
	background-color: #E0D899;    /* "camelhair" */
}

.tabulardata td {
	padding: 3px;
	border: 1px solid #191970;    /* "midnight blue" */
}

dl.weblink {
	float: left;
	width: 100%;
	margin: 3px 0;
	background-color: white;
}

.weblink a {
	display: block;
}

.weblink dt {
	float: right;
	width: 312px;
	margin-left: 5px;
	font-size: medium;
	font-weight: bold;
}

.weblink dd.picture img {
	float: left;
}

.weblink dd.description {
	margin-left: 115px;
}

/* RIGHT SIDEBAR */

#r_panel {
	float: right;
	background: #9FB6D2 url(../images/misc/r_panel_bg.png) bottom left repeat-x;    /* "slate gray 3.5" */
	width: 136px;
	text-align: center;
}

#r_panel div {
	margin: 6px;
}

#r_panel h3 {
	margin: 6px;
}

#r_heading1 {
	background: url(../images/misc/text_partnerships.gif) top left no-repeat;
	width: 124px;
	height: 19px;
}

#r_heading2 {
	background: url(../images/misc/text_member.gif) top left no-repeat;
	width: 124px;
	height: 19px;
}

#r_panel span {
	display: none;
}

/* FOR DISPLAYING LARGE, FULL-PAGE IMAGES */

#bigpic {
	width: 100%;
	min-height: 100%;
	text-align: center;
	margin: 30px auto 0;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 90%;
	background-color: #DBE4EE;    /* "light slate gray 3.5" */
	text-align: center;
	padding-top: 1em;
}

#f_tabs li {
	display: inline;
	border-left: 1px solid #104E8B;    /* "dodger blue 4" */
	padding: 0 4px 0 8px;
}

#f_tabs li#first {
	border-left: 0;
}

#copyright {
	font-size: 90%;
	margin: 6px 0 0;
}

/* FORMATTING FOR YAHOO RSS TECHNOLOGY NEWS FEED, VIA http://jade.mcli.dist.maricopa.edu/feed/ */

ul.rss_items {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

.rss_items .rss_item a {
	font-weight: bold;
}

.rss_items .rss_date {
	font-size: x-small;
	color: #36648B;    /* "steel blue 4" */
}

.rss_items .rss_item {
	margin-bottom: 1em;
}

.rss_items .rss_item img {
	padding-right: 3px;
}