@charset "utf-8";
/* 
	Author:		Nick Duell
	Date: 		March 21, 2008
*/

div, span, a, p, img, body,
h1, h2, h3, h4, h5, h6, ul, li
{
	border: 0px none;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: black;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
}

#wrapper_wide {
	background-image: url('gradient_bg.gif');
	background-repeat: repeat-x;
	background-position-y:0%
}

#wrapper {
	width: 830px;
	margin: 0 auto;
}

#header {
	height: 98px;
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-position:   center 50%;
}

#nav_banner {
	height: 208px;
	background-image: url('nav_banner_bg.jpg');
	background-repeat: no-repeat;
	background-position:   center 50%;
}

#news_banner {
	height: 111px;
	background-image: url('http://www.geneseo.edu/~c2011/news_banner.png');
	background-repeat: no-repeat;
	background-position:   center 50%;
}

#nav_banner ul {
	display: block;
	width: 720px;
	margin: 0 auto;
	padding-top: 2px;
	list-style-type: none;
	font-size: 15px;
}

#nav_banner ul li {
	position: relative;
	float: left;
}

#nav_banner ul li a,
#nav_banner ul li a:visited {
	color: #555555;
	font-weight: bold;
	display: block;
	float: left;
	padding: 10px 14px;
}

#nav_banner ul li a:hover {
	color: black;
}

#nav_banner ul li ul {
	padding-top: 7px;
	font-size: 12px;
	visibility: hidden;
	position: absolute;
	left: 13px;
	top: 36px;
	width: 140px;
	z-index: 1000;
}

#nav_banner ul li ul li {
	display: block;
	float: none;
	padding: 1px !important;
	margin: 0;
}

#nav_banner ul li ul li a,
#nav_banner ul li ul li a:visited
 {
 	float: none;
	color: white !important;
	padding: 0 !important;
	margin: 0;
}

#nav_banner ul li ul li a:hover {
	color: #FFFF33 !important;
}

#nav_banner #date {
	position: relative;
	top: 150px;
	left: 400px;
	width: 400px;
	text-align: right;
	color: white;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#news_banner ul {
	display: block;
	width: 720px;
	margin: 0 auto;
	padding-top: 2px;
	list-style-type: none;
	font-size: 15px;
}

#news_banner ul li {
	position: relative;
	float: left;
}

#news_banner ul li a,
#news_banner ul li a:visited {
	color: #555555;
	font-weight: bold;
	display: block;
	float: left;
	padding: 10px 14px;
}

#news_banner ul li a:hover {
	color: black;
}

#news_banner ul li ul {
	padding-top: 7px;
	font-size: 12px;
	visibility: hidden;
	position: absolute;
	left: 13px;
	top: 36px;
	width: 140px;
	z-index: 1000;
}

#news_banner ul li ul li {
	display: block;
	float: none;
	padding: 1px !important;
	margin: 0;
}

#news_banner ul li ul li a,
#news_banner ul li ul li a:visited
 {
 	float: none;
	color: white !important;
	padding: 0 !important;
	margin: 0;
}

#news_banner ul li ul li a:hover {
	color: #FFFF33 !important;
}

#news_banner #date {
	position: relative;
	top: 150px;
	left: 400px;
	width: 400px;
	text-align: right;
	color: white;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#body {
	background-image: url('body_bg.gif');
	background-repeat: repeat-y;
	background-position:   center 50%;; padding-left:30px; padding-right:30px; padding-top:15px; padding-bottom:5px
}

#body #col_left {
	float: left;
	width: 530px;
	margin-right: 30px;
}

#body #col_right {
	float: left;
	width: 210px;
}

#body h1 {
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #222222;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

#body #col_left h1 {
	width: 524px;
	background-image: url('headline_wide.gif');
}

#body #col_left h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #222222;
}

#body #col_left h3 {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	letter-spacing: -1px;
}

#body #col_left a {
	text-decoration: underline;
	color: #555555;
}

#body #col_left a:hover {
	color: black;
}

/* START index.php styles */

#body #col_left .news {
	clear: both;
}

#body #col_left .news .description {
	margin: 15px 0 20px 0;
	font-size: 12px;
	clear: both;
}

#body #col_left .news .description img.left {
	float: left;
	margin: 0 15px 20px 0;
}

#body #col_left .news .description img.right {
	float: right;
	margin: 0 0 20px 15px;
}

/* END index.php styles */

/* START council.php styles */

#body #col_left .member {
	clear: both;
}

