@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) repeat-x;
	font: 12pt Verdana, Geneva, sans-serif;
	color: #151515;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.35em;
}

img {
	border: none;
}

.imgBorder {
	border: #CCC 1px solid;
	padding: 7px;
	margin: 7px;
}

#wrap {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

#photoMain {
	position: relative;
	top: 80px;
	height: 75px;
	width: 100%;
	margin-bottom: 75px;
	background:url(images/photomain-bg2.png) no-repeat;
}

#photoMain h3 {
	font-size: 18pt;
	line-height: 2em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

#container {
	width: 1040px;
	min-height: 40px;
	text-align: center;
}

#welcome {
	width: 500px;
	position: absolute;
	text-align: center;
	top: 75px;
	right: 150px;
}

#logo {
	position: absolute;	
	top:5px;
	left:0;
}

h1 {
	font-size: 30pt;
	font-weight: bold;
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	color: #e5e5e5;
	text-shadow: 2px 2px 0 #005071;
	line-height:1.5em;
}

h2 {
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.35em;
	color: #005071;
	font-weight: bold;
}

h3 {
	font-size: 16pt;
	line-height: 0;
	color: #005071;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h4, h5 {
	line-height: 1.35em;
	font-weight: bold;
}

#contentMain {
	width: 1040px;
	padding: 0;
	min-height: 650px;
	text-align: left;
	position: relative;

}

#columnWrap {
	width: 1040px;
	min-height: 480px;
	padding: 0 0 0 20px;
}

#columnLeft {
	width: 650px;
	min-height: 346px;
	float: left;
	line-height: 1.2em;
	margin-top: 20px;
}

#columnLeft h3 {
	font-size: 20px;
}


#columnRight {
	width: 325px;
	min-height: 300px;
	float: left;
	padding: 30px;
	margin-left:20px;
	background:url(images/shadow.png) no-repeat left -10px top;
}

#columnRight h2 {
	font-size: 20px;
	margin-top: 0;
	font-weight: normal;
}

#columnRight img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgLeft {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	padding: 0 10px 0 10px;
	-webkit-box-shadow: 0px 0px 3px 0px #222222;
	-moz-box-shadow: 0px 0px 3px 0px #222222;
	box-shadow: 0px 0px 3px 0px #222222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: rgb(242,245,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

}

ul {
	list-style: square;
	margin: 0 auto;
	padding-left: 23px;
}

ul ul {
	list-style: circle;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	color: #ccc;
	background: #ccc;
	margin: 20px 0;
}

#footer {
	width: 100%;
	position: relative;
	min-height:135px;
	font-size: 10pt;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	color: #111;
	background:url(images/footer-bg.jpg) repeat-x;
}

#footer a {
	color: #0177c1;
	text-decoration: none;
}

#footer a:hover {
	color: #151515;
	text-decoration: none;
}

#footerBoxLeft {
	text-align: left;
	position: absolute;
	top: 10px;
	left: 25px;
}

#footerBoxLeft em {
	color: #005071;
}

#footerBoxRight {
	text-align: right;
	position: absolute;
	top: 13px;
	right:25px;
}

a {
	color: #005071;
	text-decoration: none;
}

a:hover {
	color: #151515;
	text-decoration: none
}

#map {
	float: left;
	padding: 5px;
	border: 1px solid #0177c1;
	margin-bottom: 20px;
	margin-right: 30px;
}
	#contactTable {
	width: 750px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 15px;
}

	#contactTable td {
		border-bottom: 1px solid #e1e1e1;
		padding: 10px 0;
	}

	#contactTable tr:last-child td {
		border: none;
	}

	#contactTable td.alignCenter {
		text-align: center;
	}

	#contactTable p {
		margin: 0;
		line-height: 10pt;
	}

	#contactTable .tinyText {
		font-size: 8pt;
		font-style: italic;
		color: #710000;
	}

	#contactTable input[type=text],
	#contactTable textarea {
		width: 300px;
		padding: 5px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10pt;
		margin: 0;
		float: right;
		border: 1px solid #a2a2a2;
	}

	#contactTable input[type=text]:hover,
	#contactTable textarea:hover,
	#contactTable input[type=text]:focus,
	#contactTable textarea:focus {
		border: 1px solid #0177c1;
	}


.clearFix {
	clear: both;
}

.circle1 {
	width: 200px;
	height: 205px;
	margin-top:569px;
	color: #005071;
	position: absolute;
	float:left;	
	left:0;
	font-size: 10pt;
	text-align:center;
	margin-bottom: 15px;
	padding-bottom:15px;
}
.circle2 {
	width: 200px;
	height: 205px;
	margin-top:569px;
	position: absolute;
	float:left;	
	color: #005071;
	left:285px;
	font-size: 10pt;
	text-align:center;
	margin-bottom: 15px;
	padding-bottom:15px;
}
.circle3 {
	width: 200px;
	height: 205px;
	margin-top:569px;
	position: absolute;
	float:left;	
	color: #005071;
	left:555px;
	font-size: 10pt;
	text-align:center;
	margin-bottom: 15px;
	padding-bottom:15px;
}
.circle4 {
	width: 200px;
	height: 205px;
	margin-top:569px;
	position: absolute;
	float:left;	
	color: #005071;
	left:820px;
	font-size: 10pt;
	text-align:center;
	margin-bottom: 15px;
	padding-bottom:15px;
}