/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	text-align:center;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#5B97B7;
	background-image:url('/img/bgrepeat.jpg');
	background-repeat:repeat-x;
	background-position:center top;
}

h1,h2,h3,h4, h5, h6,h7 { 
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
}

img {
	border:0px;
}
a  {
	color:inherit;
	text-decoration:none;
}
p {
	line-height:140%;
	margin:0px;
	margin-bottom:5px;
}

#wrapper {
 display:block;
 width:1000px;
 overflow:hidden;
 margin:auto;
 margin-top:0px;
 text-align:left;
}

#container {
 background-color:#152d4f;
 padding-bottom:25px;
 
}


#container {
 background-color:#C1D8E6;
 padding-bottom:0px;
 
}


#header {
display:block;
height:285px;
padding:5px;
}
#breadcrumbs {
	margin-left:215px;
}


#logo {
	display:block;
	width:450px;
	padding-left:20px;
	height:40px;
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
}
#logo h1 {
	display:none;
}
#menu {
display:block;
height:30px;
float:right;
margin-top:8px;
font-size:14px;
}

#menu ul {
	margin:0px;
	display:block;
	list-style:none;
	list-style-position:inside;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#menu li {
	display:block;
	float:left;
	padding:5px 10px 5px 10px;
}
#menu ul li ul {
	position:absolute;
	z-index:80;
	padding:0px;
	margin:0px;
	display:none;
	border:2px solid #5B97B7;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}
#menu ul li ul li {
	position:relative;
	display:block;
	clear:both;
	z-index:2;
	min-width:200px;
	padding:0px;
	background-color:#A2C4D8;
}



#menu ul li ul li ul {
	position:absolute;
	z-index:80;
	padding:0px;
	margin:0px;
	display:none;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	margin-left:200px;
	margin-top:-20px;
}
#menu ul li ul li ul li{
	position:relative;
	display:block;
	clear:both;
	z-index:2;
	min-width:200px;
	padding:0px;
}

#menu a {
	display:block;
	padding:5px;
}
#menu a:hover {
	background-color:#5B97B6;
	color:white;
}

#monitor {
display:block;
overflow:hidden;
height:240px;
background-color:#555555;
	border:1px solid #5B97B7;
}
#monitor div{
	display:block;
	width:100%;
	height:280px;
	background-position:center center;
}

#main {
	padding:5px;
}
#left {
	display:block;
	float:left;
	width:204px;
}
#center {
	display:block;
	float:left;
	width:572px;
	margin-left:5px;
	overflow:hidden;
}

#center .m h1 { margin-top:5px;}

#center .m a {
	font-weight:bold;
	text-decoration:underline;
	color:#1E465E;
}


#right {
	display:block;
	float:left;
	width:204px;
	margin-left:5px;
}

#footer {
	background-color:#222;
	border-bottom:2px solid #5B97B7;
	border-top:2px solid #5B97B7;
	min-height:30px;
	color:#FFFFFF;
}
#footer p {
	text-align:center;
	font-size:80%;
}

.cycle {
	display:block;
	overflow:hidden;
}

.block {
	display:block;
	border:2px solid #C0E7F9;
	background:#A2C4D8;
	margin-bottom:4px;
	color:#1E465E;   
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#center .block {
	padding-left:10px;
	padding-right:10px;
}
.block .title {
	padding:5px 5px 5px 5px;
	font-size:150%;
	font-weight:bold;
}

.page {
	padding:3px;
	padding-top:0px;
}

.spacer {
	display:block;
	clear:both;
}
.banner {
	width:190px;
	display:block;
	clear:both;
	margin:5px;
}


.photogall a {
	width:133px;
	height:80px;
	display:block;
	float:left;
	margin:2px 0px 2px 3px;
	margin-left:3px;
	border:2px solid #5B97B7;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.photogall a .mthumb {
	width:133px;
	display:block;
}




.alignleft {
	float:left;
	clear:left;
	margin-right:10px;
}


.polaroid {
	width:180px;
	height:100px;
	display:block;
	float:left;
	margin:2px 0px 2px 3px;
	margin-left:3px;
	border:2px solid #5B97B7;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.polaroid img {
	width:100%;
	display:block;
	background-position:center top;
}


.news {
	width:542px  !important;
	margin:5px;
}

.news h3, .news p {
	width:530px !important;
	display:block;
}

/* PLUGINS */
.news small {
	display:block;
	text-align:right;
	float:right;
	color:#222222;
	margin-right:-10px;
	margin-top:5px;
}
#pager {
	text-align:right;
}
#pager a { border: 1px solid #5B97B7; background: #5B97B7; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#pager a.activeSlide { background: #5B97B7 }
#pager a:focus { outline: none; }

.weather {
	width:100%;
	padding-bottom:5px;
	text-align:center;
	height:160px;
}

.weather h4 {
	font-size:180%;
	margin:0px;
	position:relative;
	top:-130px;
	text-align:left;
}
.weather img {
	margin-right:5px;
}
.weather span {
	display:block;
	text-align:center;
	position:relative;
	top:-60px;

}

