﻿/* Layout styles */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#centerdBG {
	background-image: url('../imagesnew/mainBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1000px;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 255px;
	position: relative;
}

#main {
	padding: 25px;
	background-image: url('../imagesnew/sidebarBG.gif');
	background-repeat: repeat-y;
	position: relative;
	min-height: 1475px;
}

#content {
	width: 645px;
}

#sidebar {
	width: 307px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	clear: both;
	text-align: right;
	margin-top: 10px;
}

/* END Layouts */

/* Global styles */

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #800000;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #800000;
	font-weight: bold;
}

p {
	font-size: 0.9em;
	padding-bottom: 15px;
	line-height: 1.4em;
	color: #333333;
}

blockquote {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #003399;
	background-color: #CADFFF;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	color: #FF00FF;
}

.clear {
	clear: both;
}

#content ul {
	font-size: .9em;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: disc;
}
#content li {
	margin-bottom: 10px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: .9em;
	color: #333333;
}


/* END Global Styles */

/* Alignments */

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/* END Alignments */

/* Header content */

#pageTitle {
	position: absolute;
	top: 30px;
	left: 23px;
}

#pageTitle a:link,
#pageTitle a:active,
#pageTitle a:visited {
	color:#333333;
}

#pageTitle a:hover {
	color:#000;
}

.title1 {
	font-weight: bold;
	text-transform: inherit;
	font-size: 18px;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
.title2 {
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: inherit;
	display: block;
}
.title3 {
	font-size: 16px;
	text-transform: inherit;
	font-weight: bold;
	padding-top: 10px;
}

#eventDate {
	position: absolute;
	top: 30px;
	right: 0px;
}

.year {
	font-size: 136px;
	letter-spacing: -8px;
	position: relative;
	top: -15px;
	color: #C0C0C0;
}

.date {
	font-size: 16px;
	position: absolute;
	left: -450px;
	top: 110px;
	color: #993300;
	text-transform: uppercase;
	font-weight: bold;
}

/* Begin Menu */

#menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 85px;
	background-image: url('../images/transparency.png');
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
}
#menu ul li {
	float: left;
	width: 166px;
	position: relative;
}

#menu ul li a {
	color: #333333;
	text-transform: uppercase;
	display: block;
	padding: 15px 28px 0px 25px;
	height: 70px;
}

#menu ul li a:hover {
	background-color: #ffffff;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li:hover a {
	background-color: #ffffff;
}

#menu ul li a span {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding-top: 6px;
	line-height: 1.5em;
}
#menu ul ul {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	display: none;
}

#menu ul ul li a{
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	line-height: 1.6em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	height: auto;
}


#menu ul ul li a:hover{
	background:#eaeaea
}

/* END Menu */

/* END Header Content */


/* Begin Sidebar */

#sidebar h3 {
	background-color: #1D62DE;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 15px 20px 15px 20px;
	margin-bottom: 10px;
}

#sidebar ul ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	color: #CCCCCC;
}

#sidebar ul ul li a {
	display: block;
	padding: 7px;
	height: auto;
}

#sidebar ul ul li a:hover,
#sidebar .added li:hover {
	background-color: #484848;
	color: #80ccff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

#sidebar .added li {
	padding: 7px;
}


#sidebar .added a {
	padding: 0px;
	display: inline;
}

/* END sidebar */

#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}
#content img {
	padding: 10px;
	width: auto;
}
.title4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

