/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 0.4em 0px;
        padding: 0;
}

p {
	margin: 0px 0px 1em 0px;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
	display: block;
	float: left;
	width: 100px;
}

.radio {
	width: auto;
}

fieldset {
	border: none;
}
form input, textarea {
	font-size: 100%;
	width: 180px;
}

.underline {
	text-decoration: underline;
}

img {
	border: 0px none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #1366dd;
	background-color: #fff;
}

.heading {
	background: url(/custom/images/supporters-crumb.gif) repeat-x 0 20px;
	height: 26px;
}

.underlineHeading {
	float: left;
	padding-right: 5px;
}

/* custom styles */

#body {
	
}

.container {
	margin: 0px auto;
	width: 941px;
	text-align: left;
}

.head {
	margin-top: 8px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	width: 941px;
	height: 242px;
}

.menu {
	margin-top: 8px;
	background-image: url(../images/menu-rpt.gif);
	background-repeat: repeat-x;
}

.menuLeft {
	background-image: url(../images/menu-left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menuRight {
	background-image: url(../images/menu-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 932px;
	padding-left: 10px;
	height: 30px;
	text-align: center;
}
.menu a {
	font-size: 13px;
	padding: 7px 20px;
	line-height: 30px;
	color: #fff;
}

.menu a:hover {
	background-color: #bade00;
}

.donate {
	margin-top: 8px;
	background-image: url(../images/donate-rpt.jpg);
	background-repeat: repeat-x;
}

.donateLeft {
	background-image: url(../images/donate-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.donateRight {
	background-image: url(../images/donate-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 931px;
	padding-left: 10px;
	height: 52px;
}

.smiling {
	float: left;
	margin: 11px 0 0 4px;
	font-size: 24px;
	font-weight: bold;	
	color: #fff;
	letter-spacing: -1px
}

.toDonate {
	float: left;
	margin: 18px 0 0 7px;
	font-size: 16px;
	font-weight: normal;	
	color: #fff;
}

.buttonDonate {
	float: left;
	margin: 12px 0 0 9px;
}

.donateReason {
	float: left;
	width: 50px;
	height: 39px;
	margin: 7px 0 0 9px;
}

/* main area */

.mainContent {
}

.left {
	float: left;
	width: 169px;
}

.header {
	margin-top: 8px;
	background-image: url(../images/header-rpt.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.headerLeft {
	background-image: url(../images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.headerRight {
	background-image: url(../images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	padding: 11px 0 0 15px;
	width: 154px;
	height: 25px;
	color: #1366dd;
	font-size: 14px;
	font-weight: bold;
}

.headerGreen {
	background-color: #bade00;
	height: 20px;
	width: 169px;
	overflow: hidden;
}

.leftItem {
	background-image: url(../images/nav-left.gif);
	background-repeat: repeat-x;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
	width: 153px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.base {
	background-image: url(../images/base-rpt.gif);
	background-repeat: repeat-x;
}

.baseLeft {
	background-image: url(../images/base-left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.baseRight {
	background-image: url(../images/base-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	width: 169px;
	height: 21px;
}

.supportersContainer {
	background-image: url(../images/supporters-rpt.gif);
	background-repeat: repeat-y;
	padding: 0px 11px;
	text-align: center;
}

.supporter {
	margin: 10px 0;
}

.supporterCrumb {
	background-image: url(../images/supporters-crumb.gif);
	background-repeat: repeat-x;
	width: 147px;
	font-size: 1px;
}

.supportersViewAll a {
	color: #1366dd;
}

.supportersViewAll {
	padding: 8px 0;
	color: #1366dd;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.middle {
	float: left;
	margin-top: 25px;
	background-image: url(../images/heart.gif);
	background-repeat: no-repeat;
	background-position: 0 28px;
}

.middleContent {
	width: 433px;
	padding: 0 27px 0 27px;
}

.fullMiddle {
	float: left;
}

.fullMiddleContent {
	width: 745px;
	padding: 0 0 0 27px;
}

.right {
	float: left;
	width: 283px;
}

.width283 {
	width: 283px;
}

.width745 {
	width: 745px !important;
}

.recentConatiner {
	background-image: url(../images/recent-rpt.gif);
	background-repeat: repeat-y;
	padding: 0px 11px;
	text-align: center;
}

.recentHolderSefetyNetClass {
	padding: 14px 6px
}

.recentHolder {
	height: 104px;
}

.recentImage {
	display: block;
	cursor: pointer;
	clear: left;
	float: left;
	border: 1px solid #d1d1d1;	
	width: 102px;
	height: 102px;
	background-repeat: no-repeat;
	background-position: center;
}

.recentDetails {
	text-align: left;
	float: left;
	margin: 0 0 0 14px;
	width: 130px;
}

.recentTitle {
	color: #1366dd;
	font-size: 12px;
	font-weight: bold;
}

.recentText {
	margin: 6px 0 0 0;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	height: 55px;
	overflow: hidden;
}

.recentDetails img {
	margin-top: 3px;
	float: right;
}

.recentCrumb {
	background-image: url(../images/supporters-crumb.gif);
	background-repeat: repeat-x;
	width: 260px;
	font-size: 1px;
}

.homeArticle {
	padding: 15px 0;
	height: 194px;
}

.homeImage {
	float: left;
	width: 184px;
	height: 192px;
	border: 1px solid #d1d1d1;
}

.homeDetail {
	padding: 15px 0 0 15px;
	line-height: 20px;
	float: left;
	width: 225px;
	font-size: 12px;
	color: #000;
}

.homeCrumb {
	background-image: url(../images/supporters-crumb.gif);
	background-repeat: repeat-x;
	width: 435px;
	font-size: 1px;
}

.getInvolved {
	margin-top: 14px;
	margin-left: 6px;
	background-image: url(../images/orange-bit.jpg);
	background-repeat: no-repeat;
	width: 475px;
	height: 81px;
}

.getInvolvedText {
	float: left;
	width: 215px;
	height: 76px;	
	padding: 6px 0 0 20px;
}

.getInvolvedText1 {
	font-size: 32px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #fff;	
}

.getInvolvedText2 {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;	
}

.findOut {
	float: left;
	width: 220px;
	margin-top: 17px;
}

.findOut1 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.findOut1Big {
	clear: left;
	float: left;
}

.findOutButton {
	float: right;
}

.clearer {
	clear: both;
	overflow: hidden;
}

.footer {
	margin: 8px 0 8px 0;
	background-image: url(../images/footer-rpt.gif);
	background-repeat: repeat-x;
}

.footerLeft {
	background-image: url(../images/footer-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.footerRight {
	text-align: center;
	background-image: url(../images/footer-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 17px;
	width: 942px;
	height: 103px;
	color: #fff;
}

.footerRight a {
	color: #fff;
}

.footerRegistered {
	padding-top: 15px;
}

.footerItems {
	padding-top: 13px;
}

.footerSeparator {
	margin: 0 5px;
}

/* main */

.main {
	text-align: left;
	margin-top: 13px;
	line-height: 20px;
}

.main img {
	border: 1px solid #d1d1d1;	
}

.aboutImage {
	float: left;
	margin: 0 20px 15px 0;
}

/* gallery */

.galleryContainer {
	padding: 17px 1px 0 1px;
}

.galleryStuff {
	width: 354px;
	height: 350px;
	float: left;
}

#galleryMainImage {
	width: 354px;
	height: 300px;
	border: 1px solid #d1d1d1;
	background-repeat: no-repeat;
	background-position:  center;
}

.galleryMainTrail {
	clear: left;
	float: left;
	height: 38px;
	width: 354px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-image: url(../images/gallery-main-rpt.gif);
	background-repeat: repeat-x;
}

#galleryMainEnlarge {
	margin-top: 269px;
	height: 31px;
	cursor: pointer;
}

#galleryEnlarge {
	background-image: url(/custom/images/button-enlarge.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 126px;
	height: 31px;
	margin-top: 269px;
	margin-left: 114px;
	cursor: pointer;
}

.galleryTitle {
	padding-top: 12px;
	float: left;
	width: 256px;
	text-align: center;
	color: #1366dd;
	font-size: 12px;
}

.galleryNav {
	border: 0;
	float: left;
	cursor: pointer;
}

.galleryThumbsContainer {
	float: left;
	width: 387px;
}

.galleryThumbs {
	height: 313px;
}

.galleryThumb {
	float: left;
	width: 61px;
	height: 61px;
	padding-left: 14px;
	margin-bottom: 14px;
}

.galleryThumb div {
	border: 1px solid #d1d1d1;
	width: 61px;
	height: 61px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.galleryNavigation {
	margin-left: 14px;
	background-color :#e5e5e5;
	width: 373px;
	height: 28px;
	color: #1366dd;
	
}

#galleryStatus {
	float: left;
	margin: 7px 0 0 8px;	
	width: 180px;
}

.galleryNavigation img {
	float: left;
	margin-top: 5px;
	vertical-align: middle;
	cursor: pointer;
}

#galleryPagination {
	float: left;
	margin: 6px 10px 0 10px;
}

.galleryBack {
	clear: both;
	padding-top: 10px;
	margin-left: 574px;
}

.noGalleryItems {
	color: #1366dd;
	text-align: center;	
}

/* extra days out */

.extraHolder {
	float: left;
	height: 118px;
	padding: 14px 6px 0 6px;
}

.extraImage {
	display: block;
	cursor: pointer;
	clear: left;
	float: left;
	border: 1px solid #d1d1d1;	
	width: 102px;
	height: 102px;
	background-repeat: no-repeat;
	background-position: center;
}

.extraTitle {
	height: 32px;
}

.extraDetails {
	text-align: left;
	float: left;
	margin: 0 0 0 12px;
	width: 107px;
}

.extraText {
	margin: 6px 0 5px 0;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	height: 51px;
	overflow: hidden;
}

.extraDetails img {
	float: right;
}

/* portfolio */

.portfolioHolder {
	margin-top: 10px;
	height: 100px;
	clear: left;
}

.portfolioImage {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	cursor: pointer;
}

.portfolioDetails {
	float: left;
	margin-left: 10px;
	width: 270px;
}

.portfolioDetails a {
	color: #1366dd;
	font-weight: bold;
	margin-bottom: 5px;
}

/*
drop down menu
*/

.dropDownContainer {
	position: absolute;
	display: none;
}
