﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Generic content styles
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Page styles
 * - Hacks
 * - Print styles
 */






/*
 * BEGIN BROWSER RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * HTML ELEMENTS
 */

body {
	margin-bottom: 1em;
	background: #fff url(/Images/body-background.png) center top no-repeat;
}

body,
input,
select,
textarea {
	color: #333333;
	font: normal 14px/20px "Trebuchet MS", Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #00467A;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 1.4em 0;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol {
	padding: 0 0 0 40px;
	list-style: decimal;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN GENERIC CONTENT STYLES
 */

*.genericContent h1 {
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
}

*.genericContent h2 {
	font-weight: bold;
}

*.genericContent h4 {
}

*.genericContent h5 {
}

*.genericContent h6 {
}

body.Style2 div.content div.column2 h2 {
	margin-bottom: 11px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

div.content div.column2 *.heading2 {
	font-size: 14px;
}

div.content div.column2 *.heading2 strong {
	color: #000;
}



*.genericContent img[align="left"] {
	margin: 4px 10px 0 0;
}

*.genericContent img[align="right"] {
	margin: 4px 0 0 10px;
}

*.genericContent ul li {
	padding: 0 0 0 10px;
	background: url(/images/li-background.gif) 0 0.8em no-repeat;
}

*.genericContent .intro {
	color: #00467A;
	font-size: 16px;
	font-weight: bold;
}



*.genericContent a:link,
*.genericContent a:hover,
*.genericContent a:active,
*.genericContent a:visited {
	text-decoration: underline;
}
*.genericContent a:hover,
*.genericContent a:focus {
	text-decoration: none;
}

ul.langList {
	display: inline;
}
ul.langList li {
	display: inline;
	text-transform: lowercase;
    background: url(/images/pipe.gif) right center no-repeat;
    margin-right: 5px;
    padding-right: 5px;
}

/*
 * END GENERIC CONTENT STYLES
 */

 
 
 
 
 
/*
 * BEGIN MAIN CONTAINERS
 */

div.containerMain {
	position: relative;
	margin: 0 auto 0 auto;
	width: 890px;
	min-height: 1em;
}
* html div.containerMain {
	height: 1em;
}



div.header {
	height: 75px;
}

div.header a.logo {
	position: absolute;
	top: 0;
	left: 0;
}



div.content div.visual {
	margin-bottom: 10px;
}
*:first-child+html div.content div.visual {
	margin-bottom: 6px;
}
* html div.content div.visual {
	margin-bottom: 6px;
}



div.content div.column2 {
	padding-top: 8px;
	overflow: hidden;
}

div.content div.column2 p {
	margin-bottom: 0.7em;
}

div.column2 h3 {
	padding-bottom: 10px;
	color: #000;
	font-size: 16px;
}

div.column2 h4 {
	color: #000;
	font-weight: bold;
}



div.content div.column1 div.RadPanelBar ul {
	padding: 2px 15px;
	background: #00467A;
}

div.content div.column1 div.RadPanelBar li {
	padding-top: 2px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	background: url(/Images/menu2-line.gif) 0 0 no-repeat;
}
div.content div.column1 div.RadPanelBar li:first-child,
li.firstMenuItem {
	background: none !important;
}

div.content div.column1 div.RadPanelBar li a {
	color: #ffffff !important;
	text-decoration: none;
}
div.content div.column1 div.RadPanelBar li a:hover {
	text-decoration: underline;
}



div.header div.RadTabStrip {
	position: absolute;
	right: 0;
	top: 33px;
	width: 100%;
	height: 26px;
	border-bottom: 6px solid #000000;
}

* html div.header div.RadTabStrip div.rtsLevel {
	position: absolute;
}

div.header div.RadTabStrip,
div.header div.RadTabStrip * {
	min-height: 1em;
}

div.header div.RadTabStrip ul {
	float: right;
}

div.header div.RadTabStrip li {
	display: inline;
	white-space: nowrap;
}

div.header div.RadTabStrip a {
	text-decoration: none;
}

div.header div.RadTabStrip span.rtsTxt {
	cursor: pointer;
	float: left;
	display: block;
	width: 89px;
	overflow: hidden;
	padding-bottom: 6px;
	border-bottom: 6px solid #000000;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

div.header div.RadTabStrip ul li:first-child + li span.rtsTxt {
	width: auto;
	padding-right: 10px;
}
* html div.header div.RadTabStrip ul li.alt1 span.rtsTxt {
	width: auto;
	padding-right: 10px;
}

div.header div.RadTabStrip span.rtsIn {
	float: left;
	display: block;
	border-left: 1px solid #ffffff;
}

div.header div.RadTabStrip a:hover span.rtsTxt,
div.header div.RadTabStrip a.rtsSelected span.rtsTxt {
	color: #00467A;
	border-bottom: 6px solid #00467A;
}



div.footer {
	color: #999999;
	margin-top: 35px;
	border-top: 1px solid #BFBFBF;
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
}

div.footer a {
	color: #999999;
	text-decoration: none !important;
}
div.footer a:hover {
	text-decoration: underline !important;
}



div.RadTreeView ul {
	display: block !important
}

div.RadTreeView {
	margin-left: -10px;
	font-size: 16px;
}

div.RadTreeView ul ul {
	padding-top: 0.2em;
	padding-bottom: 0.8em;
}

div.RadTreeView li {
	background: none;
}

div.RadTreeView li li {
	padding-left: 20px;
	font-size: 0.9em;
	background: url(/images/li-background.gif) 10px 0.7em no-repeat;
}

div.RadTreeView li {
	line-height: 1.25em
}

div.RadTreeView a {
	text-decoration: none !important;
}

div.RadTreeView a:hover {
	text-decoration: underline !important;
}



ul.sf_anchorList {
	margin-bottom: 19px;
	padding-left: 140px;
}

ul.sf_anchorList li {
	padding-left: 13px;
	background: url(/Images/bullet.gif) center left no-repeat;
}

ul.sf_anchorList a {
	text-decoration: none !important;
}
ul.sf_anchorList a:hover {
	text-decoration: underline !important;
}

div.sf_listItemBody {
	position: relative;
	padding-left: 140px;
	margin-bottom: 1em;
}

div.sf_listItemBody img {
	position: absolute;
	top: 0;
	left: 0;
}

* html div.sf_listItemBody img {
	margin-left: -140px;
}

div.sf_listItemBody a {
	padding-left: 13px;
	background: url(/Images/bullet.gif) center left no-repeat;
}



div.mapHolder {
	margin-top: 16px;
	padding-top: 13px;
	background: url(/Images/news-line.gif) 0 0 repeat-x;
}

div.mapHolder h2 {
	margin-bottom: 6px !important;
}

div.mapHolder div.map {
	margin-bottom: 5px;
	height: 178px;
	border: 1px solid #BFBFBF;
}

div.mapHolder input.route {
	width: 100%;
}

div.mapHolder input.submit {
	margin-top: 8px;
	border: 1px solid #00467A;
	color: #ffffff;
	font-weight: bold;
	background: #00467A url(/Images/button.gif) 0 0 repeat-x;
}


/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL STYLES
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

*.displayNone {
	display: none;
}

*.floatLeft {
	float: left;
}

*.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

*.map {
	display: block;
	overflow: hidden;
	background-color: #EFEBE2;
}

label {
	cursor: pointer;
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN PAGE STYLES
 */

body.Style1 div.content div.column1 {
	float: left;
	margin-right: 30px;
	width: 205px;
	min-height: 1em;
}

body.Style1 div.content div.column2 {
	float: left;
	width: 601px;
	min-height: 1em;
}



body.Style2 div.content div.column1 {
	float: left;
	margin-right: 25px;
	margin-top: 15px;
	width: 480px;
	min-height: 1em;
	padding-left: 55px;
}

body.Style2 div.content div.column2 {
	float: left;
	margin-top: 6px;
	width: 330px;
	min-height: 1em;
	color: #666666;
	background: #F2F2F2;
}
body.Style2 div.content div.column2 div.innerColumn2 {
	padding: 4px 15px 15px 15px;
}

body.Style2 ul.sf_newsList {
	margin-bottom: 30px;
}

body.Style2 ul.sf_newsList li {
	padding: 10px 0 10px 0;
	background: url(/Images/news-line.gif) left bottom repeat-x;
}

body.Style2 ul.sf_newsList li:first-child {
	padding-top: 0;
}

body.Style2 ul.sf_newsList li p {
	display: none;
}



body.Homepage div.visual2 {
	position: relative;
	width: 890px;
	height: 160px;
	overflow: hidden;
}

body.Homepage div.visual2 div.column1,
body.Homepage div.visual2 div.column2,
body.Homepage div.visual2 div.column3 {
	position: absolute;
	bottom: 10px;
	width: 284px;
	height: 32px;
	line-height: 32px;
	padding-left: 16px;
	background: #ffffff;
}
body.Homepage div.visual2 div.column1 *,
body.Homepage div.visual2 div.column2 *,
body.Homepage div.visual2 div.column3 * {
	color: #000;
	font-size: 22px;
	line-height: 32px;
}

body.Homepage div.visual2 div.column1 {
	left: 0;
}
body.Homepage div.visual2 div.column2 {
	left: 300px;
	padding-top: 0;
}
body.Homepage div.visual2 div.column3 {
	left: 600px;
}

body.Homepage div.columnSize2 {
	min-height: 0;
	padding-bottom: 10px;
}

body.Homepage div.columnSize2 div.column1 {
	float: left;
	margin: 0 10px 0 0;
	width: 590px;
	height: 121px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background: #00467A;
}
body.Homepage div.columnSize2 div.column1 div.innerColumn1 {
	padding: 12px 15px 18px 15px;
}

body.Homepage div.columnSize2 div.column2 {
	float: left;
	width: 290px;
	height: 121px;
	color: #666666;
	padding: 0;
	background: #E8E8E8;
}
body.Homepage div.columnSize2 div.column2 div.innerColumn2 {
	padding: 11px 15px 15px 15px;
}

body.Homepage div.columnSize2 div.column2 h5 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica;
	font-size: 16px;
	font-weight: bold;
}
body.Homepage div.columnSize2 div.column2 a {
	color: #00467A;
}

body.Homepage div.columnSize3 {
	min-height: 0;
	padding: 12px 0 15px 0;
	font-family: Arial, sans-Serif;
	background: url(/Images/Homepage-line.gif) left bottom no-repeat;
}
* html body.Homepage div.columnSize3 {
	height: 0;
}

body.Homepage div.columnSize3 div.column1,
body.Homepage div.columnSize3 div.column2,
body.Homepage div.columnSize3 div.column3 {
	float: left;
	width: 270px;
	padding: 0px 15px 0 15px;
	overflow: hidden;
}

body.Homepage div.columnSize3 div.column3 {
	width: 260px;
}

body.Homepage ul.sf_newsList p {
	display: none;
}

body.Homepage ul.sf_newsList li {
	float: left;
	clear: both;
	width: 240px;
	padding-left: 14px;
}

body.Homepage ul.sf_newsList a {
	text-indent: -14px;
	font-weight: bold;
	display: block;
}

body.Homepage div.footer {
	margin-top: 0;
	border-top: none;
}

/*
 * END PAGE STYLES
 */






/*
 * BEGIN CONTROLS
 */

*.sf_newsDate,
*.sf_newsAuthor,
*.sf_postCategory,
*.sf_listTitle {
	display: none;
}

/*
 * END CONTROLS
 */






/*
 * BEGIN FORM CLASSES
 */

*.defaultFormHolder {
	margin-top: 2em;
	min-height: 1em;
}

*.defaultFormHolder fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
}
* html *.defaultFormHolder fieldset {
	position: relative;
	margin-top: 0.6em;
}

*.defaultFormHolder fieldset.submit input {
	margin-left: 144px
}

*.defaultFormHolder legend {
	font-weight: bold;
}
* html *.defaultFormHolder legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}

*.defaultFormHolder fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

*.defaultFormHolder fieldset ol ol {
	float: left;
	margin: 0;
	padding: 0;
}

*.defaultFormHolder fieldset li li {
	padding: 0;
}

*.defaultFormHolder fieldset li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	background: none;
}

