/* CSS Document */



/* --------------------------- global styles --------------------------- */		
body{/*Added by Noah on 7/22/09*/
	background-color:#FFFFFF;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	line-height:1.4em;
	}

a {

	}
	
a img {
	border:0;	
	border:none;
	}

a:link {
	color:#000000;
	}

a:visited {
	color:#333333;
	}

a:hover {
	color:#BC0811;
	}

a:active{
	color:#333333;
	}
ul {
	margin-bottom:16px;
	}
li {
	font-weight:bold;
	line-height:1.4em;
	list-style-type:square;
	}

#mainTable {
	width:1000;
	background-image:url(../images/TheresasTiledPattern.gif);
	background-position:top left;
	background-repeat:repeat;
	}	

.globalText p {
	font-size:1.0em;
	font-weight:normal;
	margin-bottom:1.0em;
	margin-left:-20px;
	padding-bottom:1.0em;
	padding-top:1.0em;
	line-height:1.4em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	border-top-color:#000000;
	border-top-style:dotted;
	border-top-width:medium;
	}
	* html .globalText p {
		position:relative;
		height:.1%;
		}
.globalText indentText p, .globalText indentText ul {
	margin-left:16px;
	}
/*
#main {
	background-image:url(../images/TheresasTiledPattern.gif);
	background-position:top left;
	background-repeat:repeat;
	padding-bottom:16px;
	}	
*/	
#mainContent h1 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	text-align:center;
	}

		

/* --------------------------- styles for index.cfm --------------------------- */		
.rightSide {
	background-image:url(../images/whitestrip_gradientLeft.gif);
	background-repeat:repeat-y;
	background-position:top right;
	}
.homeText {
	float:left;
	width:500px;
	padding:16px 12px 0 36px;
	background-image:none;
	}
	* html .homeText {  /* fix for IE6 */
		zoom: 1; /* prevents the border from extending under the float in IE5 and IE6 */
		display:inline; /* trick IE6 by removing extra right-hand margin */
		width:452px; /* set width for IE5: 500px - 24px - 24px = 452px */
		w\idth:452px;
		margin:16px 24px 0 24px; /* IE6 does not understand padding...use margin to set IE6 */
		}
.homeText h1 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	text-align:center;
	}
.homeText h2 {
	font-size:1.0em;
	font-weight:normal;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	line-height:1.4em;
	}
.homeText h3 {
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:.4em;
	text-align:center;
	}
.homeText p {
	font-size:.8em;
	padding-bottom:12px;
	}
.homeText ul {
	padding:0;
	padding-left:16px;
	}
.homeText li {
	font-size:.8em;
	line-height:1.1em;
	list-style-type:square;
	padding-left:8px;
	}	

ol.purposes {
	margin-top:12px;
	}
	.purposes li {
		margin-left:72px;
		margin-right:60px;
		margin-bottom:12px;
		font-weight:normal;
		list-style-type:decimal;
		}	
/* --------------------------- styles for sidebar/corkboard --------------------------- */		
.sidebar {
	float:right;
	width:470px;
	background-image:url(../images/whitestrip_gradientLeft.gif);
	background-repeat:repeat-y;
	background-position:top right;
	}
.corkboard {
	float:right;
	width:443px;
	margin-right:14px;
	}
	* html .corkboard {
		display:inline; /* trick IE6 by removing extra right-hand margin */
		}
.corkboard img {
	display:block; /* fixes display problem in IE that adds a few pixels and displays
		the images lower than they should be displayed - see difference in Firefox and
		IE6. This forces IE to display the image as a block-level element */
	}
.corkboard table {
	float:right;
	}
.pushpinTop {
	margin-top:12px;
	}
