#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 250px;
	position: relative;
}
#logo {
	background-color: #AE051E;
	background-image: url(../images/pnc_logo.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: -240px;
}
#address {
	float: left;
	position: absolute;
	right: 0px;
	top: -140px;
	color: #FFFFFF;
	text-align: right;
	font: 120% Georgia, "Times New Roman", Times, serif;
}
#nav {
	background: #000;
	margin-bottom: 40px;
}
#nav ul {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	list-style: none;
}
#nav ul li {
	margin-right: 20px;
	display: inline;
}
#nav ul li a {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
}
#nav ul li a:hover,
#nav ul li a.active {
	border-bottom: 3px solid #FFF;
}
#upcoming, 
#newsletter,
#history,
#club-pics {
	padding: 20px 0 0 0;	
}
#copyright {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 2px solid #000;
	margin-top: 40px;
	padding-top: 20px;
}
body {
	font: 14px/140% Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-body.gif) repeat-x;
}
h1, 
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom: 1px solid #000;
}
h3 {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #AE051E;
}
a:hover {
	color: #0087C9;
}
a.btn {
	background-color: #AE051E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: -0.5px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}
a.btn:hover {
	border: none;
	background: #0087C9;
}
#events,
#recipients {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 90%;
}
#events thead th,
#recipients thead th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	background: #CCC;
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 10px;
}
#events tbody td,
#recipients tbody td {
	border-collapse: collapse;
	border: 1px solid #CCC;	
	vertical-align: top;
	padding: 10px;	
}
.box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #0087C9;
}
.box a.btn {
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #AE051E;
	letter-spacing: -0.5px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	border: none;
}
.box a.btn:hover {
	background-color: #CCC;
	border: none;
}
.thumbnails {
	float: left;
	width: 160px;
	height: 160px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
}
.thumbnails img {
	padding: 5px;
}
.thumbnails a:hover {
	background-color: #000;
	display: block;
}
fieldset {
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
label
{
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight: bold;
}
.input
{
	width: 200px;
	border: 1px solid #AE051E;
}
textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #AE051E;
}
.submit-button {
	background-color: #AE051E;
	border: 1px solid #AE051E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.submit-button:hover {
	background-color: #0087C9;
	border: 1px solid #0087C9;	
	cursor: pointer;
}
.note {
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #efefef url(../images/icon-note.gif) no-repeat 15px 10px;
    font-size: 90%;
    color: #454545;
    padding: 10px 10px 10px 60px;
    border: 1px dashed #ccc;
}
.hr {
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-bottom: 20px;
}
#menu-left {
	float: left;
	width: 260px;
}
#menu-right {
	float: right;
	width: 260px;
}

