@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4 {
	color: #005185;
}
a {
	color: #005185;
}

#container {
	position: relative;
}
#header, #info, #footer, #portfolio {
	margin: 0 auto;
	overflow: hidden;
	width: 930px;
}
#header {
	margin-top: 1.5em;
}
#header h1 {
	background: url(../images/pwm_title_sm.png) left -40px no-repeat;
	float: left;
	width: 750px;
}
#header h1 a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}
#header #nav {
	float: left;
	margin: 0 0 0 95px;
	list-style: none;
}
#header #nav li {
	width: 85px;
}
#header #nav li a {
	background: url(../images/pwm_title_sm.png) -773px 0 no-repeat;
	display: block;
	height: 40px;
	outline: none;
	text-indent: -9999px;
}
#header #nav li a:hover, #header #nav li a.selected {
	background-position: -773px -39px;
}
#portfolio-wrap {
	left: 0;
	position: relative;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 0;
}
#portfolio {
	height: 535px;
	width: 100%;
}
#portfolio ul {
	list-style: none;
	margin: 0;
	width: 9000px;
}
#portfolio ul li {
	float: left;
	height: 535px;
}
#portfolio ul li.odd {
	background: #e3e3e3;
}
#portfolio ul li.even {
	background: #c3c3c3;
}
#portfolio ul li ul {
	margin-top: .5em;
	width: inherit;
}
#portfolio ul li ul li {
	float: none;
	font-family: Futura,Gill Sans,Century Gothic,Verdana,sans-serif;
	font-size: 1em;
	height: auto;
	margin: 0 .5em;
	text-transform: uppercase;
}
#info {
	background: url(../images/bg_info.png) top left repeat;
	left: 50%;
	margin-bottom: 1.5em;
	margin-left: -465px;
	position: absolute;
	top: 58px;
	z-index: 2;
}
#info .section {
	float: left; 
}
#about {
	margin: 0 15px;
	width: 270px;
}
#clients {
	margin-right: 15px;
	width: 200px;
}
li.description {
	display: none;
}
#contactForm {
	margin-right: 15px;
	width: 400px;
}
#closeLink {
	bottom: 15px;
	left: 15px;
	position: absolute;	
}
#footer {
	margin-top: 1.5em;
}
#footer p {
	margin-bottom: .5em;
	text-align: center;
}
#footer p img {
	float: none;
	margin: 0 .5em;
	padding: 0;
	vertical-align: bottom;
}

/**** IMAGE CONTROLS ****/
div.scrollingHotSpotLeft, div.scrollingHotSpotRight {
	height: 100%;
	min-width: 100px;
	position: absolute;
	width: 40%;
	z-index: 200;	
}
div.scrollingHotSpotLeft {
	background: url(../images/transparent_arrow_left.png) no-repeat left center;
	cursor: url(../images/cursor_arrow_left.cur), w-resize;
	left: 0;
}

div.scrollingHotSpotRight{
	background: url(../images/transparent_arrow_right.png) no-repeat right center;
	cursor: url(../images/cursor_arrow_right.cur), e-resize;
	right: 0;
}

/**** FORM ELEMENTS ****/
label { 
	display: block;
}
input.text,textarea { 
	width: 300px;
	font: 12px/12px 'courier new',courier,monospace;
	color: #000;
	padding: 3px;
	margin: 1px 0;	
	border: 1px solid #ccc; 
}
input.submit { 
	padding: 2px 5px;
	font: bold 12px/12px verdana,arial,sans-serif;
}
#contactForm ol {
	list-style: none;
	margin: 0;
}
#contactForm li {
	border-bottom: 1px solid #e3e3e3;
	padding: .5em 0;	
}
#contactForm label {
	float: left;
	margin: 2px 1em 0 0;
	width: 70px;
}
#contactForm label.error {
	color: #900;
	float: none;
	margin-left: 1em;
	width: 200px;
}
#contactForm #output {
	background: #f0f0f0;
	border: 2px solid #7d0406;
	color: #7d0406;
	display: none;
	padding: 1em;
}
#contactForm img.loading {
	display: none;
	vertical-align: bottom;
}