/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html {
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

* { padding: 0; margin: 0; }

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	color: #444;
	background: #fff;
	padding: 0;
}

#wrapper { 
	margin: 0 auto;
	width: 943px;
	background: #fff;
}

#contentHolder {
	background: url(../images/contentHolder-bg.gif) top right repeat-y;
	padding: 0;
}

body.page-donate #contentHolder {
	background: url(../images/contentHolder_donate-bg.jpg) bottom right repeat-y;
	padding: 0;
}

#header {
	width: 943px;
	height: 116px;
	margin-bottom: 20px;
}

#logo h1 {
	width: 190px;
	height: 89px;
	display: block;
}	

#logo h1 a {
	float: left;
	width: 190px;
	height: 89px;
	display: block;
	text-indent:-300em;
	overflow:hidden;
	background: url(../images/header-logo.gif);
}

#mainContent {
	width: 603px;
	float: left;
}



/*** SIDEBAR ***/

#sidecolumn {
	float: right;
	width: 292px;
}

#sidecolumnPadding {
	padding: 20px;
}

#sidecolumn h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#sidecolumn h3 a {
	text-decoration: none;
}

#sidecolumn h3 a:hover {
	text-decoration: underline;
}

#sidecolumn, #sidecolumn p {
	font-size: 11px;
	line-height: 1.9em;
}




/*** FOOTER STYLES ***/

#footer { 
	clear: both;
	width: 943px;
	height: 24px;
	margin: 25px 0 0 0;
	line-height: 24px;
	text-align: center;
	font-size: 11px;
	background: #e8e8f2;
}




/*** NAVIGATION STYLES ***/

#navigation {
	width: 943px;
	background: #d8d9ea url(../images/nav-bg.gif) top left repeat-x;
	height: 27px;
}

#navcontainer {
}

#navigation ul {
	list-style: none;
	list-style-type: none;
	border: none;
} 

#navigation ul li {
	display: block;
	float: left;
}

#navigation ul li a {
	text-indent: -300em;
	text-align: left;
	overflow: hidden;
	display: block;
	height: 27px;
	line-height: 27px;
}

#navigation ul li a:hover {
	background-position: 0 -27px;
}

#nav-program a  {
	background: url(../images/nav-program.gif) top left no-repeat;
	width: 112px;
}

#nav-newresearch a  {
	background: url(../images/nav-newresearch.gif) top left no-repeat;
	width: 124px;
}

#nav-faq a  {
	background: url(../images/nav-faq.gif) top left no-repeat;
	width: 52px;
}

#nav-donate a  {
	background: url(../images/nav-donate.gif) top left no-repeat;
	width: 123px;
}

body.page-program #nav-program a, body.page-program #nav-program a:visited,
body.page-newresearch #nav-newresearch a, body.page-newresearch #nav-newresearch a:visited,
body.page-faq #nav-faq a, body.page-faq #nav-faq a:visited,
body.page-donate #nav-donate a, body.page-donate #nav-donate a:visited {
	background-position: 0 -54px;
}





/*** CUSTOM STYLES ***/

p {
	font-size: 12.5px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.moreLink {
	font-size: 15px;
	padding-left: 12px;
	background: url(../images/arrow.gif) center left no-repeat;
}

p.moreLink a {
	text-decoration: none; 
}

.moreLink a:hover {
	text-decoration: underline; 
}

#mainImg, #mainImg img {
	width: 603px;
	height: 235px;
}

#mainImg {
	overflow: hidden;
	margin-bottom: 30px;
}

.pageEnd {
	clear: both;
	height: 1px;
	padding: 0;
}

.small {
	font-size: 11px;
}

.first {
	margin-top: 0;
	padding-top: 0;
}



/*** FORM STYLES ***/

table.pledgeForm {
	margin-top: 5px;
}

table.pledgeForm td {
	padding: 0 0 20px 0;
}

table.pledgeForm .formLabel {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 10.5px;
}

table.pledgeForm .inputField {
	width: 285px;
}

table.pledgeForm .dollarSign {
	padding: 0 5px 0 12px;
	font-size: 12.5px;
	font-weight: bold;
}




/*** PAGE TITLES ***/

h2 {
	color: #848c47;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 10px 0;
}

h2.topMargin {
	margin-top: 45px;
}

h3 {
	color: #848c47;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 0;
	font-weight: bold;
}




/*** HOME PAGE STYLES ***/

body.page-home #contentHolder {
	background: none;
}

body.page-home #mainContent {
	width: 943px;
	float: none;
	margin-bottom: 110px;
	border: none;
}

body.page-home #header {
	margin-bottom: 0;
}

body.page-home #mainImg, body.page-home #mainImg img {
	width: 943px;
	height: 345px;
}

body.page-home #mainImg {
	overflow: hidden;
	margin-bottom: 30px;
}

.threeCol {
	float: left;
	height: 145px;
}

#col1 {
	width: 282px;
}

#col2 {
	width: 274px;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #d5d6d7;
}

#col3 {
	width: 285px;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #d5d6d7;
}

.threeCol h2 {
	margin-bottom: 10px;
	font-size: 16px;
}

.threeCol p {
	margin-bottom: 10px;
}

body.page-home #footer {
	margin-top: 130px;
}




/*** LINKS ***/

a, a:visited {
	color: #6363a8;
	text-decoration: underline;
}

a:hover {
	color: #7c7dbc;
	text-decoration: underline;
}

