@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #333 url(../images/main-bg.gif) center top repeat;
	margin-top: 126px;
}

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

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

/*-----------------------------------------------
DIV'S THAT SHARE COMMON PROPERTIES
-----------------------------------------------*/


/*-----------------------------------------------
DIV PROPERTIES
-----------------------------------------------*/
#outerWrapper {
	width: 1040px;
/*	height: 540px;
*/	margin: 8px auto;
/*	border: 8px solid #999;*/
	border: 2px solid #FFF;
	background-color: #000;
}


#navWrapper {
	width: 100%;
	height: 132px;
	background: #000 url(../images/nav-bg.gif) no-repeat;
}

#nav {
	width: 640px;
	margin: 64px 32px 0px 0px;
	float: right;
	text-align: right;
	}
	#nav ul {
		margin: 0px;
	}
	#nav li {
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 0.9em;
		display: inline;
		margin: 0px 6px;
	}
	#nav a, #nav a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#nav a:hover {
		color: #E5651C;
	}
	
#tagBar {
	width: 100%;
	height: 87px;
	background: #E8671F url(../images/tag-strip.gif) no-repeat center;
	}
	#tagBar img {
		margin: 24px 0px 0px 433px;
	}

#container {
	margin: 24px 37px 24px 43px;
	width: 962px;
}

#toc {
	width: 324px;
	height: 340px;
	float: left;
	color: #E8661C;
	}
	#toc h2 {
		margin: 0 0 12px 0;
		font-size: 0.9em;
		text-transform: uppercase;
	}
	#toc td {
		color:#FFF;
		font-size: 0.9em;
	}
	#toc ul {
		margin: 0px;
		padding: 0px;
	}
	#toc li {
		margin: 0px;
		font-size: 0.9em;
		line-height: 1.5em;
		list-style: none;
	}
	#toc fieldset {
		border: 1px solid #333;
		background: url(../images/form-bg.jpg) center top no-repeat;
	}
	#toc legend {
		font-size: 0.9em;
		font-weight: bold;
		color: #E8661C;
	}
	#toc label {
		font-size: 0.8em;
	}
	#toc input, #toc textarea {
		width: 100%;
		color: #FFF;
		background-color: #000;
		border: 1px solid #333;
	}
	
#content {
	margin: 0px 0px 0px 390px;
	width: 572px;
	height: 340px;
	color: #FFF;
	overflow: auto;
	}
	#content h2 {
		margin: 0 0 12px 0;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #E8661C;
	}
	#content p {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#content li {
		font-size: 0.8em;
		line-height: 1.5em;
		list-style: url(../images/li.png);
	}
	#content ul li a, #content ul li a:visited, #content td a, #toc ul li a, #toc ul li a:visited {
		color: #FFF;
	}
	#content ul li a:hover, #content td a:hover, #toc ul li a:hover {
		color: #E8661C; 
	}
	#content td span {
		padding-left: 18px;
		font-size: 0.7em;
		font-style: italic;
		color: #999;
		background: url(../images/download.gif) left no-repeat;
	}
	#content table {
		width: 99%;
		border: 1px solid #FFF;
	}
	#content td {
	font-size: 0.8em;
	background-color: #000;
	}
	#content th {
		font-size: 0.8em;
		background-color: #333;
	}
	#content th span {
		font-size: 0.7em;
		font-style: italic;
	}
	
#designBy {
	width: 1040px;
	margin: 0px auto;
	color: #666;
	font-size: 0.7em;
	}
	#designBy a, #designBy a:visited {
		color: #666;
		text-decoration: none;
	}

	#designBy a:hover {
		color: #E8661C; 
	}


/*-----------------------------------------------
RE-USABLE CLASSES
-----------------------------------------------*/
.navFirst {
	margin-left: 0px;
}

.navLast {
	margin-right: 0px;
/*	padding-right: 4px;*/
}

.padLeft {
	margin-left: 48px;
}

.rightJust {
	float: right;
	position: relative;
	margin-top: -16px;
}

.tocImage {
	margin-top: -72px;
	border: 4px solid #FFF;
}

.contentImg {
	margin-top: -72px;
	border: 4px solid #FFF;
	float: right;
	margin: 0px 24px 24px 24px;
}


.contentImgNoBG {
	margin-top: -72px;
	float: right;
	margin: 0px 24px 24px 24px;
}

.contactItem {
	margin-right: 24px;
	color: #E8661C; 
	font-weight: bold;
}

.fileDetails {
	font-size: 0.7em;
	font-style: italic;
	color: #999;
}

.ad-hoc-list {
	list-style: url(../images/li.png);
}

