@charset "UTF-8";

body {
	background-image: url(/images/layout/bg.png);
	font-size: 62.5%;
	font-family: Arial, sans-serif;
}

a {
	color: #4d4d4d;
}

hr {
	height: 2px;
	background-color: #525e66;
	border: 0;
	margin: 20px 0 15px 0;
}

#global {
	margin: 0 auto 0 auto;
	width: 940px;

}

#container {
	width: 940px;
	float: left;
}

#page {
	width: 940px;
	float: left;
}

#content {
	width: 940px;
	float: left;
	background-image: url(/images/layout/content.png);
	background-position: left bottom;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#logo, #logo a {
	width: 320px;
	height: 190px;
	float: left;
}

#main {
	width: 938px;
	border-left: 1px solid #485359;
	border-right: 1px solid #485359;
	border-top: 1px solid #485359;
	margin: 0;
	padding: 20px 0 5px 0;
	float: left;
	background-color: #525e66;
	background-image: url(/images/layout/main.png);
	background-repeat: repeat-x;
	
}

#sidebar {
	width: 250px;
	margin: 0 19px 0 20px;
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer {
	width: 940px;
	float: left;
}

#copyright {
	width: 940px;
	float: left;
	margin: 15px 0 0 0;
	color: #91cbf2;
	font-size: 1.2em;
	text-align: center;
}

.col {
	float: left;

}

.col-sidebar {
	width: 319px;
}

.col-body {
	width: 570px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 0 19px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.col-body ol {
	width: 570px;
	float: left;
	margin: 0 0 10px 0;
}

.col-body ol li {
	float: left;
	width: 238px;
	margin: 0 15px 15px 0;
	border: 1px solid #e5e5e5;
	padding: 10px;
	height: 50px;
}

.col-body ol.logos li {
	width: 150px;
	border: 0;
	height: 80px;
}

.col-single {
	float: left;
	width: 870px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	margin: 0 19px 0 19px;
}

.col p, .col img {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #4d4d4d;
	margin: 0 0 10px 0;
}

.col-sidebar iframe {
	margin: 0 0 10px 0;
}

.col-body form {
	margin: 0 0 10px 0;
}

.col-body object {
	margin: 0 0 10px 0;
	float: left;
}

.col ul {
	list-style: disc;
	margin: 0 0 10px 20px;
}

.col li {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #4d4d4d;

}

.col ul.none {
	margin: 0 0 10px 0;
	list-style: none;
}

.col ul ul {
	margin: 0 0 0 20px;
	list-style: square;
}

.col table {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #4d4d4d;
	margin: 0 0 10px 0;
}

.col table td, .col table th {
	padding: 2px 5px 2px 5px;
	text-align: left;
	border: 1px solid #bfbfbf;
}

.col-body table {
	width: 570px;
}

.col-sidebar table {
	width: 250px;
}
.col h1 {
	font-family: "Palatino Linotype", Palatino, Utopia, Georgia, serif;
	font-size: 2.8em;
	color: #999999;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.col h2 {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 1.8em;
	color: #666666;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.col h2 a {
	color: #666666 !important;
}

.col h3 {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	color: #808080;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.col h3 a {
	color: #808080 !important;
}

.col h4 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	color: #999999;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* *** Begin Google Map *** */
table.ig_reset td {
	border: 1px solid #ffffff !important;
	border-collapse: collapse;
	width: 225px;
	text-align: left !important;
}

table.ig_reset {
	margin: 0 0 15px 0;
}

a.ig_lgbluelink {
	display: none !important;
}

.map-wrapper {
	float: left;
	padding: 15px 0 15px 0 !important;
}

/* *** End Google Map *** */
/* *** Begin Clearfix *** */
.clearfix {
	display: inline-block; /* IE7 xhtml*/
}
html[xmlns] .clearfix { /* O */
	display: block;  
}
.clearfix:after { /* FF, O, etc. */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* *** End Clearfix *** */
