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

.associatemembers a {
	color: #445a8a;
	text-decoration: none;
}
.chapterleaders a {
	color: #5c903d;
	text-decoration: none;
}

.alumnimembers h3 a {
	color: #a02625;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #a02625;
}

.alumnimembers h3 a:hover {
	color: #a02625;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 0px #a02625;
}

.alumnimembers a {
	color: #a02625;
	text-decoration: none;
}
.parentsadvisors h3 a {
	color: #dbbb28;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #dbbb28;
}

.parentsadvisors h3 a:hover {
	color: #dbbb28;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 0px #dbbb28;
}

.parentsadvisors a {
	color: #dbbb28;
	font-weight: normal;
	text-decoration: none;
}

.parentsadvisors a:hover {
	color: #dbbb28;
	font-weight: normal;
	text-decoration: none;
}

.mystole h3 a {
	color: #445a8a;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #445a8a;
}

.mystole h3 a:hover {
	color: #445a8a;
	font-weight: normal;
	text-decoration: none;
	border-bottom:0px;
}

a:hover {
	color: #000;
	text-decoration: none;
	}

a.associate {
	color: #445a8a;
	border-bottom: 1px dotted #445a8a;
	text-decoration: none;
}
a.chapter {
	color: #5c903d;
	border-bottom: 1px dotted #5c903d;
	text-decoration: none;
}
a.alumni {
	color: #a02625;
	border-bottom: 1px dotted #a02625;
	text-decoration: none;
}
a.parents {
	color: #dbbb28;
	border-bottom: 1px dotted #dbbb28;
	text-decoration: none;
}

a.parents:hover, a.alumni:hover, a.chapter:hover, a.associate:hover {
	color: #000;
	text-decoration: none;
}



body {
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.45em;
}

#wrapper {
	width: 761px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	height: 187px;
	width: 761px;
}

#content {
	width: 761px;
	margin: 20px 0 0 0;
	padding: 0;
}
#homesidebar {
	width: 152px;
	float: left;
	padding-right: 12px;
}

#homesidebar ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#homesidebar a {
	color: #102345;
	text-decoration: none;
}

#homesidebar a:hover {
	color: #102345;
	text-decoration: underline;
}

#creditfooter {
	display: none;
}

.bluetitle {
	font-size: 1.4em;
	color: #112349;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 10px 4px;
}

.bluetitlecenter {
	font-size: 1.4em;
	color: #112349;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 10px 20px;
}

.faqtitle {
	font-size: 1.3em;
	color: #112349;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	font-weight: bold;
}

#rssbutton {
	float: right;
	margin: 5px 5px 0 0;
}

#lefttopper {
	background: url('../images/lefttopper.jpg') #d9d9d9 no-repeat top;
	width: 152px;
}

#leftbg {
	background: url('../images/leftbg.jpg') #e9e9e9 no-repeat top;
	padding: 0 4px 0 4px;
	text-align: center;
}

#leftbgbig {
	background: url('../images/leftbg_big.jpg') #e9e9e9 no-repeat top;
	padding: 0 4px 0 4px;
}


#leftbottom {
	background: url('../images/leftbottom.jpg') no-repeat top;
	width: 152px;
	height: 6px;
	margin: 0;
	padding: 0;
}

#rss {
	background-color: #e9e9e9;
}

.rightmargin {
	margin-right: 1px;
}

#sidebar {
	width: 158px;
	float: left;
}

#flickrPics {
	width:578px; 
	height: 330px; 
	overflow: hidden; 
	margin-top: 13px;
}
/* My Stole button */

ul#stolebutton li {
	display:inline;
	list-style-type: none;
}

ul#stolebutton li a {
	display: block;
	float: left;
	width: 155px;
	height: 42px;
}
#stolebutton li a.mystole_button {
	background-image: url('../images/mystole.jpg');
	margin: 10px 10px 10px 0px;
}

#stolebutton li a.mystole_button:hover {
	background-position: -159px 0px;
}


ul#stolesmallbutton li {
	display:inline;
	list-style-type: none;
}

ul#stolesmallbutton li a {
	display: block;
	float: left;
	width: 136px;
	height: 42px;
}
#stolesmallbutton li a.mystolesmaller_button {
	background-image: url('../images/mystole_smaller.jpg');
	margin: 10px 10px 10px 0px;
}

#stolesmallbutton li a.mystolesmaller_button:hover {
	background-position: -138px 0px;
}


/*Homepage Sidebar Buttons */
ul#homebuttons li {
	display:inline;
	list-style-type: none;
}

