/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #5C79DA;
}

a:link, a:visited, a:hover {
	color: #8D182C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 /* color: #006699; */
 color: #5C79DA;
}

h3{
 font-size: 100%;
 color: #334D55;

}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	padding: 2px;
	margin-left: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.button
{
	vertical-align: top;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 770px;
	background-color: white;
	border: 3px solid white;
	margin: 30px auto;
}

/* #banner {
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 770px;
	height: 105px;
	float: right;
	clear: right;
}

#globalmenu {
	height: 68px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/menubkgr.jpg);
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
}

#globalNav{
	padding: 0px;
	white-space: nowrap;
	width: 545px;
	height: 54px;
	float: right;
	margin-top: 4px;
	text-align: center;
}
*/
/* '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 */

#banner
{
	position: relative;
	background-image: url(/images/iiiweb-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 770px;
	height: 184px;
	float: right;
	clear: right;
}

#globalNav
{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 1px 0 1px 0;
	text-align: center;
	background-color: #5C79DA;
	float: left;
}

#globalNav img{
	display: block;
}

#menuRowOne
{
	width: 100%;
	display: block;
}

/*
#globalNav ul
{
	display: block;
	margin: 0 auto;
	padding: 0 3px 0 3px;
	z-index: 100;
}

#globalNav ul li
{
	display: inline;
	position: relative;
	text-align: left;
	padding: 1px;
	z-index: 100;
}

#globalNav ul li:hover
{
	background-color: #8D182C;
	color: white;
	padding: 0;
	border: 1px solid white;
}

#globalNav a {
	font-size: 70%;
	padding: 0px;
	font-weight: bold;
	font-size: 8pt;
	color: #EEEEF6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

#globalNav ul li:hover a
{
	color: white;
}

#globalNav ul li:hover a:hover
{
	text-decoration: underline;
}

#globalNav ul li ul
{
	display: none;
	position: absolute;
	background-color: #5C79DA;
	border: 1px solid white;
}

#globalNav ul li:hover ul
{
	display: block;
	z-index: 100;
}

#globalNav ul li ul li
{
	display: block;
	background-color: #5C79DA;
	margin: 2px;
	padding: 0;
	z-index: 100;
}

#globalNav ul li ul li:hover
{
	padding: 0;
	border: 0;
	background-color: #5C79DA;
}

#globalNav ul li ul li a:hover
{
	text-decoration: underline;	
}

#globalNav ul li ul li a
{
	background-color: #5C79DA;
}
*/

#navBar{
	position: relative;
	width: 230px;
	float: left;
}

#globalLinks
{
	display: block;
	float: left;
	text-align: center;
	width: 165px;
}

#globalLinks img
{
	display: block;
	border: 0;
	margin: 0 auto;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	/* font-size: 90%; */
	font-size: 10pt;
	width: 230px;
	/* position: relative; */
	float: left;
	/* z-index: 0; */
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h2
{
	margin-left: 8px;
}

#sectionLinks ul
{
	margin: 0 0 0 7px;
	list-style: none;
}

#sectionLinks ul li
{
	padding: 0px;
	margin: 2px 0 2px 0;
	font-size: 10pt;
}

#sectionLinks a:link{
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
/***************************************/

#content{
	width: 510px;
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
}

#content p
{
	margin-top: 0;
}

#content h3
{
	margin-top: 14px;
}

#content img
{
	border: 0;
}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	width: auto;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer ul
{
	list-style: none;
	margin-top: 0;
}

#footer ul li
{
	display: inline;
}

#footer ul li a
{
	color: #cccccc;
}

#footer ul li a:hover
{
	color: #8D182C;
}

/* #sectionNav{
	height: 45px;
	width: 230px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(../images/sect_nav.jpg);
	float: left;
} */

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	/* padding: 0px 0px 10px 10px; */
	padding: 10px 0;
	margin: 0;
}

/************* #breadCrumb styles *************/

#breadcrumbs
{
	margin: 0 0 4px 0;
}

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #quickLinks styles *************/

#quickLinks
{
	margin: 6px auto;
}

#quickLinks h4
{
	color: black;
	font-size: 14pt;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 80%;
	clear: left;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search .searchbox
{
	height: 14px;
	width: 120px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


#globalNav ul {padding: 0; margin: 0;}
#globalNav ul li {list-style-type: none; position: relative; margin: 0; padding: 0; display: inline;}
#globalNav ul ul {display: none; padding: 1px;}
#globalNav ul li:hover > ul {display: block; position: absolute; top: 19px; left: 0; margin: 0; padding: 0;}
#globalNav ul li ul li {text-align: left; display: block;}
#globalNav li a {display: inline; padding: 1px 0px; text-decoration: none;}

#globalNav ul {background-color: #5C79DA; color: #8D182C; z-index: 1;}
#globalNav ul li {padding: 1px; z-index: 1;}
#globalNav a {font-weight: bold; font-size: 8pt; font-family: Arial; color: white;}
#globalNav a:hover {text-decoration: underline;}
#globalNav ul li:hover {background-color: #8D182C; color: white; border: 1px solid white; padding: 0;}
#globalNav ul li:hover a {color: white;}
#globalNav ul ul {background-color: #5C79DA; border: 1px solid white; z-index: 100;}
#globalNav ul li ul li {background-color: #5C79DA; border: 0; padding: 1px; z-index: 100;}
#globalNav ul li ul li:hover {background-color: #5C79DA; border: 0; padding: 1px}

