/*
---------------------------------------------
DARATECH GENERIC PAGE STYLES
Author: Ethan McElroy
Version: November 8, 2005
---------------------------------------------*/

a:link {
	color: #00f;
	}
a:visited {
	color: #609;
	}
a:hover {
	color: #f00;
	}
a:active {
	color: #f00;
	}
body {
	background: #fff url(../i/shadow.jpg) repeat-y top center;
	color: #333;
	font: 80% verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 1px;
	}
html>body {
	padding: 0;
	}
em.new {
	background: #ff6;
	color: #f00;
	font-style: italic;
	}
em.preview a {
	background: #e6ffcc !important;
	color: #f00 !important;
	padding: 0 2px !important;
	}
form {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5 {
	font-family: georgia, palatino, times, 'times new roman', serif;
	}
h1 {
    color: #f60;
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 3px 0;
	padding: 0;
	text-align: center;
	}
h2 {
	color: #069;
	font-size: 1.3em;
	padding: 8px 0;
	text-align: left;
	}
h3 {
	color: #369;
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	text-align: left;
	}
img.banner {
	margin: 0;
    padding: 0;
	}
img.left {
	float: left;
	margin: 3px 6px auto 0;
	}
img.right {
	float: right;
	margin: 3px 0 auto 6px;
	}
input {
	border: solid 1px #333;
	height: 18px;
	}
input.button {
	background: #ccc url('../i/gradient.jpg') repeat-x;
	border: solid 1px #66beff;
	color: #099;
	height: auto;
	}
li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	}
p {
	line-height: 130%;
	}
p.first {
	margin-top: 0;
	text-indent: 0;
	}
p.topLink {
	text-align: center;
	}
table {
    font-size: 1em;
    }
th#full {
	background: #0c0;
	color: #fff;
	width: 50%;
	}
th#part {
	background: #0066b3;
	color: #fff;
	}
select {
	color: #999;
	display: inline;
	}
span.carat {
	color: #f60;
	font-weight: bold;
	}
span.filesize {
	color: #999;
	}
.center {
	text-align: center !important;
	}
.justify {
	text-align: justify !important;
	}
.left {
	text-align: left !important;
	}
.right {
	text-align: right !important;
	}
.noBorder {
	border: none;
	}
.req {
	color: #f00;
	}

/* CONTAINER (centers page)
----------------------------------------------*/
#container {
	border-bottom: solid 4px #0c0;
	text-align: center;
	margin: 0 auto;
	width: 760px;
	\width: 100%;
	w\idth: 760px; /* hack for IE5.x */
	}

/* HEADER (logo, search, site map etc)
----------------------------------------------*/
#header {
	background: #fff;
	color: #0066b3;
	margin: 0 auto;
	padding: 4px 0;
	width: 760px;
	}
#header a {
	text-decoration: none;
	}
#header a:link {
	color: #0066b3;
	}
#header a:visited {
	color: #0066b3;
	}
#header a:hover {
	color: #00f;
	text-decoration: underline;
	}
#header a:active {
	color: #f00;
	text-decoration: underline;
	}
#header p {
	padding: 0 8px 4px 4px;
	}
#headerLinks {
	float: right;
	}
#headerLinks form {
	padding: 0 8px 0 0;
	text-align: right;
	}
#headerLinks input.text {
    background: #e6f4ff;
    }
#headerLinks p {
	font-size: .9em;
	margin: 0 0 17px 0;
	text-align: right;
	}
#logo {
	float: left;
	margin: 0;
	padding: 0;
	}
#logo img {
	border: none;
	margin: 0 0 2px 7px;
	}

/* NAVIGATION
----------------------------------------------*/
#nav {
    background: #0c0;
	clear: both;
	margin: 0 auto;
    text-align: left;
	width: 760px;
	padding: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 2px 0; /* this line + 3 above = hack so tabs appear correct in IE5.x Win */
	}
