﻿body 
{
	margin:0 0;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	background:#5a769d url(Images/page_bkgnd.gif) repeat;
}

/* Page Layout */

#Global
{
	width:1000px;
	height:30px;
	margin:0 auto;
	background-color:#cccccc;
	padding:1px;
}
#wrapper
{
	width:1000px;
	min-height:600px;
	margin: 0 auto;
	background:#ffffff;
	padding:1px;
}
#Header
{
	margin:25px 0 0 0;
}
#TopNavigation
{
	position:absolute;
	top:25px;
	right:34px;
	width:383px;
	height:21px;
}

#MainColumn
{
	position:relative;
	left:34px;
	width:900px;
	float:left;
	display:inline; /* Fixes IE Float Bug */
}
#Main
{
	position:relative;
	margin:25px 0 0 80px;
	width:800px;
	min-height:275px;

}
#SideBar
{
	position:relative;
	top:25px;
	left:34px;
	width:420px;
	height:545px;
	float:left;
	display:inline; /* Fixes IE Float Bug */
}
#Footer
{
	position:relative;
	top:25px;
	clear:both;
}	

/* Headings */

#Header h1
{
	margin:0 0 0 0;
	height:1px;
	text-indent: -9999px;
}
#Header h2
{
	margin:0 0 0 0;
	height:1px;
	text-indent: -9999px;
}
#MastheadLogo
{
	margin:0 0 0 0;
	width:250px;
	height:50px;
}

#Main>h1
{
	margin:10px 0 0 0;
	font-size:35px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:center;
	color:#5a769d;
}
#MainColumn>h1
{
	margin:0 0 0 0;
	font-size:35px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:left;
	color:#5a769d;

}

/* Text Styles */

#Main>p,
#Main
{
	font-size:95%;
	line-height:1.25em;
	color:#333333;
}

#MainColumn>p,
#MainColumn
{
	font-size:95%;
	line-height:1.25em;
	color:#333333;
}

#Footer>p
{
	margin:0 0;
	color:#ffffff;
}


/* Controls */

#SiteSearch
{
	position:relative;
	top:25px;
	float:right;
	display:inline; /* Fixes IE Float Bug */

}
#HubSearch
{
	position:relative;
	top:45px;
	float:right;
	clear:right;
	white-space:nowrap;
	display:inline; /* Fixes IE Float Bug */
}

.searchLabel
{
	font-family:Arial;
	font-size:90%;
	color:#333333;
}
.searchTextBox
{
	width:120px;
}
.searchButton
{
	width:35px;
	height:22px;
	background:transparent url(Images/search_button_bkgnd.gif) no-repeat top left;
	border:none;
	color:#ffffff;
	padding-bottom:7px;
}

#ContributionsTotal h1
{
	margin:10px 0 0 30px;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	color:#999999;
}

#ContributionsTotal #Total
{
	margin:10px 0 0 30px;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	color:#5a769d;
}

#FeaturedHubs
{
	margin:50px 0 0 35px;

	color:#999999;

}
#FeaturedHubs hr
{
	border:none;
	color:#ffffff;
	clear:both;
}
#FeaturedHubs div.featuredHubAvatar
{
	float:left;
	width:75px;
	height:150px;
	display:inline; /* Fixes IE Float Bug */
}	
#FeaturedHubs h1
{
	margin:0 0 0 15px;
	float:left;
	font-weight:normal;
	font-size:25px;
	display:inline; /* Fixes IE Float Bug */
}
#FeaturedHubs img
{
}
#FeaturedHubs p
{
	margin:0 0 0 15px;
	float:left;
	font-size:90%;
	display:inline; /* Fixes IE Float Bug */
}
#FeaturedHubs .featuredTotal
{
	color:#ff9900;
}

.GlobalBreadCrumb
{
	margin-left:25px;
}


/* Normal Links */
a:link, a:visited, a:hover {
	color: #666699;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/* Footer Links */
#Footer a:link, #Footer a:visited, #Footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}
