* { margin: 0; padding: 0; }

html {
	margin:0 0 1px 0;
	padding:0;
	height: 100%;
	background: #EEE url(/assets/graphics/body_bg.gif) left center repeat-y;
}

body {
	font: 62.5% Arial, Helvetica, "Microsoft sans-serif", sans-serif;
	color: #333;
	background: transparent url(/assets/graphics/body_top_bg.gif) center top repeat-x;
	position: relative;
	height: 100%;
}

div#static_footer {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 19px;
	width: 100%;
	background-color: #000;
	font-size: 1em;
}

div#static_footer div.inner {
	width: 870px;
	text-align: center;
	color: #FFFF00;
}

div#static_footer p a,
div#static_footer p a:active,
div#static_footer p a:visited {
	text-decoration: none;
	line-height: 18px;
	color: #FFFF66
}

div#static_footer p a:hover {
	color: #FFFFFF;
}

div.clear {
	clear: both;
	height: 1px;
}

span.required {
	color: #ff4f00;
}

div#wrap {
	position: relative;
	min-height: 100%;
	/*width: 100%;*/
	width: 960px;
}

div#wrap div#navigation {
	float: left;
	width: 114px;
	padding: 140px 0 0 0;
	background: transparent url(/assets/graphics/new_nav.jpg) center top no-repeat;
}

div#wrap div#content {
	float: left;
	display: inline;
	width: 590px;
	padding: 0 23px 42px 23px;
	background: transparent url(/assets/graphics/new_content.jpg) left top no-repeat;
	min-height: 100%;
}

div#wrap div#right_col {
	float: left;
	display: inline;
	width: 210px;
	padding: 92px 0 42px 0;
	background:  transparent url(/assets/graphics/right-column-top.gif) center top no-repeat;
}

div#wrap div#right_col h2 {
	color: #FFF;
	margin: 10px 5px;
	font-size: 1.4em;
}

div#wrap div#right_col ul {
	margin: 10px 20px;
	color: #FFF;
	font-size: 1.1em;
}

div#wrap div#right_col ul li a {
	color: #FFF;
	text-decoration: underline;
}

div#wrap div#right_col ul li a:hover,
div#wrap div#right_col ul li a:focus {
	text-decoration: none;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul li {
	width: 114px;
	float: left;
	position: relative;
	margin-bottom: -1px;
}

#navigation ul li a,
#navigation ul li a:visited {
	color: #FFF;
	font-size: 1.2em;
	display: block;
	width: 114px;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navigation ul li ul {
	display: none;
}

#navigation ul li:hover a {
	background: #99CCFF;
	color: #336699;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	width: 150px;
	left: 114px;
	padding-left: 1px;
	border-right: 1px solid #FFF;
	z-index: 100;
}

#navigation ul li:hover ul li a.hide {
	background: #336699;
	color: #FFF;
}

#navigation ul li:hover ul li ul {
	display: none;
}

#navigation ul li:hover ul li a {
	display: block;
	background: #336699;
	color: #FFF;
	width: 150px;
}

#navigation ul li:hover ul li:hover a {
	background: #99CCFF;
	color:#336699;
}

#navigation ul li:hover ul li a:hover {
	background: #99CCFF;
	color:#336699;
}

#navigation ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
	color: #FFF;
	z-index: 100;
}

#navigation ul li:hover ul li:hover ul li a {
	display: block;
	width: 200px;
	background: #336699;
	color: #FFF;
}

#navigation ul li:hover ul li:hover ul li a:hover {
	background: #99CCFF;
	color: #336699;
}

div#navigation div.navclear {
	background: transparent url(/assets/graphics/nav_ul_bg.gif) center top no-repeat;
	height: 153px;
	clear: left;
}

div#content h2 {
	margin: 68px 0 35px 3px;
	font-weight: normal;
	color: #FB0000;
	font-size: 1.4em;
	letter-spacing: 1px;
}

div#content h3 {
	margin: 35px 0 5px 0;
	font-size: 1.6em;
	letter-spacing: 1px;
}

div#content h4 {
	margin: 25px 0 5px 0;
	font-size: 1.4em;
}

div#content h5 {
	margin: 15px 0 5px 0;
	font-size: 1.3em;
}

div#content p {
	color: #003366;
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

div#content p.field:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

div#content table {
	font-size: 1.2em;
	width: 590px;
}

div#content table tr td {
	padding: 0 5px;
	width: 195px;
}

div#content table td a {
	font-size: 0.9em;
	}

div#content form {
	margin: 2em 0;
	}

div#content p.field label {
	display: block;
	float: left;
	width: 125px;
}

div#content p.field input.text,
div#content p.field textarea {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #336699;
	padding: 1px;
	}

div#content p.field textarea {
	width: 300px;
}

div#content p.field textarea {
	height: 150px;
	}

div#content a,
div#content a:active,
div#content a:visited {
	color: #0066CC;
}

div#content a:hover {
	text-decoration: none;
}

div#content ul {
	margin: 0 0 1em 3em;
	color: #003366;
	font-size: 1.2em;
}

div#content ul ul {
	font-size: 1em;
}

div#content ol {
	margin: 0 0 1em 3em;
	color: #003366;
	font-size: 1.2em;
}

div#content ol ol {
	font-size: 1em;
}

div#content ol ul {
	font-size: 1em;
}

div#content ul ol {
	font-size: 1em;
}

div#content ol.lower-alpha {
	list-style-type: lower-alpha;
}

div#content ol.lower-roman {
	list-style-type: lower-roman;
}

div#content p.download a img {
	margin-right: 3px;
	border: 0;
	}

div#content p.download span.filesize {
	font-style: italic;
	}

div#toc {
	padding: 10px;
	width: 190px;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin-top: -1px;
	}

div#toc h4 {
	color: #FFF;
	font-size: 1.2em;
	}

div#toc ul {
	margin-top: 10px;
	font-size: 1.1em;
	list-style-type: none;
	}

div#toc ul ul {
	font-size: 1em;
	margin-top: 0;
	}

div#toc ul li ul li {
	padding-left: 15px;
	}

div#toc a,
div#toc a:active,
div#toc a:visited {
	color: #FFF;
	text-decoration: none;
	}

div#toc a:hover,
div#toc a:focus {
	text-decoration: underline;
	}

table#links {
	border: 1px solid #336699;
	border-collapse: collapse;
	font-size: 0.85em;
	margin: 10px 0;
	width: 388px;
}

table#links thead {
	display: none;
}

table#links tr.rowOne {
	background: #eee;
}

table#links tr.rowTwo {
	background: #fefffa;
}

table#links tr td.cellTwo {
	padding: 0 5px;
}

table#links h4 {
	font-size: 1em;
	letter-spacing: normal;
	margin: 0.2em 0 0.5em 0.5em;
}

table#links p,
table#links a {
	font-size: 1em;
	margin: 0 1em 0.2em 0.5em;
}

table#links a {
	margin-left: 0;
}

div#search-form p {
	margin: 0 0 1.2em 20px;
}

div#search-form label {
	display: block;
	color: #FFF;
}