#fake {} /* recover from above hack */
#nav ul {
    display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	z-index: 5;
	}
#nav li {
    display: inline;
	font: bold .9em verdana, arial, helvetica, sans-serif;
    position: relative;
    width: 102px;
	}
#nav a {
	border-right: solid 1px #cf9;
	color: #e6ffcc;
	margin: 0;
	padding: 2px 15px;
	text-align: center;
	text-decoration: none;
	width: 102px;
	}
#nav a#current {
    background: #cf9;
	color: #0c0;
	}
#nav li ul {
	border-top: solid 1px #0c0;
	display: none;
	padding: 0;
    position: absolute;
	top: 17px;
	left: 0;
	}
#nav li.over ul {
	display: block;
	}
#nav li.over ul li {
    background: #cf9;
	border: solid 1px #0c0;
	border-top: none;
	font-size: 1em;
    display: block;
    margin: 0;
    padding: 0;
	width: 190px;
	}
#nav li.over ul li a {
    background: none;
	display: block;
	margin: 0;
	padding: 4px 0 4px 2px;
	text-align: left;
	text-decoration: none;
	width: 187px;
	}
#nav li.over ul li a:link {
	color: #0c0;
	}
#nav li.over ul li a:visited {
	color: #0c0;
	}
#nav li.over ul li a:hover {
	background: #e6ffcc;
	color: #0c0;
	}
#nav li.over ul li a:active {
	background: #e6ffcc;
	color: #0c0;
	}
#nav p {
	display: none;
	}
#breadcrumb {
	background: #cf9 url(../i/bcbg.jpg) left bottom repeat-x;
	color: #0c0;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	}
#breadcrumb a:link {
	color: #0c0;
	text-decoration: none;
	}
#breadcrumb a:visited {
	color: #0c0;
	text-decoration: none;
	}
#breadcrumb a:hover {
	color: #00f;
	text-decoration: underline;
	}
#breadcrumb a:active {
	color: #f00;
	text-decoration: underline;
	}
#breadcrumb p {
	font-size: .9em;
	margin: 0;
	padding: 4px 2px 10px 6px;
	}

/* MAIN STRUCTURE
----------------------------------------------*/
#main {
	background: #fff url(../i/snshadow.jpg) 541px 0 repeat-y;
	clear: left;
	height: 600px;
	margin: 0 auto;
	min-height: 600px;
	padding: 0;
	position: relative;
    width: 760px;
	voice-family: "\"}\"";
	voice-family:inherit;
	float: left; /* prev 2 lines hide this rule from IE5.x Win */
	}
body #main {
	height: auto;
	}
body.noSecNav #main {
	background: #fff;
	}
div#imgFix { /* IE image white-space fix */
	margin: -5px 0 0 0;
	padding: 0;
	position: relative;
	}

/* MAIN STRUCTURE: main content column
----------------------------------------------*/
#fullColumn {
	background: #fff;
	float: left;
	margin: -5px 0 0 0;
	min-height: auto;
	padding: 8px 6px 20px 6px;
	position: relative;
	width: 529px;
	\width: 541px;
	w\idth: 529px; /* box-model hack for IE5.x */
	}
/* below prevents IE <em> bug */
/* \*/
* html #fullColumn {
overflow: hidden;
o\verflow: visible;
w\idth: 529px;
he\ight: 1%;
}
/* */
#fullColumn h3 {
	text-align: left;
	}
#fullColumn p img.right {
	float: right;
	margin: 3px 3px 0 0;
	}
#fullColumn p img.left {
	float: left;
	margin: 3px 3px 0 3px;
	}
#fullColumn li {
	line-height: 130%;
	margin-bottom: .8em;
	}
body.noSecNav #fullColumn {/* for pages without secondary nav */
	width: 748px;
	}


