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

/* IE6 NOTE: IE6 does not behave well with margins, so use padding wherever possible. */


body {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #1b2955;
	text-align: left;
	top: 0px;
	background-color: #293155;
	background-image: url(../Images/bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
}

h1 {
	margin: 5px 25px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #c1431d;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #596ab2;
	padding-top: 15px;
	padding-bottom: 2px;
	margin: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #596ab2;
	padding-top: 18px;
	padding-bottom: 2px;
	margin: 0px;
}
p {
	margin: 6px 0px 0px 0px;
}
ul {
	list-style-type: disc;
	list-style position:outer;
}
li { 
	margin: 6px 0px 0px 3px;
} 

.bodyBold {
	font-weight: bold;
}
.bodyBoldItal {
	font-weight: bold;
	font-style: italic;
}
.bodyBoldItalRight {
	text-align:right;
	font-weight: bold;
	font-style: italic;
}
.bodyItal {
	font-style: italic;
}
.center {
	text-align: center;
}
.indent {
	padding-left: 25px;
}
.bodyBoldCtr {
	font-weight: bold;
	text-align: center;
}
.memberType {
	font-weight: bold;
	color: #c1431d;
	font-size: 15px;
}
.commNames p {
	font-weight: bold;
	padding-top: 13px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
}
.commTitle {
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
}
.commSC {
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
}
.sponsorType {
	font-weight: bold;
	color: #c1431d;
	font-size: 17px;
}
.sponsorCornerstone {
	font-weight: bold;
	color: #1b2955;
	font-size: 17px;
}
.sponsorMilestone {
	font-weight: bold;
	font-size: 16px;
}
.sponsorCobblestone {
	font-weight: normal;
	font-size: 15px;
}
table {
	margin: 0px 0px 0px 0px;
}

/*  Links */

a:link {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #334da0;
	text-decoration: none;
}
a:active {
	color: #1b2955;
	font-weight: bold;
}
a img {border: none; }

/*  Special Home Page Links */

.sponsorCornerstone a:link {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sponsorCornerstone a:visited {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
}
.sponsorCornerstone a:hover {
	color:#999;
	font-weight: bold;
	text-decoration: none;
}
.sponsorCornerstone a:active {
	color: #1b2955;
	font-weight: bold;
}

.sponsorMilestone a:link {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sponsorMilestone a:visited {
	color: #1b2955;
	font-weight: bold;
	text-decoration: none;
}
.sponsorMilestone a:hover {
	color: #999;
	text-decoration: none;
}
.sponsorMilestone a:active {
	color: #1b2955;
	font-weight: bold;
}

.sponsorCobblestone a:link {
	color: #1b2955;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sponsorCobblestone a:visited {
	color: #1b2955;
	font-weight: normal;
	text-decoration: none;
}
.sponsorCobblestone a:hover {
	color: #999;
	text-decoration: none;
}
.sponsorCobblestone a:active {
	color: #1b2955;
	font-weight: normal;
}

.footerAddress a:link {
	color: #c8d1f7;
	font-weight: bold;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerAddress a:visited {
	color: #c8d1f7;
	font-weight: bold;
	text-decoration: none;
}
.footerAddress a:hover {
	color: #999;
	text-decoration: none;
}
.footerAddress a:active {
	color: #c8d1f7;
	font-weight: bold;
}

.footerInitiative a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerInitiative a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.footerInitiative a:hover {
	color: #999;
	text-decoration: none;
}
.footerInitiative a:active {
	color: #fff;
	font-weight: bold;
}
/*  Page defaults */

.pageWrapper {
	width: 930px;
	background: url(../Images/pageBackground.jpg) repeat-x #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	overflow: hidden;
	padding: 0px;
}

.header {
	width: 930px;
	height: 200px;
	background-image: url(../Images/HomeLogo.jpg);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	display:block;
	margin: 0px 0px 0px 0px;
}
.headerSearch {
	width: 930px;
	height: 40px;
	background-image: url(../Images/SearchMessage.gif);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	display:block;
	margin: 0px 0px 5px 0px;
}
.headerSupport {
	width: 930px;
	height: 45px;
	background-image: url(../Images/SupportMessage.gif);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	display:block;
	margin: 0px 0px 0px 0px;
}

.mainContent {
	width: 870px;
	background-color:#FFFFFF;
	background-repeat: repeat;
	position: relative;
	float: left;
	display:block;
	padding: 40px 30px 10px 30px;
}
.mainImages {
	width: 303px;
	height: 654px;
	position: relative;
	background: url(../Images/AdBG.jpg) no-repeat;
	float: left;
	display:block;
}
.mainCommittee {
	width: 260px;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	display:block;
}
.adFlashTop {
	width: 257px;
	height: 193px;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	display:block;
}
.adFlash {
	width: 257px;
	height: 193px;
	position: relative;
	padding-top: 12px;
	padding-left: 20px;
	float: left;
	display:block;
}
.mainText {
	width: 500px;
	/*height: 320px;*/
	position: relative;
	float: right;
	padding-right: 50px;
	display:block;
}

.mainQuote {
	position: relative;
	width: 480px;
	float: left;
	display: block;
	padding: 5px 0px 25px 15px;
}
.bottomText {
	width: 800px;
	position:relative;
	border: 5px #9ea7d1 solid;
	float: left;
	display:block;
	margin: 20px 0px 0px 10px;
	padding: 10px 20px;
}
.thankSponsorsBox {
	width: 930px;
	position:relative;
	background-image: url(../Images/ThankSponsors.png);
	height: 90px; 
	float: left;
	display:block;
	margin: 0px;
	padding: 0px;
}
.thankSponsorsTable {
	width: 800px;
	position:relative;
	padding: 10px 20px 10px 110px;
	float: left;
	display:block;
}
.footerInitiative {
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	width: 910px;
	position:relative;
	padding: 30px 10px 10px 10px;
	float: left;
	display:block;
}
.footerAddress {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color: #c8d1f7;
	width: 910px;
	position:relative;
	padding: 0px 10px 10px 10px;
	float: left;
	display:block;
}
.footer {
	width: 930px;
	height: 263px;
	background-image: url(../Images/HomeBottom.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	display:block;
	margin: 0px;
	padding: 0px;
}

/* Buttons */

.goButton {
	background: white; 
	color: #c1431d; 
	font-weight: bold; 
	border: none; 
	font-style: italic; 
	font-size: 16px;
}
.goButton:hover { 
  	color: #f35425; 
}
.membership {
	width: 217px;
	height: 55px;
	display:block;
	float: right;
	position: relative;
	text-align: right;
	top: -15px;
}
.sponsorship {
	width: 369px;
	height: 55px;
	display:block;
	float: right;
	position: relative;
	text-align: right;
	top: -40px;
}


/*  Main Navigation Containers */

.navContainer {
	width: 913px;
	height: 36px;
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display:block;
	z-index: 99;
}

.topNav {
	position:absolute;
	display:block;
	left:476px;
	top:20px;
	padding-bottom: 10px;

}
.topNavHome {
	position:absolute;
	display:block;
	left:20px;
	top:20px;
	padding-bottom: 10px;

}
.searchBox {
	width: 930px;
	height: 30px;
	position: relative;
	background-color:#FFFFFF;
	float: left;
	display:block;
	text-align:center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}

/*  Specific Page Containers */

.promotionPodLeft {
	width: 250px;
	height: 220px;
	display: block;
	position: relative;
	float: left;
	border-right: 2px #9ea7d1 solid;
	padding: 10px 10px 10px 0px;
	margin-top: 20px;
}
.promotionPodCenter {
	width: 230px;
	height: 220px;
	display: block;
	position: relative;
	float: left;
	border-right: 2px #9ea7d1 solid;
	padding: 10px 10px 10px 20px;
	margin-top: 20px;
}
.promotionPodRight {
	width: 250px;
	height: 220px;
	display: block;
	position: relative;
	float: left;
	padding: 10px 0px 10px 20px;
	margin-top: 20px;
}