﻿/************************************************************************
* Generic element styles
************************************************************************/
html, body, form
{
	height:100%;
}
body
{
    margin:0;
    padding:0;
    background:#FFF;
    overflow-y:scroll;
    overflow-y:-moz-scrollbars-vertical;
    color:#000;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    line-height:22px;
}
form
{
	margin:0;
	padding:0;
}
* html a
{
	position:relative;	
}
a:link, a:visited
{
    color:#C89F3D;
    text-decoration:none;
}
a:hover, a:active
{
	color:#DBCE6A;
    text-decoration:underline;
}
input, select, textarea
{
    font-size:10px; 
    font-family:Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
}
h1
{
	display:none;
}
h1.Headline
{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:40px 25px;
	margin-bottom:0;
	padding:0;
	color:#767e50;
}
h2
{
	font-size:14px;
    font-weight:bold;
	margin:0 25px;
	padding:0px;
	color:#767e50;
}
h3
{
	font-size:12px;
    font-weight:bold;
	margin:0px;
	padding:0px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color:#FFFFFF;
}
hr
{
	height:0px;
	border-top:solid 1px #999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:transparent;
	clear:both;
}
* html hr
{
	margin-top:0px;
	margin-bottom:0px;
}
hr.dashed
{
	border-top:0px;
	border-bottom:dashed 1px #999;
}
p
{
	margin:0;
	padding:25px;
}
em
{
	color:#767e50;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:14px;
	line-height:18px;
	font-style:normal;
}

/************************************************************************
* Master page containers
************************************************************************/
#HeaderContainer
{
	width:740px;
	height:206px;
    margin:0 auto;
    position:relative;
}
#BodyContainer
{
	width:740px;
    margin:0 auto;
}
#FooterContainer
{
	clear:both;
	width:740px;
    height:62px;
    margin:0 auto;
    background:url(images/bgFooter.png) no-repeat;
    overflow:hidden;
}
.MovieContainer
{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;
}
/************************************************************************
* Master page layout divs
************************************************************************/
#logo
{
	display:block;
	width:211px;
	height:206px;
	border:none;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#logo img
{
	border:none;
}
#FooterContainer p
{
	margin:10px 0;
	padding:0;
	color:#7b7c66;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:11px;
}
#FooterContainer span
{
	padding:0 10px;
}

/************************************************************************
* Navigation layout divs
************************************************************************/
#NavContainer
{	
	width:529px;
	height:206px;
	position:absolute;
	top:0;
	right:0;
	background:url(images/bgNav.png) no-repeat;
}

/************************************************************************
* common styles
************************************************************************/
.FeatureBox
{
	padding:25px;
	background:#ebece4;
	color:#7a7c71;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:17px;
	line-height:21px;
}
.FeatureBox strong
{
	text-transform:uppercase;
}
#ColumnLeft
{
	display:inline;
	float:left;
	width:390px;
	margin-top:25px;
}
#ColumnRight
{
	display:inline;
	float:right;
	width:350px;
	margin-top:25px;
}

/************************************************************************
* section styles
************************************************************************/
.ContentContainer h2
{
	margin-top:20px;
}
.ContentContainer p
{
	margin:10px 25px;
	margin-right:100px;
	padding:0;
}
/************************************************************************
* browser specific styles
************************************************************************/
/* IE dotted outline removal */
* html a
{
	behavior: url(/scripts/onclickbehavior.htc);
}
/* Mozilla dotted outline removal */
:focus
{
	-moz-outline-style:none;
}

/* IE6 png */
* html img.png
{
	border:none;
	behavior:url(/scripts/pngbehavior.htc);
}