/* MAIN STRUCTURE: sidebar
----------------------------------------------*/
div.sidebarRight {
	background: #e6ffbf;
	border: dashed 1px #ccc;
	float: right;
	font-size: .9em;
	height: 100px; /* define for IE */
	margin: 3px 3px 0 0;
	min-height: 100px;
	padding: 4px;
	width: 200px;
	}
#fullColumn>div.sidebarRight {
	height: auto; /* undo static height for non-IE */
	}
div.sidebarRight h2 {
	color: #f60;
	text-align: center;
	}
div.sidebarRight h3 {
	font-size: 1em;
	margin-bottom: 0;
	}
div.sidebarRight ul {
	margin-top: 0;
	}

/* MAIN STRUCTURE: disclaimers
----------------------------------------------*/
#screenDisclaimer {
	background: #ffc;
	display: block;
	padding: 4px;
	}
#printDisclaimer {
	display: none;
	}

/* MAIN STRUCTURE: secondary navigation
----------------------------------------------*/
#secNav {
	color: #666;
	float: left;
	margin: 4.7em 0 0 0;
	padding: 0;
	width: 218px;
	}
#secNav p {
	background: #cf9 url(../i/gdiag.gif);
	margin: 0;
	padding: 0;
	}
#secNav p a {
	background: url(../i/snpshadow.gif) top left repeat-y;
	color: #0c0;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
    margin: 0;
	padding: 6px 0 6px 20px;
	text-decoration: none;
	}
#secNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#secNav li {
	border-bottom: dotted 1px #9c6;
	margin: 0;
    padding: 0;
	}
#secNav li.last {
	border: none;
	}
#secNav li.cat {
	margin-top: 2px;
	padding: 6px 0 0 0;
	text-indent: 12px;
	}
#secNav li.cat strong {
	display: block;
	margin-bottom: 6px;
	}
#secNav li.current ul {
	margin-left: -24px;
    }
#secNav li.cat li.current ul {
	margin-left: 0;
    }
#secNav li a {
	background: url(../i/raquo.gif) no-repeat 6px 9px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 20px;
	width: 197px;
	\width: 209px;
	w\idth: 197px; /* box-model hack for IE5.x */
	}
#secNav li a:link {
	color: #0c0;
	}
#secNav li a:visited {
	color: #0c0;
	}
#secNav li a:hover {
	color: #090;
	}
#secNav li a:active {
	color: #0c0;
	}
#secNav li.current {
	background: #fff url(../i/sncshadow.jpg) top left repeat-y;
    }
#secNav li.current a {
	background: url(../i/laquo.gif) no-repeat 6px 9px;
	}
#secNav li.current li a {
	background: none;
	}
#secNav li li {
	border-bottom: none;
	margin: 0;
	padding-left: 24px;
	text-indent: 0;
	}
#secNav li li a {
	background: url(../i/raquo.gif) no-repeat 12px 9px;
	padding-left: 20px;
	width: 185px;
	\width: 209px;
	w\idth: 185px; /* box-model hack for IE5.x */
	}
#secNav li li a:link {
	color: #3cc;
	}
#secNav li li a:visited {
	color: #3cc;
	}
#secNav li li a:hover {
	color: #399;
	}
#secNav li li a:active {
	color: #3c9;
	}
#secNav li li.current {
	background: #fff url(../i/sncshadow.jpg) top left repeat-y;
	display: block;
    color: #666;
	text-indent: 0;
    }
#secNav li li.current a {
	background: url(../i/laquo.gif) no-repeat 12px 9px;
	}

/* FOOTER
----------------------------------------------*/
#footer {
    background: #fff;
	clear: left;
	color: #666;
	float: left;
	height: 6em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 541px;
	}
body.noSecNav #footer {
	width: 760px;
	}
#footer p {
	font-size: .9em;
	line-height: 130%;
	margin: 0;
	padding: 0 0 0 6px;
	}
#footer p.top {
	border-top: dotted 2px #ccc;
	padding-top: 6px;
	}
