* {
	margin: 0;
	padding: 0;
	zoom: 1;
}
body {
	color: #555;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #066;
}
ul {
	list-style-type: none;
}
fieldset, img {
	border: none;
	vertical-align: middle;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 130%;
}
h1, h2 {
	color: #099;
	margin-bottom: 10px;
}
input.button {
	background: #007b8d;
	border: 1px solid #3fa1b1;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	padding: 4px 5px;
	_padding: 2px 0;
}
input.text {
	border: 1px solid #ccc;
	font-size: 90%;
	padding: 3px 2px;
}
.block {
	margin-top: 20px;
}

#container {
	background: url(../img/header-repeat.jpg) left top repeat-x;
	margin: 0 auto;
	width: 950px;
}
#content {
	float: right;
	width: 700px;
}
	#map {
		background: url(../img/header.jpg) right top no-repeat;
		padding: 126px 0 20px 10px;
		_padding-top: 146px;
	}
	#branch_search h2 {
		font-size: 100%;
	}
	#content_menu {
		background: #007b8d;
		margin-right: 20px;
		overflow: hidden;
	}
		#content_menu ul {
			display: none;
			_left: 0;
			position: absolute;
			_top: 28px;
		}
		#content_menu li {
			float: left;
			_position: relative;
			z-index: expression(runtimeStyle.zIndex = 100, (
				this.parentNode.parentNode.nodeName.toString().toUpperCase() == 'DIV' ?
				(
					(
						(this.childNodes[2]) ?
						this.onmouseover = function()
						{
							this.childNodes[2].style.display = 'block';
						}
						: 0
					)
					&&
					(
						(this.childNodes[2]) ?
						this.onmouseout = function()
						{
							this.childNodes[2].style.display = 'none';
						}
						: 0
					)
				) : 0
			));
		}
		#content_menu li:hover ul {
			display: block;
		}
		#content_menu li li {
			display: block;
			float: none;
			width: 300px;
		}
		#content_menu a {
			color: #fff;
			display: block;
			_display: auto;
			font-size: 90%;
			font-weight: bold;
			padding: 7px 15px;
			text-decoration: none;
		}
		#content_menu ul a {
			background: #007b8d;
			font-size: 90%;
			padding: 4px 15px;
			_width: 100%;
		}
		#content_menu a:hover {
			background: #e2f1f1;
			color: #555;
		}
	#ad {
		background: url(../img/ad.jpg) right bottom no-repeat;
	}
		#ad h1 {
			color: #f00;
			padding: 15px 10px 0;
		}
		#ad h2 {
			background: url(../img/ad-background.jpg) 0 bottom repeat-x;
			font-size: 100%;
			margin: 5px 102px 0 0;
			padding: 0 10px 15px;
		}
#main_content {
	float: left;
	width: 460px;
}
	#main_content p {
		text-align: justify;
		line-height: 17px;
	}
	#main_content ul, #main_content ol {
		margin-top: 10px;
	}
	#news li {
		clear: both;
		padding-top: 10px;
	}
	#news span {
		color: #999;
		font-size: 90%;
	}
	#news p {
		margin-top: 5px;
	}
	#news img {
		float: left;
		height: 50px;
		margin: 0 10px 10px 0;
		width: 80px;
	}
	#page_about p {
		margin-top: 10px;
	}
	#page_about ul {margin-left: 20px;
		list-style-type: disc;
	}
	#page_about li {
		margin-left: 20px;
		padding-left: 10px;
	}
	#page_contacts p, #page_contacts form {
		margin-top: 7px;
	}
	#page_contacts label {
		color: #099;
		display: block;
		margin-bottom: 5px;
	}
	#page_contacts input, #page_contacts textarea {
		display: block;
	}
	#page_contacts .button {
		display: inline;
	}
#content_sidebar {
	float: left;
	padding: 0 20px;
	width: 200px;
}
	#important a {
		background: url(../img/tick.png) left center no-repeat;
		color: #099;
		display: block;
		height: 30px;
		line-height: 30px;
		padding-left: 35px;
	}
	#incident_report {
		background: #007b8d url(../img/incident-report-background.jpg) 0 0 repeat-x;
		border: 1px solid #3fa1b1;
		height: 45px;
		_margin-top: 10px; /* for some weird reason top margin is getting doubled in ie6 */
		padding: 0 10px;
	}
	#incident_report a {
		background: url(../img/conversation.png) left center no-repeat;
		color: #f00;
		display: block;
		font-weight: bold;
		padding: 8px 0 0 35px;
		text-decoration: none;
	}
	#search input.text {
		width: 120px;
	}
	#calculator h2 {
		background-image: url(../img/exclamation.png);
	}
	#calculator label {
		color: #099;
		display: block;
		margin-bottom: 5px;
	}
	#calculator select {
		display: block;
		margin-top: 5px;
		width: 100%;
	}
	#exchange_rates p {
		text-align: center;
	}
	#weather p {
		text-align: center;
	}
