/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/* CSS Reset */

html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-size: medium;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
/* --- End of Reset --- */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

p {
	padding-bottom: 12px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
h1 {
	font-size: 26px;
	font-family:  'PT Serif', arial, serif;
	line-height: 24px;
	color:#000;
	padding-bottom: 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	
	font-family:  'PT Serif', arial, serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #333;
}
a {
	
	color:#333;
	font-weight: bold;
}
ul {
    margin-left: 10px;
    padding-left: 10px;
}
li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	
}

#top {
	background-image:url(images/top-slice.jpg);
	background-repeat:repeat-x;
}
.main_body {
	width: 900px;
	margin: 0 auto;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:205px;
	padding-left: 29px;
	
}
#MenuBar1 {
	padding-top: 61px;
	padding-left: 300px;
}
#contribute {
	background-image: url(images/shadow-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:18px;
	padding: 5px;
	font-size:11px;
	color:#333;
}
#toolbar {
	background-image: url(images/shadow-bar-down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 36px;
	padding: 0 5px;
}
#content {
	margin: 0px 5px;
	font-size: 14px;
	color: #666;
}
#footer {
	background-image:url(images/footer-slice.gif);
	background-repeat:repeat-x;
	height:220px;
	color:#FFF;
	font-size:large;
	background-color: #00B0BC;
}
#footer a {
	text-decoration: none;
	color: #FF9;
	font-weight: bold;	
}
#footer a:hover {
	color: #FF0;
}
.Big_Red {
	color: #C00;
	font-size: 48px;
	font-family: 'PT Serif', arial, serif;
	line-height: 50px;
	word-spacing: 1px;
	letter-spacing: -1px;
}
.Med_Red {
	color: #C00;
	font-size: 45px;
	font-family: 'PT Serif', arial, serif;
	line-height: 48px;
	letter-spacing: -1px;
}
.size32 {
	font-size: 33px;
	word-spacing: 3px;
	font-family:  'PT Serif', arial, serif;
	line-height: 32px;
	color:#000;
	letter-spacing: -1px;
}
.size23 {
	font-size: 23px;
	font-family:  'PT Serif', arial, serif;
	line-height: 24px;
	color:#000;
	
}
.Red-Bold {
	color: #C00;
	font-weight: bold;
	
}
.Red-24 {
	color: #C00;
	font-weight: bold;
	font-size:24px;
	
}
.size12 {
	font-size: 12px;
}
.size11 {
	font-size: 11px;
}
#praise {
	background-image: url(images/paise-report.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 192px;
	width: 765px;
	padding-top: 38px;
	padding-left: 125px;
}
.black-bold {
	font-weight: bold;
	color: #000;
}
.blue-bold {
	font-weight: bold;
	color: #09C;
}
.caps {
	text-transform: uppercase;
}

#footermenu a:link, #footermenu a:visited{
	color: #FFF;
	
}
#footermenu a:hover {
	font-weight: bold;
	text-decoration:underline;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000000;
}


/*Hover Image Enlarged Overlay */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 20;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 155px; /*position where enlarged image should offset horizontally */

}

