/* SCREEN CSS by Wes Oudshoorn */

body {
background: #000;
color: #fff;
font: 80%/1.5em Georgia, "Times New Roman", Times, serif;
}

#wrap {
width: 990px;
margin: auto;
height: 500px;
top: 50%;
position: absolute;
left: 50%;
margin-left: -495px;
margin-top: -250px;
background-color:#333;
}

/*ELEMENTS*/

h1{
font-size:4.5em;
margin-bottom:30px;
font-weight: lighter;
}

h2{
font-size:3.5em;
margin-bottom:30px;
font-weight: lighter;
}

a {
color: #7f746c;
text-decoration:underline;
}

a:hover {
color: #fff;
text-decoration:underline;
}


p{
width:440px;
font: 1.2em  Arial,Georgia;
margin-bottom:10px;
line-height:20px;
margin-left:5px;
}

em{
padding-top:10px;
}

ul{
font: 1.2em  Arial;
list-style: none;
margin: 0;
padding: 0;
}

ul li {
padding: 5px 5px 0px 20px; /*--Adds padding around each item--*/
margin: 0;
background: url(media/img/bullet.gif) no-repeat left 8px; /*--Adds a bullet icon as a background image--*/
}

address{
width:440px;
font: 1.2em  Arial,Georgia;
margin-bottom:10px;
line-height:20px;
margin-left:5px;
font-style: normal;
}

.pagevisual{
float:right;
}

.photocredit{
z-index:1;
position:absolute;
color:#7f746c;
font: .8em Tahoma, Georgia, "Times New Roman", Times, serif;
background:none;
padding:4px 8px;
width:180px;
text-align: center;
margin-top: 300px;
padding-left: 710px;
}

.photocredit a{
text-decoration:none;
}
.photocredit a:hover{
color:#fff;
text-decoration:none;
}
/*TABS*/

#flowtabs {
	width:990px;
	height:82px;
	margin:auto;
	background-color: #333;
	background-image: url(media/img/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#flowtabs li {
float:left;
background:none;
}

#flowtabs li a {
font: 1.3em Georgia, "Times New Roman", Times, serif;
display:block;
text-decoration:none;
padding:10px 5px 10px 5px;
color:#6b6b6b;
margin-top:15px;
background:none;
margin-left:20px;
}

#flowtabs li a:hover {
color:#fff;
}

#index p.payoff{
font: 1.4em Arial;
color:#7f746c;
font-weight:bold;
margin-bottom:20px;
}

/*PANES */

#flowpanes {
background: #000;
width:970px;
height:400px;
position:relative;
overflow:hidden;
clear:both;
margin:auto;
}
#flowpanes div {
float:left;
display:block;
width:920px;
padding:20px;
}

#flowpanes .items {
width:20000em;
position:absolute;
clear:both;
margin:0;
padding:0;
}

#flowpantes .items div {
position: relative;
}

.naw{
clear:right;
float:left;
}