@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	background-color: #FFF;
	height: 100%;
	
}

p{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
h1{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #009DE0;
	font-size: 4em;
	letter-spacing: -3px;
	
}
h2{
	margin: 0px;
	font-size: 1.25em;
	font-weight: bold;
	color: #666;
	
}
h3{
	margin: 0px;
	font-size: 1.25em;
	font-weight: lighter;
	color: #666;
	
}
h4 {
	font-weight: bold;
	color: #009DE0;
	margin: 0px;
}
h5 {
	margin: 0px;
	font-size: 1.25em;
	color: #666;
	display: inline;
	font-weight: lighter;
}
h6 {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #009DE0;
	font-size: 2.1em;
	letter-spacing: -3px;
	font-weight: normal;
}
#header h1 {
	margin-bottom: -7px;
}
#header h2 {
	margin-bottom: -4px;
}



#container {
	width: 100%;
	z-index: 10;
	position: absolute;
}
#header {
	height: 100px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	background-color: #FFF;
}
#headerText {
	height: 100px;
	width: 750px;
	float: right;
}
#main {
	background-color: #FFF;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bar1 {
	background-color: #FFF;
	height: 160px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	background-image: url(../images/bar1BG.png);
	background-repeat: repeat-x;
}
#bar2 {
	background-color: #009DE0;
	height: 220px;
	width: 100%;
	position: absolute;
	top: 160px;
	z-index: 10;
	background-image: url(../images/bar2BG.png);
	background-repeat: repeat-x;
}
#overlayPNG {
	width: 100%;
	position: absolute;
	z-index: 9;
	height: inherit;
	background-image: url(../images/bgoverlay.png);
	background-repeat: repeat-y;
	background-position: center top;
}



#footer {
	background-color: #FFF;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999;
	clear: both;
}
#wrapper {
	background-color: #FFF;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	height: 40px;
	width: 750px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: left bottom;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
}
#nav  ul   {
	list-style-type: none;
	height: 40px;
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/navulbg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav ul a {
	list-style-type: none;
	padding: 0px;
	height: 50px;
	text-decoration: none;
	color: #666;
	margin: 0px;
}

#nav ul a:hover {
	color: #0098DE;
}

#mainNav li {
	display: block;
	font-size: 1.3em;
	height: 29px;
	float: left;
	padding-top: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#mainNav li#last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer ul {
	list-style-type: none;
	text-decoration: none;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer ul a {
	text-decoration: none;
	color: #999;
}
#footer ul a:hover {
	text-decoration: none;
	color: #009DE0;
}


#footerNav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}
#footerNav li#last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainAdvert {
	width: 750px;
	height: 220px;
	background-color: #009DE0;
	margin-bottom: 10px;
	background-image: url(../images/bar2BG.png);
	background-repeat: repeat-x;
}
.horizontalAds {
	width: 740px;
	margin-left: 5px;
	height: 200px;
}
.hAd {
	height: 180px;
	width: 240px;
	background-color: #FFF;
	float: left;
	background-image: url(../images/hAdBG.gif);
	background-repeat: no-repeat;
}
.hAd:hover {
	background-image: url(../images/hAdBGhover.gif);
	background-repeat: no-repeat;
}

.hAd#middle {
	margin-right: 10px;
	margin-left: 10px;
}
.verticalAds {
	width: 185px;
	margin-left: 5px;
	float: right;
}
.vAd {
	height: 139px;
	width: 185px;
	background-color: #FFF;
	float: left;
	background-image: url(../images/vAdBG.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.vAd:hover {
	background-image: url(../images/vAdBGhover.gif);
	background-repeat: no-repeat;
}
.content {
	width: 550px;
}
.quote {
	font-size: 14px;
	font-weight: bold;
}

.clientName {
	color: #009DE0;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.verticalAds ul {
	list-style-type: none;
	color: #666;
	width: 185px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sideNavBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#portfolioNav li {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cddccd;
}
#portfolioNav li a {
	text-decoration: none;
	color: #333;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
}


#portfolioNav li a:hover {
	text-decoration: none;
	color: #009DE0;
	background-color: #E5E5E5;
}
#portfolioNav li.current {
	background-color: #E5E5E5;
}
#portfolioNav li.top {
	background-image: url(../images/sideNavTopWhite.gif);
	border-right-style: none;
	border-left-style: none;
}
#portfolioNav li.currentTop {
	background-image: url(../images/sideNavTop.gif);
	border-right-style: none;
	border-left-style: none;
}
#portfolioNav li.currentTop a:hover {
	text-decoration: none;
	color: #009DE0;
	background-image: url(../images/sideNavTop.gif);
}
#portfolioNav li.top a:hover {
	text-decoration: none;
	color: #009DE0;
	background-image: url(../images/sideNavTop.gif);
}
#portfolioNav li.bottom {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#portfolioNav li.bottom a:hover {
	text-decoration: none;
	color: #009DE0;
	background-image: url(../images/sideNavBottomHover.gif);
	background-position: bottom;
}
#portfolioNav li.bottomCurrent {
	text-decoration: none;
	background-image: url(../images/sideNavBottomHover.gif);
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lightboxPopup {
	width: 500px;
}
.vAd input {
	width: 150px;
	margin-left: 17px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #666;
}
.vAd input#submit {
	width: 100px;
	margin-left: 42px;
	color: #1E99DC;
	font-size: 12px;
	font-weight: bold;
}

