﻿body
{
	background: #fff url(../img/background.png) repeat-y;
	background-position:center;
	border-top: 10px solid #000;
	color: #000;
	font-size: 12px;
}

a
{
	color: #0C45AA;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Arial;
	font-weight: normal;
	color: #b1b1b1;
}

h1 a 
{
	color: #b1b1b1;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}
h3
{
	text-align: center;
	
}
p
{
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
.maincontent p 
{
	border: 0px solid #666;
	text-align: left;
}

.sidepanel
{
	background: #F8FBFD;
	margin-top:20px;
	padding: 4px 5px 4px 8px;
	border: 1px solid #D0E5F1;
	
}

.headerSubtitle
{
	padding: 24px 0px 0px 0px;
}

h1 a span
{
	color: #39779F;
}

.menu
{
	background: #F7F3E4;
	padding: 2px 0px 4px 0px;
	margin-right:6px;
	height: 20px;
	float: left;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 2px;

	
	  /* for IE */
	filter:alpha(opacity=60);
	  /* CSS3 standard */
	opacity:0.6;

}

.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;

	float: left;
}

.menu ul li
{
	display: inline;
	position: relative;
}

.menu ul li a{
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 3px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 2px solid #E5D8A8; /*bottom border is 3px*/
}

.menu ul li a:hover, menu ul li a.selected{
	border-bottom-color: black;
}

.project
{
	margin: 20px 18px;
	height: 100px;
	border: 1px solid #C9EBBC;
	background: #E9F7E4;
}

.footer
{
	color: #b1b1b1;
}

/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
	padding-top: 15px;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #F7E4E6;
	height: 125px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	height: 125px;
	width: 175px;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 125px;
	width: 175px;
	padding: 10px;
	background: #F7E4E6;
}
#kwick .kwick span {
	color:#000;
}
#kwick .one {
	background: #E9F7E4;
}
#kwick .two {
	background: #F7F3E4;
}
#kwick .three {
	background: #E5E4F7;
}
#kwick .four {
	background: #F7E4E6;
}
#kwick h3{
	text-align:left;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
#kwick h4{
	text-align:left;
	text-align:left;
	padding-bottom: 4px;
	margin-bottom: 2px;

}

#kwick p {
	font-size: 10px;
	text-align:left;
	padding: 0px 2px;
	margin:2px;
}
#kwick p a{
	font-style:normal;
	font-weight:normal;
}


