/* CSS Document */




* {
	/* Turns off default padding and margins on ALL elements, including paragraphs (p) and headers (H1, H2, H3, etc.) */
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	/* Turns off the automatically-generated line beneath every link.  To turn it back on, you will need to use the style "text-decoration: underline" or you can create a custom line using the "border-bottom" style */
	text-decoration: none;
	}

body {
	/* Styles the template's background colors and default fonts. */
	/* NOTE: "font-size" is set to 62.5% in order to change the default font from 16 pixels to 10 pixels (10 is 62.5% of 16).  In all of the secondary style sheets, you'll notice that font-size is determined by ems. So, for example, the main content is often displayed at 1.1em, which translates to 11 pixels (the default size, 10, multiplied by 1.1).  We use ems for a variety of reasons, the most important of which is that it allows font sizes to be customized by the user in Internet Explorer, thereby improving overall web accessibility */
	text-align: center;
	background: #eceae7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	}
	
.skip {
	/* There is a "skip to main content" link in the template header that does not display in standard browsers. It is included for the benefit of seeing-impaired users who browse with text-reading devices */
	display: none;
	}


/* CONTENT */

#content-outer {
	/* Establishes the width of the Content area and styles it */
	/* different-content-outer.gif is a background image that is being repeated horizontally.  It creates the dark-to-light blue gradient */
	background:  #eceae7 center;
	}

#content-inner {
	background: #eceae7;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
#content-inner h1 {
	display:none;
	}
	

	
	/* NAVIGATION */
	
#left-nav {
	width:35px;
	padding-left:10px;
	padding-top:20px;
	float:left;
	text-align:left;
	}
	
#left-nav ul {
	list-style-type:none;
	}
	
#left-nav li {
	list-style-type:none;
	margin-bottom:5px;
	display:block;
	}

#navContact {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-contact.gif) no-repeat 0 0;
	}
	
#navContact:hover {
	background-position: -35px 0;
	}
	
#navContact span {
	display:none;
	}
	
#navLinks {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-links.gif) no-repeat 0 0;
	}
	
#navLinks:hover {
	background-position: -35px 0;
	}
	
#navLinks span {
	display:none;
	}
	
#navDonors {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-donors.gif) no-repeat 0 0;
	}
	
#navDonors:hover {
	background-position: -35px 0;
	}
	
#navDonors span {
	display:none;
	}
	
#navHelp {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-help.gif) no-repeat 0 0;
	}
	
#navHelp:hover {
	background-position: -35px 0;
	}
	
#navHelp span {
	display:none;
	}	
	
#navHouse {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-house.gif) no-repeat 0 0;
	}
	
#navHouse:hover {
	background-position: -35px 0;
	}
	
#navHouse span {
	display:none;
	}
	
#navNeed {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-need.gif) no-repeat 0 0;
	}
	
#navNeed:hover {
	background-position: -35px 0;
	}
	
#navNeed span {
	display:none;
	}		
	
#navHome {
	display:block;
	width:35px;
	height:122px;
	background: url(http://www.sigmakappahouse.com/images/nav-home.gif) no-repeat 0 0;
	}
	
#navHome:hover {
	background-position: -35px 0;
	}
	
#navHome span {
	display:none;
	}		

/* MAIN CONTENT */

#left-outer-content {
	float:left;
	display:inline;
	width:682px;
	background: url(http://www.sigmakappahouse.com/images/floral-bg.gif) repeat-y;
	}
	
#left-inner-content {
	float:left;
	background: #fdfefe url(http://www.sigmakappahouse.com/images/white-bg.gif) top center;
	width:650px;
	margin-left:15px;
	
	}	
	
	
#left-inner-content p {
	text-align:left;
	padding-left:30px;
	padding-right:50px;
	line-height:1.667em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	}	
	
#left-inner-content h2 {
	text-align:left;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#992645;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: lighter;
	}	
	
#left-inner-content h3 {
	text-align:left;
	padding-left:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#992645;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: lighter;
	}	
	
#left-inner-content h4 {
	text-align:left;
	padding-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#992645;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: lighter;
	}		
	
#left-inner-content table {
	text-align:left;
	margin-left:25px;
	}
	
#left-inner-content table caption {
	text-align:center;
	font-size:1.2em;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#eddbe4;
	line-height:1.667em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #555;
	}	
#left-inner-content table td {
	line-height:1.667em;
	font-size:1.1em;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	}
	
#left-inner-content table td.alt {
	border-top:1px solid #555;
	}	
	

	
#left-inner-content a {
	color:#992645;
	text-decoration:none;
	border-bottom:0px;
	}
	
#left-inner-content a:hover {
	color:#72142d;
	text-decoration:none;
	border-bottom:1px dashed #b36379;
	background-color:#eddbe4;
	}	
	
#left-inner-content a.alt {
	text-decoration:none;
	border-bottom:0px;
	}
	
#left-inner-content a.alt:hover {
	text-decoration:none;
	border-bottom:0px;
	background-color:#ffffff;
	}		
	
#left-inner-content ul {
	margin-left:25px;
	text-align:left;
	padding-left: 25px;
	margin-right: 10px;
	}
	
#left-inner-content ul li {
	list-style-type:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555;
	line-height:1.667em;
	}			
		
		
	
/*RIGHT SIDEBAR*/

#right-outer-content {
	display:inline;
	float:right;
	width: 225px;
	}	
	
#right-outer-content img {
	padding:5px;
	margin-top:10px;
	margin-bottom:5px;
	}	
	
#right-outer-content img.pdf {
	padding:0px;
	margin:0px;
	border:0px;
	}	

#right-outer-content img.alt {
	padding:5px;
	background-color:#d7d2cb;
	border:1px solid #cac5be;
	margin-top:10px;
	margin-bottom:5px;
	}
	
#right-outer-content p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	line-height:1.667em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1.2em;
	}	
	
#right-outer-content ul {
	margin-left:10px;
	text-align:left;
	padding-left: 15px;
	margin-right: 10px;
	}
	
#right-outer-content ul li {
	list-style-type:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	line-height:1.667em;
	}
	
#right-outer-content p a {
	color:#992645;
	text-decoration:none;
	border-bottom:0px;
	}
	
#right-outer-content p a:hover {
	color:#72142d;
	text-decoration:none;
	border-bottom:1px dashed #b36379;
	background-color:#eddbe4;
	}
	
#right-outer-content h2 {
	text-align:left;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#992645;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: lighter;
	}				
		
	
/*FOOTER*/

#footer-outer {
	width:100%;
	background-color:#eceae7;
	}
	
#footer-inner {
	margin: 0 auto;
	width:960px;
	text-align:center;
	height:10px;
	}	

.photoborder {
	padding:3px;
	border:1px solid #ddd;
	margin-left:8px;
	background: #eeeeee;
	}
	
.photoborderalt {
	padding:3px;
	border:1px solid #ddd;
	margin-left:0px;
	background: #eeeeee;
	}	

.announcement {
	padding-top:10px;
	padding-bottom:10px;
	font-weight: lighter;
	background-color:#eddbe4;
	border-bottom:1px dashed #b36379;
	border-top:1px dashed #b36379;
	}	

