* {
	padding:0;
	margin:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

a img {
	border: none;
}

a {
	color: #551A8B;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #FFF url(../images/wrapper_bg.gif) repeat-y;
}

#header {
	width: 1000px;
	height: 317px;
	background: url(../images/header_bg.jpg) no-repeat;
	overflow: hidden;
	position:relative;
}

#sponsor-info-header {
	color: #8443a3;
	margin: 24px 0 0 260px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	height: 26px;
	position: relative;
	text-align: right;
}

.sponsor-info {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sponsor-info a {
	text-decoration: none;
	color: #8443a3;
}

#logo {
	float: right;
	width: 344px;
	text-align: right;
}

#logo a {
	height: 105px;
	width: 270px;
	display: block;
	margin: 24px 74px 0 0;
}

#logo p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 74px 0 0;
}

#menu {
	display: table;
	margin-left: 37px;
	width:240px;
	height:240px;
}

#menu ul {
	display: table-cell;
	vertical-align: middle;
	margin:0;
	padding:0 37px;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
}

#menu ul ul {
	display: none;
}

#menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	background: url(/images/nav-libg.png) center bottom no-repeat;
}

#menu a {
	display:block;
	color:#ede983;
	line-height:25px;
	text-decoration:none;
	text-transform: uppercase;
	padding:0 20px 0 11px;
	margin-left: 13px;
	background: url(../images/nav_li_bullet.gif) left center no-repeat;
}

#menu li a:hover {
	background: transparent;
	color: #8443a3;
}

#menu li:hover > a {
	background: transparent url(../images/nav_li_bullet.gif) left center no-repeat;
	color: #8443a3;
}

#menu ul li.current a {
	margin-left: 35px;
	color: #8443a3;
}

#submenu {
	position: absolute;
	top: 250px;
	left: 265px;
	padding: 0 10px;
}

#submenu ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#submenu li {
	float: left;
	margin: 0 5px;
	padding: 0 10px;
}

#submenu a {
	color: #0364a7;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#submenu li.current {
	background: url(../images/em_bullet.gif) left center no-repeat;	
}

#submenu li.current a,
#submenu li a:hover {
	color: #83b71e;
}

#header-sponsors {
	position: absolute;
	left: 293px;
	top: 95px;
}

#header-sponsors #header-sponsors-title {
	position: relative;
	top: -25px;
	margin-left: 16px;
	margin-bottom: -25px;
	width: 320px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #8443A3;
	overflow: hidden;
	font-weight: bold;
}

#header-sponsors .header-sponsor {
	position: relative;
	float: left;
	margin-left: 16px;
}

#contentMain {
	width: 936px;
	margin-left: 24px;
	padding: 4px;
	background: url(../images/content_bg.gif) left bottom no-repeat;
	padding-bottom: 20px;
	overflow: hidden;
}

#contentMain p { 
	padding-bottom: 15px;
}

#col1 {
	width: 362px;
	float: left;
	background: url(../images/box1_bg.png) top right no-repeat;
}

#col1 .content {
	padding-left: 67px;
	padding-right: 32px;
}

#fullcol {
	background: url(../images/box3_bg.png) top left no-repeat;
	margin: 0 57px;
	padding: 0 10px;
	width: 802px;
}

h1.sectionHdr {
	font-size: 11px;
	color: #0364a7;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.green { 
	color: #669b00;
}

.bold {
	font-weight: bold;
}
	
#newsletter-form-cont {
	width: 264px;
	height: 131px;
	padding: 65px 0 0 98px;
	background: url(../images/newsletter_bg.jpg) top center no-repeat;
	color: #0047c8;
	font-weight: bold;
}

fieldset {
	border: none;
}

#newsletter-form-cont legend { 
	color: #0047c8;
	font-weight: bold;
}

#newsletter-form-cont label {
	display: block;
	padding-top: 4px;
}

#newsletter-form-cont input[type="text"] {
	width: 180px;
}

#newsletter-form-cont .btnHolder { 
	text-align: right;
	padding-right: 83px;
	padding-top: 4px;
	width: auto;
	padding-bottom: 0px;
}

.btnHolder input {
	background: url(../images/btn_form_blue.jpg) no-repeat;
	height: 16px;
	width: 51px;
	color: #FFF;
	border: none;
	font-size: 11px;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 2px;
}

#col2 {
	width: 427px;
	float: right;
	background: url(../images/box2_bg.png) top right no-repeat;
	margin-right: 58px;
	display: inline;
	padding-right: 20px;
}

