@charset "UTF-8";
/* CSS Document */

/** Page Elements **/
body {
	background-color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 1.25em;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	color: #666666;
	margin: 0px;
	background-image: url(images/back_001.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

/** Type Settings **/
p, body {
	color: #7d7d7d;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-family: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 21px;
}

p.footer {
	color: #FFFFFF;
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	color: #545454;
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #545454;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #545454;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
h4{
	color: #545454;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;		
}
h6 {
	color: white;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/** Page Structure **/
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: center;
}
#header {
	float: left;
	width: 1000px;
	height: 160px;
}
#body_container {
	float: left;
	width: 1000px;
}
#flickr {
	float: left;
	width: 495px;
	min-height: 300px;
	padding: 120px 130px 0px 50px;
	background-image: url(images/projectgallery_head.png);
	background-attachment: scroll;
	background-position: top right;
	background-repeat: no-repeat;
}
#twitter {
	float: left;
	width: 216px;
	min-height: 280px;
	padding: 0px 109px 0px 0px;
	background-image: url(images/news_head.jpg);
	background-attachment: scroll;
	background-position: top right;
	background-repeat: no-repeat;
}
#body_content {
	float: left;
	width: 425px;
	min-height: 400px;
	padding: 130px 130px 0px 120px;
}
#breadcrumb {
	float: left;
	width: 425px;
	font-size: 11px;
}
#content {
	float: left;
	width: 425px;
}
#footer {
	float: left;
	width: 1000px;
	height: 100px;
	font: 11px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.10em;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #EEEEEE;
}

/* Twitter */

.twitterfeeditem {
	display: block;
	float: left;
	width: 200px;
	font: 11px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
}
#twitter ul {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#twitter li {
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 1.25em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px #DDDDDD dashed;
}

/* Content Styles */

.contentheading {
	font: 20px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}