html {
	min-height: 100%;
	width: 100%;
	margin: auto;
}
* html {height: 100%;}

body {
	min-height: 100%;
	width: 100%;
	margin: auto;
	background-image: url('../images/bgstripes.jpg');
}
* html body {height: 100%;}

#container {
	/*min-height: 100%;*/
	width: 990px;
	margin: auto;
	margin-bottom: 0;
	padding: 0;
	background-image: url('../images/contentbg.jpg');
	background-repeat: repeat-y;
	text-align: left;
}
/* html #container {height: 100%;}*/

/* HEADER 2008 */

#header08 {
	height: 170px;
	width: 928px;
	margin: auto;
	padding: 0 20px 0 0;
	background-image: url('/2008/images/headerbg.jpg');
	background-repeat: no-repeat;
}
#header08 p {
	margin: 0;
	padding-top: 5px;
	text-align: right;
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 10px;
	font-weight: bold; normal;
}
#header08 a{
	color: #642566;
	font-weight: bold;
	text-decoration: none;
}
#header08 a:hover{
	color: #C8009C;
	font-weight: bold;
	text-decoration: underline;
}

/* HEADER 2009 */

#header {
	height: 170px;
	width: 928px;
	margin: auto;
	padding: 0 20px 0 0;
	background-image: url('../images/headerbg.jpg');
	background-repeat: no-repeat;
}
#header #headermenu {
	margin: 0;
	padding-top: 5px;
	text-align: right;
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 10px;
	font-weight: bold;
}
#header #headermenu a{
	color: #642566;
	font-weight: bold;
	text-decoration: none;
}
#header #headermenu a:hover{
	color: #C8009C;
	font-weight: bold;
	text-decoration: underline;
}
#header #headertitle {
	float: right;
	text-align: right;
	padding-top: 60px;
}
#header #headertitle h1 {
	color: #c8009c;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	margin: 0;
	padding: 0;
}
#header #headertitle h1 sup {
	font-size: 10px;
}
#header #headertitle h2 {
	color: #642566;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

/* MAIN CONTENT */
#rightside {
	width: 123px;
	min-height: 460px;
	padding: 10px 15px 0 25px;
	margin: 0 0 30px 0;
	float: right;
	text-align: right;
	/*border-left: dashed 1px #D6B3D1;*/
}
* rightside {height: 460px}
#rightside a img {border: 0;}
#rightside a:hover img {border: 0;}
#rightside img {margin-bottom: 10px;}

#rightside #prideweek {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/prideweek_hover.jpg');
	background-repeat: none;
}
#rightside #prideweek a {
	margin: 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/prideweek.jpg');
	background-repeat: none;
}
#rightside #prideweek a:hover {
	background: none;
}

#rightside #donate {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/donate_hover.jpg');
	background-repeat: none;
}
#rightside #donate a {
	margin: 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/donate.jpg');
	background-repeat: none;
}
#rightside #donate a:hover {
	background: none;
}

#rightside #mailinglist {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/mailinglist_hover.jpg');
	background-repeat: none;
}
#rightside #mailinglist a {
	margin: 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/mailinglist.jpg');
	background-repeat: none;
}
#rightside #mailinglist a:hover {
	background: none;
}

#rightside #survey {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/survey_hover.jpg');
	background-repeat: none;
}
#rightside #survey a {
	margin: 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 39px;
	background-image: url('../images/rightside/survey.jpg');
	background-repeat: none;
}
#rightside #survey a:hover {
	background: none;
}

#rightside #thankyou {
	border: solid 1px #642566;
	width: 113px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#rightside .purplebox {
	margin-bottom: 10px;
	padding: 5px;
	width: 113px;
	background-color: #642566;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

#rightside .purplebox a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#rightside .purplebox a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

#leftside {
	width: 720px; /* 660 */
	min-height: 480px;
	margin: 0;
	/*padding: 0 80px 0 0;*/
	padding: 0 20px 0 0;
	border-right: dashed 1px #D6B3D1;
}
* leftside {height: 480px}

#prideguide, .lineup {
	float: right; 
	width: 200px; 
	padding: 7px; 
	border: dashed 1px #CCC; 
	text-align: center; 
	margin: 0 0 15px 15px;
	background-image: url('../images/home/pinkgradiant.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
	.lineup table {
		margin: 0;
	}
		.lineup table td {
			text-align: left;
			vertical-align: top;
		}
			.lineup table td.timepad {
				padding-right: 10px;
				font-weight: bold;
			}

#watchlive {
	background-image: url('../images/home/watchlive.jpg');
	width: 128px;
	height: 36px;
	padding: 15px 65px 5px 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	display: block;
	color: #666 !important;
	line-height: 1;
	text-transform: uppercase;
}
#watchlive:hover {
	color: #e65d82 !important;
}

