/* Page styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	/*background-image: url(../img/lil_fiber.png);*/
}
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #d56900;
}

#content li {
    list-style: disc;
    margin-left: 2em;
}

/* Title Styles */

#titlebar {
	padding-top: 10px;
	vertical-align: middle;
	height: 90px;
	position: relative;
}
#titleText {
	display: block;
	padding-left: 100px;
	
	/* Maybe actually center it later */
	padding-top: 8px;
	
}
#logo {
	float: left;
}
#contact {
	background-color: #ffad1d;
	display: block;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 775px;
	color: black;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.subtitle {
	font-style: italic;
	font-size: 14px;
	margin-top: 2px;
}

/* Navigation styles */

#sidebar {
	width: 200px;
}
#sidebar a, #sidebar strong {
	display: block;
	padding: 7px;
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	background-color: #ffad1d;
}

/* Content Styles */
#content {
	padding: 10px 20px 10px 20px;
	width: 660px;
	min-height: 240px;
	float: right;
	border-left: 1px solid #999;
}

p {
	margin-bottom: 1em;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Verdana, sans-serif;
}
h3 {
	font-weight: bold;
}
.caption {
	font-style: italic;
	text-align:center;
	font-size: 90%;
}
.bullet {
	margin-left: 2em;
	list-style:disc;
}
.bullet li {
	line-height: 1.5em;
}
.linksList {
	margin-left: 1em;
}

.linksList li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.linksList a {
	font-weight: bold;
	display: block;
}
.linksList p {
	font-style: italic;
}

/* Footer styles */
#footer {
	border-top: 1px solid #999;
	padding-top: 1em;
	padding-bottom: 3em;
	text-align: center;
	clear: both;
}
/* Page-specific styles */
#showTitle {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
