/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-color:#043B5A;
}
a{
	color: #006699;
	cursor: pointer;
	text-decoration:none;
}
li{
	list-style-image:url(../images/bullet.gif);
}
.cssBanner{
	width: 968px;
	height: 189px;
	background-image:url(../images/banner.png);
	margin-left:-1px;
}
.cssBannerThin{
	width: 968px;
	height: 19px;
	background-image:url(../images/bannerThin.png);
	margin-left:-2px;
}
.cssCenter{
	width: 998px;
	height: auto;
	margin: auto;
	margin-top:20px;
	position:relative;
	z-index:0;
}
.cssColumn{
	width: 465px;
	height:auto;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 5px;
}
.cssColumnThick{
	width: 930px;
	height:auto;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 5px;
}
.cssComment{
	font-style:italic;
	font-size:12px;
}
.cssImage{
	width:256px;
	height:256px;
	float:right;
	border:solid;
	border-style:ridge;
	border-color:#006699;
	margin-top: 40px;
}
.cssLayoutBackground{
	width: 968px;
	height: auto;
	background-image: url(../images/layout/layoutBackground.png);
	float:left;
	padding:55px 15px;
	position:relative;
	z-index:2;
}
.cssLayoutFooter{
	width: 938px;
	height: 31px;
	background-image: url(../images/layout/layoutFooter.png);
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 30px;
	float:left;
	position: relative;
	z-index:2;
	margin-top:-40px;
	margin-bottom:10px;
}
.cssLayoutHeader{
	width: 998px;
	height: 79px;
	background-image: url(../images/layout/layoutHeader.png);
	float:left;
	position:relative;
	z-index:0;
}
.cssLogo{
	width:141px;
	height:120px;
	/*position:absolute;
	top: 30px;
	left: 175px;	*/
	margin:-120px 0px 0px 30px;
	cursor: pointer;
	position:relative;
	z-index:1000px;
}
.cssNavigation{
	width: 389px;
	height: 27px;
	background-image:url(../images/layout/navigation.png);
	/*position:absolute;
	top:80px;
	left:700px;*/
	font-size:18px;
	padding:10px 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	color: #006699;
	margin: -70px 0px 30px 540px;
}
.cssPortfolioItem{
	width: 900px;
	height: auto;
	border:solid;
	border-style:ridge;
	border-color:#003366;
	float:left;
	margin-left:20px;
	padding: 5px;
	background-color:#EEEEFF;
}
.cssPortfolioPreview{
	width: 170px;
	height: 150px;
	border:solid;
	border-width:thin;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.cssSubTitle{
	font-style:italic;
	font-weight:bold;
}
.cssTitle{
	color:#006699;
	font-size:18px;
}



