@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,700,700italic,500,400italic);
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);*/
@font-face {
	font-family: 'dax-regular';
	src: url('fonts/dax-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/dax-regular-webfont.woff') format('woff'), 
	     url('fonts/dax-regular-webfont.ttf')  format('truetype'),
	     url('fonts/dax-regular-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'dax-italic';
	src: url('fonts/dax-italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/dax-italic-webfont.woff') format('woff'), 
	     url('fonts/dax-italic-webfont.ttf')  format('truetype'),
	     url('fonts/dax-italic-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'dax-medium';
	src: url('fonts/dax-medium-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/dax-medium-webfont.woff') format('woff'), 
	     url('fonts/dax-medium-webfont.ttf')  format('truetype'),
	     url('fonts/dax-medium-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'dax-bold';
	src: url('fonts/dax-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/dax-bold-webfont.woff') format('woff'), 
	     url('fonts/dax-bold-webfont.ttf')  format('truetype'),
	     url('fonts/dax-bold-webfont.svg#svgFontName') format('svg');
}
body {
	font-family: "Ubuntu", Trebuchet MS, Tahoma;
	font-size: 12px;
	margin: 0px;
	color: #636363;
	background-color: #cde3f2;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: "dax-medium", Ubuntu, Trebuchet MS;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #2e3192;
}
h2 {
	font-size: 18px;
	color: #1195d2;
}
h3 {
	font-size: 14px;
	color: #333;
}
p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
	text-decoration: none;
	color: #2e3192;
}
a:hover {
	text-decoration: none;
	color: #1195d2;
}
img {border:none;}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, fieldset {
    border: none;
    margin: 0;
	padding: 0;
	outline:none;
}
.clear {clear:both;}
.required {
	font-weight: bold;
	color: #F00;
	float: left;
	font-family: Tahoma;
	margin-right: 5px;
}
form, fieldset, input, select, textarea, input[type="file"] {
    border: none;
    margin: 0;
	padding: 0;
	outline: 0;
}

a:link { -webkit-tap-highlight-color: #2e3192; }
::-moz-selection{ background: #2e3192; color:#fff; text-shadow: none; }
::selection { background:#2e3192; color:#fff; text-shadow: none; }
.alignleft {
	float: left;
	width: 48%;
	margin-right: 10px;
}
hr {
	background: url("../img/hr.png") repeat-x scroll 0 0 transparent;
	border: medium none;
	height: 3px;
	clear: both;
	display: block;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
}
#map_canvas {
	position:relative;
	height: 209px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#map_canvas h1 {
	font-size: 16px;
	color: #2e3192;
	width: 300px;
	display: block;
	margin-bottom: 10px;
}
#map_canvas h2 {
	font-size: 14px;
	color: #0092d1;
}
#map_canvas p {
	font-size: 11px;
	line-height: 1.3em;
	color: #999;
}
.lost {
	background-image: url(../img/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin: auto;
	position: relative;
	width: 95%;
	overflow: hidden;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
}
.powered {
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.error, .success, .alert, .notice {
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	overflow: hidden;
}
.error p, .success p, .alert p, .notice p {
	margin: 0px;
	padding: 0px;
}
.error, .alert {background-color: #FA8383; color: #b40908; border-color: #F85A5A; }
.success { background-color: #bfebfe; color: #000058; border-color: #73c0e6; }
.notice { background-color: #fcfebf; color: #502800; border-color: #e5d973; }
.error_page {
	background-image: url(../img/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 5em;
	min-height: 300px;
	padding-top: 50px;
}
