/*Sit wide classes*/
body
{
	font-family: Verdana, arial;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
p
{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
.AreaTitle
{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	padding: 5px;
	margin: 5px;
}
.HomepageH1
{
	font-size: 14px;
	font-weight: bold;
}
h1
{
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}
h2
{
	font-size: 14px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
img
{
	border: 0;
	padding: 0;
	margin:0;
}
.Clearer
{
	position: relative;
	bottom: 50px;
}

#Website
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.Clear
{
	clear: both;
}



/*Haeder*/
#Header
{
	position: absolute;
	top:0;
}
*html #Header
{
	height: 140px;	
}
#Header p
{
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 10px;
}
#Header p a
{
	text-decoration: underline;
	color: #333;
}





/*Navigation*/

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:134px;
}

#logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:91px;
}

#about_ {
	position:absolute;
	left:0px;
	top:91px;
	width:234px;
	height:29px;
}

#market_ {
	position:absolute;
	left:234px;
	top:91px;
	width:234px;
	height:29px;
}

#reach_ {
	position:absolute;
	left:468px;
	top:91px;
	width:234px;
	height:29px;
}

#press_ {
	position:absolute;
	left:702px;
	top:91px;
	width:238px;
	height:29px;
}

#HomePage
{
	position: relative;
	width: 940px;
	height: 399px;
	margin: 150px 0 10px 0;
	padding: 0;
}
#LandingImage
{
	position: absolute;
	top: 0;
	left: 0;
	width: 726px;
	height: 325px;
	background-image: url(/Images/pic_07.jpg);
	background-repeat: no-repeat;
}
#Fact
{
	position: absolute;
	right: 0;
	top: 0;
}
#Flash
{
	position: absolute;
	width: 726px;
	overflow: hidden;
	bottom: 24px;
}
#HomepageBottomFinish
{
	position: absolute;
	top: 376px;
	left: 0;
}
#WelcomeText
{
	position:absolute;
	z-index: 10;
	left: 10px;
	top: 240px;
	font-size: 60px;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 270px;
}
#IntroText
{
	position:absolute;
	z-index: 10;
	left: 290px;
	top: 250px;
	width: 430px;
	font-size: 12px;
	color: #fff;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: justify;
	overflow: auto;
	height: 67px;
}




/* classes for js */
.aboutMenu{
	background-image:url(/Images/navigation_01.gif);
	width:234px;
	height:29px;
}
.aboutMenuHover{
	background-image:url(/Images/navigation_01-over.gif);
	width:234px;
	height:29px;
	cursor:pointer;

}
.marketMenu{
	background-image:url(/Images/navigation_02.gif);
	width:234px;
	height:29px;
}
.marketMenuHover{
	background-image:url(/Images/navigation_02-over.gif);
	width:234px;
	height:29px;
	cursor:pointer;
}
.reachMenu{
	background-image:url(/Images/navigation_03.gif);
	width:234px;
	height:29px;
}
.reachMenuHover{
	background-image:url(/Images/navigation_03-over.gif);
	width:234px;
	height:29px;
	cursor:pointer;
}
.pressMenu{
	background-image:url(/Images/navigation_04.gif);
	width:238px;
	height:29px;
}
.pressMenuHover{
	background-image:url(/Images/navigation_04-over.gif);
	width:238px;
	height:29px;
	cursor:pointer;
}
.colaboutMenu {
	background-color:#ec068e;
	width:234px;
}
.colmarketMenu {
	background-color:#ff8106;
	width:234px;
}
.colreachMenu {
	background-color:#8fc842;
	width:234px;
}
.colpressMenu {
	background-color:#06aff0;
	width:234px;
}

.suckertreemenu
{
	position: absolute;
	background-image: url(/Images/navshadow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 29px;
	padding-bottom: 14px;
	top: 100px;
	z-index: 1000;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	z-index:1000;
	/* buggy in safari, reported on the 18th July by Mark, fixed by Fco */
	display: inline;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	/*background-color: #F3F3F3;*/ /*overall menu background color*/
	z-index:1000;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	/*width: 90px;*/ /*Width of top level menu link items*/
	padding: 2px 8px;
	/*border: 1px solid black;*/
	border-left-width: 0;
	text-decoration: none;
	color: #fff;
	z-index:1000;
}
.suckertreemenu ul li a img
{
	padding-top: 5px;
	border: 0;
}
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
/*width: 160px;*/ /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #ccc;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(/Images/arrow.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li ul li{
float: left;
}
* html .suckertreemenu ul li a
{
	padding: 7px 8px;
}






