﻿*
{
	margin: 0;
	padding: 0;
}

body, input, textarea, select
{
	font-family: "Segoe UI", Segoe, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

body
{
	background: #ffffff url(background.png) repeat-x;
	text-align: center;
}

h1, h2, h3
{
	color: #F4911E;
	font-weight: normal;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
    clear: left;
}

.clearBoth
{
    clear: both;
}

#header
{
    margin: 0 auto;
    text-align: left;
	width: 950px;
	height: 163px;
	position: relative;
}

#header img.logo
{
	position: absolute;
	left: 10px;
	top: 27px;
	width: 238px;
	height: 74px;
	border: 0;
}

#header div.sectionNavigation
{
	position: absolute;
	bottom: 0;
	width: 950px;
	height: 39px;
	line-height: 39px;
}

#header div.sectionNavigation ul
{
	list-style-type: none;
}

#header div.sectionNavigation li
{
	position: relative;
	display: inline;
	float: left;
	font-size: 14px;
	border-right: solid 1px #1c3d6a;
}

#header div.sectionNavigation li.call
{
    display: block;
    padding: 0 10px;
    border-right: none;
    float: right;
    color: White;
}

#header div.sectionNavigation li a
{
	display: block;
	text-decoration: none;
	color: White;
	padding: 0 10px;
}

#header div.sectionNavigation li a:hover
{
	background: url(menuselected.png) repeat-x;
}

div.contentWrapper
{
    margin: 0 auto;
    text-align: left;
    position: relative;
	width: 950px;
}

#sidebar
{
    position: absolute;
    top: 0;
    left: 10px;
	font-size: 12px;
	line-height: 19px;
	color: #464646;
	width: 220px;
}

#sidebar h1
{
	font-size: 15px;
	padding: 0.3em 0;
	margin-bottom: 0.2em;
}

#mainContent
{
	font-size: 12px;
	line-height: 21px;
	color: #323232;
	margin-top: 20px;
	padding: 0 10px;
	overflow: hidden;
	min-height: 210px;
	text-align: justify;
}

#mainContent p, #sidebar p
{
	margin-bottom: 1.0em;
}

div.mainContentWithSidebar
{
	margin-left: 240px;
	/*border-left: dotted 1px #b4b4b4;*/
}

#mainContent h1
{
	font-size: 25px;
	border-bottom: dotted #b4b4b4 1px;
	padding: 0.3em 0 0.5em 0;
	margin-bottom: 0.7em;
}

#mainContent h2
{
	font-size: 16px;
	padding: 0.3em 0 0.5em;
}

#mainContent h3
{
	font-size: 15px;
	padding: 0.3em 0 0.5em;
}

#mainContent a, #sidebar a
{
	text-decoration: none;
	color: #004797;
}

#mainContent li a, #sidebar li a
{
	background: url(link.png) no-repeat 2px 4px;
	padding-left: 10px;
}

#mainContent a:hover, #sidebar a:hover
{
	color: #f4911e;
	/*border-bottom: #b4b4b4 dotted 1px;*/
}

#mainContent ul
{
	text-align: left;
	margin-bottom: 1em;
}

#mainContent ul.goto
{
    margin-bottom: 0;
}

#mainContent ul li
{
	margin-left: 20px;
}

#mainContent ul.goto li
{
    margin-left: 0;
}

#mainContent ul.goto ul
{
    margin-left: 30px;
}

#mainContent img.illustrationRight
{
	float: right;
	margin: 0 0 10px 30px;
	border: 0;
}

#mainContent img.illustrationLeft
{
    float: left;
    margin: 0 30px 10px 0;
	border: 0;
}

#footer
{
    font-size: 12px;
    line-height: 19px;
    margin-top: 30px;
    padding: 20px 0;
    background-color: #f1f1f1;
    text-align: center;
    overflow: hidden;
}

#footer div.columns
{
    margin: 0 auto;
    width: 930px;
    text-align: left;
}

#footer dl
{
    width: 154px;
    margin-right: 40px;
    float: left;
}

#footer dl.right
{
    float: right;
    margin-right: 0;
}

#footer dt
{
    border-top: solid 1px #b4b4b4;
    color: #666666;
    font-size: 10pt;
    padding: 4px 0;
}

#footer dt a
{
    color: #666666;
    text-decoration: none;
}

#footer dt a:hover
{
    color: Black;
}

#footer dd
{
    color: #8c8c8c;
}

#footer dd ul
{
    list-style-type: none;
}

#footer dd a
{
    color: #8c8c8c;
    text-decoration: none;
}

#footer dd a:hover
{
    color: Black;
}

ul.goto
{
	list-style-type: none;
}

ul.goto li
{
	padding-top: 4px;
}

input[type="submit"], textarea
{
    padding: 4px;
}

span.field-validation-error
{
    color: Red;
}

ul.validation-summary-errors
{
    padding-left: 30px;
    color: Red;
    margin: 1em 0 2em;
}

span.validation-summary-errors
{
    color: Red;
}