/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/layout/bg-line.jpg) repeat-x #fff;
}

p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	color: #660066;
	line-height: 1.3em;
}

h1 {
	font: 21px/24px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #660066;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

h3 {
	font: 11px/17px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
}

h4 {
	margin: 1em 0 0 0;
}

em {
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

strong {}

img {
	outline: 0;
	border: 0;
}

/* CONTAINERS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin: 0 0 0 -450px;
	width: 890px;
}

#header {
	height: 136px;
	background: url(../images/layout/header.jpg) no-repeat;
}

#navigation {
	height: 31px;
	background: url(../images/layout/nav-line.jpg) no-repeat;
}

#side_nav {
	width: 174px;
}

#bottom_nav {
	margin: 0 0 0 195px;
	height: 31px;
	border-top: 1px solid #c299c2;
}

#content {
	padding: 0 10px 0 0;
	background: #fff;
}

#left_content {
	float: left;
	width: 204px;
}

#main_content {
	margin: 0 0 6px 204px;
}

#footer {
	border: 1px solid #c45a00;
}

/* NAVIGATION */
/* ------------------------------------- */
a {
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* NAVIGATION */
/* ------------------------------------- */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
	
#navigation a {
	display: block;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 8px 9px 9px 9px;
}
	
#navigation a:hover {
	color: #cc6600;
	background: #fff;
}

#side_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_nav li {
	margin: 0 0 6px 0;
	padding: 0;
}
	
#side_nav a {
	display: block;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	padding: 8px 9px 9px 9px;
	margin: 0;
	background: #660066;
}
	
#side_nav a:hover {
	background: #c299c2;
}

#bottom_nav ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}

#bottom_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
	
#bottom_nav a {
	font-size: .9em;
	color: #660066;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 7px;
}
	
#bottom_nav a:hover {
	color: #c299c2;
}

/* CLASSES */
/* ------------------------------------- */
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_large {
	font-size: 1.4em;
	line-height: 1.2em;
}

.text_small {
	font-size: .8em;
}

.text_center {
	display: block;
	text-align: center;
}

.date {
	padding-bottom: 15px;
	font-size: 1.2em;
	color: #cc6600;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.feature {
	width: 174px;
	margin: 0 0 6px 0;
	background: url(../images/layout/corner-purple.jpg) no-repeat #5a005a;
}

.feature_header {
	padding: 9px 0 0 0;
	height: 23px;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.feature_content {
	padding: 11px;
	font-size: 1.2em;
	color: #660066;
	line-height: 1.2em;
	border: 1px solid #5a005a;
	background: #fff;
}

.image_nav {
	width: 17px;
	height: 17px;
}

.image_content {
	margin: 0 10px 10px 0;
}

.footer {
	margin: -1px 0 0 -1px;
	font-size: 1.2em;
	padding: 20px 20px 10px 30px;
	color: #c45a00;
	background: url(../images/layout/corner-orange.jpg) no-repeat;
}

.clear {
	clear: both;
}

/* SPECIAL FORMATTING */
/* ------------------------------------- */

.feature input {
	margin: 0 0 5px 0;
	font-size: .7em;
	color: #5a005a;
	border: 1px solid #5a005a;
	background: #d7c5d6;
}

.search_date input {
	font-size: .8em;
	color: #c45a00;
	border: 1px solid #c45a00;
	background: #f2e4d8;
}

#header a {
	display: block;
	height: 135px;
	width: 880px;
}

#search_form input.search {
	border: 1px solid #c45a00;
	padding: 3px;
	background-color: #eeeeee;
	color: #666;
	margin-top: -5px;
	width: 125px;
}
#search_form input.submit {
	background-color: #c45a00;
	color: white;
	padding: 3px 4px;
	margin-left: 3px;
	border: 0;
	width: 38px;
}

/* calendar */
table.calendar th {
	background-color: #660066;
	color: white;
}
table.calendar td {
	border: 2px solid #CCC;
	height: 100px;
	width: 85px;
	vertical-align: top;
	padding: 3px;
}
table.calendar td.today {
	border: 2px solid black;
}
table.calendar td.empty {
	border: 2px solid transparent;
}
table.calendar td ul {
	padding-left: 1em;
}

table.calendar td li {
	font-size: 8pt;
	margin-bottom: 5px;
}