html
{
	 height : 100%;
}

body
{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:White;
	background-image:url(/Templates/Images/bg_gradient.png);
	background-repeat:repeat-x;
}

.Container
{	
	margin:auto; 
	width:1002px;
	height:100%;
	margin-top:0px; 
	background-color:White;
}

.Container .Header
{
	/*width:100%;*/
	width:1002px;
	height:87px;
	background-image:url("/Templates/Images/sog_header.png");
	background-repeat:no-repeat;
	background-position: left top;
	display: block;
}

.HeaderLeftSection
{
	float:left;
	width: 222px;
	height: 87px;	
}

.HeaderRightSection
{
	float:left;
	width: 780px;
	height: 87px;	
}

.HeaderTopRightSection
{
	width: 760px;
	height: 42px;
	padding-right: 20px;	
}

.HeaderBottomRightSection
{
	width: 780px;
	height: 45px;
}
	
.Container .Footer
{
	width: 100%;
	height: 40px;
	background-color: white;
	padding-top: 10px;
	clear: both;
	display: block;
}

.FooterLeftSection
{
	float:left;
	width:auto;
	color:#333333;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration:none;
	margin-left: 5px;
	vertical-align:middle;
}

.FooterLeftSection a
{
	color:#cecece;
	text-decoration:none;
}

.FooterRightSection
{
	float: right;
	width: auto; 
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
	color: #333333;
}

FooterRightSection a:hover
{
	color:Black;
	text-decoration:underline;	
	font-weight:bold;
}
.FooterRightSection a, 
.FooterRightSection a:visited, 
.FooterRightSection a:active
{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}

.Container .Content
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	display: block;
	width: 100%
}

.RightContentBox
{
	background-image: url("/Templates/Images/RightColumn/RightContentBoxMiddle.gif");
	background-repeat: repeat-y;
}
/*
.RightContentBoxTop 
{
	background-image: url("/Templates/Images/RightColumn/RightContentBoxTop.png");
	height: 76px;
	background-repeat: no-repeat;
}
*/
.RightContentBoxTop 
{
	background-image: url("/Templates/Images/RightColumn/RightContentBoxTop.png");
	height: 76px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.RightContentBoxBottom 
{
	background-image: url("/Templates/Images/RightColumn/RightContentBoxBottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin-top: -55px;
	padding-bottom: 40px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}


.BreadCrumbs
{
	font-family: Arial, Verdana, Tahoma;
	text-align: right;
	margin-right: 12px;
	font-size: 12px;
	color: #888888
}

.BreadCrumbs a
{
	color: #888888
}

.LeftAndRightContent
{
	margin-left: 44px;
	padding-top: 10px;
}

.LeftContent
{
	float: left;
	width: 570px; /*width: 512px;*/
	padding-right: 20px; /*padding-right: 40px;*/
}

.RightContent
{
	float: left;
	padding-left: 34px; /*padding-left: 44px;*/
	width: 320px; /*width: 360px;*/
}

.RightContentBottom
{
	padding-left:30px;
	margin-right:20px;
}

.RightContentText
{
	margin-right: 20px;
}

.QuickLinkDiv
{
	margin-top: 12px;
	margin-right: 15px;
	float: right;
}
.QuickLink
{
	font-family: Arial;
	text-decoration: none;
	color: #737373;
	font-size: 0.8em;
}

.QuickSearchContainer
{
	float: right;
	display: inline;
	/*padding: 9px 5px 9px 5px;*/
	width: 125px;
	vertical-align: middle;
}

.QuickSearch
{
	padding-top: 11px;
	height: 29px;
}

.QuickSearch .Button
{
	/*margin-bottom: -3px;*/
}

.QuickSearch .TextBox
{
	font-style:italic;
	font-size:10px;
	width: 95px;
	height: 13px;
	border: solid 1px #666666;
	/*
	width: 90px;
	height: 16px;
	font-size: 12px;
	color: #737373;
	*/
}

.RightMenuItem
{
	margin-bottom:4px;
	font-weight:normal;
}

.RightMenuItemSelected
{
	margin-bottom:4px;
	font-weight:bold;
}

.RightMenuSec
{
	text-indent:10px;
}

.Clear
{
	 clear:both;
}

.HeaderLeftSection .Logo
{
	position: absolute;
	margin: 17px 0px 0px 26px;
}

.HeaderLeftSection .TagLine
{	
	position: absolute;	
	margin: 63px 0px 0px 27px;
	text-align: right;
	padding-right: 0px;
	width: 192px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;	
	z-index: 1000;
}

.TopImageContent .ImageBox
{
	margin: 4px 0px 8px 10px;
}