.whiteStrip {
	background-image:url(../images/pushpin_02.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	height:3px;
	width:443px;
	position:relative;
	}	
	.whiteStrip img {
		position:relative;
		}
		* html .whiteStrip {
			padding-bottom:16px;
			}
.calendarLink {
	float:right;
	position:relative;
	top:-36px;
	right:40px;
	}
	.calendar {
		float:right;
		clear:right;
		position:relative;
		top:-36px;
		right:58px;
		}
.bulletin {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:110px;
	margin-top:-12px;
	}
	* html .bulletin {
		position:relative;
		top:-70px;
		margin-left:110px;
		}
.bulletin2 {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:72px;
	margin-top:6px;
	}
	* html .bulletin2 {
		position:relative;
		top:-66px;
		margin-left:72px;
		}
/*
.photos {
	float:left;
	display:inline;
	margin-top:-46px;
	margin-left:50px;
	margin-bottom:16px;
	}
	* html .photos {
		margin-top:-50px;
		margin-left:25px; */
 		/* margin-bottom is not understood by IE6 & IE7 - instead: added padding bottom to parent element - in this case .whiteStrip using the star hack */
 		/* } */

table.photos {
	float:left;
	margin-left:50px;
	margin-top:-26px;
	}
	* html table.photos {
		display:inline;
		margin-top:-52px;
		margin-left:50px;
		}


table.photos td.caption {
	padding:10px 6px 16px 6px;
	}
table.photos .caption {
	text-align:center;
	font-size:.8em;
	}
.logos {
	float:left;
	margin-bottom:12px;
	margin-left:24px;
	}
	* html .logos {
		position:relative;
		left:24px;
		bottom:12px;
		}
.logos img {
	display:inline; /* corkboard images were set to display block to fix an IE bug - this 
		allows the logos to display inline */
	}

/* --------------------------- styles for aboutUs.cfm --------------------------- */				
.foundersList {
	float:right;
	width:420px;
	border-color:#000000;
	border-style:groove;
	border-width:3px;
	padding:16px;
	background-color:#FDE598;
	background-color:#FEEBAF;
	margin-right:-32px;
	margin-left:24px;
	}
	* html .foundersList {
		width:400px;
		margin-left:0px;
		position:relative;
		right:6px;
		padding:16px;
		}
.foundersList td {
	padding:4px;
	}
	* html .foundersList td {

		}
.foundersList h1 {
	font-size:1.2em;
	padding-bottom:12px;
	margin-top:-12px;
	}
	* html .foundersList h1 {
		font-size:1.2em;
		margin-top:12px;
		padding-bottom:0;
		}

/* ------------------------------------- styles for officers & committees --------------- */		

.officersPhoto {
	float:left;
	width:930px;
	margin:0 0 0 16px;
	padding:0;
	}
	* html .officersPhoto {
		width:940px;
		margin:0 0 0 8px;
		}
.officersPhoto h1 {
	width:930px;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	text-align:center;
	}
	* html .officersPhoto h1 {
		width:940px;
		}
	
.officers {
	float:left;
	width:485px;
	margin:0 0 0 16px;
	padding:0;
	}
.officers h1 {
	width:485px;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	text-align:center;
	}
td .bigPhoto {
	margin:0 auto;
	}
.bigPhoto img {
	width:480px;
	margin:0 0 0px -1px;
	border:1px solid black;
	}
td .photo {
	margin:0;
	padding:0;
	width:116px;
	}
.photo img {
	width:100px;
	margin:0 0 6px 0;
	border:1px solid black;
	}

	.title {
		font-size:.8em;
		font-weight:bold;
		}
	.officer, .city {
		font-size:.8em;
		}

.committees {
	float:right;
	width:400px;
	white-space:nowrap;
	margin:0 16px 0 0;
	padding:0;
	}
	.committees h1 {
		width:400px;
		font-size:1.2em;
		font-weight:normal;
		margin-bottom:1.0em;
		padding-bottom:1.0em;
		border-bottom-color:#000000;
		border-bottom-style:dotted;
		border-bottom-width:medium;
		text-align:center;
		}
	.committees h3 {
		font-size:.8em;
		font-weight:bold;
		line-height:1.4em;
		}
	.committees p {
		font-size:.8em;
		padding-bottom:12px;
		}
	.committees ul {
		padding:0;
		padding-left:16px;
		}
	.committees li {
		font-size:.8em;
		line-height:1.1em;
		list-style-type:square;
		padding-left:8px;
		}
img.committeePhotos {
	float:right;
	border:1px solid black;
	}
ul.awards li {
	line-height:1.5em;
	}
/* ------------------------------------- styles for chapter forms --------------- */
.leadershipManual {
	width:200px;
	}
.leadershipManual2 {
	background-color:#FFFFFF;
	padding:12px 0px 12px 12px;
	}
	* html .leadershipManual2 p {
		margin:12px 0px 12px 12px;
		}
	* html .leadershipManual2 a img {
		margin:12px 0px 12px 12px;
		}
.pdfIcon {
	float:left;
	padding-right:12px;
	margin-bottom:30px;
	}
	* html .pdfIcon {
		margin-right:12px;
		}
.chapters {
	float:left;
	width:500px;
	margin:-2px 0 0 36px;
	padding:0;
	}
	* html .chapters {
		width:500px;
		display:inline;
		}
#main p.formSubmitted {
	text-align:center;
	}

	
