/***********************************************/
/* sqstyles.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Myriad Web", Arial, Verdana;
	font-size: 130%;
	color: #000066;
	font-style: normal;
	padding-top: 20px;
}

h2{
 font-size: 114%;
 color: #000066;
}

h3{
 font-size: 100%;
 color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000066;
}

h5{
 font-size: 100%;
 color: #0099FF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
	text-align: left;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #D4D0C8;
	border: #cccccc;
	background-color: #000066;
}

#navBar{
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 120px;
	height: 1118px;
	width: 160px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000066;
	color: #FFFF99;
}
div.navTitle {
	display: block;
	text-align: left;
	text-decoration: none;
	border: 0px none;
	font-size: 140%;
	text-indent: 5px;
	color: #FFFF00;
}

div.navTitle a {
	display: block;
	text-decoration: none;
	color: #FFFF33;
	font-size: 120%;
	width: 100%;
}

div.navTitle a:link{
	background: #000066;
	color: #FFFF33;
	text-decoration: none;
}

div.navTitle a:visited{
	background: #000066;
	color: #FFFFCC;
	text-decoration: none;
}
div.navTitle a:hover{
	background: #000066;
	letter-spacing: 0px;
	color: #33CCFF;
	text-decoration: none;
}

div.navLink {
	display: block;
	font-size: 80%;
}

div.navLink a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
    background-color: #000066;
    margin: 0px;
	color: #00CCFF;
	font-variant: normal;
	text-indent: 6px;
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.navLink a:link{
	text-decoration: none;
}

div.navLink a:visited{
	text-decoration: none;
	color: #CCCCCC;
}

div.navLink a:hover{
	text-decoration: none;
	color: #0033FF;
    background-color: #cccccc;
}

div.navLink h3{
	padding: 2px;
	margin: 0px;
	text-align: left;
	color: #FFFF99;
}

#content{
	float:left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 160px;
	top: 199px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	visibility: visible;
	width: 621px;
	border-top: 0px none;
	border-right: thick solid #FFFF99;
	border-bottom: 0px none #FFFFFF;
	border-left: thick solid #FFFF99;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	position: absolute;
	height: 25px;
	width: 60%;
	border: none;
	font-size: 16px;
	top: 0px;
	left: 160px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link, a:visited, a:hover {
	color: #0099FF;
	text-decoration: none;
	background-color: #FFFFFF;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	margin-top: 0px;
	position: absolute;
	height: 25px;
	width: 622px;
	background-color: #000000;
	color: #FFFF00;
	border-top: medium solid #FFFFCC;
	border-right: medium solid #000000;
	border-bottom: #FFFFFF;
	border-left: medium solid #000000;
	overflow: auto;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #00CCFF;
	background-color: #000066;
	padding-left: 8px;
	font-size: 80%;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#banner {
	background-color: #999999;
	position: absolute;
	top: 0px;
	left: 160px;
	overflow: visible;
	visibility: visible;
}
#logo {
	position: absolute;
	top: 0px;
}
#banner1 {
	left: 160px;
	position: absolute;
	top: 135px;
	background-color: #000000;
}
#rcontent {
	position: absolute;
	left: 794px;
	top: 196px;
	background-color: #000066;
	width: 156px;
	height: 1042px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CCFF;
	line-height: 25px;
	font-size: 70%;
}

#rcontent h1{
	color: #FFFF33;
	background-color: #000066;
	font-size: 130%;
}

#rcontent a:link, #rcontent a:visited {
	color: #00CCFF;
	background-color: #000066;
}

#bcontent {
	position: absolute;
	top: 1218px;
	width: 730px;
	background-color: #000066;
	bottom: 0px;
	height: 20px;
	left: 0px;
	padding-left: 170px;
	color: #FFFF66;
}
#navBar h3 {
	color: #FFFF66;
	font-size: 110%;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 8px;
}
#bcontent a:link, #bcontent a:visited {
	color: #00CCFF;
	background-color: #000066;
}
