/* Phase One Common Styles

Blue text and link color: #2D3585

************************************/

body {
	background: #171c34 url(../images/bg_body.png) repeat-x 0px 0px;
	padding: 30px 0;
}

strong {
	font-weight: bold;
}

#header {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#logo {
	background: url(../images/uci_logo.gif) no-repeat;
	height: 49px;
	width: 275px;
}

#logo span{
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_wrapper.gif) repeat-y; /* this design uses a faux column bg GIF image */
	overflow: auto;
	margin-top: 10px;
}

#wrapper #maincol {
	float: left;
	width: 610px;
}

#wrapper #sidecol {
	float: right;
	width: 280px;
}

#sidecol {
	margin-right: 30px;
	padding-top: 30px;
	color: #666;
	line-height: 140%;
	font-size: 93%;
	padding-bottom: 20px;
}

#project #sidecol { /* whenever we actually get project descriptions, we can unhide this, resize images, and go. */
	visibility: hidden;
}

#project #maincol {
	width: 950px;
}

p#servicelist {
	color: #666;
	margin-top: 0px;
	font-size: 77%;
}
#sidecol h3 {
	color: #2D3585;
	font-size: 174%;
	font-weight: bold;
	margin-top: 20px;
}
#sidecol h3 span {
	display: block;
	margin-bottom: 20px;
	font-size: 82.6%;
	font-weight: bold;
	margin-top: 3px;
}
#sidecol h2 {
	color: #2D3585;
	font-size: 108%;
	margin-bottom: -9px;
}
#sidecol h4 {
	font-style: italic;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom: solid 1px #999;
}
#sidecol ul {
	margin-top: 5px;
}

#sidecol a {
	color: #2D3585;
	text-decoration: none;
	font-weight: bold;
}
#sidecol a:hover {
	text-decoration: underline;
}




.thumbnail {
	margin-top: 22px;
	margin-right: 22px;
}
#project .thumbnail {
	margin-top: 20px;
	margin-right: 25px;
}
#project {
	width: 950px;
	margin: 0 auto;
}


#projectcaption {
	color: #8AABD0;
	text-align: center;
	font-family: "Arial Narrow";
	font-size: 108%;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	margin: 15px 0 0 0;
}
#mainpic {
	margin-top: 15px;
}
a {
	-moz-outline-style: none;
}
.projectlist ul {
	margin-left: 25px;
}
#sidecol.projectlist li a{
	font-style: italic;
	text-decoration: underline;
	color: #666;
	font-weight: normal;
}
#sidecol dt {
	margin-top: 15px;
	font-style: italic;
}
#completiondate {
	font-size: 197%;
	color: #E8E8E8;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	margin-top: 35px;
}
#offsite , #offsite a{
	color: #FFF;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 85%;
	padding-top: 15px;
	color: #FFF;
	min-height: 10px; /* fixes disappearing content bug in IE: http://www.cayenne.co.uk/ie7/disappearing-content.html */
	clear: both;
}
#footer p {
	margin-bottom: 0px;
}
#footer a {
	color: #FFF;
}