#sidebar {
	background: #fff;
	border-top: 25px solid #93d8e6;
	float: right;
	margin-left: 20px;
	padding: 25px 20px 0;
	width: 190px;
}
	#logo {
		margin-top: 0 !important;
	}
	#logo p {
		text-align: center;
	}
	#logo img {
		height: 50px;
		width: 190px;
	}
	#phones {
		color: #f00;
		font-weight: bold;
	}
	#main_menu {
		background: #e2f1f1;
		padding: 0 7px;
	}
	#main_menu li {
		display: inline;
	}
	#main_menu li.last a {
		border-color: #e2f1f1;
	}
	#main_menu a {
		background: #e2f1f1;
		border-bottom: 1px solid #fff;
		color: #099;
		display: block;
		font-weight: bold;
		padding: 8px 7px;
		text-decoration: none;
	}
	#main_menu a:hover {
		text-decoration: underline;
	}
	#sidebar .block h2, #calculator h2 {
		background-position: left center;
		background-repeat: no-repeat;
		height: 30px;
		line-height: 30px;
		padding-left: 30px;
	}
	#ask_question h2 {
		background-image: url(../img/question.png);
	}
	#poll h2 {
		background-image: url(../img/alpha.png);
	}
	#poll ul {
		margin: 10px 0;
	}
	#newsletter h2 {
		background-image: url(../img/mail.png);
	}
	#newsletter input.text {
		width: 70px;
	}
	#statistics {
		display: none;
	}
	#statistics h2 {
		background-image: url(../img/watch.png);
	}
#footer {
	clear: both;
	padding-top: 20px;
}
#footer-partners {
	background: #dce8ea url(../img/partners.jpg) 265px center no-repeat;
	border-bottom: 6px solid #007b8d;
	height: 93px;
	line-height: 93px;
}
	#footer-partners h2 {
		background: #e7eff1;
		margin-left: 20px;
		text-align: center;
		width: 230px;
	}
#footer-info {
	background: #7cd0e1;
	font-size: 80%;
	height: 91px;
}
	#footer-info div {
		float: left;
	}
	#rambler {
		margin-left: 20px;
		text-align: center;
		width: 230px;
	}
	#footer-info p {
		margin-top: 10px;
	}
	#footer-info address {
		font-style: normal;
		margin-top: 15px;
	}
	#copyright {
		width: 500px;
	}
	#content-warning {
		width: 150px;
	}

/*minor fixes*/
#poll, #calculator {
	text-align: right;
}
#poll h2, #poll p, #poll li, #calculator h2, #calculator label {
	text-align: left;
}

#branch_search input.text, #newsletter input.text, #search input.text {
	color: #999;
}

.curvy {position: relative;}
#ctl, #cbl, #ctr, #cbr {position: absolute; width: 5px; height: 5px; _color: #e2f1f1; background: #fff; overflow: hidden; font-style: normal; z-index: 1;}
#ctl {top: 0; left: 0;}
#cbl {bottom: 0; left: 0;}
#ctr {top: 0; right: 0;}
#cbr {bottom: 0; right: 0;}
.curvy em b {position: absolute; font-size: 50px; font-family: arial; color: #e2f1f1; line-height: 40px; font-weight: normal;}
#ctl b {left: -3px; top: -15px;}
#ctr b {left: -11px; top: -15px;}
#cbl b {left: -3px; top: -22px;}
#cbr b {left: -11px; top: -22px;}

/*glossary*/
h3 {
	color: #f00;
	margin-top: 20px;
}
dl {
	margin-top: 5px;
}
dl dt {
	font-weight: bold;
	margin-top: 10px;
}
dl dd {
	text-align: justify;
}

td {
	border: 1px solid #ccc;
	border-style: solid none;
}

#calculator_content select {
	width: 90%;
}
#calculator_content th {
	text-align: left;
}
#calculator_content td {
	border: none;
}
#calculator_content .midcol {
	color: green;
}
#calculator_content .lastcol {
	color: red;
}
