/* CSS Document */

body {
	background-color: #D9D9D9;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 35px;
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

p {
line-height: 1.5em;
}

p.elbowroom {
line-height: 1.9em;
}

#container {
width: 835px;
margin: 0 auto;
border: solid 1px #5A5781;
padding: 20px;
background-color: #fff;
}

#header td {

}

#header {
padding: 5px 0;
}

#content {
	width: 835px;
	margin: 0;
	padding: 10px 0;
}

#smallcol, #collins {
	float: right;
	width: 200px;
	margin-right: 11px;
}

#smallcol img {
margin-bottom: 15px;
}

#navigation {
	border-top: solid 1px #5A5781;
padding: 10px 0 0 0;
}

#maincol {
	border-top: solid 1px #5A5781;
	float: right;
	width: 614px;
padding-right: 10px;
padding-top: 10px;
}


#maincol p {
padding: 0;
margin: 0 0 10px 0;
}

#maincol p.bigboy {
	font-size: 19px;
	padding: 0;
	margin: 0;
}
#maincol ul {
margin: 0 0 15px 0;
line-height: 1.5em;
}
.clearer {
clear: both;
}

#footer {
padding: 6px 0;
}
#collins {
	border-top: solid 1px #5A5781;
}

#footcontent {
	border-top: solid 1px #5A5781;
	float: right;
	width: 614px;
padding-right: 10px;
padding-top: 10px;
	font-family: "Trebuchet MS", Arial, "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-top: 20px;
}

#footcontent p {
padding: 0;
margin: 0 0 5px 0;
line-height: normal;
}

#navigation ul {
padding: 0;
margin: 0;
}

#navigation li {
list-style-type: none;
padding: 3px 0;
margin: 0;
height: 23px;
display: block;
}


li.aboutus a:link, li.aboutus a:visited, li.aboutus a:active {
	width: 200px;
	height: 23px;
	background-image: url(images/aboutus.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.aboutus a:hover {
	width: 200px;
	height: 23px;
	background-image: url(images/aboutus.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
display: block;
}
li.services a:link, li.services a:visited, li.services a:active {
	width: 200px;
	height: 23px;
	background-image: url(images/services.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.services a:hover {
	width: 200px;
	height: 23px;
	background-image: url(images/services.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}

li.clients a:link, li.clients a:visited, li.clients a:active {
	width: 200px;
	height: 23px;
	background-image: url(images/clients.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.clients a:hover {
	width: 200px;
	height: 23px;
	background-image: url(images/clients.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.testimonials a:link, li.testimonials a:visited, li.testimonials a:active {
	width: 200px;
	height: 23px;
	background-image: url(images/testimonials.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.testimonials a:hover {
	width: 200px;
	height: 23px;
	background-image: url(images/testimonials.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.resources a:link, li.resources a:visited, li.resources a:active {
	width: 200px;
	height: 23px;
	background-image: url(images/resources.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.resources a:hover {
	width: 200px;
	height: 23px;
	background-image: url(images/resources.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.selected a:link, li.selected a:visited, li.selected a:hover {
background-position: bottom left;
}

.small {
text-align: center;
font-size: 10px;
}

h1 {
font-size: 14px;
padding: 0;
margin: 0 0 5px 0;
color: #5E5F69;
}
h2 {
font-size: 12px;
padding: 0;
margin: 5px 0;
}

a:link, a:active, a:visited {
	color: #373B74;
	text-decoration: none;
}

a:hover {
color: #333;
}