
/* CSS Document */

body {
	background-color: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

form, input, ul, li {
	margin: 0px;
	padding: 0px;
}

a {
	color: #00539e;
	text-decoration:none;
}

img { 
	border:0; 
	margin:0;
	padding:0;
	position:relative;
}

.imgtxt {
	display:none;
}

.centered {
	text-align: center;
	}
	
textarea {
	width: 200px;
	}

h1 {
	color: #0085cc;
	font-size: 20px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}

h2 {
	color:#00539e;
	font-size:16px;
	margin-left:0px;
	margin-top:25px;
	text-align:left;
}

h3 {
	color:#00539e;
	font-size:16px;
	margin-top:15px;
	text-align:left;
}

h4 {
	color:#00539e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

ul {
	margin-left: 10px;
	}
	
ul li {
	list-style: circle;
	line-height: 18px;
	margin-left: 20px;
	}

.img {
	float: left;
	padding:10px;
	}	

.clear {
	clear: both;
	}

.divide {
	border-bottom: 1px solid #ccc;
	margin: 40px auto;
	width: 75%;
	}
	
.lists p {
	margin:0;
	padding: 0;
	}
		
/* @font-face TYPE FONTS */

@font-face {
	font-family: 'Moderne';
	src: url('type/MODERNE.eot');
	src: local('Moderne Regular'), local('Moderne'), url('type/MODERNE.woff') format('woff'), url('type/MODERNE.ttf') format('truetype'), url('type/MODERNE.svg#Moderne') format('svg');
}


	
/*HEADER*/
#header {
	margin: 20px auto;
	width: 1000px;
}

#logo {
	background: url(../images/css-images/logo.png) top left no-repeat;
	display:block;
	height: 120px;
	left:20px;
	position:absolute;
	top: 25px;
	width: 210px;
	z-index: 40;
}

#flash {
	height: 375px;
	width: 1000px;
	z-index: 10;
	}
	
/* END HEADER */

/* NAVIGATION */
#sitemap {
	background: url(../images/css-images/nav-bg.jpg) center no-repeat;
	height: 40px;
	margin: 0 auto;
	width: 1000px;
}

#sitemap ul {
	height: 40px;
	margin: 0 auto;
	width: 800px;
	}
	
#sitemap li.first {
	border-right: 1px solid #dadada;
	border-left: none;
	float: left;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 12px 25px 0 25px;
	}
	
#sitemap li.last {
	border-left: 1px solid #fff;
	border-right: none;
	float: left;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 12px 25px 0 25px;
	}

#sitemap li {
	border-left: 1px solid #fff;
	border-right: 1px solid #dadada;
	float: left;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 12px 25px 0 25px;
	}

#sitemap ul li a {
	color: #646464;
	font-family: 'Moderne', 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	}

#sitemap ul li a:hover {
	color: #00539e;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;

	}
	

/* END OF NAVIGATION */

/* MAIN */
#wrapper {
	margin: 0px auto;
	position:relative;
	width: 1000px;
}

#container {
	min-height: 500px;
	width: 1000px;
	}
	
#content {
	float: left;
	min-height: 400px;
	padding-bottom: 40px;
	width: 675px;
}

#sidebar {
	float:left;
	width: 325px;
}

#sidebar ul {
	color: #05539e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0 30px;
	}
	
#sidebar ul li a {
	line-height: 24px;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	text-decoration: underline;
	}
	
#bottom-links {
	background: url(../images/css-images/4links-bg.jpg) center no-repeat;
	height: 157px;
	width: 1000px;
	}
	
#bottom-links ul {
	margin: 0;
	padding-top: 10px;
	}
	
#bottom-links ul li {
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
	width: 250px;
	}

#contact-form {
	float: right;
	padding: 50px 50px 0 10px;
	width: 400px;
	}
	
.right-col {
	float: left;
	width: 225px;
	}
	
	
/* END MAIN */

/* FOOTER */
#footer {
	font-size: 12px;
	margin:0 auto;
	width: 1000px;
}

#footer-info {
	background: url(../images/css-images/footer-bg.jpg) center no-repeat;
	height: 40px;
	margin:0 auto;
	padding-top: 1px;
	*padding-top: 20px;
	text-align: center;
	width: 1000px;
}

#footer-info p {
	color: #00539e;
	font-size: 14px;
	text-shadow: 1px 1px #f8f8f8;
	}

#copyright {
	color: #adadad;
	float: left;
	height: 40px;
	padding-top:10px;
	padding-left: 10px;
	width: 450px;
}

#poweredby {
	color: #adadad;
	float: right;
	height: 40px;
	padding-top:10px;
	text-align: right;
	padding-right: 10px;
}

#poweredby a {
	color: #adadad;
	text-decoration: none;
	}
	
#poweredby a:hover {
	text-decoration: underline;
	}
	
/* BLOG STYLES */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	width: 650px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.pagetitle {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	}
	
.clear {
	clear: both;
}
