/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Screen layout: */

body {
	padding:10px 0 0;
	font:76% tahoma, verdana, sans-serif;
	background:#1D3665 url(/images/bk_image.gif) repeat left top;
	color:#FFFFFF;
	margin: 0px;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover {
color:#eaa041;
text-decoration:none;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
	margin:0 0 12px 0;
	font-size:2.5em;
	font-weight:normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin:0 0 10;
	font-size:125%;
	font-weight:400;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #EDA242;
	padding-left: 4px;
	line-height: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
p {
	margin:0 0 25px;
	text-align:left;
	line-height: 1.5em;
}

a img {
border:0;
}

/* Main container */

#container {
	margin:0 auto 20px;
	width:730px;
	padding:5px 20px 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-attachment: scroll;
	background-color: #1d3665;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Site title section */

#logo {
	height: 185px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 15px;
	width: auto;
	padding-left: 5px;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
	margin:0px auto 10px;
	font-size:0.8em;
	width:770px;
	height: 15px;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px;
margin:0 0 0 0px;
text-decoration:none;
background:#f0f0f0;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(../images/corner2.gif) no-repeat right top;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
	margin-left: 120px;
	clear: both;
	z-index: 2;
	visibility: inherit;
	padding-top: 12px;
	font-weight: bold;
	font-size: 1em;
}
.navitab {
	padding:4px 5px;
	text-decoration:none;
	background:#525d86 url(../images/navitab_off.gif) repeat-x left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: -2px;
}

.navitab:hover {
	text-decoration:none;
	background:#FFFFFF;
	background:#FFFFFF url(../images/navitab_on.gif) repeat-x left top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #1D3665;
}
.activenavitab {
	padding:10px 5px 4px;
	color:#1D3665;
	margin:0 -2px 0px 0;
	text-decoration:none;
	background:#FFFFFF url(../images/navitab_on.gif) repeat-x fixed left top;
	background:#FFFFFF url(../images/navitab_on.gif) repeat-x left top;
}

.activenavitab:hover {
text-decoration:none;
color:#EDA242;
}

/* Header description */

#desc {
	height:230px;
	color:#1D3665;
	background:#1D3665 url(/images/rotate/rotate.php) no-repeat left top;
	clear:both;
	z-index: 1;
	padding: 0;
	visibility: inherit;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#desc p {
	width:320px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 15px;
	text-align: justify;
	z-index: 1;
}

#desc h2 {
	padding:15px 15px 0 15px;
	color:#1D3665;
	font-size: 2em;
}

/*
#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}
*/
/* Main content */

#main {
	width:537px;
	float:left;
	padding:0 10px 0 0;
	margin:0;
	height: auto;
}

#main h2 {
	color:#FFFFFF;
	font-size: 2.4em;
}
#main h3 {
	color:#FFFFFF;
	font-size: 150%;
	margin: 0px 0px 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #EDA242;
	padding: 0px 0px 0px 5px;
	line-height: 80%;
}

/* Sidebar */

#sidebar {
	width:150px;
	float:right;
	padding: 0px 0px 0px 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sidebar p {
	font-size:0.9em;
	line-height:1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/* Footer */

#footer {
	clear:both;
	margin:10 0 0;
	border-top:1px solid #d8d8d8;
	padding-top: 10px;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
color:#eaa041;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0px 0px;
padding:0;
}
.donortable {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

/* Various classes */

.photo {
	margin: 2px 5px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	display: inline;
	text-decoration: none;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
	background:#7B89A2;
	padding:10px;
	border: 1px dotted #CCCCCC;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#7B89A2;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#666666;
text-decoration:none;
border:none;
}

.hide {
display:none;
}
.floatleft {
	float: left;
	margin: 2px 10px 2px 5px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	display: inline;
}
#titlebar {
	background-color: #000000;
	clear: both;
	height: 35px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 6px;
	padding-left: 21px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	background-image: url(../images/form_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}
input,
textarea,
select {
	padding: 2px;
	color: #999;
	background: #FFFFFF url(../images/form_shadow.jpg) repeat-x left top;
	border: 1px solid #CCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.centered {
	text-align: center;
}
.mapfont {
	color: #000000;
}
#flashcode {
	padding: 10px;
	height: 200px;
	width: 400px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 20;
	position: relative;
	top: 100px;
	display: inline;
	overflow: visible;
	visibility: hidden;
}
#topbug {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100px;
	top: 0px;
	right: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/fcs_corner_bug.gif);
	background-repeat: no-repeat;
}
.smalltext {
	font-size: 90%;
}
.medtext {
	font-size: 95%;
}
ul {
	margin: 2px 0px;
	padding: 5px 0px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.5em;
}
.floatright {
	float: right;
	margin: 2px 5px 2px 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	display: inline;
}
li {
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: square;
}
h4 {
	font-size: 1.4em;
}
