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

*{
margin:0;
padding:0;
}

body{
background-color:#FFFFFF;
background-image:url(images/layout/bgr.jpg);
background-repeat:repeat-x;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:small;
}

h1{
font-size:large;
padding:0 0 5px 0;
}

h2{
font-size:medium;
padding:0 0 5px 0;
}

h3{
font-size:small;
padding:0 0 5px 0;
}

p{
font-size:small;
text-align:justify;
padding:0 0 5px 0;
}

li{
font-weight:normal;
padding:0 0 5px 0;
list-style-position:inside;
color:#214563;
text-align:justify;
}

.boldText{
font-weight:bold;
color:#214563;
}

.smallText{
width:488px;
height:auto;
padding:10px;
margin:0 0 10px 0;
font-size:smaller;
border:1px solid #F88904;
}

hr{
height:1px;
border-bottom:none;
border-left:none;
border-right:none;
border-top:1px solid #F88904;
overflow:hidden;
padding:0 0 10px 0;
font-size:0px;
}

#container{
width:760px;
height:auto;
margin:0 auto;
}

#title{
width:760px;
height:160px;
position:relative;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
}

#title h1{
font-size:16px !important;
position:absolute;
top:118px;
right:140px;
color:#214563;
}

#content{
width:720px;
height:auto;
min-height:400px;
padding:0 20px;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
}

#footer{
width:720px;
height:50px;
padding:10px 20px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
}

#footer p{
text-align:right;
color:#214563;
font-size:10px;
}

.rightCol{
width:510px;
height:auto;
float:right;
padding:10px 0;
}

.mapHolder{
width:510px;
height:auto;
padding:0 0 10px 0;
}

.miniCol{
width:180px;
height:auto;
float:right;
margin:0 0 10px 10px;
}

.miniCol img{
padding:0 0 5px 0;
}

.leftCol{
width:200px;
height:auto;
min-height:300px;
float:left;
}

.clear{
height:0px;
font-size:0px;
overflow:hidden;
clear:both;
}

.floatLeftM{
float:left;
padding:0 10px 10px 0;
}

.floatRightM{
float:right;
padding:0 0 10px 10px;
}

.indent{
padding:20px 20px 5px 20px;
}

#content .indent li{
padding:0 0 5px 0;
font-weight:bold;
list-style-type:disc;
list-style-position:inside;
}

:link, :visited {
	color: #214563;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #333333;
}
:link:active, :visited:active {
	color: #214563;
}

#footer :link, #footer :visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer :link:hover, #footer :visited:hover {
	color: #FFFFFF;
}
#footer :link:active, #footer :visited:active {
	color: #CCCCCC;
}

.menu{
width:200px;
height:auto;
margin:0 0 10px 0;
float:left;
}

.menuBtn {
	height:auto;
	width:200px;
	clear: both!important;
	margin-top:0px;
	overflow: hidden;
}

.menuBtn ul {
width:200px;
height:auto;
	margin:2px 0;
	padding:0;
	list-style-type:none;
	clear: both;
}

.menuBtn ul li {
width:200px;
height:auto;
	margin:0 0 2px 0;
	padding:0;
	float: left;
	font-size:small;
	list-style-type:none;
	text-align:left;
}
	
.menuBtn ul li a {
	display:block;
	padding:7px 10px 8px 10px;
	text-decoration: none;
	color:#214563;
	font-weight:normal;
	font-weight:bold;
	background-color:#EDEDED;
		background-image:url(images/layout/menuBtnUp.jpg);
	background-repeat:no-repeat;
}

.menuBtn ul li a:hover {
background-repeat:no-repeat;
color:#FFFFFF;
background-color:#EDEDED;
background-image:url(images/layout/menuBtnDn.jpg);
background-repeat:no-repeat;
}


.mLink {
width: auto;
height: 100px;
margin: 10px auto 10px auto;
text-align: center;
font-weight: normal;
}

.mLink :link, .mLink :visited, .mLink :link:hover, .mLink :visited:hover, .mLink :link:active, .mLink :visited:active {
color: #C6D8FF;
font-weight: normal;
font-size:10px;
}