#col2 h1 {
	padding-left: 11px;
}

#col2 p {
	padding: 0 0 15px 11px;
	margin-left: 11px;
}

#col2 table {
	margin-left: 20px;
	margin-bottom: 15px;
}

#col2 > h1 + p {
	background: url(../images/p_em_bg.gif) left top no-repeat;
}

#col2 p.em span {
	padding-left: 10px;
	background: url(../images/em_bullet.gif) left center no-repeat;
	font-weight: bold;
	color: #669b00;
}

a.facebook {
	display: block;
	float: right;
	height: 105px;
	width: 111px;
	background: url(../images/facebook.jpg) no-repeat;
	padding: 0 0 10px 10px;
}

.sectionHdr1 {
	font-size: 11px;
	color: #0364a7;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: url(../images/section_hdr_bg.gif) left bottom  no-repeat;
	width: 417px;	
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer {
	padding: 10px 34px 10px 0;
	text-align: right;
	color: #575757;
}

/* Calendar */

.day_cell { 
	background-color:#FFFFFF;
	height:95px; 
	width: 95px; 
}

.empty_day_cell	{ 
	background-color:#e2e2e2;
	height:95px; 
	width: 95px; 
}

.today_cell { 
	background-color:#f1d89f; 
	height:95px; 
	width: 95px; 
}

.day_number { 
	font-size:10px; 
	font-family:verdana, arial, helvetica; 
	color:#000 
}

.title_txt { 
	font-size:10px; 
	font-family:verdana, arial, helvetica; 
	color:#6f6f6f;
	line-height:11px;
}

.title_txt a,
.title_txt a:link, 
.title_txt a:active,
.title_txt a:visited,
.title_txt a:hover {
	text-decoration:underline
}

.time_str { 
	font-size:9px; 
	font-family:arial, helvetica;
}

.column_header { 
	background-color: #0295e4;
	font-size:12px; 
	font-family:arial, helvetica; 
	color:#FFFFFF; 
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}

#calendartable {
	clear: both;
	width: 802px;
	background-color: #000000;
}

#calendartable td {
	padding: 2px;
}

#topcalendarleft {
	float:left;
	text-align: left; 
	vertical-align: bottom;
}


#topcalendarleft h2 {
	color: #505050;
}

#topcalendarright {
	text-align: right; 
	vertical-align: bottom;
}

.paypal {
	background: url('/images/getinvolved-paypal.jpg') no-repeat;
	width: 155px;
	height: 96px;
	padding-top: 18px;
	padding-left: 100px;
	padding-right: 15px;
}

.sponsorlist {
	margin-left: 20px;
}

.sponsorimg {
	clear: both;
	float: left;
	position: relative;
	width: 152px;
	height: 114px;
	margin-right: 15px;
	margin-bottom: 15px;
	z-index: 1;
}

.sponsortxt {
	float: left;
	width: 240px;
	height: 114px
	margin-bottom: 15px;
}

.sponsor-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.sponsorcompany {
	color: #363636;
	font-weight: bold;
}

#contact,
#becomesponsor {
	padding: 0 10px;
}

label {
	display: block;
	padding-top: 4px;
	color: #4f0064;
	font-weight: bold;
}

#contact legend {
	display: none;
}

.btnHolder { 
	width: 300px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 10px;
}

input[type="text"] {
	width: 300px;
}

textarea {
	width: 300px;
	height: 200px;
}

p.errormsg {
	clear: both;
	background: none !important;
	color: #cf0000;
	width: 290px;
	padding: 5px !important;
	border: 1px solid #cf0000;
	margin-bottom: 10px;
}

#col1 p.errormsg {
	width: 250px;
}

#becomesponsorphp p.errormsg,
#becomememberphp p.errormsg {
	float: left;
	margin-top: 10px;
}

#becomesponsor {
	clear: both;
	padding-top: 10px;
}

#becomesponsor legend,
#becomemember legend {
	display: none;
}

.checkbox {
	padding-top: 4px;
}

input[type="checkbox"] {
	vertical-align: middle;
}

#becomememberphp #col2 ul {
	margin: 0 40px;
	margin-bottom: 15px;
}

#becomemember input[type="text"] {
	width: 225px;
}

#becomemember .btnHolder {
	width: 225px;
}

p.friendsofpride {
	display: block;
	border: 1px solid #632d6e;
	background: #FFFFFF;
	padding: 10px;
	width: 240px;
	line-height: 25px;
	margin-bottom: 10px;
}

p.friendsofpride img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.hide {
	display: none !important;
}
