﻿body 
{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #dedede;
}

#form1 { margin: 0; padding: 0; }

#layout  
{
	margin: 0;
	padding: 0;
	width: 992px;/*1010px*/
	margin-left: auto;
	margin-right: auto;
	background: url('../_images/layout/vertical-tile.gif') repeat-y;
}

/* header */

#layout #header { background: url('../_images/layout/top-bg.jpg') no-repeat top left; height: 150px; }
#layout #expandedheader { background: url('../_images/layout/top-bg-expanded.jpg') no-repeat top left; height: 275px; }
#layout #header #logo, #layout #expandedheader #logo { height: 81px; float: left; padding: 0 0 0 40px; margin: 0; }
#layout #header #logo img, #layout #expandedheader #logo img { border-width: 0px; }
#layout #header #slogan, #layout #expandedheader #slogan
{ 
	height: 60px;
    float: right;
    margin-top: 21px;
    padding: 0 40px 0 0;
    text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}
#layout #header #title
{
	clear: both;
	float: left;
	margin-left: 60px;
	margin-right: 60px; 
	margin-top: 12px;
}
#layout #header #title h1  
{
    margin: 0px;
    padding: 0px;
    font-size: 36px;
	font-weight: bold;
	color: #fff;
}
#layout #expandedheader #expandedtitle
{
	clear: both;
	color: #ffffff;
	width: 992px;/*1010px*/
	padding-top: 3px;
}
#layout #expandedheader #expandedtitle #keypointsNav 
{
	margin: 0;
	padding: 0;
	text-align: center;
}
#layout #expandedheader #expandedtitle #keypointsNav a
{
	padding: 0;
	margin: 0;
	width: 185px;
	text-align: center;
	color: #ffffff;
	line-height: 47px;
	font-size: 18px;
	display: inline-block;
}
#layout #expandedheader #keypoints 
{
	position: relative;
}
#layout #expandedheader #expandedtitle #keypointsNav a:hover, #layout #expandedheader #expandedtitle #keypointsNav .dojoxRotatorSelected
{
	background: url('../_images/layout/menuitem-hovertile.gif') repeat-x;
	text-decoration: none;
}
#layout #expandedheader .keypoint
{
	margin-left: 33px;
	margin-right: 33px;
	margin-top: 0px;
	height: 141px;
	font-size: 20px;
	width: 944px;
}
#layout #expandedheader .keypoint .floatRight { float: right; }
#layout #expandedheader .keypoint .descriptionText { padding: 13px 20px 0 20px; text-align: left; }
#layout #expandedheader .keypoint .descriptionText a { color: #e0dfe0; text-decoration: underline; font-size: 16px; }
#layout #expandedheader .keypoint .descriptionText a:hover { color: #ffffff; }
#layout #expandedheader .keypoint img { padding-right: 5px; }

/* menu */

#layout #menu  
{
	width: 202px;
	padding-top: 5px;
	vertical-align: top;
	float: left;
}
#layout #menu a 
{
	width: 169px;
	margin-left: 28px;/*33px*/
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 25px;
	color: #3b3b3b;
	text-indent: 10px;
}
#layout #menu a:hover 
{
    background: #f7f7f7 url('../_images/layout/menuitem-hovertile.gif') repeat-y top right;
    text-decoration: none;
    color: #000000;
}
#layout #menu .active, #layout #menu .active:hover
{
	background: #ffffff;
	color: #000;
	cursor: default;
}

/* body */

#layout #body { float: right; background-color: #fff; padding: 20px; vertical-align: top; width: 714px;/*735px*/ margin-right: 36px; }

/* footer */

#layout #footer
{ 
	clear: both;
    background: #1576e7 url('../_images/layout/bottom-bg.gif') no-repeat bottom left;
    color: #fff;
    text-align: center;
    width: 992px;/*1010px*/
    height: 75px;
    line-height: 45px;
}
#layout #footer a { color: #fff; }


