body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #000066;
	font-size: 24px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

h2
{
	color: #000066;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h3
{
	color: #000066;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

p
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

a
{
	color: #006699;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

form
{
	margin: 0px;
}

img
{
	border: none;
}

hr
{
	border: none;
	height: 1px;
	color: #c5e8f7;
	background-color: #c5e8f7;
	margin: 10px 0px 10px 0px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 0px;
}

li
{
	margin-bottom: 10px;
}






#maincontainer
{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#contactbar
{
	width: 960px;
	height: 35px;
	overflow: hidden;
}

#flash
{
	background-image: url(images/pp_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 900px;
	height: 220px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
}

#pageindicator
{
	width: 60px;
	height: 220px;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
}

#navigation
{
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(images/pp_04.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content
{
	width: 715px;
	float: left;
	overflow: hidden;
	display: inline; /* fixes ie float margin bug */
	margin: 0px 0px 0px 40px;
	padding-right: 5px;
}

#footer
{
	width: 925px;
	overflow: hidden;
	clear: both;
	margin: 15px 10px 0px 25px;
	border-top: #c5e8f7 solid 1px;
}

#clearall {
	clear:both;
}











.nav a, .nav a:hover
{
	display: block;
	width: 150px;
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 25px;
	clear: both;
	text-decoration: none;
	text-align: right;
	border-bottom: 1px dotted #000066;
}

.nav a:hover
{
	color: #ff6600;
	font-weight: bold;
	border-bottom: 1px dotted #ff6600;
}

.nav img
{
	margin-left: 10px;
	margin-bottom: -2px;
	padding-top: 5px;
}

.orangetext
{
	color: #ff6600;
}

.topleftpic
{
	margin: 20px 0px 10px 20px;
	float: right;
	overflow: hidden;
}

.maintext
{
	text-align: justify;
	line-height: 1.3;
}

.projectsheader
{
	background-color: #c9eaf6;
	color: #00135f;
	font-weight: bold;
}

.projectssubheadings
{
	font-weight: bold;
	color: #00135f;
	background-color: #e9f2f5;
	border-bottom: 1px solid #5e6eac;
	border-top: 1px solid #5e6eac;
}

.projectscells
{
	border-bottom: 1px solid #c8eaf6;
	text-align: left;
}

.contactfloaters
{
	width: 340px;
	float: left;
	overflow: hidden;
}

.projectlinks
{
	color: #FF6600;
	font-weight: bold;
}

.border
{
	border: 1px solid #C8EAF6;
}





#contactbar p
{
	padding: 0px 105px 0px 25px;
	text-align: center;
	color: #999999;
	margin-top: 15px;
	font-size: 11px;
}

#contactbar a
{
	color: #666666;
}

#footer p
{
	font-size: 10px;
	color: #999999;
}

#footer img
{
	margin-right: 10px;
}





