/* General Styles */
body {
	font-size:1em;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	border-top:5px solid #000;
}
.container_12 {
	margin-top:10px;
}

/* Header Styles */
.header {
	height:100px;
}
.header .divimg#logo {
	width:100%;
	height:100%;
	background-color:#eeeeee;
}
.header#who h1 {
	font-family:Arial Black;
	font-size:1.5em;
	font-weight:800;
	margin-bottom:-10px;
}
.header#who p {
	font-size:1.2em;
}
.header#where p {
	font-size:1em;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.2;
	text-align:right;
}

/* Navigation Styles */
.nav {
	/*background: transparent url('../new/images/icons/bookmark_book.gif') no-repeat center left;*/
	margin-bottom:10px;
}
.nav ul {
	display:block;
	width:100%;
	padding:0 0 5px 0;
	margin:0;
	height:1em;
}
.nav li {
	list-style:none;
	list-style-image:none;
	display:block;
	float:left;
	height:100%;
	margin:0;
	padding-right:50px;
}
.nav li a {
	display:block;
	text-decoration:none;
	color:#116BA7;
}
.nav li a:hover,
.nav li a:focus,
.nav li a:active,
.nav li a.current {
	text-decoration:underline;
}

/* Calendar Link Styles */
.calendars {
	background: transparent url('../new/images/icons/calendar.gif') no-repeat center left;
}
.calendars ul{
	display:block;
	width:100%;
	padding:0 0 5px 0;
	margin:0;
	margin-left:30px;
	height:1em;
}
.calendars li{
	float:left;
	height:100%;
	margin:0;
	padding-right:50px;
	display:block;
	list-style:none;
	list-style-image:none;
}
.calendars li a {
	display:block;
	text-decoration:none;
	color:#116BA7;
}
.calendars li a:hover,
.calendars li a:focus,
.calendars li a:active,
.calendars li a.current {
	font-weight:bold;
}

/* Footer Styles */
.footer {
	text-align:center;
	margin-top:20px;
}
.footer p {
	font-size:.6em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
}

/* Link Styles */
a.ciLink {
	color:#B73913;
	text-decoration:none;
}
a.ciLink:hover,
a.ciLink:active,
a.ciLink:focus {
	text-decoration:underline;
}
a.pinvokeLink {
	color:#FB97D7;
	text-decoration:none;
}
a.pinvokeLink:hover,
a.pinvokeLink:active,
a.pinvokeLink:focus {
	text-decoration:underline;
}
a.gsLink {
	color:#123;
	text-decoration:none;
}
a.gsLink:hover,
a.gsLink:active,
a.gsLink:focus {
	text-decoration:underline;
}



.photo {
	margin-top:10px;
	margin-bottom:10px;
}
.photo img {
	width:938px;
}
.photo .caption {
	opacity: .8;
	-moz-opacity: .8;
	filter:alpha(opacity=80);
	
	background-color:#333;
	color:#fff;
	
	width:938px;
	height:1.5em;
	text-align:center;
	vertical-align:middle;
	
	margin-top:-1.5em;
}

.content ul {
	width:90%;
}
.content h3 {
	text-align:center;
}
.content li {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
    padding-left:5px;
}
#news li {
	list-style-image:url('../new/images/icons/newspaper.gif');
}
#events li {
	list-style-image:url('../new/images/icons/calendar.gif');
}
#events li.signup {
	list-style-image:url('../new/images/icons/calendar__plus.gif');
}
#events li.signup a {
	color:#009;
	text-decoration:none;
	display:block;
	height:100%;
}
#events li.signup a:hover {
	text-decoration:underline;
}
#events li.today {
	list-style-image:url('../new/images/icons/calendar_day.gif');
}
#events li.attn {
	list-style-image:url('../new/images/icons/calendar__exclamation.gif');
}
#reminders li {
	list-style-image:url('../new/images/icons/bookmark_book.gif');
}

div.important {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
div.important a {
	color:#F3B643;
	text-decoration:underline;
}
div.important a:hover {
	color:#AD6412;
}