/*Second Level Navigation*/
#Title
{
	height: 96px;
	padding: 0;
	margin: 0 0 15px 0;
	position: absolute;
	top: 140px;
	width: 940px;
	z-index:100;
}
#Title h1 
{
	color: #fff;
	margin: 0;
	padding: 10px 0 0 20px;
}
#Title ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	position:absolute;
	bottom: 0;
}
#Title ul li
{
	position: relative;
	display: inline;
	float: left;
	width: 155px;
	height: 30px;
	padding-top: 13px;
}
* html #Title ul li /*ie hack*/
{
	position: relative;
	display: inline;
	float: left;
	width: 155px;
	height: 43px;
}
#Title ul li a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
}
* html #Title ul li /*ie hack*/
{
	height: 30px;
}
#Title ul li a:hover
{
	text-decoration: underline;
}
#Title ul li a img
{
	border: 0;	
}
.aboutMenu_0
{
	background-image: url(/Images/AboutMPG/subnav_0.gif);
	background-repeat: no-repeat;
}
.aboutMenu_1
{
	background-image: url(/Images/AboutMPG/subnav_1.gif);
	background-repeat: no-repeat;
}
.aboutMenu_2
{
	background-image: url(/Images/AboutMPG/subnav_2.gif);
	background-repeat: no-repeat;
}
.aboutMenu_3
{
	background-image: url(/Images/AboutMPG/subnav_3.gif);
	background-repeat: no-repeat;
}
.aboutMenu_4
{
	background-image: url(/Images/AboutMPG/subnav_4.gif);
	background-repeat: no-repeat;
}
.aboutMenu_5
{
	background-image: url(/Images/AboutMPG/subnav_5.gif);
	background-repeat: no-repeat;
}
.aboutMenu_6
{
	background-image: url(/Images/AboutMPG/subnav_6.gif);
	background-repeat: no-repeat;
}
.pressMenu_0
{
	background-image: url(/Images/Press/subnav_0.gif);
	background-repeat: no-repeat;
}
.pressMenu_1
{
	background-image: url(/Images/Press/subnav_1.gif);
	background-repeat: no-repeat;
}
.pressMenu_2
{
	background-image: url(/Images/Press/subnav_2.gif);
	background-repeat: no-repeat;
}
.pressMenu_3
{
	background-image: url(/Images/Press/subnav_3.gif);
	background-repeat: no-repeat;
}
.pressMenu_4
{
	background-image: url(/Images/Press/subnav_4.gif);
	background-repeat: no-repeat;
}
.marketMenu_0
{
	background-image: url(/Images/TheGayMarket/subnav_0.gif);
	background-repeat: no-repeat;
}
.marketMenu_1
{
	background-image: url(/Images/TheGayMarket/subnav_1.gif);
	background-repeat: no-repeat;
}
.marketMenu_2
{
	background-image: url(/Images/TheGayMarket/subnav_2.gif);
	background-repeat: no-repeat;
}
.marketMenu_3
{
	background-image: url(/Images/TheGayMarket/subnav_3.gif);
	background-repeat: no-repeat;
}
.marketMenu_4
{
	background-image: url(/Images/TheGayMarket/subnav_4.gif);
	background-repeat: no-repeat;
}
.reachMenu_0
{
	background-image: url(/Images/ReachTheGayMarket/subnav_0.gif);
	background-repeat: no-repeat;
}
.reachMenu_1
{
	background-image: url(/Images/ReachTheGayMarket/subnav_1.gif);
	background-repeat: no-repeat;
}
.reachMenu_2
{
	background-image: url(/Images/ReachTheGayMarket/subnav_2.gif);
	background-repeat: no-repeat;
}
.reachMenu_3
{
	background-image: url(/Images/ReachTheGayMarket/subnav_3.gif);
	background-repeat: no-repeat;
}
.reachMenu_4
{
	background-image: url(/Images/ReachTheGayMarket/subnav_4.gif);
	background-repeat: no-repeat;
}





/*Main Content window styling*/
#LeftCol
{
	width: 515px;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0;
}
#InnerLeftCol
{
	float: left;
	width: 150px;
}

#InnerRightCol
{
	float: right;
	width: 360px;
}
#RightCol
{
	width: 400px;
	float: right;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 0;
	text-align: right;
}


#AboutMPG h1, #AboutMPG h2, #AboutMPG h3, #AboutMPG a, #AboutMPG p span
{
	color: #ec068e;
}
#AboutMPG p span
{
	font-weight: bold;
}
#Press h1, #Press h2, #Press h3, #Press a, #Press p span
{
	color: #06aff0;
}
#Press p span
{
	font-weight: bold;
}
#TheGayMarket h1, #TheGayMarket h2, #TheGayMarket h3, #TheGayMarket a, #TheGayMarket p span
{
	color: #ff8106;
}
#TheGayMarket p span
{
	font-weight: bold;
}
#ReachTheGayMarket h1, #ReachTheGayMarket h2, #ReachTheGayMarket h3, #ReachTheGayMarket a, #ReachTheGayMarket p span
{
	color: #8fc842;
}
#ReachTheGayMarket p span
{
	font-weight: bold;
}

.ContentBox
{
	position: relative;
	width: 940px;
	border-top: solid 250px #fff;
	padding: 0 0 20px 0;
	margin: 0;
}

.ContentBox ul
{
	list-style-type: none;
	list-style-image: url(/Images/black_arrow.gif);
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 15px;
}
.ContentBox ul li
{
	margin: 0 0 5px 0;
}
.ContentBox ul li a
{
	color: #000;
	text-decoration: none;
}
.ContentBox ul li a:hover
{
	text-decoration: underline;
}

/*Our People Page*/

#PeoplLeftCol
{
	width: 200px;
	float: left;
	padding: 0 5px 0 5px;
	text-align: justify;
}
#PeopleRightCol
{
	width: 720px;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
}
#PeopleRightCol h2
{
	padding: 0;
	margin: 0 0 0 19px;
	clear: both;
}
.PersonContainer
{
	width: 124px;
	height: 215px;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 0 0 0 19px;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}
.PersonContainer img
{
	border: solid 2px #fff;
	margin: 0 0 5px 0;
	width: 120px;
}
.PersonName
{
	color: #000;
}
.PersonRole
{
	color: #ec068e;
	display: none;
}

/*Footer*/

#Footer
{
	margin: 30px 0 10px 0;
	padding: 0;
	width: 940px;
	text-align: center;
	border-top: solid 1px #ccc;
	position: relative;
}
#Footer p
{
	font-size: 9px;
	color: #999;
	text-align: center;
	padding: 2px 0;
	margin: 0;
}


.ArchiveNavContainer
{
	margin-top: 20px;
	font-size: 12px;
}
.ArchiveNavContainer div
{
	float: left;
	width: 100px;
}
.ArchiveNavContainer div a
{
	color: #000;
	text-decoration: none;
}