@import url("links.css");
@import url("flexcrollstyles.css");

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: #a7a09a;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../media/bk.gif);
	}

.twoColFixLtHdr #page {
	position: relative;
	width: 980px;
	min-height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: -40px;
	background: url(../media/pagebg.gif) repeat-y;
	}

.twoColFixLtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 101px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.twoColFixLtHdr #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 322px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 101px 0;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 322px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 101px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.twoColFixLtHdr #leftColumn #photobox {
	width: 322px;
	height: 199px;
	}

.twoColFixLtHdr #mainContent h1 {
	font-size: 30px;
	color: #381e46;
	}

.twoColFixLtHdr #mainContent h2 {
	font-size: 16px;
	color: #4c2a59;
	line-height: 40px;
	text-transform: uppercase;
	}

.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	color: #403f40;
	margin-bottom: -10px;
	}

.twoColFixLtHdr #mainContent p, #mainContent h3 + ul, #mainContent p + ul, #mainContent ul + ul, #mainContent ol, #mainContent table {
	font-size: 12px;
	line-height: 20px;
	color: #403f40;
	}

#mainContent h3 + ul li, #mainContent p + ul li, #mainContent ul + ul li {
	list-style-image: url(../media/triangle.png);
	}

.twoColFixLtHdr #mainContent #body {
	padding: 0 30px 40px 30px;
	}

.twoColFixLtHdr #mainContent #contact {
	width: 658px;
	height: 38px;
	padding: 0;
	margin: -16px 0 0 0;
	background: url(../media/sub/contact.jpg) no-repeat;
	}

.twoColFixLtHdr #mainContent #contact ul li {
	text-indent: none;
	padding: 0;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	display: inline;
	}

.twoColFixLtHdr #mainContent #navigation {
	width: 658px;
	height: 39px;
	padding: 0;
	margin: 0;
	background: url(../media/sub/navigation.jpg) no-repeat;
	}

.twoColFixLtHdr #mainContent #navigation ul li {
	text-indent: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	display: inline;
	}

.twoColFixLtHdr #mainContent #subnavigation {
	width: 658px;
	height: 117px;
	margin: 0;
	padding: 0;
	background: url(../media/sub/subnavigation.jpg) no-repeat;
	}

	body#alumni #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-alumni.jpg) no-repeat;
		}
	
	body#chapterlife #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-chapterlife.jpg) no-repeat;
		}
	
	body#leadership #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-leadership.jpg) no-repeat;
		}
	
	body#ontheroad #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-ontheroad.jpg) no-repeat;
		}

	body#contact #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-contact.jpg) no-repeat;
		}

	body#feedback #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-feedback.jpg) no-repeat;
		}

	body#guestbook #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-guestbook.jpg) no-repeat;
		}

	body#privacy #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-privacy.jpg) no-repeat;
		}

	body#sitemap #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-sitemap.jpg) no-repeat;
		}

	body#terms #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-terms.jpg) no-repeat;
		}

	body#fivereasons #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-fivereasons.jpg) no-repeat;
		}
	
	body#results #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-results.jpg) no-repeat;
		}

	body#resolutionplan #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-resolutionplan.jpg) no-repeat;
		}
		
	body#generic #mainContent #subnavigation {
		background: url(../media/sub/subnavigation-generic.jpg) no-repeat;
		}

.twoColFixLtHdr #mainContent #subnavigation ul {
	text-indent: 56px;
	margin: 0;
	padding: 10px 0 0 0;
	}

#subnavigation ul li#last {
	position: relative;
	top: 15px;
	left: 56px;
	}

.twoColFixLtHdr #mainContent #subnavigation ul li {
	text-indent: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #faca66;
	text-transform: uppercase;
	display: inline;
	}

.twoColFixLtHdr #mainContent ul#details {
	margin: 0 -10px 0 -10px;
	text-indent: 5px;
	padding: 1px 0 3px 0;
	border-top: 1px solid #472754;
	border-bottom: 1px solid #472754;
	}

.twoColFixLtHdr #mainContent ul#details li {
	font-size: 12px;
	text-transform: uppercase;
	display: inline;
	}

.twoColFixLtHdr #mainContent ul#details li a {
	padding: 4px 4px 4px 4px;
	color: #381e46;
	text-decoration: none;
	}

.twoColFixLtHdr #mainContent ul#details li a:hover {
	background: #f3d189;
	}

