/*	CSS for RWA Contract Services		*/
/*	Version 1.1 - February 14, 2004		*/
/*	By Down10 - http://www.down10.com/	*/

html, body {
	color: black;
	background: #D8DBEE url(/img/bg-blueprint.jpg) repeat-y left top scroll;
	padding: 0;
	margin: 0;
}

body, p, div, td, th, li, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

body>h1, body>h2 { display: none; }

#header {
	display: block;
	/*	width: 600;	*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.6em;
	letter-spacing: -.03em;
	padding: 24px 0 0 0;
	border-style: none;
	margin: 0 0 36px 0;
}

#headerbar {
	display: block;
	/*	width: 100%;	*/
	background-image: url(img/headerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content {
	padding: 0;
	margin: 0 0 0 248px;
}

/* primitive version for css-1 agents
p { margin: .2em 0 .8em 0; } */

/* sophisticated alternative for css-2 agents
#content p+p { margin-top: -.2em; } */

#content dl dt { font-weight: bold; }
#content dl dd { margin: 0 0 0 1em; }
#content h3 a { text-decoration: none; }

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.75em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.25em;
	border-color: #6F77AB;
	border-width: 6px;
	border-style: solid none none none;
}

h4 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 9px;
}

h1, h2, h3 { font-family: Helvetica, Arial, sans-serif; }

h5.border {
	padding-top: 2px;
	border-color: #6F77AB;
	border-width: 4px;
	border-style: solid none none none;
	line-height: 1.25em;
}

ul, li {
	list-style-type: square;
	padding-right: 16px;
}

.spacer { clear: both; }

#footer {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 2px 16px 0 0;
	border-color: #6F77AB;
	border-width: 4px;
	border-style: solid none none none;
	margin: 16px 0 16px 248px;
	clear: both;
}

div.row span.left {
	float: left;
	text-align: left;
	width: 84%;
}

div.row span.right {
	float: right;
	text-align: right;
	width: 14%;
}

#thumb {
	float: right;
	width: 40%;
	position: relative;
	color: #282E57;
	background-color: transparent;
	font-size: 0.95em;
	line-height: 1em;
	border-color: #40487F;
	border-width: 6px;
	border-style: solid none none none;
	margin: 0 0 16px 16px;
	clear: right;
}

#thumb img { margin: 0 0 4px 0; }
a { cursor: crosshair; }

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

a:link {
	color: #40487F;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #6F77AB;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #999EBF;
	background-color: transparent;
	text-decoration: underline;
}

/*	MENU CSS	*/
#menu {
	float: left;
	width: 216px;
	height: 100%;
	color: #000000;
	background-color: transparent;
	text-align: right;
	text-transform: uppercase;
	padding: 0;
	border-color: #40487F;
	border-width: 4px;
	border-style: solid none none none;
	margin: 0 32px 32px 0;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 216px;
}

/* Again, "be nice to Opera 5". */
body>#menu { width: 216px; }

a.menulink {
	display: block;
	clear: right;
	width: 214px;
	text-decoration: none;
	cursor: crosshair;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	line-height: 1.2em;
	padding: 0 2px 0 0;
}

a.menulink:visited {
	/*	color: #666666;	*/
	color: #000000;
	background-color: transparent;
}

a.menulink:link {
	color: #000000;
	background-color: transparent;
}

a.menulink:hover {
	color: #E8ECFF;
	background-color: #6F77AB;
}

a.menulink:active {
	color: #FFFFFF;
	background-color: #999EBF;
}

/*	FORMATTING	*/
h4.client { margin: 0 30% .25em 0; }

.date {
	color: #555555;
	background-color: transparent;
	font-size: small;
}

.desc { margin: 0 30% .25em 16px; }

.loc {
	color: #555555;
	background-color: transparent;
	font-size: small;
	margin: 0 30% 1em 16px;
}

.date2 {
	width: 20%;
	vertical-align: top;
	padding: 0 8px 8px 0;
}

.place {
	width: 30%;
	vertical-align: top;
	padding: 0 8px 8px 0;
}

.info {
	width: 50%;
	vertical-align: top;
	padding: 0 32px 8px 0;
}

.clientname {
	width: 50%;
	padding-right: 8px;
	vertical-align: text-top;
}

.clientloc {
	width: 50%;
	padding-right: 8px;
	vertical-align: text-top;
}

.timelinebox {
	display: block;
	color: #000000;
	background-color: #E8ECFF;
	padding: 8px;
	border-color: #6F77AB;
	border-width: 4px;
	border-style: solid none none none;
	margin: 0 0 8px 0;
}

/*	PROJECT MENU	*/
#projectmenu {
	display: block;
	float: right;
	position: fixed;
	color: #000;
	background-color: #E8ECFF;
	top: 108px;
	right: 0px;
	width: 20%;
	font-size: 80%;
/*	line-height: 1.2em;
	text-align: left;*/
	padding: 4px;
	border-color: #6F77AB;
	border-width: 4px;
	border-style: solid none none none;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 20%;
	background-color: rgba(232,236,255,0.8);
}

#projectmenu h4 {
	text-transform: uppercase;
	margin: 0;
}

#projectmenu ul {
	list-style: square;
	margin: 0;
}

#projectmenu ul li {
	margin: 0 0 0 1em;
}