ul#homebuttons li a {
	display: block;
	float: left;
	width: 155px;
	height: 42px;
}
#homebuttons li a.joining_button {
	background-image: url('../images/interested_joining.jpg');
	margin: 0px 10px 10px 0px;
}

#homebuttons li a.joining_button:hover {
	background-position: -159px 0px;
}

#homebuttons li a.fraternitysite_button {
	background-image: url('../images/fraternity_website.jpg');
	margin-right: 10px;
}

#homebuttons li a.fraternitysite_button:hover {
	background-position: -159px 0px;
}



/*Button Navigation */
ul#homenavigation li {
	display:inline;
	list-style-type: none;
}

ul#homenavigation li a {
	display: block;
	float: left;
	width: 136px;
	height: 83px;
}
#homenavigation li a.associate_button {
	background: url('../images/associate_members.jpg');
	margin-right: 10px;
}

#homenavigation li a.associate_button:hover {
	background-position: 0 -87px;
}

#homenavigation li a.chapter_button {
	background: url('../images/chapter_leaders.jpg') no-repeat;
	margin-right: 10px;

}

#homenavigation li a.chapter_button:hover {
	background-position: 0 -87px;
}
#homenavigation li a.parents_button {
	background: url('../images/parents_advisors.jpg') no-repeat;
	margin-right: 10px;
}
#homenavigation li a.parents_button:hover {
	background-position: 0 -87px;
}
#homenavigation li a.alumni_button {
	background-image: url('../images/alumni_members.jpg');

}
#homenavigation li a.alumni_button:hover {
	background-position: 0 -87px;
}

/*subpage buttons */

ul#navigation li {
	list-style-type: none;
}

ul#navigation li a {
	display: block;
	float: left;
	width: 136px;
	height: 83px;
}
#navigation li a.associate_button {
	background-image: url('../images/associate_members.jpg');
	margin-bottom: 10px;
}

#navigation li a.associate_button:hover {
	background-position: 0 -87px;
}

#navigation li a.chapter_button {
	background: url('../images/chapter_leaders.jpg') no-repeat;
	margin-bottom: 10px;
}

#navigation li a.chapter_button:hover {
	background-position: 0 -87px;
}
#navigation li a.parents_button {
	background: url('../images/parents_advisors.jpg') no-repeat;
	margin-bottom: 10px;
}
#navigation li a.parents_button:hover {
	background-position: 0 -87px;
}

#login {
float: right;
padding-top: 4px;
}

#mystoleh1 {
	border-bottom: 1px dotted #445a8a;
	height: 23px;
}

.floatleft {
	float: left;
}

.lefttext {
    float: left;
    width: 100px;
    font-weight: bold;
}

.righttext {
    float: left;
    width: 479px;
}

.lefttext2 {
    float: left;
    width: 153px;
    font-weight: bold;
}

.midtext {
    float: left;
    width: 253px;
}
.righttext2 {
    float: left;
    width: 173px;
	font-style: italic;
}

#navigation li a.alumni_button {
	background-image: url('../images/alumni_members.jpg');

}
#navigation li a.alumni_button:hover {
	background-position: 0 -87px;
}
/*-----------------*/

/*H3 headings*/

.associatemembers .leftcolumn i, .associatemembers .rightcolumn i {
	color: #445a8a;
}

.chapterleaders .leftcolumn i, .chapterleaders .rightcolumn i {
	color: #5c903d;
}

.associateh3 {
	color: #445a8a;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #445a8a;
}

.chapterh3 {
	color: #5c903d;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #445a8a;
}

.chapterh4 {
	color: #5c903d;
	font-size: 1em;
	font-weight: bold;
}
/*-----------------*/

.duplicateheader {
	padding: 4px 0 6px 10px;
	margin: 5px 0 10px 0;
	background: url('../images/duplicateheaderbg.jpg') no-repeat #fff;
	text-align: center;
	color: #333333;
	width: 572px;
	font-size: 1em;
	font-weight: bold;
}


.chapterleaders .duplicateheader {
	padding: 4px 0 6px 5px;
	margin: 5px 0 10px 0;
	background: url('../images/duplicateheaderbg.jpg') no-repeat #fff;
	text-align: center;
	color: #333333;
	width: 572px;
	font-size: 1em;
	font-weight: bold;
}
	
#rightcol {
	width: 579px;
	padding-left: 17px;
	min-height: 413px;
	float: left;
	border-left: 1px solid #c5c5c5;
}
.clear {
	clear: both;
	height: 0;
}

