/* HTML Styles */

body {
	font: 80%/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
}
a:link, a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
a:hover, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
h1 {
	font-size: 220%;
	line-height: 1em;
	font-weight: normal;
	text-transform: lowercase;
	color: #7A7C9D;
	background: url(../images/title_square.gif) no-repeat left center;
	margin: 0 0 1em;
	padding-left: 30px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #9799B3;
	margin: 0 0 1em;
	padding: 5px 0 0;
	border-top: solid 1px #FFFFFF;
}
h3 {
	font-size: 116%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 1em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.5em;
}
ul {
	margin-left: 0;
	padding: 0;
}
ul li {
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 12px;
	list-style: none;
}
abbr {
	text-decoration: none;
	border-style: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}
fieldset {
	border: solid 1px #FFFFFF;
	margin: 0;
	padding: 0;
}
fieldset p {
	margin: 0;
	padding: 10px;
	clear: both;
}
legend {
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	color: #9799B3;
}
label {
	float: left;
	text-align: right;
	width: 90px;
	padding: 0 10px 0 0;
}
hr {
	color: #FFFFFF;
	background: #FFFFFF;
	height: 1px;
	margin: 1em 0;
	border-style: none;
}


/* Main Containers */

.clear {
	clear: both;
}
#container {
	background: #142D5A url(../images/content_bg.jpg) no-repeat right bottom;
	width: 760px;
	margin: 0 auto;
	border: 1px solid #142D5A;
}
#main {
	background: url(../images/body_bg.gif) repeat-y left top;
	width: 760px;
}
#pagebody {
	width: 570px;
	float:left;
}


/* Nav and Logo */

#nav {
	width: 130px;
	float: left;
}
#nav h1 {
	font-size: 1%;
	line-height: 1em;
	background: #FFFFFF url(../images/logo.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	height: 115px;
	width: 130px;
	overflow: hidden;
}
#nav h1 a {
	text-decoration: none;
	text-indent: -1000px;
	display: block;
	height: 115px;
	width: 130px;
	border-style: none;
}
#nav ul {
	margin: 25px 0 0;
	padding: 0;
}
#nav li {
	line-height: 1em;
	font-weight: bold;
	text-transform: lowercase;
	background: url(none);
	text-align: right;
	margin: 0;
	padding: 0 0 6px;
	list-style: none;
}
#nav li a:link, #nav li a:visited {
	color: #142D5A;
	text-decoration: none;
	display: block;
	padding: 3px 12px 3px 3px;
	border-style: none;
}
#nav li a:hover {
	color: #98083E;
	text-decoration: none;
	border-style: none;
}
#nav li a.on:link, #nav li a.on:visited {
	color: #98083E;
	background: url(../images/nav_arrow.gif) no-repeat right center;
}


/* Headers */

#header {
	height: 105px;
	width: 610px;
	padding: 10px 10px 0;
}
#front #header, #register #header {
	background: url(../images/head_front.jpg) no-repeat left top;
}
#services #header {
	background: url(../images/head_services.jpg) no-repeat left top;
}
#howwework #header {
	background: url(../images/head_howwework.jpg) no-repeat left top;
}
#people #header {
	background: url(../images/head_people.jpg) no-repeat left top;
}
#projects #header {
	background: url(../images/head_projects.jpg) no-repeat left top;
}
#feedback #header {
	background: url(../images/head_feedback.jpg) no-repeat left top;
}
#articles #header {
	background: url(../images/head_articles.jpg) no-repeat left top;
}
#contact #header {
	background: url(../images/head_contact.jpg) no-repeat left top;
}


/* Footer */

#footer {
	clear: both;
}
#copyright {
	font: 75%/1.2em Arial, Helvetica, sans-serif;
	color: #8284A1;
	text-align: right;
	background: url(../images/body_bg.gif) repeat-y left top;
	width: 130px;
	float: left;
	padding: 10px 0 10px;
}
#copyright p {
	margin: 1em 0 0;
	padding: 0 6px;
}
#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #142D5A;
	border-bottom: 1px dotted #142D5A;
}
#copyright a:hover, #copyright a:active {
	font-weight: normal;
	color: #142D5A;
	border-bottom: 1px solid #142D5A;
}
#contactinfo {
	line-height: 1em;
	text-transform: lowercase;
	float: right;
	padding: 30px 65px 10px 0;
}
#contactinfo p {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
}
#contactinfo strong {
	font-size: 140%;
	line-height: 1.5em;
	font-weight: bold;
}


/* Login Box */

#login {
	font-size: 83%;
	line-height: 1em;
	text-transform: lowercase;
	background: #3A4D75;
	width: 150px;
	padding: 6px;
	float: right;
}
#login fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
#login legend {
	margin: 0;
	padding: 0;
}
#login p {
	margin: 0;
	padding: 4px 0 0;
	clear: both;
}
#login label {
	float: left;
	text-align: right;
	width: 50px;
	padding: 2px 6px 0 0;
}
.logininput {
	font: 100%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #142D5A;
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	width: 80px;
	border-style: none;
}
.loginbutton {
	font: bold 100%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #FFFFFF;
	background: #7A7C9D;
	padding: 1px;
	float: left;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
#login a {
	float: right;
	margin-top: 6px;
}


/* Content Area */

#content {
	width: 570px;
	padding: 30px 30px 0;
}


/* Front */

#front #content h1 {
	font-size: 100%;
	background: url(../images/title_front.gif) no-repeat left top;
	text-indent: -1000px;
	margin: 0 0 1.5em;
	padding: 0;
	height: 23px;
	width: 333px;
	overflow: hidden;
}
#intro {
	float: left;
	width: 355px;
}
#headlines {
	line-height: 116%;
	width: 182px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #FFFFFF;
}
#headlines h2 {
	font-size: 116%;
	text-transform: lowercase;
	padding: 0;
	border-top-style: none;
}
#headlines p, #headlines ul {
	margin-bottom: .75em;
}
#headlines li {
	background: url(../images/bullet.gif) no-repeat left top;
}
#headlines em {
	font-size: 83%;
	font-style: normal;
}

/* Text Formatting */

#howwework #content ul li {
	background: url(../images/check.gif) no-repeat left top;
	padding-left: 18px;
}
.textinput {
	font: 100%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #142D5A;
	background: #FFFFFF;
	margin: 0;
	padding: 2px;
	width: 150px;
	float: left;
	border-style: none;
}
.button {
	font: bold 100%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #FFFFFF;
	background: #7A7C9D;
	margin-left: 100px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
#contact #content form, #register #content form {
	width: 290px;
	padding: 0 0 15px 15px;
	float: right;
}
.date {
	font-size: 85%;
}
#articles #content h2 {
	margin: 0;
}
.quote {
	background: url(../images/quotes.gif) no-repeat center top;
	padding: 10px 40px;
	border-top: 1px solid #FFFFFF;
}
.quote p {
	margin-bottom: .5em;
}
.attribute {
	font-style: italic;
}

