/*CSS Document*/
/*Created by Angela Conlon on 6/22/07*/

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(images/stripe_bg.gif) repeat top left;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
}

/*----------------------------------------------- Header -----------------------------------------------*/

#headercontainer {
	background: url(images/repeater_header.gif) repeat-x top left;
	height: 503px;
}

#header {
	background: url(images/bg_header.gif) no-repeat top left;
	height: 503px;
}

#header h1 {
	font-size: 1.2em;
}

#header h1 a {
	width: 225px;
	height: 60px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	position: absolute;
	top: 85px;
	left: 278px;
}

#header p {
	color: #666;
	position: absolute;
	top: 228px;
	left: 330px;
	width: 570px;
	font-size: 1.4em;
}

/*----------------------------------------------- Left links -----------------------------------------------*/
#contactlinks {
	padding: 3px 14px 3px 0;
	position: absolute;
	top: 357px;	
	border-right: 1px solid #ccc;
}

#contactlinks h3 {
	padding: 3px 0;
	text-align: right;
	display: block;
	width: 164px;
}

#contactlinks h3 a:link, #contactlinks h3 a:visited {
	font-size: 14px;
	color: #7dacc2;
	text-decoration: none;
}

#contactlinks h3 a:hover {
	text-decoration: underline;
}


/*----------------------------------------------- Content -----------------------------------------------*/
#contentcontainer {
	position: absolute;
	top: 357px;
	left: 218px;
	width: 682px;
	clear: both;
	float: left;
}

.project {
	margin: 0 0 45px 0;
	display: block;
	width: 682px;
	height: 225px;
	background: url(images/bg_thumbnail.gif) no-repeat top left;
	clear: both;
}

.project h4 {
	padding-right: 19px;
	display: block;
	width: 92px;
	text-align: right;
	color: #000;
	font-size: 1.4em;
	float: left;
}

.project img {
	margin-left: 100px;
	float: left;
	border: 1px solid #4a4a4a;
}

.project h2 {
	padding: 0 0 9px 0;
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #ccc;
	float: right;
	width: 350px;
}

.project p {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	float: right;
	width: 350px;
	line-height: 1.3em;
}

.project p a:link, .project p a:visited {
	color: #a2b738;
	text-decoration: none;
}

.project p a:hover {
	text-decoration: underline;
}

.projectlabel {
	display: block;
	width: 70px;
	float: left;
	font-weight: bold;
}

.projectdesciption {
	display: block;
	width: 280px;
	float: left;
}

.inprogress {
	display: block;
	width: 682px;
	height: 75px;
	clear: both;
}

.inprogress h3 {
	padding: 0 0 9px 0;
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #ccc;
	float: right;
	width: 682px;
}

/*----------------------------------------------- Footer -----------------------------------------------*/
#footer {
	background: #666;
	position: fixed;
	/*top: 3820px;  /* add about 250px to move copyright down the page*/
	bottom: 0;
}

#footer h5 {
	padding: 0 0 20px 20px;
	font-weight: normal;
	font-size: 1.1em;
	color: #999;
	background: #fff;
	text-align: left;
	width: 155px;
}