/* CSS Document */


body {
	behavior: url(css/csshover.htc); /* For IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/pattern_background.gif);
	background-repeat: repeat;
	background-color: #a6a6a6;

}



a, blockquote, pre,
abbr, acronym, address, big, cite, code, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 1em;
    line-height: 1em;
}




p {
padding:0px;
margin:0px;
}

h1,h2,h3,h4,h5,h6{
line-height:1em;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 10px;
}

.oneColElsCtr #container {
	width:760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	vertical-align:top; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {

	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #mainContent #homeContent{

	padding-top:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 40px;

}

.oneColElsCtr #mainContent #homeContent #homeNav {

	padding-top: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 40px;
	width:250px;
	font-size:14px;
	color: #c70029;

}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight:100;
	color: #c70029;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:100;
	color: #000000;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:100;
	color: #c70029;
}
h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #c70029;
	text-decoration:none;
	line-height:15px;
	padding-top:4px;
	padding-bottom:10px;

}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:100;
	color: #FFFFFF;
}


h5	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

h5	a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:600;
	color: #ffffff;
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:100;
	color: #c70029;
}
h6 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:100;
	color: #c70029;
}


.formtext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}


/*------------------------------------------------------------------------*/
/*----------------------   Navigations Styles  ---------------------------*/
/*------------------------------------------------------------------------*/

#navWrapper {
	width:100%;

}
#navpadding {
	background-color:#ffffff;
	height:24px;
	width:720px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

#nav, #nav ul {
	text-align:center;
	width: 720px;
	height: 24px;
	background-image: url(../images/nav_button_up_bg.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	line-height: 1;
	list-style: none;
	border-width: 0px;
}

#nav a {
	display: block;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 6px 0px 6px 0px;
	border-bottom: 0px;
	border-bottom-color: #FF0000;
}

#nav a.tier1 {
	width: auto;
	background-image:none;
	text-align: left;
	height: 10px;
	padding: -6px 0px 0px 0px;
}

#nav a.tier1-arrow {
	display: block;
	width: 200px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	padding: 3px 0px 3px 0px;
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav li { /* all list items -- width of main nav buttons*/
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 50px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* Rollover background states of dropdowns from main navigation*/
#nav li li {
	background-color: #bf0329;
	background-image: none;
	padding-right: 0;
	width: 175px;
}

/* horizontal spacing placement of list tiers from left edge of parent button */
#nav li ul ul { 
	margin: -28px 0 0 175px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* button holder dimension--causes buttons to tile left to right based on their size in comparison to the width entered -- lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
	width: 150px;

}
/*over state colors*/
#nav li:hover, #nav li.sfhover {
	background-image:url(../images/nav_button_over_bg.jpg);
	background-repeat:repeat-x;
}



/*------------------------------------------------------------------------*/
/*---------------------------   Footer Styles  ---------------------------*/
/*------------------------------------------------------------------------*/

#logoline {
	border-top:2px;
	border-bottom-color:#333333;
	height: 50px;
	background-color:#CCCCCC;
	text-align:center;
/*	vertical-align:middle;*/
	padding-top: 15px;


}

.footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	height: 45px;

	

}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footernavtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	padding-top:10px;
	background-image: url(../images/Istate_footer_bg.gif);
	background-repeat:repeat-x;
	height: 50px;

}
.footernavtext a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	font-variant:small-caps;
	padding-top:10px;
	background-color:Transparent;
}





/*------------------------------------------------------------------------*/
/*---------------------------   Catalog Styles  ---------------------------*/
/*------------------------------------------------------------------------*/


/*

.productsubtitle_catalog {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
}
.regulartext_catalog	{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
	vertical-align:top;
}
.formcontent_padleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color:#FFFFFF;
	padding-left: 100px;
	padding-right: 10px;
}
.formcontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 0px;
	padding-right: 10px;
	}
.formcontent_nopad {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;
	}

*/
	
/* ----------------------------------------------------- 
    CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
----------------------------------------------------- */ 

#wrapper:after, #mainNav:after, 
#topNav:after, #columnWrapper:after, 
#mainColumn:after, #subColumn:after, 
#mainContent:after, #subContent:after, 
ul.promotes:after, #breadCrumbs:after, 
#mainContentSpan:after, #subContent div.caseStudy ul:after, 
.contactList:after, .eventCalendarList:after ,
#filterAndLocation:after ,#filterCategory:after,#filterLocation:after,#eventButtons:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper,
#mainNav,
#topNav,
#columnWrapper,
#mainColumn,
#subColumn,
#mainContent,
#subContent,
ul.promotes,
#breadCrumbs,
#mainContentSpan,
#subContent div.caseStudy ul,
.contactList,
.eventCalendarList,
#filterAndLocation:after ,#filterCategory:after,#filterLocation:after,#eventButtons:after 
{ 
	display: inline-block;
}
/* Hides from IE-mac \*/

#wrapper,
#mainNav,
#topNav,
#columnWrapper,
#mainColumn,
#subColumn,
#mainContent,
#subContent,
ul.promotes,
#breadCrumbs,
#mainContentSpan,
#subContent div.caseStudy ul,
.contactList,
.eventCalendarList,
#filterAndLocation:after ,#filterCategory:after,#filterLocation:after,#eventButtons:after
 {
	display: table;
}

