/* CSS Document */

html {
	height: 100%;	
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #eff5fc;
	height: 100%;
}

a,a:visited,a:hover,a:active {
	text-decoration: none;
}

#main p a, #main p a:visited, #main li a, #main li a:visited {
	color: #0a3467;
	text-decoration: none;
	border-bottom: 1px #0a3467 dotted;
}

#main p a:hover, #main p a:active, #main li a:hover, #main li a:active {
	color: #1675E9;
	border-bottom: 1px #1675E9 dotted;
}

#main a.no_underline {
	border-bottom: none;
	padding-bottom: 0;
}

img.blockme {
	display: block;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	border-left: solid #0a3467 1px;
	border-right: solid #0a3467 1px;
	background-color: #FFF;
	min-height: 100%;
}

* html #wrapper
{
	height: 100%;
}

#header {
	position: relative;
	background: #FFF url(../images/background/header_left_bg.gif) repeat-y;
	border-bottom: solid #0a3467 1px;
	padding-top: 25px;
	margin-right: 45px;
}

#espc_logo {
	float: right;
}

#espc_logo_a {
	border: 0;
	padding: 0;	
}

#logo {
	height: 90px;
	font-size: 1.3em;
	font-weight: bold;
	color: #0a3467;
	margin: 0 0 25px 75px;
}

#footer {
	width: 880px;
	height: 5.1em;
	border-left: solid #0a3467 1px;
	border-right: solid #0a3467 1px;
	background-color: #0a3467;
	margin: 0 auto;
	position: relative;
	margin-top: -5em;
}

#footer_content {
	text-align: left;
	padding: 1.8em 15px;
	color: #FFF;
}

#footer_content #copyright {
	float: right;
}

#footer_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#footer_content li {
	padding-right: 15px;
	float: left;
	border-right: solid white 1px;
}

#footer_content li.last {
	border: none;
}

#footer_content li a {
	color: #FFF;
}

#footer_content li a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	line-height: 2em;
	padding: 35px 45px 6em 45px;
}

#content ul {
	font-size: 1.2em;
}

#main {
	width: 540px;
	min-height: 400px;
	color: #0a3467;
	text-align: justify;
}

#main_image_box {
	float: right;
	margin: 24px 0 20px 0;
}

#main_image {
	border: solid #0a3467 1px;	
}

#main h1 {
	margin-top: 0;
	font-size: 1.8em;
	border-bottom: solid #0a3467 1px;
	padding-bottom: 2px;
}

#main h2 {
	font-size: 1.4em;
	margin-top: 2em;
}

#main p {
	font-size: 1.2em;
}

#main .larger {
	font-size: 1.2em;
}

#main .bold {
	font-weight: bold;
}

#main .no_bottom_margin {
	margin-bottom: 0;
}

#main .no_top_margin {
	margin-top: 0;
}

#main p.summary {
	margin-top: 3.5em;
}

#main ul.unlisted {
	list-style-type: none;
	margin: auto 0;
	padding: 0;
	font-size: 1.2em;
}

#main ul.unlisted li {
	margin-bottom: 0.3em;
}

#main .justify_text {
	text-align: justify;
}

#main .space_text {
	line-height: 2em;
}

.message_block {
	margin: 1em 30px 2em auto;
	color: #333333;
	padding: 1em;
	border: #CC3300 solid 1px;
	padding-top:15px;
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;
}

.message_block ul li {
	font-size: 0.8em;
}

.message_error {
	background-image: url("../images/background/error_bg.gif");
	border-color: #CC3300;
}

.message_success {
	background-image: url("../images/background/success_bg.gif");
	border-color: #336600;
}

.message_info {
	background-image: url("../images/background/info_bg.gif");
	border-color: #7f7b00;
}

.error {
	color: red;	
}

.smaller {
	font-size: 0.8em;
}

#map_canvas {
	padding: 1px;
	border: solid #9b9b9b 1px;
	width: 320px;
	height: 241px;
	float: right;	
	margin: 0 0 20px 20px;
}

.img_has_border {
	border: solid #0a3467 1px;
}

.no_border {
	border: none;
	padding: 0;	
}

.clear_left {
		clear: left;
}

.clear_right {
		clear: right;
}