*.defaultFormHolder fieldset.submit {
	margin-top: 0.5em;
}

*.defaultFormHolder label,
*.defaultFormHolder span.label {
	display: block;
	position: relative;
	float: left;
	width: 130px;
	margin-right: 1em;
}

*.defaultFormHolder label span,
*.defaultFormHolder span.label span {
	position: absolute;
	left: 130px;
}

*.defaultFormHolder ol ol label {
	display: inline;
	position: static;
	float: none;
	width: auto;
	margin-right: auto;
}

*.defaultFormHolder input.text,
*.defaultFormHolder textarea {
	width: 322px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 5px;
}
* html *.defaultFormHolder input.text {
	width: 305px;
}

*.defaultFormHolder textarea {
	width: 327px;
	height: 8em;
	padding-right: 0;
}
* html *.defaultFormHolder textarea {
	width: 312px;
}

*.defaultFormHolder li.checkbox input {
	float: left;
}
*.defaultFormHolder li.checkbox label {
	width: auto !important;
}

*.defaultFormHolder input[type="radio"],
*.defaultFormHolder input[type="checkbox"] {
	margin: 2px;
}
*:first-child + html .defaultFormHolder input[type="radio"],
*:first-child + html .defaultFormHolder input[type="checkbox"] {
	margin: 0 0 0 -2px;
}
* html .defaultFormHolder .radio,
* html .defaultFormHolder .checkbox {
	margin: 0 0 0 -2px;
}

*.defaultFormHolder fieldset.submit input {
	border: 1px solid #00467A;
	color: #ffffff;
	font-weight: bold;
	background: #00467A url(/Images/button.gif) 0 0 repeat-x;
}



.feedback {
	margin-bottom: 1em;
	padding: 10px;
	font-size: 1.1em;
	background: #F2F2F2;
}

/*
 * END FORM CLASSES
 */






/*
 * BEGIN HACK
 */

*.defaultFormHolder:after,
body.Homepage div.columnSize2:after,
body.Homepage div.columnSize3:after,
div.containerMain:after,
div.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * END HACK
 */






/*
 * BEGIN PRINT STYLES
 */

@media print {


	ul {
		padding: 0 0 0 20px;
	}

	ul li {
		padding: 0;
		list-style: disc;
		background: none;
	}
	
	div.menu1,
	div.footer {
		display: none;
	}
	
	body.Style1 div.content div.column1 {
		display: none;
	}
	
	body.Style1 div.content div.column2 {
		width: auto;
		float: none;
	}

}

/*
 * END PRINT STYLES
 */
