/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 10px 5px 10px 10px;
}
ul {
	margin: 10px 5px 10px 30px;
}
img {
	border: 0px;
}
body {
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#mainBody {
	margin: 0px auto 0px auto;
	width: 785px;
	background-color: #FFFFFF;
	color:#000000;
	border: solid #666666 1px;
}

div.clear
{
	clear:both;
}

/* Header Styles */
img#headerImg {
	border:0px;
}
div#header {
	padding-top: 10px;
	height: 140px;
	width: 100%;
	border-bottom: solid #666666 1px;
	background-image: url(../images/BackgroundGradient.jpg);
	background-attachment: scroll;
	background-position:top;
	background-repeat:repeat-x;
}
/* Fix the alignment of the image in IE */
div#header a img {
	margin-bottom: 10px;
}

/* Main Menu Styles */
div#mainMenu>ul {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: solid #666666 2px;
	background-color: #660000;
	height:28px;
	list-style:none;
}
div#mainMenu > ul > li {
	top: 5px;
	width: 100px;
	
	font-weight: bold;
	font-variant:small-caps;
	padding: 0px;
	margin-left: 20px;
	border-top: solid #660000 2px;
	border-right: solid #660000 2px;
	border-left: solid #660000 2px;
}
div#mainMenu>ul>li:hover {
	background-color: #FFFFFF;
	border-top: solid #666666 2px;
	border-right: solid #666666 2px;
	border-left: solid #666666 2px;
	padding: 0px 0px 9px 0px;
}
div#mainMenu>ul>li.selected {
	color: #000000;
	background-color: #FFFFFF;
	border-top: solid #666666 2px;
	border-right: solid #666666 2px;
	border-left: solid #666666 2px;
	padding: 0px 0px 9px 0px;
}
div#mainMenu li {
	float: left;
	position: relative;
}
div#mainMenu li ul {
	display: none;
	list-style:none;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 10;
	
}
div#mainMenu li ul li {
	width: 100%;
	font-weight:normal;
	font-variant:normal;
	padding: 4px 0px 6px 0px;
	border-top: 1px dotted #666666;
}
div#mainMenu li ul li.selected {
	font-weight:bold;
	font-variant:normal;
	font-size:10px;
}
div#mainMenu li>ul {
	top: 26px;
	left: -2px;
	
	border-right: 2px groove #666666;
	border-left: 2px groove #666666;
	border-bottom: 2px groove #666666;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
div#mainMenu li:hover ul,
div#mainMenu li.over ul{ display: block; }

/* Content Styles */
div#mainContent {
	text-align: left;
	clear: left;
}
div.splash {
	font-variant: small-caps;
	padding: 26px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	height: 38px;
	width: 90%;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px black solid;	
}
div.dates {
	font-style:italic;
	margin: 10px 0px 10px 30px;
	
}
div.announcement {
	margin: 10px 0px 10px 30px;
	
}
/* Column Styles */
/* Main Index Styles (2 and 3 column layout) */
div#leftColumn {
	position:relative;
	top:0px;
	width: 560px;
	float: left;
	text-align: left;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
div.bottom {
	float:left;
	width: 270px;
	margin: auto auto;
	text-align: center;
	font-size: 12px;
}
div#rightColumn {
	position:relative;
	top:0px;
	width: 198px;
	float: left;
	padding: 10px 0px 0px 10px;
}
/* Banner Styles */
#banner  {
	height: 			200px;
	position:			relative;
	left: 5px;
}
.mod_banner {
	width:				550px;
	height:				200px;
}
.mod_banner {
	position:		relative;
	margin:			0px auto;
	padding:		0px;
	overflow:		hidden;
	border:			none;
	background:		#000000;
}	
.mod_banner img {
	display:		none;
	position:		absolute;
	top:			0;
	left:			0;
	border:			none;
	background:		none;
}

/* Box Styles */
div.box {
	border: solid #000000 2px;
	margin: 0px 0px 20px 0px;
}
div.boxHeader {
	background-color: #660000;
	padding: 5px 0px 5px 10px;
	border-bottom: solid #000000 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
div.boxContent, 
div.boxContent ul, 
div.boxContent ul li {
	margin: 5px 5px 5px 10px;
	font-size: 10px;
}
div.box div.allLink {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 5px 0px;
}
/* Interior page styles (2 column layout) */
div#leftColumn2 {
	position:relative;
	top:0px;
	width: 200px;
	float: left;
	font-size: 12px;
}
div#rightColumn2 {
	position:relative;
	top:0px;
	width: 550px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 15px 20px 15px;
}

div.person {
	margin: 10px 0px 10px 0px;
}

div.person span.name {
	font-size: 16px;
	font-variant:small-caps;
	font-weight: bold;
}
div.person span.title {
	font-size: 14px;
	font-style:italic;
}
div.person img {
	float: left;
	margin: 10px 30px 5px 5px;
}
div.person div.bio {
	float:left;
	font-size: 12px;
	margin: 10px 5px 5px 5px;
	width: 400px;
}
ul.inpage li {
	margin: 8px 0px 8px 0px;
}

table.inpage {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-size: 11px;
}
table.inpage tr td {
	margin: 0px;
	padding: 5px 5px 5px 5px
}

table.schedule {
	margin-left: 40px;
	font-size: 14px;
	text-align: left;
}
table.schedule tr td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
table.schedule tr.alt td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
table.schedule tr.alt {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
}
div.heading,
span.heading,
p.heading {
	font-weight: bold;
}
div.docList {
	clear: left;
}
div.docList ul {
	float: left;
	width: 200px;
	list-style: none;
}
div.docList2 ul {
	width: 100%;
	list-style: none;
}

