@charset "utf-8";


/*
-----------------------------------------------
RESET STYLES
-----------------------------------------------
*/ 


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
/*
:focus {
	outline: 0;
}
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, table{
	margin-top: 1em;
}

h1{
	margin-bottom: 20px;
}

h2, h3, h4, h5, h6{
	margin-top: 2em;
	margin-bottom: 1em;
}

ul, ol, dl{
	margin: 0px 0 1em 1.3em;
}

table{
	border: 1px solid #fff;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 0.8em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*
-----------------------------------------------
/ RESET STYLES
-----------------------------------------------
*/ 


/*
-----------------------------------------------
LAYOUT
-----------------------------------------------
*/ 

#wrapper{
	margin: 0px auto;
	position: relative;
	width: 900px;
}

#homePage #backgroundHeader{
	background: url(../images/header_bk_homepage.jpg) no-repeat center top;
}

#backgroundHeader{
	background: url(../images/header_bk.jpg) no-repeat center top;
}

#homePage #header{
	height: 240px;	
}

#header{
	height: 140px;	
}

#leftColumn{
	float: left;
	padding: 40px 0px 0px 0px;
	text-align: right;
	width: 260px;	
}

#mainContent{
	float: right;
	padding: 40px 0px 0px 0px;
	width: 580px;	
}


#footer{
	border-top: 1px solid #e6edef;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

/*
-----------------------------------------------
/ LAYOUT
-----------------------------------------------
*/ 


/*
-----------------------------------------------
FONTS
-----------------------------------------------
*/ 



body{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;	
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 1.5em;	
}


h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 17px;
	line-height: 1.5em;	
}


h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	line-height: 1.5em;	
}

input, textarea, select, option{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;	
}

#mainMenu li{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

#mainMenu li a{
	line-height: 30px;
}

.headerTxt p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.headerTxt p.headerTitle{
	font-size: 25px;
	line-height: 1.5em;
}

.headerTxt p.headerSubTitle{
	font-size: 18px;
	line-height: 1.5em;
}

#leftColumn h2{
	font-size: 24px;
	line-height: 1.5em;
}

.leftMenu{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

.leftMenu ul{
	font-size: 11px;
}

#recommendedLinks a span{
	font-style: italic;
	font-weight: normal;
}

#footer{
	clear: both;
	font-size: 10px;
}

#breadcrumbs{
	font-size: 11px;
	font-weight: bold;
}

#sitemap{
	font-size: 11px;
	font-weight: bold;
}

/*
-----------------------------------------------
/ FONTS
-----------------------------------------------
*/ 

/*
-----------------------------------------------
MENUS
-----------------------------------------------
*/ 

#mainMenu{
	float: right;
	height: 32px;
	list-style: none;
	margin: 40px 0px 0px 0px;
	width: auto;
}

#mainMenu li{
	background: url(../images/top_menu_pattern.gif) repeat-x top left;
	float: left;
	line-height: 30px;
	padding: 1px 0px 1px 0px;
	height: 32px;
}

#mainMenu li.firstChild{
	background: url(../images/top_menu_left.gif) no-repeat left top;
}

#mainMenu li.lastChild{
	background: url(../images/top_menu_right.gif) no-repeat right top;
}

#mainMenu li a{
	border-right: 1px solid #a5b3ba;
	color: #0c485e;
	float: left;
	height: 30px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
}

#mainMenu li a:hover, #mainMenu li a.currentItem{
	background: url(../images/top_menu_pattern_hover.gif) repeat-x right top;
}

#mainMenu li.lastChild a{
	border-right: none;
}

#mainMenu li.firstChild a:hover, #mainMenu li.firstChild a.currentItem{
	background: url(../images/top_menu_left_hover.gif) no-repeat left center;
}

#mainMenu li.lastChild a:hover, #mainMenu li.lastChild a.currentItem{
	background: url(../images/top_menu_right_hover.gif) no-repeat right center;
}

#articlesMenu{
	background: url(../images/border_line_oblique.gif) no-repeat left bottom;
	padding: 12px 0px 30px 0px;	
}

#mainMenu li.firstChild a img{
	margin: 6px 0px 0px 0px;
}

