﻿/* text styles */
a {
	color: #745A34;
}
/* end text styles */

/* main page layout */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body{
	margin: 0 auto;
	padding:0;
	line-height: 1.5em;
	background: #fff;
}

b{font-size: 110%;}
em{color: #745A34;}

#topsection{
	margin: 0 auto;
	width: 748px;
	background: url(/images/banner.png) no-repeat top;
	height: 180px; /*Height of top section*/
	border-bottom: 1px solid #020275;
	border-left: 3px solid #4D6380;
	border-right: 3px solid #4D6380;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#topText {
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

#contentwrapper{
	margin: 0 auto;
	width: 748px;
	border-left: 3px solid #4D6380;
	border-right: 3px solid #4D6380;
}

#contentcolumn{
	background: #fff;
	color: #074896;
}

#contentcolumn h1 {
	color: #000;
	margin-bottom: 0;
}
#contentcolumn h2 {
	color: #4D6380;
	margin-bottom: 0;
}
#contentcolumn p {
	margin-top: 0;
}

#footer{
	margin: 0 auto;
	width: 748px;
	background: #7BB4F9;
	color: #000;
	text-align: center;
	padding: 4px 0;
	border-left: 3px solid #4D6380;
	border-right: 3px solid #4D6380;
}

#footer a{
	color: #000;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* end main page layout */

/* top menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
	padding: 0;
	width: 100%;
	border-top: 5px solid #4D6380; /*Highlight color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 140px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: #fff;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #050587; /*Default menu color*/
	border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
	background-color: #dcdcdc; /*Highlight color theme*/
	color: #000;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}
/* end top menu */

/* table styles */
table.wide {
	width: 100%;
}
td, th {
	vertical-align:top;
	padding: 2px;
}
th {
	background-color: #dcdcdc;
	text-align: center;
}
/* END table styles*/

/* misc */
#sf_guard_auth_form {
	margin-top: 5px;
}

.form_error
{
  color: #f00;
}
#errorExplanation {
  border: solid 1px #ff0000;
}

.sf_admin_filters {
    position: absolute;
	left: -1.05in;
}
.pic {
	border: 1px solid #000; 
	margin: 5px;
	float: left;
}
/* END misc */