#body #col_left .member .description {
	margin: 15px 0 20px 0;
	font-size: 12px;
	color: #333333;
	clear: both;
}

#body #col_left .member .description img.left {
	float: left;
	margin: 0 15px 20px 0;
}

#body #col_left .member .description img.right {
	float: right;
	margin: 0 0 20px 15px;
}

/* END council.php styles */

/* START council.php styles */

#body #col_left .event {
	clear: both;
}

#body #col_left .event .description {
	margin: 15px 0 20px 0;
	font-size: 12px;
	color: #333333;
	clear: both;
}

#body #col_left .event .description img.left {
	float: left;
	margin: 0 15px 20px 0;
}

#body #col_left .event .description img.right {
	float: right;
	margin: 0 0 20px 15px;
}

/* END council.php styles */

/* START contact.php styles */

#body #col_left .instructions {
	clear: both;
}

#body #col_left .instructions .description {
	margin: 15px 0 20px 0;
	font-size: 12px;
	color: #333333;
	clear: both;
}

#body #col_left #mail_form label {
	font-size: 12px;
	color: #333333;
	display: block;
	margin-bottom: 3px;
	width: 150px;
}

#body #col_left #mail_form input.text {
	width: 300px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#body #col_left #mail_form input.submit {
	width: 80px;
	display: block;
	margin: 10px auto 0 auto;
	border: 1px solid #222222;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#body #col_left #mail_form textarea {
	width: 500px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body #col_left #mail_form .forget {
	font-size: 10px;
	margin-bottom: 5px;
	color: red;
}

/* END contact.php styles */

#body #col_right h1 {
	width: 210px;
	background-image: url('headline_narrow.gif');
	text-align: right;
	background-position:   right bottom;
}

#body #calendar {
	font-size: 12px;
	height: 190px;
}

#body #officehours {
	font-size: 12px;
	height: 110px;
}

#body #calendar .arrow {
	float: left;
	width: 20px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -3px;
}

#body #calendar #month {
	float: left;
	width: 170px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

#body #calendar .day {
	width: 28px;
	height: 16px;
	padding-top: 2px;
	background-color: #F3F3F3;
	border: 1px solid white;
	float: left;
	text-align: center;
	color: #888888;
}

#body #calendar .special {
	background-color: #FFEE80;
}

#body #calendar .empty {
	background-color: white !important;
}

#body #calendar .bold {
	font-weight: bold;
	color: black !important;
}

#body #countdown {
	background-image: url('grad.png');
	background-position:   left 50%;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	color: #888888;
	text-align: right;
	padding-right: 5px;
	margin-left: 1px; 
	width: 203px;
	height: 100px;
	letter-spacing: 2px
}

#body #countdown #days_left {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -1px;
}

#body #faq {
	background-image: url('faq.png');
	background-position:   left 50%;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	color: #888888;
	text-align: right;
	padding-right: 5px;
	margin-left: 1px; 
	width: 203px;
	height: 100px;
	letter-spacing: 2px
}

#body #faq #thing {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -1px;
}

#body #open {
	background-image: url('surveyopen.png');
	background-position:   left 0%;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	color: #888888;
	text-align: right;
	padding-right: 5px;
	margin-left: 1px; 
	width: 203px;
	height: 150px;
	letter-spacing: 2px
}

#body #open #thing {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -1px;
}

#body #closed {
	background-image: url('surveyclosed.png');
	background-position:   left 0%;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	color: #888888;
	text-align: right;
	padding-right: 5px;
	margin-left: 1px; 
	width: 203px;
	height: 150px;
	letter-spacing: 2px
}

#body #closed #thing {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -1px;
}

#body #constitution {
	background-image: url('constitution_slant.png');
	background-position:   left 50%;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	color: #888888;
	text-align: right;
	padding-right: 5px;
	margin-left: 1px; 
	width: 203px;
	height: 100px;
	letter-spacing: 2px
}

#body #constitution #thing {
	font-size: 48px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -1px;
}

#body_bottom {
	height: 34px;
	background-image: url('body_bottom_bg.gif');
	background-repeat: no-repeat;
	background-position:   center 50%;
}

#footer {
	height: 25px;
	padding: 2px 30px 3px 30px;
	font-size: 12px;
	color: #555555;
}

#footer #left {
	width: 200px;
	float: left;
}

#footer #right {
	width: 500px;
	float: right;
	text-align: right;
}

#footer a, #footer a:visited {
	color: #555555;
}

#footer a:hover {
	color: black;
}