.leftMenu{
	list-style: none;
	margin: 0px 0px 0px 0px;
}

.leftMenu li{
	background: url(../images/border_horizontal_gradient.gif) no-repeat right bottom;
	padding: 10px 0px 10px 0px;	
}

.leftMenu li.lastChild{
	background: none;	
}

.leftMenu li a{
	text-decoration: none;
}

.leftMenu li a.currentItem, .leftMenu li a:hover{
	background: url(../images/arrow_blue_right.gif) no-repeat right center;
	padding: 0px 8px 0px 0px;
}

.leftMenu ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
}

.leftMenu li ul li{
	background: none;
	padding: 2px 0px 2px 0px;	
}

#recommendedLinks a{
	background: none;
	padding: 0px 0px 0px 0px;
}

#recommendedLinks a strong{
	background: url(../images/arrow_blue_right.gif) no-repeat left center;
	padding: 0px 0px 0px 8px;
}

#recommendedLinks a:hover span{
	text-decoration: underline;	
}

#footerLinks{
	float: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	width: auto;
}

#footerLinks li{
	float: left;
	padding: 0px 10px 0px 10px;
	width: auto;
}

#footerLinks li a{
	text-decoration: none;
}

#footerLinks li a:hover{
	text-decoration: underline;
}

#toolsMenu{
	position: absolute;
	margin: 0px 0px 0px 0px;
	right: 0px;
	top: 118px;
}

#homePage #toolsMenu{
	display: none;
}

#sitemapLink{
	background: url(../images/icon_sitemap.gif) no-repeat left top;
	display: inline-block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

#printIcon{
	background: url(../images/icon_print.gif) no-repeat left 1px;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 0px 0px 0px 3px;
	text-indent: -9999px;
	width: 11px;
}

/*
-----------------------------------------------
/ MENUS
-----------------------------------------------
*/ 

/*
-----------------------------------------------
STYLES
-----------------------------------------------
*/ 



body{
	background: url(../images/body_bk.gif) repeat-x top left #fff;
	color: #0a325b;
}

body#homePage{
	background: url(../images/body_bk_homepage.gif) repeat-x top left #fff;
}

a {
	color: #086e9e;
	text-decoration: underline;
} 

a:hover {
	color: #086e9e;	
    text-decoration: none;
} 


#headerLogo{
	float: left;
	padding: 38px 0px 0px 0px;
}

.headerTxt{
	clear: both;
	padding: 40px 0px 0px 0px;	
}

.headerTxt p{
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#leftColumn h2{
	margin: 0px 0px 0px 0px;	
	text-transform: lowercase;
}

.leftColumnBanners{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.leftBanner{
	background: url(../images/border_line_oblique.gif) no-repeat left bottom;
	padding: 20px 0px  25px 0px;
}

.copyrightInfo{
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: right;
	width: 260px;
}

#breadcrumbs{
	color: #fff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 320px;
	width: 500px;
}

#breadcrumbs a{
	color: #fff;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

#sitemap ul{
	list-style: disc;
	margin: 0px 0px 0px 20px;
}

/*
-----------------------------------------------
STYLES
-----------------------------------------------
*/ 


#googleMap{
	padding: 40px 0px 40px 0px;
}



/*
-----------------------------------------------
TEASERS
-----------------------------------------------
*/ 

.teasersHomePage{
	padding: 30px 0px 0px 0px;
}

.teaser{
	background: url(../images/teaser_bk.gif) no-repeat right 15px;
	float: left;
	width: 260px;
}

.teaser.lastChild{
	float: right;	
}

.teaser h2{
	margin: 0px 0px 0px 0px;
}

.teaserLeftCol{
	float: left;
	width: 100px;
}

.teaserRightCol{
	float: right;
	height: 80px;
	padding: 17px 0px 0px 0px;
	overflow: hidden;
	width: 150px;
}

.teaserRightCol p{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.teaserRightCol p a{
	background: url(../images/arrow_blue_right.gif) no-repeat left 5px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;	
}

.teaserRightCol p a:hover{
	text-decoration: underline;	
}


.floatRight{
	float: right;
	margin: 0px 0px 10px 20px;
}







/*
-----------------------------------------------
TEASERS
-----------------------------------------------
*/ 