.twoColFixLtHdr #footer {
	position: absolute;
	bottom: 0px;
	width: 980px;
	height: 101px;
	padding: 0;
	margin-bottom: -16px;
	background: url(../media/sub/footer.jpg) no-repeat;
	} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}

#photobox {
	width: 322px;
	height: 199px;
	}

#photoframe {
	position: relative;
	top: -199px;
	margin-bottom: -199px;
	width: 322px;
	height: 199px;
	}

#photo {
	width: 322px;
	height: 199px;
	}

#spacer {
    padding: 0;
    margin: 0;
    height: 1px; /* don't set to 0 */
}

#footer p {
	display: none;
	}

#footer ul li {
	position: relative;
	top: 63px;
	left: 616px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 8px;
	text-transform: uppercase;
	display: inline;
	}

#footer ul li a {
	color: #ffffff;
	margin: 0 4px 0 0;
	}

.twoColFixLtHdr #mainContent #contact ul li {
	position: relative;
	top: 7px;
	left: 386px;
	}

.twoColFixLtHdr #mainContent #contact ul li {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #4c2a59;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	}

.twoColFixLtHdr #mainContent #contact ul li a {
	color: #4c2a59;
	text-decoration: none;
	padding: 0;
	}

.twoColFixLtHdr #mainContent #contact ul li a:hover {
	color: #4c2a59;
	text-decoration: underline;
	padding: 0;
	}

#newsbox {
	width: 322px;
	height: 208px;
	padding: 0;
	margin-top: -20px;
	background: url('../media/sub/newsbg.png');
	}

#news {
	/* Typical fixed height and fixed width example */
	position: relative;
	top: 45px;
	width: 258px;
	height: 118px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	background-color: transparent;
	margin: 0 0 0 22px;
	padding: 15px 0 15px 15px;
	font-size: 13px;
	color: #5b3566;
	}

#news ul {
	font-size: 13px;
	color: #5b3564;
	font-family: Verdana;
	list-style-type: none;
	z-index: 100;
	}

#news ul li {
	border-bottom: 1px solid #d49f35;
	padding: 7px 0 7px 0;
	margin: 0 18px 0 -4px;
	}

hr {
	margin: 11px 0 10px -10px;
	height: 1px;
	border: 0;
	border-top: 1px solid #d49f35;
	text-align: left;
	width: 248px;
	}

table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	caption-side: bottom;
	}

th {
	border: 0;
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	}

td {
	font-size: 10px;
	}

td#caption {
	font-size: 10px;
	text-transform: none;
	border-top: 1px solid #000;
	background-color: #eee;
	}

#search {
	width: 322px;
	height: 58px;
	}

#header {
	width: 980px;
	height: 60px;
	margin-top: -16px;
	background: url('../media/sub/header-sub.jpg');
	background-repeat: no-repeat;
	}

#header ul li {
	position: relative;
	top: 10px;
	left: 650px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
	}

#header ul li a {
	color: #ffffff;
	padding: 0 2px 0 0;
	background: transparent;
	}

#header ul li a:link {
	text-decoration: none;
	}

#header ul li a:visited {
	text-decoration: none;
	}

#header ul li a:hover, #header ul li a:active {
	text-decoration: underline;
	}

table {
	margin-top: 20px;
	}

table th.chapter {
	width: 240px;
	}

table th.school {
	width: 200px;
	}

table th.city {
	width: 100px;
	}

table th.state {
	width: 40px;
	}

ul#row2 {
	border-top: 1px dotted #999;
	margin-top: 3px;
	padding-top: 1px;
	text-indent: -34px;
	}

form ol {
	list-style-type: none;
	padding: 0;
	}

form ol li {
	text-indent: 0;
	margin: 0;
	}

form ol li input {
	width: 320px;
	margin-bottom: 10px;
	}

form textarea {
	width: 317px;
	height: 100px;
	}

#newsbox-main {
	width: 598px;
	padding: 0;
	}

#newsbox-main #news {
	width: 598px;
	}

#newsbox-main #news hr {
	width: 400px;
	}

#body a img {
	border: 0;
	}
#news table {
	margin-top: -8px;
	}

td.news-headline {
	color: #5b3564;
	padding: 7px 0 3px 0;
	font-size: 12px;
	}

td.news-detail {
	font-size: 12px;
	color: #333;
	}

td.news-date {
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #d49f35;
	padding: 5px 0 10px 0;
	}