#footer {
	border-top: 1px solid #c5c5c5;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
	padding: 4px 0 0 0;
}

#footer_text{
	width: 579px;
	margin-left: 12px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	color: #999;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #112349;
	text-decoration: none;
}

img {
	border: 0;
}

/*FAQ Styles*/
h2.trigger {
	padding: 8px 0 2px 10px;
	margin: 10px 0 5px 0;
	background: url('../images/faqgradient.gif') no-repeat #fff;
	width: 572px;
	font-size: 1em;
	font-weight: normal;
	float: left;
	border-bottom: 0;
}
h2.trigger a {
	min-height: 30px;
	color: #10234e;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #364b79; }
.toggle_container {
	margin: 0 0 5px 10px;
	padding: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
	width: 579px;
	clear: both;
}
.toggle_container .block {
	padding: 7px 0 20px 0; /*--Padding of Container--*/
}

/*-----------*/

/* Contact Us Page */

#formleft {
	float: left;
	width: 168px;
}

#formright {
	float: right;
	width: 370px;
	text-align: left;
	padding-left: 20px;

}

#formleft input {
	background: url('../images/forminput.jpg') no-repeat 0 0 !important;
	color:#000000;
	font-size:1.2em;
	margin-top:5px;
	padding:5px;
	width:168px;
	border: 0px;
}

#formleft input:focus {
	background: url('../images/forminput_focus.jpg') no-repeat scroll 0 0 !important;
	border: 0px;
}

#formleft select {
	background: url('../images/formselect.jpg') no-repeat scroll 0 0 !important;
	color:#000000;
	font-size:1.2em;
	margin-top:5px;
	padding:5px;
	width:178px;
	border: 0px;
}

#formleft select:focus {
	background: url('../images/formselect_focus.jpg') no-repeat scroll 0 0 !important;
	border: 0px;
}

#formright textarea {
	background: url('../images/formtextarea.jpg') no-repeat scroll 0 0 !important;
	width: 360px;
	margin-top: 4px;
	height: 232px;
	border: 0px;
	padding: 5px;
	overflow: auto;
}
#formright textarea:focus {
	background: url('../images/formtextarea_focus.jpg') no-repeat scroll 0 0 !important;
	border: 0px;
}

/*from anythingSlider */
*                                       { margin: 0; padding: 0; }
p 										{ margin-bottom: 15px; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#page-wrap                              { width: 760px; padding: 15px; background: white; margin: 0 auto 50px; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }

h1                                      { font: 1.7em Georgia, "Times New Roman", Times, serif; letter-spacing: -1px; margin: 0 0 5px 0; padding: 0; text-transform: uppercase;}
h2                                      { font: bold 1.5em Arial Helvetica, Sans-Serif; border-bottom: 1px dotted #666; margin: 0 0 10px 0; padding: 0; }
h2.contact {
	color: #445a8a;
	font: normal 1.4em Arial Helvetica, Sans-Serif; 
	border-bottom: 1px dotted #666; 
	margin: 0 0 10px 0; 
	padding: 0;
}
h1 {margin-bottom: 15px;}
h1.stole{color: #445a8a; }
h1.static{color: #445a8a; border-bottom: 1px dotted #445a8a;}
h1.alumni {color: #a02625; border-bottom: 1px dotted #a02625;}
h2.alumni {color: #a02625;}
h1.associate {color: #445a8a; border-bottom: 1px dotted #445a8a;}
h2.associate {color: #445a8a;}
h1.chapter {color: #5c903d; border-bottom: 1px dotted #5c903d;}
h2.chapter {color: #5c903d;}
h1.parents {color: #dbbb28; border-bottom: 1px dotted #dbbb28;}
h2.parents {color: #dbbb28;}
h3                                      { font: bold 16px Georgia, Serif; margin: 0 0 10px 0; }  
.parentsadvisors h3                     { font: bold Georgia, Serif; margin: 0 0 10px 0; color: #dbbb28; margin-top: 15px; } 
.alumnimembers h3                     { font: bold Georgia, Serif; margin: 0 0 10px 0; color: #a02625; margin-top: 15px; }  
.mystole h3                     { font: bold Georgia, Serif; margin: 0 0 10px 0; color: #445a8a; margin-top: 15px; }  


h5                                      { font: 15px Georgia, Serif; text-align: center; }
pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

/*ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }
*/
#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

.leftcolumn {
float: left; 
width: 269px;
}
 
.rightcolumn {
float: left; 
width: 269px;
margin-left: 20px;
}