#watchlive2 {
	background-image: url('../images/home/watchlive2.jpg');
	width: 188px;
	height: 29px;
	margin-bottom: 10px;
	padding: 27px 5px 0 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	display: block;
	color: #666 !important;
	line-height: 1;
	text-transform: uppercase;
}
#watchlive2:hover {
	color: #4da61b !important;
}



#homeweeklist {
	text-align: center; 
	border: dashed 1px #CCC; 
	padding: 3px 5px 5px 5px;
	margin: 15px 240px 30px 0;
	background-image: url('../images/home/pinkgradiant.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
	#homeweeklist a {
		text-decoration: none !important;
		color: #711371 !important;
		font-weight: bold; 
	}
	#homeweeklist a:hover {
		text-decoration: underline !important;
		color: #711371 !important;
	}


#homemain {
	width: 540px; /* 480 */
	min-height: 480px;
	margin: auto;
	padding: 10px 0 0 25px;
	float: right;
	text-align: left;
	border-left: dashed 1px #D6B3D1;
}
* homemain {height: 480px}

	#homemain a {
		text-decoration: none !important;
	}
	
	#homemain h1 {
		display: block;
		border-bottom: dashed 1px #ccc;
	}

#homeleft {
	width: 123px;
	min-height: 480px;
	padding: 10px 25px 0 0;
	margin: 0;
	float: left;
	text-align: right;
	/*border-right: dashed 1px #D6B3D1;*/
}
* homeleft {height: 480px}
#maincontent #homeleft a img {border: 0;}
#maincontent #homeleft a:hover img {border: 0;}
#maincontent #homeleft img {margin-bottom: 10px;}

#homeleft #ottawabuttons {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #D6B3D1;
}


#maincontent {
	/*width: 897px;*/
	min-height: 100%;
	margin: auto;
	margin-bottom: 0;
	padding: 10px 30px 20px 50px;
	font-family: Verdana, Arial;
	/*color: #642566;*/
	color: #666;
	font-size: 12px;
}
* html #maincontent {height: 100%}

#maincontent h1 {
	font-family: Verdana, Arial;
	color: #00A6E4/*C8009C*/;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin: 0 0 20px -25px;
	padding: 15px 0 0 25px;
	background-image: url('../images/h1.jpg');
	background-repeat: no-repeat;
}

#maincontent #homemain h1 {
	background-image: none;
	margin: 0 0 10px 0;
	padding: 0;
}


#maincontent h2 {
	font-family: Verdana, Arial;
	color: #C8009C /*642566*/;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#maincontent h3 {
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#maincontent p {
	font-family: Verdana, Arial;
	/*color: #642566;*/
	color:#666;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.6;
}

#maincontent a {
	font-family: Verdana, Arial;
	color: #C8009C;
	text-decoration: underline;
}
#maincontent a:hover {
	font-family: Verdana, Arial;	
	color: #00A6E4/*F49B00*/;
	text-decoration: underline;
}
#leftside a img{
	border: solid 2px #642566;
}
#leftside a:hover img{
	border: solid 2px #00A6E4;
}
#maincontent ul {
	margin: 0 0 10px 0;
	padding: 0;
	zoom: 1; /* because IE 6 is dumb */ 
	overflow: auto; /* to push the bullets beside the float in all browsers but firefox, which is the only one that does it properly */
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

#maincontent ul li {
	margin: 0 0 5px 25px;
	padding: 0 0 0 15px;
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 1.2;
}
html > #maincontent li {
	margin-left: 175px;
}

#maincontent ol {
	margin: 0 0 10px 0;
	padding: 0;
	zoom: 1; /* because IE 6 is dumb */ 
	overflow: auto; /* to push the bullets beside the float in all browsers but firefox, which is the only one that does it properly */
	margin-top: 0;
	margin-bottom: 10px;
}

#maincontent ol li {
	margin: 0 0 5px 25px;
	padding: 0 0 0 15px;
	line-height: 1.2;
}

