﻿html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #678fc2;
	font-family: "Segoe UI" , Arial, Sans-Serif;
	font-size: 12px;
	color: #444;
}

h1
{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0px;
}

h2
{
	margin-top: 0px;
	font-variant: small-caps;
	font-weight: bold;
	color: #678fc2;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: solid 2px #f8f8f8;
}

p
{
	font-size: 1em;
	line-height: 1.5em;
	text-indent: 15px;
}

#Page
{
	margin: 25px auto 0px auto;
	border: solid 1px #000;
	background: #fff;
	width: 970px;
}

#PageHeader
{
	background-image: url('../images/bcg_newLogo.png');
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 970px;
	height: 200px;
}

#PageHeading
{
	float: right;
	top: .5em;
	position: relative;
	padding-right: 15px;
}

#PageBody
{
	float: left;
	margin: 3px auto 0px auto;
	width: 970px;
	min-height: 100%;
}
#PageBodyPrimary
{
	float: left;
	width: 680px;
	/* border-left: 1px #000 solid; */
	border: none;
	background-color: #ffffff;
	padding: 15px;
	margin: auto auto auto auto;
}
#PageBodySecondary
{
	float: left;
	width: 240px;
	margin: auto auto auto auto;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	display: none;
}

#PageFooter
{
	width: 970px;
	height: 50px;
	padding: 5px 0px 5px 0px;
	clear: both;
	background-color: #000000;
	color: #fff;
	border-top: 1px #000 solid;
}

#PageFooterLeft
{
	float: left;
	padding-left: 15px;
	margin-top: 15px;
}

#PageFooterRight
{
	float: right;
	padding-right: 15px;
	margin-top: 15px;
}


#MainToolbar
{
	background-color: #678fc2;
	margin: 0px auto 0px auto;
	padding: 15px 0px 20px 0px;
	width: 970px;
	height: 20px;
}

.SectionPrimary
{
	float: left;
}

#BCGLogo
{
	float: left;
}

.DashedBorderSection
{
	/*  background-image: url('../images/gradient03.png'); 	background-repeat: repeat-x; */
	border: 1px #678fc2 dashed;
	background-color: #ffffff;
	padding: 10px 3px 3px 3px;
	margin-bottom: 15px;
}

fieldset
{
	border: 0;
}

fieldset legend
{
	font-variant: small-caps;
	font-weight: bold;
	color: #4F85BD;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0px;
}

fieldset span
{
	display: block;
	padding: 2px 0 2px 0;
}

fieldset label
{
	width: 125px;
	padding-top: 2px;
	padding-right: 15px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

.control, controlComments
{
	font-size: 1em;
	border: solid 1px #999;
	display: inline;
}

.control
{
	width: 175px;
}

.controlComments
{
	font-size: 1em;
	border: solid 1px #999;
	display: inline;
	height: 100px;
}

.controlCheckBox
{
	font-size: 1em;
	border: none;
	display: inline;
}

.button
{
	padding: .4em 1em .4em 1em;
	text-decoration: none;
	position: relative;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
}

.fieldLabel
{
	padding: 2px 15px 2px 2px;
	text-align: right;
	width: 90px;
	vertical-align: middle;
}

.controlColumn
{
	width: 100px;
	vertical-align: middle;
}

#menu
{
	width: 970px;
	background-color: #000;
	height: 31px;
}

#sendMsgResult
{
	width: 530px;
	background-color: lightyellow;
	border: solid 1px #999;
	color: #999;
	padding: 6px;
}

#sendMsgResult h2
{
	color: #999;
	border-bottom: solid 1px #999;
}

#divLoading
{
	background: #fff url("../images/ajax-loader.gif") no-repeat;
	display: none;
}

.whitePaperLink
{
	color: #000;
}

.whitePaperList
{
	padding-left: 20px;
}