/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 20pt;
	color: #003399;
	font-style: normal;
	margin-bottom: 12px;
	margin-top: 12px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #0033CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

a:hover {
	border-bottom: none;
}
a:hover {
	color: #990000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 970px;
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	vertical-align: top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 0;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#nav-bar 
{
	background-color: #B5D5FF;
	background-repeat: repeat-x;
}

ul#topnav {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #000000;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 1em 1em;
	display: block;
	color: #CC0000;
	text-decoration: none;
}
ul#topnav li:hover { background: #FFFFFF; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 0 0;
	position: absolute;
	left: 0; top:34px;
	display: none; /*--Hide by default--*/
	width: 970px;
	background: #FFFFFF;
	color: #555555;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: bold;}

/* Menu */

#menu {
	width: 960px;
	height: 35px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	background-color: #FFFFFF;
	background-image: url(images/img02.gif);
	background-repeat: repeat-x;
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#page-bg {
	padding: 11px 24px;
	background-color: #999999;
	background-image: url(images/img03.jpg);
	background-repeat: no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 650px;
	margin-left: 10px;
}

.post {
	line-height: 16px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #F2F2F2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
}

.title {
	margin: 0;
	line-height: 20px;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 0 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 250px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 17px;
	line-height: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	line-height: 14px;
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	border: 1px solid #F2F2F2;
	font-size: 13px;
	line-height: 16px;
	background-color: #6699FF;
	display: block;
	color: #000000;
	margin: 0;
	padding: 10px;
}

/* Footer */

#footer {
	background-color: #999999;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #000000;
}

body {
	background-color: #B5D5FF;
	margin-left: auto;
	margin-right: auto;
}

img { 
	border: none; 
}

