
html
{
	height: 100%;
}
body
{
	height: 100%;
	background-color: #fcfcfc;
	margin: 0 auto;
	width: 982px;
	text-align: center;
}

#main-container-before
{
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto -23px; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
}

#main-container
{
	width: 980px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px auto;
}
/* must be same height as the footer */

#main-footer-nudge
{
	height: 23px;
	clear: both;
}

#content
{
	width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}
#main-header
{
	background-color: #000;
	height: 32px;
	clear: both;
	overflow:hidden;
}

#main-header-logo a
{
	background: url(../../images/prlogo.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 216px;
	float:left;
}
#main-header-logo a span
{
	visibility: hidden;
}

#main-search-content
{
	padding: 5px;
	font-size: 10px;
	color: #fff;
	float: right;	
}

#search-button
{
	background: url(../../images/button.gif) no-repeat;
	width: 21px;
	height: 21px;
	border: 0;
	cursor: pointer;
}
#search-text
{
}
#page-header
{
	background-color: #6699cc;
	height: 42px;
	vertical-align:middle;
}

#page-header-content
{
	-border:1px solid green;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	font-weight: bolder;
	color: #99ccff;
	letter-spacing: -1px;		
	margin-right:83px;
}

#page-header-social
{
	-border:1px solid red;
	position:relative;
	background-color:transparent;
	float:right;
	padding:0px;
	margin:0px;
	width:80px;
	top:-40px;
	display:inline-block;
}

#header-facebook-badge a
{
	background: url(../../images/facebook_logo-40x40.png) no-repeat;
	height: 40px;
	width: 40px;
	float:left;
	-display:inline;
}

#header-twitter-badge a
{
	background: url(../../images/twitter_logo-40x40.png) no-repeat;
	height: 40px;
	width: 40px;
	float:right;
	-display:inline;
}

#page-nav
{
	color: #999;
	height:18px;
	border-bottom: #e2e2e2 1px solid;
}
#page-nav-content
{
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	padding: 2px;
}
#main-footer-before
{
	background-color: #000;
	height: 23px;
	margin: 0 auto;
	width: 980px;
}
#main-footer
{
	background-color: #000;
	margin: 0 auto;
	width: 980px;
	height: 23px;
	clear: both;
	position: relative;
}

#copyright
{
	float:left;
	padding-left: 5px;
}

#copyright a
{
	font-size: 10px;
	color: #fff;
	line-height: 23px;
	font-family: verdana, helvetica, arial;
	text-decoration: none;
}

#main-facebook-badge
{
	background-color:white;
	padding-left: 0px;
	padding-right: 0px;
}

#main-facebook-badge a
{
	background: url(../../images/facebook_badge.png) no-repeat;
	height: 23px;
	width: 77px;
	float:right;
	display: inline-block;
}

#main-twitter-badge
{
	background-color:white;
	padding-left: 0px;
	padding-right: 0px;
}

#main-twitter-badge a
{
	background: url(../../images/twitter_badge.png) no-repeat;
	height: 23px;
	width: 136px;
	float:right;
	display: inline-block;
}

#main-menu
{
	border: 1px solid #e2e2e2;
	height: 20px;
	background-color: #336699;
	overflow: hidden;
}
#main-menu ul
{
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
	padding: 0px;
	margin: 0px;
}
#main-menu li
{
	float: left;
	position: relative;
	right: 50%;
}
#main-menu a
{
	font-family: Verdana, Geneva, Arial,Helvetica;
	font-size: 10px;
	text-align: center;
	width: 96px;
	display: block;
	padding: 4px 0px 4px 0px;
	color: #fff;
	border-left: 1px solid #e2e2e2;
	text-decoration: none;
	background: #336699;
}

#main-menu a:hover
{
	color: #ccc;
	background: #336699;
}

.menu-last a
{
	border-right: 1px solid #e2e2e2;
}
/* CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