/* ------------------------------------- styles for convention --------------- */		
.convention {
	float:left;
	width:500px;
	padding:16px 12px 0 36px;
	background-image:none;
	}
	* html .convention {  /* fix for IE6 */
		zoom: 1; /* prevents the border from extending under the float in IE5 and IE6 */
		display:inline; /* trick IE6 by removing extra right-hand margin */
		width:452px; /* set width for IE5: 500px - 24px - 24px = 452px */
		w\idth:452px;
		margin:16px 24px 0 24px; /* IE6 does not understand padding...use margin to set IE6 */
		}
.conventionPhoto1 {
	float:left;
	margin:0 20px 0 0;
	border-color:#000000;
	border-style:groove;
	border-width:3px;
	}
	* html .conventionPhoto1 {
		float:none;
		clear:both;
		margin:0 20px 16px 0;
		}
.convention p {
	font-size:1.0em;
	font-weight:normal;
	margin-bottom:1.0em;
	margin-left:0px;
	padding-bottom:1.0em;
	padding-top:1.0em;
	line-height:1.4em;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	border-top-color:#000000;
	border-top-style:dotted;
	border-top-width:medium;
	}
	* html .convention p {
		position:relative;
		height:.1%;
		}
.convention ul {
	padding:0;
	padding-left:16px;
	}
.convention li {
	padding-left:8px;
	}

.conventionPhotoFirst {
	float:left;
	margin-left:50px;
	margin-top:-60px;
	margin-bottom:56px;
	clear:both;
	}
	* html .conventionPhotoFirst {
		margin: -60px 0 56px 25px; /* IE6 does not understand padding...use margin to set IE6 */
		}
.conventionPhotos {
	float:left;
	margin-left:50px;
	margin-top:-40px;
	margin-bottom:56px;
	clear:both;
	}
	* html .conventionPhotos {
		margin: -40px 0 56px 25px; /* IE6 does not understand padding...use margin to set IE6 */
		}
.conventionPhotoLast {
	float:left;
	margin-left:50px;
	margin-top:-40px;
	margin-bottom:14px;
	clear:both;
	}
	* html .conventionPhotoLast {
		margin: -40px 0 16px 25px; /* IE6 does not understand padding...use margin to set IE6 */
		}
	
/* ------------------------------------- styles for scholarships --------------- */		
.scholarships {
	float:left;
	width:950px;
	margin:0 0 0 16px;
	padding:0;
	position:relative;
	}
.scholarships p {
	margin-left:308px;
	width:500px;
	}
.scholarships p#SAcaption {
	float:left;
	clear:both;
	width:275px;
	position:absolute;
	border:none;
	top:168px;
	left:-305px;
	}

img.achievementPhoto {
	float:left;
	border-color:#000000;
	border-style:groove;
	border-width:3px;
	}
.scholarships ul.forms1 {
	width:600px;
	margin-left:320px;
	}
h1.formsAvailableDate {
	font-size:18px;
	margin-top:6px;
	margin-bottom:16px;
	color:#BC0811;
	}
.convention ul.forms1 {
	margin-left:24px;
	}
#guidelines {

	}
	
/* ------------------------------------- styles for sunflower --------------- */		
.sunflower {
	float:left;
	width:950px;
	margin:0 0 0 16px;
	padding:0;
	}
.sunflower ul.forms1 {
	float:left;
	width:400px;
	margin-left:16px;
	}
/* ------------------------------------- styles for footer --------------- */		
div p.copyright {
	position:static;
	clear:both;
	}
	p.copyright {
		font-size:.8em;
		margin-top:8px;
		margin-left:8px;
		}
p.modDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
