/* CSS Document */
/* Document contains: HTML Elements, Classes, ID's */
/* items sorted alphabetically within each category */
/*-----------------------------------------------*/
/*-------------HTML ELEMENTS---------*/

a:link{
color: #006699;
text-decoration: underline;
}

a:visited{
color: #006699;
text-decoration: underline;
}

a:hover{
color: #000066;
text-decoration: underline;
}

a:active{
color: #000066;
text-decoration: underline;
}

body{
	background-color: #EEEEEE;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1{
font-family: Arial, Verdana, sans-serif;
color: #000033;
text-align: left;
font-size: 20px;
margin: 6px 0px 3px 0px;
padding: 0px 0px 4px 0px;
background-image: url(/images/hr_graphic.jpg);
background-position: bottom;
background-repeat: repeat-x;
text-indent: 2px;
}

h2{
font-family: Arial, Verdana, sans-serif;
color: #666699;
text-align: left;
font-size: 18px;
margin: 6px 0px 3px 0px;
padding: 0px 0px 0px 4px;
}

h3{
font-family: Arial, Verdana, sans-serif;
color: #000000;
text-align: left;
font-size: 16px;
margin: 6px 0px 3px 0px;
padding: 0px 0px 0px 4px;
}

h4{
font-family: Arial, Verdana, sans-serif;
color: white;
text-align: left;
font-size: 14px;
margin: 6px 0px 3px 0px;
padding: 0px 0px 0px 4px;
background-color: #000099;
}

p{
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: black;
text-align: left;
margin: 6px 0px 3px 0px;
padding: 0px 0px 0px 4px;
}

td{
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: black;
margin-top: 3px;
margin-bottom: 7px;
}

/*-------------CLASSES---------*/

.Attention {  
	color: #FF0000
}

.Caption {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal; 
	margin-top: 2px; margin-bottom: 2px
}

.ColumnRight {	/* regular cell of column table on right of the main content area */
	width: 150px;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.ColumnRightContent, .ColumnRightContent p {	/* regular cell of column table on right of the main content area */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 3px 3px 5px 3px;
	text-align: left;
}

.ColumnRightContent a:link {	/* header cell of the column table on the right of the main content area */
	color: #000066;
	text-decoration: underline;
}

.ColumnRightContent a:hover {	/* header cell of the column table on the right of the main content area */
	color: #000066;
	text-decoration: underline;
}

.ColumnRightContent a:active {	/* header cell of the column table on the right of the main content area */
	color: #000066;
	text-decoration: underline;
}

.ColumnRightContent a:visited  {	/* header cell of the column table on the right of the main content area */
	color: #000066;
	text-decoration: underline;
}

.ColumnRightContent ul {	/* regular cell of column table on right of the main content area */
	padding: 0px;
	margin: 3px 3px 5px 3px;
	text-align: left;
}

.ColumnRightContent li {	/* regular cell of column table on right of the main content area */
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-indent: 0px;
	text-align: left;
}

.ColumnRightFooter {	/* header cell of the column table on the right of the main content area */
	background-image: url(/images/column_footer.jpg);
	background-color: #000099;
	height: 5px;
}

.ColumnRightHeader {	/* header cell of the column table on the right of the main content area */
	background-image: url(/images/column_header_bg.jpg);
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.ColumnRightHeader a:link {	/* header cell of the column table on the right of the main content area */
	color: #FFFFFF;
	text-decoration: none;
}

.ColumnRightHeader a:hover {	/* header cell of the column table on the right of the main content area */
	color: #FFFFFF;
	text-decoration: none;
}

.ColumnRightHeader a:active {	/* header cell of the column table on the right of the main content area */
	color: #FFFFFF;
	text-decoration: none;
}

.ColumnRightHeader a:visited {	/* header cell of the column table on the right of the main content area */
	color: #FFFFFF;
	text-decoration: none;
}

.ColumnRightHeader h3 {	/* header cell of the column table on the right of the main content area */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link.Nav3, a:visited.Nav3 {	/* the links for the Nav3 ID's */
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	border-top: 0px none;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
}

a:hover.Nav3, a:active.Nav3 {	/* the links for the Nav3 ID's */
	color: #000066;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	border-top: 0px none;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
}

.TableCellHeader1 {
	color: #FFFFFF;
	background-color: #0066CC;
}

.TableCellAlternate1 {
	background-color: #EEEEEE;
}

.TableCellAlternate2 {
	background-color: #CCCCCC;
}

/*-------------ID's---------*/

#BannerImageLeft { /* a theme image to go on left end of the banner */
	border: 0px none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	width: 447px;
	height: 184px;
	z-index: 0;
}

#BannerImageRight { /* the main theme image for the banner */
	border: 0px none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 447px;
	width: 313px;
	height: 184px;
	z-index: 0;
}

#Footer { /* the footer */
	position: relative;
	margin: 40px 0px 0px 0px;
}

