﻿/* Master Page */

body, html
{
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	color: #212100;
	font-size: 14px;
	margin: 0;
}

#divWrapper
{
	margin: 0;
	padding: 0;
	background-image: url(Images/bg_cand_04.jpg);
	background-repeat: repeat;
}

#divHeader
{
	width: 100%;
	font-weight: bold;
	font-size: 48px;
	vertical-align: middle;
	text-align: center;
	background-color: #7F0000;
	color: #ccffff;
	font-family: 'Comic Sans MS' , Fantasy;
	height: 200px;
	
}

#divHeaderContent
{
	margin: auto;
	width: 1000px;
	height: 200px;
	background-image: url(banners/FBP_Header01.jpg);
}

#divPage
{
	width: 1000px;
	margin: auto;
	background-color: #F5EBD4;
}

#divSubHead
{
	width: 100%;
	height: 40px;
}

#divContent
{
	width: 100%;
	height: 100%;
    background-image: url(Graphics/bgpage.jpg);
	background-repeat: repeat-y;
}

#divSidebar
{
	width: 160px;
	min-height: 800px;
	float: left;
	padding: 20px;
}

#divAdSenseVertical
{
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.hrAdSenseVertical
{
    width: 80%
}

#divMain
{
	width: 700px;
	min-height: 800px;
	float: right;
	padding: 40px;
	background-color: White;
}

#divHitCounter
{
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #600000;
    padding: 30px 10px 30px 10px;
}

#divFooter
{
	width: 100%;
	height: 100px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	background-color: #F5EBD4;
	text-align: center;
}

#divUpperAd
{
    padding: 20px 0 40px 0;
    text-align: center;
}

#divLowerAd
{
    padding: 40px 0 20px 0;
    text-align: center;
}

#divPartners
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0 20px 0;
    color: #990000;
}

/* Model Browser Control */

.gvwModelName
{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.gvwModelIntro
{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.hypModelBrowseName
{
	color: #993300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.lblNew
{
    font-size: 16px;
    color: #800000;
}

.gvwPager
{
    padding: 5px;
}

/* Image Formatting */

a.hypModelBrowsePic div
{
	float: left;
	height: 140px;
	width: 140px;
	margin: auto;
	background-color: #222222;
	border: ridge 10px #FF9900;
}

a.hypModelBrowsePic:hover div
{
    background-color: #444444;
    border: 10px ridge #FF6600;
}

.imgModelBrowsePic
{
	height: 100px;
	width: 100px;
	padding: 20px;
}

/* General Styles */
#divCtlContainer
{
    width: 100%;
}

#divContact
{
    border: solid 1px red;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background-color: Orange;
}

#lblContactMessage
{
    text-align: center;
}

#hypContactEmail
{
    text-align: center;
}

p.Subhead
{
    font-size: 16px;
    font-weight: bold;
}