﻿body 
{
	background: #4B0001 url(Images/grad_background.png) repeat-x top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #260203;
}
/* the following is the Phark method for image replacement used to replace
the banner text with a banner image.  */

#cssBannerLogo h1
{
	text-indent:-5000em;
	background: url(Images/banner.gif) no-repeat;	
	width:316px;
	height:92px;
	margin-left:4em;
	margin-top:1.75em;
}

h2
{
	text-transform: uppercase;
	font-size:1em;
}

a {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	color: #fff;
}

ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul li
{
	padding-bottom:1em;
}

ul a {
	text-decoration: none;
	color: #260203;
}

ul a:visited {
	color: #260203;
}

ul a:hover {
	text-decoration: underline;
	color: #260203;
}

ul a:active {
	color: #260203;
}

/* the 'root' level page form item */
#cssForm
{
	width:778px;
	height:736px;
	position:relative;
	margin: 0 auto;
	background: url(Images/background.png)  no-repeat;
}

#cssForm2
{
	width:778px;
	height:736px;
	position:relative;
	margin: 0 auto;
	background: url(Images/background02.png)  no-repeat;
}

/* Individual Element styles */
#cssBody
{
	clear:both;
	width:100%;
	float:left;
}

#cssBanner
{
	clear:both;
	width:100%;
	float:left;
}

/* using pixels is OK here as the logo text is an image - with a set size */
#cssBannerLogo
{
	height: 138px;
	/*
	width: 550px;
	*/
	float: left;
}

#cssBannerNavigation
{
	color: #fff;
	height: 70px;
	float: right;
	margin-right:7em;
	margin-top:8em;
}

#cssSidebar
{
	width:140px;
	float:left;
	margin: 50px 0 0 -640px;
	display:inline-block;
}
#cssBody>#cssSidebar
{
	width:140px;
	float:left;
	margin: 50px 0 0 -500px;
	display:inline-block;
}

#cssContents
{
	width: 558px;
	float:left;
}

#cssFooter
{
	font-size:0.8em;
	clear:both;
	width:476px;
	margin: 0 0 0 222px;
}

#cssValid
{
	float:left;
}

#cssCopyright
{
	float:right;
}

.cssPageContents
{
	height:380px;
	width:476px;
	margin: 14px 0 0 222px;
	overflow:auto;
}

.cssW3CValidated
{
	border:0;
	width:88px;
	height:31px;
	margin-left:1em;
	color: #260203;
}

.cssPageContents a {
		color: #260203;
		text-decoration:underline;
		}

.cssPageContents a:visited {
		color: #260203;
		}

.cssPageContents a:hover {
		color: #260203;
		}
		
/* ---------------------------------------- */
/* Client Previews Styling					*/
/* ---------------------------------------- */

.cssClear
{
	clear:both;
}
.previewPage
{
	background: #560001 url(Images/grad_background02.png) repeat-x top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #eee;
}

#divLogin
{
	clear:both;
	margin-bottom:1.5em;
}

#ctlLoginView
{
	float:left;
}

.previewPage h1
{
	text-align:left;
	clear:left;
}

#divProjects h1
{
	font-size:1.7em;
}

.cssClientSet
{
	padding-left:1em;
	width:95%;
	float:left;
}

.previewPage h2
{
	margin: 0 0 5px 0;
	font-weight:normal;
	font-size:1.5em;
	text-align:left;
	clear:left;
}

.previewPage h2 a:link, .previewPage h2 a
{
	display:block;
	padding:5px;
	border-top: solid 1px #bbb;
	border-left: solid 1px #ccc;
	text-transform:none;
	
}
.previewPage h2 a:hover
{
	border-color:#eee;
}

p.thumb, ul.thumbnails
{
	margin: 0 0 10px 0;
	padding:0;
	float:left;
	text-align:center;
	background-color:#fff;
	line-height:1em;
	list-style:none;
}

p.photo a, p.thumb a, ul.thumbnails a
{
	display:block;
	float:left;
	margin:0;
	padding: 4px 4px 9px 4px;
	border: solid 1px #ccc;
	border-top-color:#eee;
	border-right-color:#ddd;
	border-bottom-color:#bbb;
	background-color:#fff;
	text-align:center;
}

p.thumb a, ul.thumbnails a
{
	width:200px;
}

p.photo a:hover, p.thumb a:hover, ul.thumbnails a:hover
{
	border:solid 1px #ccc;
	background-color:#eee;
}

.cssClientDescr
{
	float:left;
	margin-left:2em;
	width: 60%;
}

#ctlLoginFieldset legend {		padding: 0 10px;		text-transform: uppercase;		color: #666666;		font-size: 1.0em;		background: #eee;		}