/* This is teeteebee's CSS. Do you like reading comments in CSS? I guess so. */

#pageContent, #header, #footer
{
	padding: 10px 30px;
}
#pageContent a
{
	color:  #92be2d;
}

#header
{
	height: 60px;	
	background: url('images/headerbg.jpg') repeat-x top center;
	clear: both;
	line-height: 30px;
	color: white;
}
#header a
{
	color: white;
}
#title, #intro img, #footerLeft
{
	float: left;
}
#emailAddress, #footerRight
{
	float: right;
}
#title
{
	font-size: 1.7em;
}
#menu
{
	float: right;
	margin-top: 10px;
	margin-right: -5px;
}
#menu ul li
{
	display: block;
	float: left;
	font-size: 0.8em;
	height: 30px;
}
#menu ul li a
{
	color: black;
	line-height: 30px;	
	margin: 0px 5px;
}

#footer
{
	border-top: solid 1px #6a685b;	
	background: #e2e2e2 repeat-x top center;
	padding-top: 30px;
}
.clearFloat
{
	clear: both;
}
#latestWork
{
	text-align: center;	
	margin: 10px auto;
	padding: 10px;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;  
}
#latestWork img
{
	float: none !important;	
	padding: 5px;
	margin: 10px;
	border: solid 1px #e2e2e2;
}
#pageContentLeft
{
	float: left;
}
#pageContentRight
{
	float: right;
}
h1
{
	color:  #92be2d;	
	font:bold 3em/1.2em georgia,"times new roman",serif;
	padding: 0 0 10px 0;
}
p
{
	font: 1em/1.5em verdana,"arial",sans;	
	padding: 10px 0 10px 0;
}
em
{
		color:  #92be2d;	
}
h2
{
	color:  #92be2d;	
	font:bold 1.8em/1.2em georgia,"times new roman",serif;
	padding: 10px 0 10px 0;
}
h3
{
	color:  #92be2d;
}
a
{
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: underline;
}

#pageContentLeft
{
	width: 65%;
	padding: 0 5% 0 0;
}
#pageContentRight
{
	width: 25%;
	padding: 0 0 0 5%;
}
#pageContent img
{
	float: left;
}
#getInTouchLink
{
	color: #92BE2D;
	font:bold 1.5em/1em georgia,"times new roman",serif;
	font-size: 2em;
	padding-bottom: 20px;
}
#footerRight img
{
	margin-right: 5px;
}
#footerRight
{
	text-align: right;
	line-height: 35px;
}
#footerLeft a
{
	color: #92BE2D;
	margin-bottom: 20px;
}
.clientSite
{
	padding: 15px 0;
}
.clientSite img
{
	padding: 5px;
	margin: 15px 10px 0 0;
	border: solid 1px #e2e2e2;
}