/* CSS Document */

body {
	text-align: center;
	color: #58595B;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
 }
	
#pagecontain {
	width: 800px; 
	margin: 0 auto;
}

form { display: inline; }

input, textarea, select {
	padding: 0 4px 0 4px;
	border: 1px solid #B0B2B2;
	color: #58595B;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
select { padding-right: 0; }

/* ---- text styles ---- */
	

h1 {
	color: #FFF;
	font-size: 2.1em;
	font-weight: normal;
}

	
h2 {
	color: #006699; 
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px; }

h3 {
	color: #246AA5;
	font-size: 1em;
	font-weight: bold; }
	
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* ---- form styles ---- */
	
.textbox {
	width: 154px; /*total=164px*/
	margin: 3px 0 3px 0; }
	
.droplist {
	width: 164px; /*total=166px*/
	background-color: #89A9DA;
	border: 1px solid #B0B2B2;
	margin: 3px 0 3px 0;
	color: #FFF; }
	
.droplist_top {
	width: 100px;
	border: 1px solid #B0B2B2;
	margin: 0px 0px 0px 5px;
	color: #477CA3;

 }
	

/* ---- banner and top navigation ---- */
	
#top {
	width: 754px; /*total=800px*/
	padding: 0 23px 0 23px;
	float: left;
	background-image: url(../img/template/top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #B9D6E9;
	margin-bottom: 3px;
	position: relative; }
	
#top .corner {
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	height: 7px;
	width: 7px; }
	
.left {
	background-image: url(../img/template/corner1.gif);
	bottom: 0px;
	left: 0px; }
	
.right {
	background-image: url(../img/template/corner2.gif);
	bottom: 0px;
	right: 0px; }
	
#logo {
	float: left;
	width: 135px;
	height: 85px; }
	
#search {
	color: #477CA3;
	text-align: right;
	width: 600px;
	margin-top: 15px;
	float: right; }
	
#search a {
	color: #477CA3; }
	
#greybox_content a {
	color: #02528D; }
	
#blacklinks {
	float: right;
	text-align: right;
	margin-top: 28px;	
}
#blacklinks img { margin-left: 8px; margin-right: 1px; } 
#blacklinks a { color: #000;  }
/*
#blacklinks li.home { width: 6em; }
#blacklinks li.contact { width: 6em; }
#blacklinks li.help { width: 6em; }
#blacklinks li.sitemap { width: 6em; }
*/

#topnav {
	width: 800px; /*total=800px*/
	line-height: 12px;
	padding: 2px 0 2px 0;
	float: left;
	background-image: url(../img/template/topnav.gif);
	background-repeat: repeat-y;
	background-position: top;
	color: #FFF;
	margin-bottom: 10px;
	position: relative;
	min-height: 30px;
}
#topnav li { float: left; }
	
#topnav a {
	color: #FFF;
	font-weight: normal;
}
	
#topnav form {
	display: inline; }
	
#navsearch {
	text-align: right;
	width: 200px;
	padding-right: 15px;
	position: absolute;
	top: 8px;
	right: 0px; }
	
#navsearch .textbox {
	margin: 0 8px 3px 0; }
	
#topnav .corner {
	background-repeat: no-repeat;
	position: absolute;
	height: 6px;
	width: 6px; }
	
.topleft {
	background-image: url(../img/template/topnav_left1.gif);
	background-position: top;
	top: 0px;
	left: 0px; }
	
.topright {
	background-image: url(../img/template/topnav_right1.gif);
	background-position: top;
	top: 0px;
	right: 0px; }
	
.bottomleft {
	background-image: url(../img/template/topnav_left2.gif);
	background-position: bottom;
	bottom: 0px;
	left: 0px; }
	
.bottomright {
	background-image: url(../img/template/topnav_right2.gif);
	background-position: bottom;
	bottom: 0px;
	right: 0px; }
	
#linkscontain {
	float: left;
	width: 580px;
	padding: 10px 0 10px 0;
	margin-top: 5px; }
	
#topnav li {
	display: inline;
	padding: 8px 10px 10px 10px;
	border-right: 1px solid #619DC7; }

#breadcrumb {
	width: 800px;
	padding-bottom: 10px;	
	font-size: 0.95em;
	text-align: left; 
}
#breadcrumb a {
	color: #7A7A7A; 
}

.cake-sql-log { clear: left; }
.cake-sql-log td {
	vertical-align: top;
	padding: 6px;
	border: 1px solid #ccc;
}

.noBorder { border: 0 !important; }


/* ---- footer ---- */

#footer {
	width: 800px; /*total=800px*/
	margin: 0 auto;
	clear: both;
	text-align: center;
	padding: 20px 0 25px 0px; 
}
#footerLinks {
	width: 100%;
	text-align: center;
}	
#footerLinks a {
	color: #246AA5; }

div#beyond {
	margin: 10px 0;
	text-align: center;
}


.alignCenter { text-align: center; }
.smaller { font-size: .9em; }

.alphaList {
	margin-bottom: 20px; 
}
.alphaList li {
	list-style-type: lower-alpha !important;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
	