/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Lucida Grande, Lucida Sans, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	background: #434343;
	margin: 0;
	padding: 0; 
	letter-spacing: .1em;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 2.0em;
	font-family: georgia, serif; 
	font-weight: 600;
	color: #4daa84; 
	text-transform: uppercase;
}

h2 {
	font-size: 1em; 
	text-transform: uppercase;
	letter-spacing: .1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;    
}

h5 {
	font-size: 1em;    
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #fff; 
	text-decoration: none;
}

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

a:active {
	color: #fff;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Lucida Sans, Verdana, Arial, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 3px;
}

td {
	padding: 3px;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 0 40px 10px 10px;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	width:800px;
	height: 13em;
	margin: 0 auto;
	position: relative;
}

a#Logo {
	position: absolute;
	left: 20px;
	top: 475px;
}

/* .  .  .  .  primary navigation, first level unordered list .  .  .  .  */

ul#Primary {
	padding: 4em 0 1em 0;
	margin: 0;
	list-style: none;
	width: 16em;
}

ul#Primary li {
	/* first level list items are always visible */
	padding: 0;
	margin: 0;
	width: 16em;
	float: left;
}

ul#Primary li a {
	line-height: 1.5em;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	text-align: right;
	padding-right: 2em;
	display: block;
	color: #999;
}

ul#Primary li a:hover {
	color: #fff;
}

ul#Primary li.Active {
	background-image: url(../img/bg_active.gif); 
	background-repeat: no-repeat; 
	background-position: 15em 50%;
}

ul#Primary li.Active a {
	color: #fff
}

/* ------ secondary navigation, first level unordered list ------  */
	
div#TOC {
	z-index: 100;
	position: relative;
	top: 0;
	left: 25px;
	width: 22em;
	height: 0;
	overflow: hidden;
	background: url(../img/bg_secondary.png);
}

ul#Secondary {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22em;
	padding: 2em 0;
	margin: 0;
	list-style: none;
}

ul#Secondary li {
	/* first level list items are always visible */
	display: block;
	padding: 0 2em 0 0;
	margin: 0;
	height: 1.5em;
}

ul#Secondary li.Active {
	background: url(../img/bg_active.gif) no-repeat 20.5em 50%;
	color: #fff;
}

ul#Secondary li.Active a {
	color: #fff;
}

ul#Secondary li a {
	display: block;
	width: 20em;
	height: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: right;
	color: #999;
	padding: 0;
	margin: 0;
}

ul#Secondary li a:hover {
	color: #fff;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: 800px;
	height: 320px;
	position: relative;
	background: url(../img/bg_wrapper.gif) no-repeat left bottom;
}

div#Loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 320px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	z-index: 1001;
}

div#Loading img {
	margin-top: 135px;
}

div#Canvas {
	width: 800px;
	position: relative;
}

div.Client {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

div.Description {
	position: absolute;
	top: 355px;
	left: 420px;
	width: 380px;
}

ul.Pagination {
	display: inline;
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}

ul.Pagination li {
	display: inline;
	margin: 0 0 0 1em;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	color: #999;
}

ul.Pagination li:hover {
	color: #fff;
	
}

ul.Pagination li.Active {
	font-weight: bold;
	color: #fff;
}

div.Images {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 320px;
	background: #fff;
	overflow: hidden;
}

div.Images img {
	position: absolute;
	top: 0;
	left: 0;
}


/* Footer
-----------------------------------------------------------------------------*/

#Footer {
	padding-top: 10px;
	width: 960px;
	clear: both;
	color: white;
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	position: relative;
}


/* Contact (contact.html)
-----------------------------------------------------------------------------*/

div#Contact{
	width: 800px;
	height: 320px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #666;
	letter-spacing: 0;
	background: #fff url(../img/photo_jennifer.jpg) no-repeat 593px 22px;
}

div#Contact a {
	color: #666;
}

div#Address {
	padding: 20px 20px 20px 40px;
}

/* Splash (index.html)
-----------------------------------------------------------------------------*/

a#Splash {
	position: absolute;
	top: 35%;
	width:100%;
	display: block;
	text-align: center;
	color: #ccc;
	text-decoration: none;
}

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

a#Splash img {
	text-align: center;
	margin: 0 auto;
	display: block;
}


/* Home (default.html)
-----------------------------------------------------------------------------*/

div#Overview {
	background: #b1915d;
	width: 460px;
	height: 320px;
}

div#Overview div.Padding {
	padding: 50px 30px;
}

img#Collage {
	position: absolute;
	top: 0;
	right: 0;
}
