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

body {
	background-color: #4d1b53;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d1b53;
	line-height: 18px;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ec2917;
	margin:0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
h4 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform:uppercase;
	color: #ec2917;
	margin: 0px 0px 40px 20px;
}
p {
	margin: 0px 0px 10px 0px;
}
.phoneNumber {
	font-size: 16px;
	font-weight: bold;
	color: #ec2917;
}
.donationLevel {
	font-size: 16px;
	font-weight: bold;
	color: #ec2917;
}

/*table {
	position: relative;
	margin: 0px 0px 0px 0px;
	display: block;
}*/

a:link, a:visited {
	color: #4d1b53;
	text-decoration: none;
	border-bottom: 1px #4d1b53 dashed;
}
a:hover {
	color: #ec2917;
	text-decoration: none;
	border-bottom: 1px #4d1b53 dashed;
	background-color: #d8dce8;
}
a:active {
	color: #4d1b53;
	border-bottom: 1px #4d1b53 dashed;
}
h4 a:link, h4 a:visited, h4 a:active {
	color: #ec2917;
	text-decoration: none;
	border-bottom: 1px #4d1b53 dashed;
}

a img {border: none; }

#pageWrapper {
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}




/*PAGE CONTENTS*/

.content {
	width: 760px;
	height: auto;
	position: relative;
	display: block;
	padding: 5px 20px 5px 20px;
}
.topButtons {
	width: 760px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding: 0px;
}
.title {
	width: 760px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding: 25px 0px 15px 20px;
}
	
.homeLeftCol {
	width: 480px;
	height: auto;
	position: relative;
	float: left;
	padding: 20px 0px 10px 20px;
}
.leftCol {
	width: 430px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding: 20px 0px 10px 20px;
}
.textBoxTop {
	width: 480px;
	height: 10px;
	background: url(../Images/GreyBoxTop.gif) no-repeat;
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.textBox {
	width: 420px;
	height: auto;
	background: url(../Images/GreyBox.gif)  repeat-y;
	position:relative;
	display: block;
	padding: 0px 40px 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.textBoxBottom {
	width: 480px;
	height: 20px;
	background: url(../Images/GreyBoxBottom.gif) no-repeat;
	position:relative;
	display: block;
	margin: 0px;
}
.textIndent {
	padding: 0px 20px 8px 20px;
}
p.textIndent {
	margin: 0px;
}


.homeRightCol {
	width: 203px;
	height: auto;
	position: relative;
	float: right;
	padding: 20px 17px 10px 0px;
}

.imageBox {
	width: 203px;
	float: left;
	position: relative;
	padding: 10px 72px 5px 0px;
}
.imageBoxRight {
	width: 203px;
	float: right;
	position: relative;
	padding: 10px 0px 5px 0px;
}
.summerSocialsBox {
	width: 195px;
	min-height: 303px;
	padding: 290px 4px 5px 4px;
	background: url(../Images/SummerSocials2010.gif) no-repeat #90d8f8;
	border: 1px solid #4d1b53;  
}
.summerSocialsCol {
	width: 255px;
	height: auto;
	top: -25px;
	position: relative;
	display: block;
	float: right;
	padding: 85px 20px 10px 20px;
	margin-bottom: 10px;
	background:url(../Images/SummerSocials2010Banner.gif) no-repeat #90d8f8;
	border: 1px solid #4d1b53;
}
.tableBox {
	padding: 20px 0px 20px 0px;
	position: relative;
	float: left;
	display: block;
}
.centerCol {
	width: 500px;
	min-height: 300px;
	position: relative;
	margin: 20px auto;
}
	
.footerMsg {
	width: 700px;
	padding: 5px 0px 20px 0px;
	clear: both;
	position: relative;
	display: block;
}
.textPrivacy {
	width: 700px;
	height: auto;
	position:relative;
	display: block;
	padding: 0px 20px 20px 20px;
	margin: 0px;
}


/*HEADER*/

.topImage {
	background:url(../Images/TopImage.jpg);
	position: relative;
	display: block;
	overflow: hidden;
	width: 800px;
	height: 184px;
}
.topImageSecure {
	background:url(https://www.asafeplacenantucket.org/Images/TopImage.jpg);
	position: relative;
	display: block;
	overflow: hidden;
	width: 800px;
	height: 184px;
}
.logo {
	position: relative;
	left: 18px;
	top: 94px;
}
.address {
	width:770px;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0px 0xp 30px 0px;
}


/*TOP NAVIGATION*/

.navBar {
	background:url(../Images/Navigation/NavSlice.gif);
	position: relative;
	display: block;
	overflow: hidden;
	width: 800px;
	height: 29px;
}
.navBarSecure {
	background:url(https://www.asafeplacenantucket.org/Images/Navigation/NavSlice.gif);
	position: relative;
	display: block;
	overflow: hidden;
	width: 800px;
	height: 29px;
}
.navProgramEvent {
	position: relative;
	display:inline;
	padding-left: 240px;
	padding-right: 5px;
}
.navBuyTickets {
	position: relative;
	display:inline;
	padding-left: 35px;
	padding-right: 5px;
}
.navDonate {
	position: relative;
	display:inline;
	padding-left: 35px;
	padding-right: 5px;
}
.navShadow {
	position: relative;
	background: url(../Images/Navigation/NavBarShadow.gif);
	width: 800px;
	height: 12px;
	background-repeat: no-repeat;
}
.navShadowSecure {
	position: relative;
	background: url(https://www.asafeplacenantucket.org/Images/Navigation/NavBarShadow.gif);
	width: 800px;
	height: 12px;
	background-repeat: no-repeat;
}



/*FOOTER*/

.footer {
	background: #4d1b53;
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	width: 800px;
	height: 30px;
}

.footerTextItal {
	display: inline;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	top: 5px;
	left: 20px;
}
.footerTextItal a:link {
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}
.footerTextItal a:visited {
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}
.footerTextItal a:hover {
	color:#CCCCCC;
	border: none;
	background: none;
}
.footerTextItal a:active {
	color:#CCCCCC;
	text-decoration: none;
	border: none;
}
.footerTextBold {
	display: inline;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#FFFFFF;
	font-weight:bold;
	top: 5px;
	left: 340px;
}
.footerTextBold a:link {
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}
.footerTextBold a:visited {
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}
.footerTextBold a:hover {
	color:#CCCCCC;
	border: none;
	background: none;
}
.footerTextBold a:active {
	color:#CCCCCC;
	text-decoration: none;
	border: none;
}
