@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000;
	background:  #d1cb9b;
}

a, a:link, a:visited
{
	color:#1A5BAF;
	text-decoration:none;
        outline:none;
}

a:hover
{
	text-decoration:underline;
}
/*This is the background wrapped body image that needs to stay inline with the rest of the content */
#bodyBack
{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background: url(../images/bodyBackground.jpg) no-repeat;
	width: 1098px;
	height: 720px;
}
#wrapper
{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:811px;
	background: url(../images/gradient.gif) repeat-y;
}

#header
{
	margin:0px 0px 0px 21px;
	padding:0px 0px 0px 0px;
	background: url(../images/header.jpg) no-repeat;
	height: 230px;
	width: 772px;
}

#content
{
	margin:-10px 0px 0px 21px;
	padding:0px 0px 0px 0px;
	width: 773px;
	height: 434px;
	background: url(../images/body.jpg) no-repeat;
}
/*This is just for the Past Events page as the content is longer and needed a longer image to cover more ground*/
#content_ssp
{
	margin:-10px 0px 0px 21px;
	padding:0px 0px 0px 0px;
	width: 773px;
	min-height: 597px;
	background: url(../images/sspBodyBackground.jpg) repeat-y;
}

#navigation
{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 225px;
	width: 200px;
}

#navigation img
{
	padding-bottom: 6px;
}
/*This is for the About Us page where there is a list of the board members*/
td
{
	padding-right: 40px;
	font-weight: bold;
	padding-bottom: 6px;
}
table
{
	padding-bottom: 26px;
}
/*Different columns needed in website*/

#centercolumn
{
	margin:0px 0px 0px 20px;
	padding:30px 0px 0px 0px;
	width: 768px;
}

#centercolumn p
{
	width: 700px;
}

#leftcolumn
{
	margin:0px 0px 0px 20px;
	padding:30px 0px 0px 0px;
	width: 380px;
	float: left;
}

#upcomingEvents_left
{
	margin:0px 0px 0px 0px;
	padding:28px 0px 0px 50px;
	width: 80px;
	float: left;
}

#upcomingEvents_left img
{
	padding-bottom: 20px;
}

#upcomingEvents_right
{
	margin:0px 0px 0px 0px;
	padding:30px 70px 0px 0px;
	width: 475px;
	float: right;
}

#upcomingEvents_right p
{
	padding-bottom: 28px;
	width: 475px;
}
/*These two are on the homepage ... help out section*/
#helpout
{
	margin-top: 10px;
        padding:3px 0px 0px 5px;
	/*background: url(../images/donateSticker.jpg) no-repeat;*/
}

#homeP
{
        float: right;
        width: 250px;
}

#homeP p
{
        padding:3px 0px 0px 0px;
}

#helpImg
{
        width: 92px;
        float: left;
}

#rightcolumn
{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	width: 313px;
	float: right;
}
/*Only used on the homepage - contact box... */
#contactbox
{
	margin-top: 22px;
	color: white;
	background: url(../images/contactBox_home.gif)no-repeat;
}

#contactbox p
{
	margin:0px 0px 0px 0px;
	padding:45px 0px 20px 78px;
}

a.contact
{
	color: #F7931E;
	text-decoration: underline;
}

a.contact:hover
{
	color: yellow;
	text-decoration: underline;
}
/*in Past Events - the top tiny bit of text */
#centercolumn p.tiny
{
	margin-top: -10px;
	width: 200px;
}
/*Past Events gallery links*/
#galleryLinks
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	width: 221px;
	float: left;
}

#slideshowpro
{
	margin:-40px 60px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 460px;
	float: right;
}
/*Corporate Sponsor padding*/
.sponsors
{
	font-weight: bold;
	line-height: 1.6;
}


#footer
{
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(../images/footer2.gif) no-repeat;
	height: 63px;
	width: 811px;
	float: left;
}

#footer p 
{
	font-size: 10px;
	color: white;
	margin-left: 42px;
	margin-top: -5px;
}


#partners
{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width: 811px;
	float: left;
}

.partlogo{
	padding:0px 25px 0px 25px;	
}



.clear
{
	clear:both;
}