.submitbttn {
	padding: 2px 7px 2px 7px;
	border: solid 1px #642566;
	background-image: url('../images/menubg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.spacingtable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
.spacingtable td {
	padding: 3px 15px 3px 0;
	border: 0;
}

.backtotop {
	clear: left;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: right;
	float: right;
}

.hrdiv {
	clear: left;
	border-bottom: dashed 1px #D6B3D1;
	height: 20px;
	margin: 0 0 20px 0;
}

.infobox {
	clear: left;
	width: 400px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #F4E9F2;
	border: solid 2px #642566;
}

.redinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #FF0000;
}

.orangeinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #ff9900;
}

.yellowinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #ffcc00;
}

.greeninfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #00cc00;
}

.blueinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #0066cc;
}
.purpleinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #cc00cc;
}
.rainbowinfobox {
	clear: left;
	width: 450px;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border: solid 2px #ff00cc;
}


#maincontent .infobox p {
	margin: 5px 0 5px 0;
	padding: 0;
}

.leftfloatimg {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	border: 0;
	text-align: center;
	width: 150px;
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 9px;
}
.leftfloatimg img{
	border: solid 2px #642566;
}

.eventphoto {
	float: left;
	width: 100px;
	margin: 0 20px 10px 0;
	border: solid 2px #642566;
}

.eventphoto2 {
	float: left;
	margin: 0 20px 10px 0;
	border: solid 2px #642566;

}
	
.eventbullet {
	float: left;
	margin: 0 0 0 -25px;
	padding: 0;
	border: 0;
	background-image: url('../images/events/pride2009/event_bullet.jpg');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.imgborder{
	border: solid 2px #642566;
}


.event {
	margin-left: 70px;
}
.eventtime {
	float: left;
	width: 40px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: dashed 1px #CCC;
	line-height: 1;
	background-image: url('../images/events/timeback.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#theevents p {
	margin-top: 0px !important;
}
#theevents h3 {
	margin-bottom: 0px !important;
}



/* FOOTER */

#sponsors {
	/*height: 215px;*/
	width: 908px;
	margin: auto;
	padding: 25px 20px 20px 20px;
	background-image: url('../images/sponsors/sponsorsbg.jpg');
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 11px;
	font-weight: bold; 
}
.sponsors2 {
	/*height: 215px;*/
	width: 100%;
	padding: 0 0 20px 0;
	font-family: Verdana, Arial;
	color: #642566;
	font-size: 11px;
	font-weight: bold;
}

.sponsors2 img {
	border: 0 !important;
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: middle;
}
#sponsors img {
	border: 0 !important;
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: middle;
}

#sponsors a img {
	border: 0;
}
#sponsors a:hover img {
	border: 0;
}
#sponsors table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}
#sponsors td {
	height: 85px;
	border: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

#footerspacer {
	height: 300px;
	width: 900px;
	margin: auto;
	margin-bottom: 0;
	padding: 0;
	clear: both;
}
#footer {
	width: 908px;
	height: 30px;
	margin: auto;
	margin-bottom: 0;
	padding: 10px 20px 15px 20px;
	text-align: center;
	font-family: Verdana, Arial;
	color: #E2BBD8;
	font-size: 9px;
	border-top: solid 2px #642566;
	background-color: #711371 /*642566*/;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00A6E4;
	text-decoration: underline;
}

.bod-member {
	float: left;
	width: 45%;
	min-height: 50px;
	margin: 0 25px 25px 0;
}
* html .bod-member {height: 50px;}
	.bod-member img {
		float: left;
		margin: 0 10px 0 0;
		border: 0 !important;
	}
	.bod-member a {
		font-weight: bold;
	}
	
#donations {
	border: solid 1px #ccc; 
	margin: 0 0 10px 0; 
	padding: 0; 
	height: 150px;
	vertical-align: bottom;
	background-image: url('../images/home/thermback.jpg');
	text-decoration: none;
}
	#donations div.d1500, #donations div.d1000, #donations div.d500 {
		vertical-align: middle;
		text-align: center;
		font-size: 9px;
		color: #333;
		font-weight: bold;
	}
	#donations div.d1500 {
		height: 29px;
	}
	#donations div.d1000 {
		height: 19px;
		border-top: dashed 1px #999;
	}
	#donations div.d500 {
		height: 10px;
	}
	* html #donations div.d1000, * html #donations div.d500 {line-height: 1;}
	
#watchnow {
	width: 222px;
	height: 111px;
	background-image: url(../images/home/watchnow_on.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
	#watchnow a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		border: 0;
		background-image: url(../images/home/watchnow.jpg);
		background-repeat: no-repeat;
	}
	#watchnow a:hover {
		background: none;
		text-decoration: none;
		border: 0;
	}