/*========================== Standard Tags ==================================*/

html,body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #808080;
	background-image: url(../gfx/diag_bg.gif);	
	height: 100%;
	min-height: 610px;
	min-width: 920px;
}

a {
	color: #f7931e;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.cl {
	clear: left;
}

td,th {
	line-height: 12px;	
}

object {
	display: block;
}

/*========================== Main Layout ==================================*/

#wrapper {
	height: 100%;
	width: 100%;
}

#container {
	width: 100%;
	height: 100%;
	float: right;
	margin: 0 0 0 -65%;
}

#content {
	margin-left: 65%;
	height: 100%;
	background-color: #e6e6e6;
	background-image: url(../gfx/side_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;	
}

#sidebar {
	height: 100%;
	width: 65%;
	float: left;
	background-image: url(../gfx/or_wht_stripe.png);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: auto;
	position: relative;
	
}

#footer {
	position: relative;
	margin: 10% 8px 0 0;
}

/*============================= Page Header =================================*/

#title {
	padding-top: 4em;
	background: white;
}

#title img {
	display: none;
}

#title h1 {
	margin: 0;
	padding: .5em 0 1em 1em;
}

#title h1 a {
	display: block;
	height: 85px;
	width: 304px;
	text-indent: -2000em;
	background: url(../gfx/logo.png) 0 0 no-repeat;
}

#title h2,#title h3 {
	display: none;
}

.proofo {
	margin-bottom: 0; 
	padding-bottom: 0;
}

/*============================= Copy =================================*/

#maincopy {
	text-align: justify;
	line-height: 1.8em;
	padding: 2em 5em 1em 2em;
}

#sidecopy {
	min-height: 70%;
	line-height: 1.8em;
}

#sidecontent {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 40px;
	border: 2px solid #545557;
	background: #727477;
	padding: 20px 20px 70px 20px;
	color: white;
	min-height: 200px;
}

/*============================= Misc =================================*/

label {
	display: block;
	margin: 5px 0 5px 0;
}

label .label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}


label .highlight, .highlight {
	color: #FF0000;
	font-weight: bold;
}

#error {
	color: #f7931e;
	font-weight: bold;
}

#loginfo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50%;
	text-align: right;
}

.filelist {
	width: 100%;
	border-collapse: collapse;	
}

.filelist a {
	color: white;
}

.filelist .right {
	text-align: right;
}

.filelist .centre {
	text-align: center;
}

.filelist td {
	border: 1px solid black;
	padding: 5px;
}

.filelist tr.even td {
	background: #6d6e71;	
}

.filelist tr.odd td {
	background: #747779;
}


#icon {
	width: 70px;
	height: 40px;
}

/*============================= Navigation =================================*/

#nav {
	margin-right: 8px;
	background-image: url(../gfx/menu_bg.png);
	background-repeat: repeat;
	line-height: 12px;
}

#nav ul {
	width: 45em;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: 7.5em;
	text-indent: -2000em;
}

#nav li ul {
	width: 10em;
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	line-height: 16px;
	
}

#nav li ul li {
	width: 12em;
	text-indent: 0;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul { 
	display: block;
}

#nav li a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 0.2em;
	position: relative;
}

#nav .selected, #nav a:hover {
	color: black;
	text-decoration: none;
}



#nav .focus {
	background: url(../gfx/menu_focus.gif) 0 0 no-repeat;
}

#nav .focus:hover, #nav .focus.selected {
	background-position: 0 -15px;	
}

#nav .effort {
	background: url(../gfx/menu_effort.gif) 0 0 no-repeat;
}

#nav .effort:hover, #nav .effort.selected {
	background-position: 0 -15px;
}

#nav .attest {
	background: url(../gfx/menu_attest.gif) 0 0 no-repeat;
}

#nav .attest:hover, #nav .attest.selected {
	background-position: 0 -15px;
}

#nav .realize {
	background: url(../gfx/menu_realize.gif) 0 0 no-repeat;	
}

#nav .realize:hover, #nav .realize.selected {
	background-position: 0 -15px;
}

#nav .hearsay {
	background: url(../gfx/menu_hearsay.gif) 0 0 no-repeat;
}

#nav .hearsay:hover, #nav .hearsay.selected {
	background-position: 0 -15px;
}

#nav .contact {
	background: url(../gfx/menu_contact.gif) 0 0 no-repeat;	
}

#nav .contact:hover, #nav .contact.selected {
	background-position: 0 -15px;
}



/*============================= Jobboard ==============================*/

.filelist tr.highpriority td:first-child {
	background: #ed2224;	
}

.filelist tr.medpriority td:first-child {
	background: #f7931e;
}

.filelist tr.invpriority td:first-child {
	background: #5ca038;
}

.filelist tr.coldpriority td:first-child {
	background: #0071bc;
}

.filelist tr.printpriority td:first-child {
	background: #820053;
}



/*============================= Staff & Client Nav ==============================*/


.nav {
/*	width: 100%; */
	padding: 5px 10px 30px 10px;
	margin: 10px auto;
}

.nav h4 {
	margin-top: 15px;
	margin-bottom: 4px;
}

.nav ul {
	padding: 0 0 0 10px;
	margin: 0;	
}

.nav li {
	list-style: none;
	white-space: nowrap;
	margin-bottom: 3px;
}

.nav li a {
	color: #f7931d;
	padding: 0 0 0 12px;
	background: url(../gfx/bullet.gif) left 2px no-repeat;	 
}

.nav li a:hover, .nav .selected {
	color: #884a00;
	text-decoration: none;
	background: url(../gfx/bullet_on.gif) left 2px no-repeat;
}

dt {
	font-weight: bold;
	font-size: 14px;
}

dd {
	margin-bottom: 15px;
}

.project {
	border: 2px solid silver;
	background: #6d6e71;
	margin-bottom: 5px;
}


/*============================= Portfolio ==============================*/

dl.portfolio {
	position: relative;
}

.portfolio dt {
	float: left;
	font-weight: normal;
	font-size: 12px;
	
}

.portfolio dt a.selected, .portfolio li a.selected {
	color: #666;
}

.portfolio ul {
	margin: 0;
	padding: 0;

}

.portfolio li {
	list-style: none;
}



.portfolio dd {
	position: absolute;
	top: 30px;
	clear: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 100%;
	height: 300px;
	overflow: auto;
}

ul.port_sub  {
	margin: 0;
	padding: 0;
	float: right;
}

ul.port_sub li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

ul.port_sub li a {
	display: block;
	border: 1px solid white;
	color: white;
	background: #0081c6;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

ul.port_sub li a:hover, ul.port_sub li a.selected {
	background: #f7931e;
}

.portpic {
	border: 2px solid #545557;
	display: block;
	margin: 0 auto 20px auto;
}

/*============================= Google Map ==============================*/

#mapframe {
	position: absolute; 
	top: 40px; 
	right: 68%;
	margin-right: -280px;
	display: none; 
	width: 560px; 
	height: 440px; 
	z-index: 5; 
}


/*============================= Presentations ==============================*/


#presentation {
	height: 100px;
	width: 200px;
	border: 2px solid black;
	background: #ccc;
}







