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

* {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.gif) repeat-x; /*#3a2612 url(images/img01.gif) repeat-x;*/
	font-size: 12px;
	color:  #2e2e2e;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Helvetica sans-serif;
}

h1, h2, h3 {
	font-family: "Verdana",Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #054d7d;
}

h1 {
	letter-spacing: +1px;
	font-size: 16px;
}

h2 {
	letter-spacing: +0px;
	font-size: 2em;
}

h2.title {
	margin:0;
	border-bottom: 2px solid #98bd35;
}

#sidebar h2.title {
	margin-top:7px;
	
}

<!--[if IE]>
#sidebar h2.title {
	margin-top:6px;
	
}

<![endif]-->

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #054d7d;
}

a:hover {
	color:#0063a5;
}

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 220px;
	margin: 0 auto;
	color: #bcdaf3;
	margin-bottom: 25px;
}

/* Logo */

#logo {
	height: 170px;
	background: url(images/index.html) no-repeat left 65%;
}

#logo h1 {
	float: left;
	padding: 20px 10px 0 30px;
	letter-spacing: -2px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #054d7d;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 830px;
	height: 60px;
	margin-top: 37px;
	margin-left: 15px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 135px;
	height: 30px;
}

#menu a:hover {
	color: #0063a5;
	background-position: left bottom;
}

#menu .active a {
color: #ccde9c;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
	margin-top:6px;
}

.post {
	padding: 0 0 20px 0;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #98bd35;
	text-align: right;
	color: #0063a5;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul, .styled-list li ul {
	padding: 15px 0;
}

#sidebar li li, .styled-list li li {
	padding-left: 30px;
	border-bottom: 1px dotted #054d7d;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

.styled-list li ul {
	padding: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color:#99CCFF
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #054d7d;
	border-top: 3px solid #98bd35;
	text-align: center;
	font-size: smaller;
	color: #abd8e4;
}

#footer a {
	color: #FFFFFF;
}

/*################Navigation #####################
*/
#menu a.peoplemenu {
	background-image:url('/images/topnav/people.png');
	width:135px;
	height:60px;
}

#menu a.peoplemenu:hover {
	background-image: url('/images/topnav/people-hover.png');
	width:135px;
	height:60px;
}

#menu a.projmenu {
	background-image:url('/images/topnav/projects.png');
	width:135px;
	height:60px;
	margin:0 20px 0 0;
}

#menu a.projmenu:hover {
	background-image:url('/images/topnav/projects-hover.png');
	width:135px;
	height:60px;
	margin:0 20px 0 0;
}

#menu a.aboutmenu {
	background-image:url('/images/topnav/about.png');
	width:90px;
	height:60px;
}

#menu a.aboutmenu:hover {
	background-image:url('/images/topnav/about-hover.png');
	width:90px;
	height:60px;
}

#menu a.resourcesmenu {
	background-image:url('/images/topnav/resources.png');
	width:135px;
	height:60px;
	margin:0 20px 0 0;
}

#menu ul#nav li.resourcesli a.resourcesmenu:hover {
	background-image:url('/images/topnav/resources-hover.png');
	width:135px;
	height:60px;
	margin:0 20px 0 0;
}

#menu a.contactmenu {
	background-image:url('/images/topnav/contact.png');
	width:135px;
	height:60px;
}

#menu a.contactmenu:hover {
	background-image:url('/images/topnav/contact-hover.png');
	width:135px;
	height:60px;
}

#menu a.blogmenu {
	background-image:url('/images/topnav/blog.png');
	width:90px;
	height:60px;
}

#menu a.blogmenu:hover {
	background-image:url('/images/topnav/blog-hover.png');
	width:90px;
	height:60px;
}

/*preloading menu hover images */

/*
ul#nav li.aboutli {
	background: url('/images/topnav/about-hover.png') no-repeat -9999px -9999px;
}

ul#nav li.peopleli{
	background: url('/images/topnav/people-hover.png') no-repeat -9999px -9999px;
}
	
ul#nav li.projectsli {
	background: url('/images/topnav/projects-hover.png') no-repeat -9999px -9999px;
}

#menu ul#nav li.resourcesli {
	background-image:url('/images/topnav/resources-hover.png') no-repeat -9999px -9999px;
}

ul#nav li.contactli {
	background-image:url('/images/topnav/contact-hover.png') no-repeat -9999px -9999px;
}

ul#nav li.blogli{
	background-image:url('/images/topnav/blog-hover.png') no-repeat -9999px -9999px;
}
*/
