
/******************** BEGIN GLOBAL STYLES ********************/

body {
	font: 11px Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-page.jpg) fixed no-repeat center #0E528C;
	margin: 0;
}

a:link, a:visited {
	color: #1F98C1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00f;
	text-decoration: none;
}

#mainWrapper {
	width: 700px;
	min-height: 700px;
	margin: 0 auto;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
	padding: 130px 0 0 0;
}

#footerWrapper {
	background-color: #60B1F9;
	color: #fff;
	text-align: center;
	height: 20px;
}

#footerWrapper p {
	display: inline;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
	font-size: .8em;
}

.clear {  
	height: 0;   
	clear: both;
}

.credit {
	font: .9em Verdana, Arial, Helvetica, sans-serif !important;
	padding: 0;
	margin: 0;
	text-align: right;
}
   
.cutline {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif !important;
	padding: 10px 0 5px 0 !important;
	margin: 0;
}

.alert {
	color: #f00;
	font-weight: bold;
}

.hide_move {
	position: absolute;
	top: -10000px;
}

.show_move {
	position: static;
	top: auto;
}

.hide_collapse {
	display: none;
}

.show_collapse {
	display: block;
}

.hide_preserve {
	visibility: hidden;
}

.show_preserve {
	visibility: visible;
}

/* begin global form styles */

form {
	padding: 0;
	margin: 0;
	clear: both;
}

fieldset {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

fieldset legend {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 10px 10px 10px;
}

/* end global form styles */


/* begin nav styles */

#navWrapper {
	position: absolute;
	top: 192px;
	right: 20px;
	width: 160px;
	height: 151px;
	z-index: 5;
	text-transform: uppercase;
}

#navWrapper h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.6em;
	text-align: center;
	width: 160px;
}

#navWrapper ul {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 160px;
	min-height: 130px;
}

#navWrapper li {
	display: inline;
	padding: 0 0 0 10px;
}

#navWrapper li a {
	font-size: 11px;
	line-height: 14px;
	color: #624202;
	text-decoration: none;
}

#navWrapper li a:hover {
	text-decoration: underline;
}

/* end nav styles */

/* begin sidebar styles */

#donateIcon {
	position: absolute;
	right: 0;
	top: 270px;
}

#sd-news {
	padding: 10px 10px 0 10px;
}

#sd-news p {
	padding: 0;
	margin: 0 0 10px 0;
	min-height: 50px;
}

#sd-news a {
	font-weight: bold;
	font-size: 1.0em;
	color: #9F5E40;
}

#sd-news a:hover {
	text-decoration: none;
}

.sd-thumb {
	float: left;
	border: solid 1px #000;
	width: 72px;
	margin-right: 5px;
}

/* end sidebar styles */

/* END GLOBAL STYLES */

