/* ISG CSS Document */

/* ------- global styles ------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	/*voice-family: "\";}\"";*/
	voice-family: inherit;
	/*background: #bcd url("images/background-page.gif");*/
	background: #0078ab;
}
a {
	text-decoration: none;
	color: #960;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	color: #999;
	font-style: italic;
}
.none {
	font-size: 25%;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.spacer {
	clear: both;
	margin: 0;
}
img {
	border: none;
}

/* ----- "content" styles ----- */
#content {
	width: 900px;
	border: 5px double #ccc;
	margin: 10px;
	background: #fff;
}
/* --- "header" styles --- */
#header {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
/* "mainNav" styles */
#mainNav1 {
	width: 100%;
	margin: 10px 10px 0 0;
}
#mainNav2 {
	width: 100%;
	margin: 0 10px 10px 0;
}
#mainNav1 ul, #mainNav2 ul {
	/*color: #309;*/
	font-size: 110%;
	float: right;
	margin: 0;
	padding: 0;
}
#mainNav1 a, #mainNav2 a, #footer a {
	color: #069;
	font-weight: bold;
}
#mainNav1 ul, #mainNav2 ul {
	padding: 5px 0 5px 0;
}
#mainNav1 ul li, #mainNav2 ul li {
	display: inline;
	list-style-type: none;
	padding: 5px 20px 5px 20px;
	border-left: 1px solid #ccc;
}
#mainNav2 ul {
	border-top: 1px solid #ccc;
}
#mainNav1 a, #mainNav2 a {
	/*padding: 5px 20px 5px 20px;*/
}
/*#mainNav1 a:hover, #mainNav2 a:hover {
	background: #ccc;
}*/

/* --- "secondaryNav" styles --- */
#secondaryNav {
	width: 21%;
	float: left;
}
#secondaryNav ul {
	margin: 10px 0 0 10px;
	padding: 0;
}
#secondaryNav li {
	list-style-type: none;
}
#secondaryNav li a {
	color: #9CF;
	font-size: 110%;
	text-decoration: none;
}
#secondaryNav li a:hover {
	text-decoration: underline;
}

/* --- "contentArea" styles --- */
#contentArea {
	/*height: 440px;*/
	width: 77%;
	padding: 0 5px 20px 5px;
	float: left;
}
#contentArea h1 {
	color: #369;
	font-size: 150%;
}
#contentArea h2 {
	color: #999;
	font-size: 120%;
	margin-bottom: -12px;
}
#contentArea h3 {
	color: #036;
	font-size: 100%;
}
#contentArea p/*, #contentArea ul li, #contentArea ol li*/ {
	color: #333;
	font-size: 105%;
	width: 90%;
}
#contentArea ul li {
	/*list-style-type: square;*/
	list-style-image: url("images/bullet.gif");
	margin-bottom: 5px;
}
.back a, .back a:hover {
	color: #9CF;
	font-weight: bold;
	text-decoration: none;
}
.back a:hover, .printable a:hover {
	text-decoration: underline;
}
iframe {
	border: 1px solid #ccc;
}
.printable a, .printable a:hover {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}
form label {
	color: #999;
	font-weight: bold;
}
form input {
	font-size: 90%;
	background-color: #CCC;
	border: 1px solid #999;
}
.required {
	color: #FC0;
}
form input.button {
	background-color: #EEE;
	color: #669;
}

/* "footer" styles */

#footer {
	color: #309;
	margin: 5px;
}
#footer #footerInfo {
	color: #999;
	font-size: 90%;
}
#footer #footerInfo a {
	color: #999;
	text-decoration: underline;
}
.spotlight {
	margin: 30px 0 10px 10px;
}
.spotlight img {
	margin-right: 5px;
}