/*  
Miss Greek Styles
Updated October 2009
by Cyrus Kazemi, PC '08
*/

/* GENERAL */
body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #706336;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #98A8B8;
}

h2 {
	font-size: 1.4em;
}

p, a, ul, li {
	color: #000;
}

a {
		text-decoration: none;
}

.clear {
	clear: both;
}

/* HEADER */
#header {
	width: 100%;
	height: 69px;
	background-color: #98A8B8;
	border: 2px solid #677697;
	border-left: none;
	border-right: none;
	border-top: none;
}

#logo {
	float: left;
}

 ul#nav {
	float: left;
	margin-top: 20px;
	margin-left:  50px;
}
	ul#nav li {
		display: inline;
		margin-left: 10px;
	}

	ul#nav li a {
		color: #fff;
		font-size: 1.0em;
		font-weight: bold;
	}

	ul#nav li a:hover {
		border: #fff 3px solid;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	
	/* MAIN CONTENT */
	
	/* index styles */
div#content {
		width: 100%;
		background-color: #fff;
		border: 15px solid #C4B783;
		border-left: none;
		border-right: none;
		border-top: none;
}
	
	div#content div#left {
		width: 48%;
		margin-left: 25px;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	
	div#content div#right {
		width: 50%;
		float: right;
		margin-top: 20px;
	}
	
		#content #right img {
			position: relative;
			top: 175px;
		}
		
		#content #right .text {
			width: 250px;
		}
	
	#content h2 {
		font-size: 14px;
		margin: 50px 0 25px 0;
	}
	
	#content p{
		width: 70%;
		font-size: 14px;
	}
	
	div#subcontent {
		background-color: #99A7BB;
		border: 3px solid #706336;
		border-left: none;
		border-right: none;
		border-bottom	: none; 
	}
	
		#sub1, #sub2{
			width: 33%;
			float: left;
		}
	
		#sub1 ul {
			margin-left: 10px;
		}
	
		#sub2 {
			text-align: center; 
			border: 1px solid #fff;
			border-top: none; 
			border-bottom: none; 
		}
		
	/* general styles for rest of pages */
	
	#banner {
		width: 100%;
		background-color: #000;
		border-bottom: 4px solid #98A8B8;
	}
	
	#left, #right {
		width: 48%;
	}
	
	#left {
		float: left;
	}
	
	#left p, #left h2 {
		margin: 5px 20px 10px 40px;
	}
	
	#left h2 {
		font-size: 1.4em;
	}
	
	#right {
		float: right;
		display: inline;
	}
	
	/* BIOGRAPHIES */
	#bio_links li a{
		text-decoration: underline;
	}
	
	/* SPONSORSHIP */
	#sponsor_levels {
		width: 70%;
		font-size: 14px;
		margin-left: 40px;
		margin-bottom: 10px;
	}
	
	#sponsor_levels li {
		list-style-type: disc;
		margin-bottom: 5px;
	}
	
	/* CONTACT */
	
	/*  FOOTER */
#footer {
	background-color: #706336;
	margin-bottom: 5px;
	border: 4px solid #C2B581;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

	#footer_right, #footer_left {
		width: 48%;
	}
	
	#footer_right {
		float: right;
	}
	
	#footer_nav {
		float: left;
		color: #C2B581;
		margin-top: 2px;
		margin-left: 5px;
	}
		#footer_nav li {
			display: inline;
			color: inherit;
		}

		#footer_nav li a {
			color: inherit;
			font-size: 1.0em;
			margin-left: 5px;
			margin-right: 5px;
			padding: 3px;
		}

		#footer_nav li a:hover {
			color: #000;
			background-color: #C2B581;
		}
		
	#footer p, #footer a {
		color: #C2B581;
	}
	
	#footer p {
		margin-left: 15px;
	}
	
	#footer a {
		
	}