/**** This is for Non-EI Browsers
/************* Layout Divs *****************/
#leftbanner
{
	min-width: 180px;
	max-width: 400px;
	float: left;
/*	font-size: 12px; */
}

#navbar
{
	margin: 0px 5px 5px 0px;
	background-color: #999;
	border: 1px solid #ccc;
	min-width: 180px;
	max-width: 400px;
}

#titlebar
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align: right;
	color: #099;
}

#content
{
	margin-left: 180px;
	top: auto;
	padding: 10px;
}

.videobox1 {background-color: #E7E8FF;
	margin: -20px 40px -10px 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -20px;
}


/******************************************************/

#navbar a:link {
	padding: 2px 0px 2px 10px;
}

#navbar a:visited {
	padding: 2px 0px 2px 10px;
}

#navbar a:hover {
	background-color: #DDD;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

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

#navbar ul a:link, #navBar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}


/************* #globalNav styles **************/
#globalNav
{
/*	font-size: 12px; */
	color: #CCCCCC;
	padding: 10px 0px 0px 10px;
		white-space: nowrap;
}

/* '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
{
	padding: 0px 4px 0px 0px;
}

/************* #breadCrumb styles *************/

#ivcrumbs{
/*	font-size: 12px;  */
	padding: 5px 0px 5px 10px;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 110%;  
	color: #cccccc;
	padding: 20px 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;
}



/************** .feature styles ***************/
.feature
{
	padding: 20px;
/*	font-size: 12px; */
}

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

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

/* adjust margins to change separation between the feature image and text flowing around it */
body
{
	background-color: #FFF;
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link, a:visited, a:hover
{
	color: #00F;
	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: 115%; 
	color: #FFC;
}

h2
{
	font-size: 110%;

}

h3
{
	font-size: 105%;

}

h4
{
/*	font-size: 12px; */
	font-weight: normal;

}

h5
{
/*	font-size: 12px; */

}

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

label
{
	font: bold 100% Arial,sans-serif;
}