/* Form styles */
textarea { width: 250px; height: 200px; }
label
{
	font-weight: bold;
}

div.wrapper div.label
{
	float:left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
div.wrapper div.form
{
	float: left;
	text-align:left;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
div.wrapper
{
	margin: 10px 0px 10px 0px;
}

div.message
{
	font-weight:bold;
	color:#666666;
	margin: 10px auto 20px auto;
	text-align: center;
}

div.wrapper div.error
{
	font-weight:bold;
	color:#FF3333;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	text-align:center;
}

/* Secondary Navigation Styles */
ul#subNav {
	list-style: none;
	margin-left: 40px;
	margin-top: 30px;
}
ul#subNav li {
	color: #000000;
	margin: 3px 0px 3px 0px;
}
ul#subNav li.selected {
	font-weight: bold;
}

/* Footer Styles */
div#footer {
	width:100%;
	height: 25px;
	font-size: 9px;
	padding: 0px;
	margin-top: 8px;
}

/* Calendar Styles */
div.onecolumn {
	margin: 0px 15px 15px 15px;
}

div.day {
	width: 550px;
	margin: 0px auto 40px auto;
}
div.day div.event {
	margin: 10px auto 10px auto;
	width: 550px;
}

div.day div.event div.name {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.day div.event div.dates {
	font-style:italic;
	font-size: 14px;
	margin: 5px 0px 5px 40px;
	padding: 0px;
}

div.day div.event div.description {
	font-size: 14px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

table.year {
	margin:20px auto 0px auto;
	border-spacing: 5px 5px;
	padding:0px;
	font-size: 14px;
	width:750px;
}

table.year  tr {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	
}
table.year tr td {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	vertical-align:top;
	
}
table.year tr td div.date{
	width: 100%;
	text-align: center;
	background-color: #DDDDDD;
	font-variant:small-caps;
	font-weight:bold;
}
table.year tr td table.month{
	margin:10px auto 0px auto;
	padding:0px;
	font-size: 13px;
}

table.year tr td table.month tr {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
table.year tr td table.month tr.days td {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	font-weight: bold;
	font-size: 10px;
}
table.year tr td table.month tr td {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 0px;
}
table.year tr td table.month tr td span.today {
	font-weight: bold;
	background-color: #cccccc;
}

table.calendar {
	width:  750px;
	font-size: 11px;
}


table.calendar tr th {
	text-align:center;
}
table.calendar tr td {
	text-align: left;
	vertical-align: top;
	height: 90px;
	border: 1px solid black;
	padding: 5px;
	width: 13%;
}
table.calendar tr td.blank {
	border: 0px;
}

table.calendar tr td div.date {
	width: 100%;
	text-align: center;
	background-color: #DDDDDD;
}

table.calendar tr td ul {
	padding: 0px;
	margin: 2px;
	list-style: none;	
}
table.calendar tr td ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	
}

table.calendar tr td ul span.time {
	font-weight:bold;
}
table.calendar tr td ul span.allday {
	font-style: italic;
}
table.calendar tr td.today {
	background-color: #cccccc;
}

div.selector {
	width: 100%;
}

div.selector div.current, div.selector div.previous,  div.selector div.next {
	float: left;
	text-align: center;
}

div.selector div.previous, div.selector div.next {
	width: 15%;
}

div.selector div.current {
 	width: 70%;
	font-size: 16px;
	font-weight: bold;
}

span.callightblue ,
span.caldarkblue ,
span.callightpurple ,
span.caldarkpurple ,
span.callightgreen ,
span.caldarkgreen  {
 font-weight: bold;
}


span.callightblue {
color: #69F;
}
span.caldarkblue {

color: #0033FF;
}
span.callightpurple  {

color: #C0F;
}
span.caldarkpurple  {

color: #90C;
}
span.callightgreen  {

color: #9C3;
}
span.caldarkgreen  {

color: #0C0;
}

div.mediumphoto {
	text-align:center;
	margin-bottom: 20px;
}
div.mediumphoto > div.name {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}
div.mediumphoto > div.description {
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

div.mediumphoto > div.enlarge {
	font-size: 8px;
}
div.mediumphoto img {
	border: 2px blue solid;
}

div.photorow {
	padding: 0px 0px 0px 23.75px;
	margin: 0px 0px 0px 0px;
}

div.photorow div.photo{
	float:left;
	margin: 0px 23.75px 18px 23.75px;
	padding: 0px 0px 0px 0px;
	width: 120px;
	text-align:center;
}

div.photorow img {
		border: 2px blue solid;
}
div.photorow img.link {
	border: 2px blue solid;
}
div.photorow img.off {
	border: 2px black solid;
}
div.photorow div.arrow {
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight:bold;
	color: blue;
	text-decoration: none;
}
div.photorow div.title {
width:120px;
text-align:center;
font-size: 11px;
font-weight: normal;
margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
div.totals
{
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: 8px;
}
ul#pagination {
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

ul#pagination li {
margin:0px 3px; 
font-size:11px;
list-style:none;
display:block;
float:left;
border:solid 1px #cccccc;
}

ul#pagination li span {
	padding: 5px 8px;
	display:block;
}

ul#pagination .previous-off,
ul#pagination .next-off {
color:#cccccc;
font-weight:bold;
padding:5px 9px;
}
ul#pagination .next a,
ul#pagination .previous a {
font-weight:bold;
}
ul#pagination .active{
font-weight:bold;
}
ul#pagination a {
 text-decoration: none;
 padding:5px 9px;
 display: block;
}