@charset "UTF-8";
/* CSS Document */

/*This clears the margins and padding*/
*{
	margin:0px;
	padding:0px;
}

/*This is for the top menu bar*/
#navContain{
	height:34px;
	background-color:#FFF;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#808080;
	width:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#menu{
	position:relative;
	width:1000px;
	margin:auto;
	height:34px;
}

#menu ul{
	list-style:none;
	padding:0px;
	display:inline;
}

.home{
	width:160px;
	height:34px;
	background-image:url(images/menu/home.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.home:hover{
	background-position:bottom;
	cursor:pointer;
}
.events{
	width:160px;
	height:34px;
	background-image:url(images/menu/events.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.events:hover{
	background-position:bottom;
	cursor:pointer;
}.support{
	width:160px;
	height:34px;
	background-image:url(images/menu/support.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.support:hover{
	background-position:bottom;
	cursor:pointer;
}.photos{
	width:160px;
	height:34px;
	background-image:url(images/menu/photos.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.photos:hover{
	background-position:bottom;
	cursor:pointer;
}.sponsor{
	width:160px;
	height:34px;
	background-image:url(images/menu/sponsor.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.sponsor:hover{
	background-position:bottom;
	cursor:pointer;
}.about{
	width:160px;
	height:34px;
	background-image:url(images/menu/about.png);
	overflow:hidden;
	float:left;
}
.about:hover{
	background-position:bottom;
	cursor:pointer;
}




/*This determins the rest of the document setup - TEMPLATE*/
#container{
	width:1000px;
	margin:auto;
	position:relative;
}

#invisibleBox{
	margin:auto;
	position:relative;
	width:690px;
}

#bgContainer{
	position:relative;
	width:690px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	float:left;
}
#band{
	width:664px;
	height:75px;
	float:left;
	margin-left:13px;
}

.red{
	background-color:#ffcccc;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff0000;
}

.orange{
	background-color:#ffe6cc;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff8000;
}

.yellow{
	background-color:#ffffcc;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffff00;
}
.green{
	background-color:#ccf2cc;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#00be00;
}
.blue{
	background-color:#ccccf9;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#0000e1;
}
.purple{
	background-color:#ecccf2;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#a000c0;
}

#content{
	width:590px;
	float:left;
	margin-left:50px;
	margin-top:25px;
}

#logo{
	width:155px;
	height:61px;
	margin-top:7px;
	float:left;
}

#bgFoot{
	background-image:url(images/bgFoot.png);
	background-repeat:no-repeat;
	background-position:top;
	width:690px;
	float:left;
	height:94px;
}


#bePride{
	position:absolute;
	top:340px;
	width:132px;
	height:113px;
}

#supportPride{
	top:200px;
	position:absolute;
	width:130px;
	height:113px;
}

#title{
	width:664px;
	height:35px;
	text-align:center;
	margin-top:27px;
}

/*HOME PAGE*/

#flashPlayer{
	float:left;
	width:664px;
	height:450px;
	margin-left:13px;
}
#supportPrideHome{
	width:130px;
	height:113px;
	float:left;
	margin-right:63px;
}
#adBy{
	width:18px;
	height:113px;
	background-image:url(images/adBy.png);
	background-repeat:no-repeat;
	float:left;
}
#adBox{
	float:left;
	width:184px;
	height:113px;
	border:solid;
	border-color:#999;
	border-width:1px;
}
#bePrideHome{
	float:right;
	width:132px;
	height:113px;
}
	
/*events*/

.rightLine{
	width:130px;
	height:75px;
	float:left;
	border-right:solid;
	border-right-color:#FFF;
	border-right-width:2px;
}

.wed{
	margin-left:3px;
	width:130px;
	height:75px;
	float:left;
	border-right:solid;
	border-right-color:#FFF;
	border-right-width:2px;
}

.noLine{
	width:130px;
	height:75px;
	float:left;
}

.subMenu{
	text-align:center;
	position:relative;
	width:130px;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	height:24px;
}

.sun{
	text-align:center;
	position:relative;
	width:130px;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	height:48px;
}

/*FORMATTING*/

body{
	background-color:#f2f2f2;
	font-family:Helvetica, Arial, sans-serif;
}

h1, h2, h3, p{
	color:#808080;
}

h1{
	font-size:35px;
	font-weight:bold;
}

h2{
	font-size:24px;
	font-weight:bold;
}
h3{
	font-size:18px;
	font-weight:bold;
}
p{
	font-size:15px;
	font-weight:normal;
	line-height:25px;
}

.white{
	color:#FFF
}
a{
	color:#808080;
	text-decoration:none;
}
a:hover{
	color:#333;
}

hr{
	size:2px;
	color:#808080;
}

a img{
	border:none;
}

ul{
	font-weight:bold;
	color:#808080;
	padding:20px;
	list-style:none;
}

img .ad{
	width:184px;
	height:113px;
}

/*Ad slideshow*/
#adContain{
	float:left;
	width:184px;
	height:113px;
	overflow:hidden;
}
#adSlide{
	position:relative;
	width:184px; 
	height:113px;
}

#adSlide DIV{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#adSlide DIV.active{
	z-index:10;
}

#adSlide DIV.lastActive{
	z-index:9;
}

#adSlide DIV IMG {
    height: 113px;
    display: block;
}

#share{
	width:590px;
	height:20px;
	float:left;
	margin-top:20px;
	margin-left:50px;
}