body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	background-color: #022A38;
	margin: 0;
	padding: 0;
	color: #A8DFEC;
}
body#our-work {
	background-image:url(images/back-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	text-transform: lowercase;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-transform: lowercase;
}
a {
	color: #A8DFEC;
	text-decoration: none;
}
a:hover, a.current {
	color: #FFFFFF;
}
#container {
	width: 780px;
	margin: 0 auto 0 auto;
}
#homepage #container {
	background-image: none;
}
#header {
	text-align: right;
	padding-top: 107px;
}
#homepage #header {
	text-align: right;
	padding-top: 107px;
	padding-left: 0;
}
#mainnav {
	float: left;
	width: 80px;
	height: 190px;
	margin-top: 25px;
	background-image:url(images/thedots.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#homepage #mainnav {
	height: 70px;
	margin-bottom: 20px;
}
#mainnav ul {
	list-style: none;
	margin:  0 10px 0 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 12px;
}
#subnav {
	float: left;
	width: 110px;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 20px 0;
}
#subnav ul li{
	display:block;
	float:left;
	padding-left: 20px;
	font-size: 12px;
}
#subnav ul li a{
	color: #8BD3E5;
}
#subnav ul li a:hover, #subnav ul li a.current {
	color: #FFFFFF;
}
#subnav ul ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#clouds {
	width: 100%;
	height: 320px;
	background-image: url(images/back-home.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	margin-bottom: 40px;
}
#content {
	padding: 25px 0 30px 100px;
	float: left;
	width: 470px;
}

body#davis #content {
	background-image:url(images/Lisa-Davis3.jpg);
	background-repeat: no-repeat;
	background-position: 10px 115px;
}

body#jepson #content {
	background-image:url(images/Eric-Jepson3.jpg);
	background-repeat: no-repeat;
	background-position: 10px 115px;
}
#content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li{
	padding-left: 30px;
	margin-left: 30px;
	background-image:url(images/bullet-arrow.gif);
	background-repeat:no-repeat;
	background-position: -30px 0;
}
#content p, #content h2{
	margin-left: 30px;
}
#homepage #content {
	float: none;
	width: 780px;
	margin: 0 auto 0 auto;
	background-image: none;
	color: #FFF;
}
#homepage #content p{
	margin-left: 0;
}
#our-work #content {
	padding: 20px 0 30px 17px;
}
#footer {
	width: 100%;
	height: 100px;
	
}
.clearit {
	clear: both;
}