@charset "utf-8";

/******Tables******/

#EisenwallApplicatorTable 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
}

#EisenwallApplicatorTable .TableText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: normal;
}

#EisenwallApplicatorTable .SubHeading2 {
	font-size: 80%;
	color: #3E7AB7;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#TableSubHeading 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-transform: capitalize;
	color: #336699;
	text-align: left;
	vertical-align: middle;
}

.TableBackground 
{
background-color: #FFFFFF;
}

/******Links******/

a{
	color: #003366;
	text-decoration: none;
}

a:link{
	color: #003366;
	text-decoration: none;
}

a:visited{
	color: #017DA7;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 6px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	margin-top: 5px;
}

#sectionLinks h1{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	font-size: 100%;
	padding: 2px 6px 2px 0px;
	text-align: right;
	margin: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

/******Navigation******/

#headerNav {
	padding: 0px 0px 3px 10px;
	color: #333333;
	font-size: 70%;
	background-color: #D9E1E6;
	border-bottom: 1px solid #666666;
}

#headerNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

#sidebar1 {
	float: left;
	width: 200px;
	padding: 0px 0px 15px 0px;
	background-color: #F5F5F5;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/******Forms******/

#FormAward td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: capitalize;
	color: #1E3762;
}

/******Page Format******/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
}

#container {
	width: 100%;  /* this will create a container 100% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1400px;
	min-width: 800px;
	margin: 0px auto 0px auto;
}

#printHeader 
{
	display: none;
}

#header {
	padding: 0px;
	width: 100%;
	float: left;
	background-image: url(/Graphics/Header001c.jpg);
	border-bottom-width: medium;
	border-bottom-color: #666666;
}

#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sideHeader1 {
	text-align: right;
	padding: 0px 5px 7px 0px;
	font-size: 70%;
}

#mainContent {
	margin: 0px 1% 0px 210px;
}

#mainContent h1 {
	font-size: 100%;
	color: #0B3E6B;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#mainContent h2 {
	font-size: 90%;
	color: #336699;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#mainContent h3 {
	font-size: 90%;
	color: #006666;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#mainContent h4 {
	font-weight: bold;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	color: #336699;
}

#mainContent h5 {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#mainContent h6 {
	font-weight: bold;
	color: #006666;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

#mainContent p {
	font-size: 90%;
	color: #333333;
}

#mainContentText1{
	font-size: 100%;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#container #featureTable {
	width: 101%;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 174px;
	background-color: #FFFFFF;
	padding-bottom: 32px;
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
}

#contentMenu{
	text-align: left;
	font-size: 70%;
	padding: 0px 0px 0px 10px;
}

#contentImage{
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer {
	background:#ffffff;
	font-size: 65%;
	padding: 5px 0px 8px 19%;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/****** Miscellaneous classes for reuse ******/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.ItalicText {
	font-style: italic;
}

.UnderlineText {
	text-decoration: underline;
}

.BulletText {
	list-style-type: circle;
	list-style-image: url(/Graphics/Buttons/TextBullet.jpg);
}

.BoldText {
	font-weight: bold;
	color: #FFFFFF;
}

/******Font Format******/

.MainContentParagraphText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

.MainHeading1 {
	font-size: 100%;
	color: #0B3E6B;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
}

.SubHeading1 {
	font-size: 90%;
	color: #336699;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
}

.SubHeading2 {
	font-size: 80%;
	color: #3E7AB7;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.SubText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.whiteTEXT {
	color: #FFFFFF;
	display: none;
}
.blueTEXT {
	color: #336699;
	display: none;
}

