/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
div#container {
	background-color: #FFFFFF;
	background-image: url(../common-images/pageTop-blue.gif);
	background-repeat: repeat-x;
}
div#contentWrapper {
	width: 930px !important;
	margin: 0 auto;
}

div#header {
	height: 112px;
}
div#header img {
	border: 0;
}
div#content {
	padding:30px 0em 8em 0em; /* bottom padding for footer */
	margin: 0 88px 0 86px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
}
div#footerBottom {
	background-image: url(../common-images/footer-bgrnd-blue.gif);
	background-repeat: repeat-x;
	padding: 12px 0 10px 0;
}
	
.footerLinks {
	font-size: 0.62em;
	width: 756px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.footerCopyright {
	font-size: 10px;
	width: 756px;
	margin: 0 auto;
	color: #CCCCCC;
}

.rating {
	color: #FFFFFF;
	text-align: right;
	font-size: 0.7em;
	line-height: 1;
	margin: 0 86px;
	padding-top: 10px;
	height: 22px;
}

.tagline {
	color: #FFFFFF;
	text-align: right;
	margin: 0 89px 0 86px;
	height: 32px;
}
.tagline p {
	color: #BCBCBC;
	font-size: 11px;
	line-height: 1;
	padding-top: 10px;
	margin: 0;
}
.tagline img {
	border: 0;
}
#menu {
	margin: 4px 0px 0px 86px;
	height: 24px;
}
.searchBox {
	float: right;
	margin-right: 88px;
	margin-top: 46px;
}
.instPadRight {
	padding-right: 10px;
}