#Footer hr { /* the footer */
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 720px;
	height: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: center;
}

#FooterAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#FooterCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#FooterLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #006699;
	margin: -13px 10px 10px 0px;
	padding: 0px;
}

#FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #006699;
}

#FooterLogo {
	float: left;
	border: 0px none;
	margin: 0px 10px 10px 10px;
}

#MainContent {	/*the main content area of the page */
	position: relative;
	margin: 10px;
	padding: 10px;
	width: 740px;
	z-index: 0;
}

#MainTable {	/* the underlying table that contains ALL page contents and centers them in a 760px area on the screen */
	background-color: #FFFFFF;
	border-top: 0px none #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px auto;
	width: 762px !important;
	text-align: left;
	z-index: 0;
}

#Nav1 { /*the top row of navigation links on the page */
	position: relative;
	top: -3px;
	left: 0px;
	width: 760px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 2px 0px;
	font-size: 12px;
	text-align: right;
	background-image: url(/images/nav2_bg.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#Nav1 a:link, #Nav1 a:visited {	/*the top row of navigation links */
	margin: 0px 0px 0px 0px;
	padding: 2px 15px 4px 15px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#Nav1 a:hover, #Nav1 a:active {	/*the top row of navigation links */
	margin: 0px 0px 0px 0px;
	padding: 2px 15px 4px 15px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

#Nav1 h3 {	/*the top row of navigation links is a h3 */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006699;	
}

#Nav2 {	/*the main navigation links for services */
	position: relative;
	top: -9px;
	left: 0px;
	width: 760px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}

#Nav2 a:link, #Nav2 a:visited {	/*the main navigation links for services */
	margin: 0px 0px 0px 0px;
	padding: 1px 50px 0px 50px;
	color: #006699;
	text-decoration: none;
	border: 0px none;
}

#Nav2 a:hover, #Nav2 a:active {	/*the main navigation links for services */
	margin: 0px 0px 0px 0px;
	padding: 1px 49px 0px 49px;
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
	border: 1px solid #000066;
}

#Nav2 h2 {	/*the main navigation links for services are h2's */
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	background-color: #EEEEEE;
}

#Nav2 hr {	/*there is a hr below the main navigation links for services (this hr frames the h3 links */
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
	position: absolute;
}

#Nav2Services {	/*the services title that is not a link */
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 1px 30px 1px 30px;
	background-color: #000033;
	color: #FFFFFF;
	z-index: 0;
}

#Nav2Internet {	/* the internet menu main title  */
	color: #006699;
	background: #EEEEEE;
}

#Nav2Network {	/* the network menu main title  */
	color: #006699;
	background: #EEEEEE;
}

#Nav2Hardware {	/* the hardware menu main title */
	color: #006699;
	background: #EEEEEE;
}

#Nav3Hardware {	/* the hardware sub-menu */
	visibility: hidden;
	position: absolute;
	top: 228px;
	margin: 0px 0px 0px 172px;
	padding: 0px;
	text-align: left;
	color: #006699;
	z-index: 10;
}

#Nav3Internet {	/* the internet sub-menu */
	visibility: hidden;
	position: absolute;
	top: 228px;
	margin: 0px 0px 0px 517px;
	padding: 0px;
	text-align: left;
	color: #006699;
	z-index: 10;
}

#Nav3Network {	/* the network sub menu */
	visibility: hidden;
	position: absolute;
	top: 228px;
	margin: 0px 0px 0px 349px;
	padding: 0px;
	text-align: left;
	color: #006699;
	z-index: 10;
}
