@charset "utf-8";
body  {
	font-size: 13px; 
	font-family: helvetica, arial, sans-serif; 
	line-height: 20px;
	background: #cccccc;
	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;
} 

p {
	text-align: left;
	}

h1 {
	line-height: 30px;
	}

a {
	color: #003f76;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	te
}


h1 {
color:#000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
}

img {
	border: none;
	}
	
li {
	list-style:none;
	
}

#wrapper {
	width: 960 px;
	position: relative;
	}

#container {
	width:960px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 

#header {
	height: 70px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position: relative;
} 
#header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#breadcrumb {
	margin-left: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 25px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	
}

#breadcrumb a {
	color:#003366;
	text-decoration: none;
	}

#breadcrumb a:hover {
	color:#003366;
	text-decoration: underline;
	}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	margin-top: 20px;
	margin-right:  25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	height: 480px;
	line-height: 35px;
	
	
}

#sidebar1 a {
	color: #003f76;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	

	

	}
	
#sidebar1 a:hover {
	text-decoration: underline;
	}
	


#mainContent {
	text-align:left;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
} 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	clear:both;
	width: 910px;
	margin-top:  0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	height: 50px;
	position: relative;
	border-top: 1px solid #999999;
	
} 
#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 */
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#999999;
}
	
#footer a {
	color: #999999;
	}	
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#footerLeft {
float:left;
text-align: left;
}

#footerRight {
float: right;
text-align:right;
}
	


.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	width: 300px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tag {
	width: 275px;
	float: right;
	left: 600px;
	top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#topnav {
	width: 910px;
	margin-top:  0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: relative;
	z-index: 100;
}

#indexImage {
	width: 910px;
	margin-top:  0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	height: 325px;
	background-image: url(../Images/indexImageBkgrnd.gif);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
}

#interiorImage {
	width: 910px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: url(../Images/interiorImg.jpg);
	position: relative;
	height: 131px;
	z-index: 1;
}

#flash {
	left: 0px;
	top: 0px;

}

#industryMenu {
	float: left;
	}
	
#IndustryMenu a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#IndustryMenu a:hover {
	text-decoration: underline;
	}
	




	
	

#linkBoxes {
	width: 915px;
	margin-top:  20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	clear: both;
	height: 120px;
}

#featureLink1 {
	width: 270px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	height: 118px;
}
#featureLink2 {
	width: 270px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left: 49px;
	border: 1px;
	border-color:#B3B3B3;
	float: left;
	position: relative;
	margin-right: 49px;
	height: 118px;
}
#featureLink3 {
	width: 270px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px;
	border-color:#B3B3B3;
	float: right;
	height: 118px;
}

#subLinks {
	width: 910px;
	margin-top:  20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	position: relative;
	clear: both;
	height: 40px;

}

#sub1 {
	width: 100px;
	margin-top:  0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	float: left;
	position: relative;
}
#sub2 {
	width: 100px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	float: left;
	position: relative;
	margin-right: 0px;
}
#sub3 {
	width: 100px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 0px;
	position: relative;
	float: right;
}
#sub4 {
	width: 100px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	float: right;
}

#sub5 {
	width: 150px;
	margin-top:  0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	float: right;

}

#CVA-sidebar {
line-height: 22px;
}
