﻿/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}
html, body{
	margin: 0px;
	padding: 0px;
	border:0px;
}

/* 1em = 10px */
body {
font-size: 62.5%;
font-family:Trebuchet MS,Arial,  Sans-Serif;
background:#013c7e;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#013c7e; text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color:#588abd;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#76b9fe;
}

p { 
font-size: 1.2em; 
padding-bottom:1.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

ol, .lists{font-size:1.2em; margin-left:35px;}
.lists{list-style-image: url(images/bluearrow-gray.gif);}
.lists2{font-size:1em; margin-left:35px;}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.floatRight10{float:right; margin-left:10px; margin-bottom:10px;}
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.gray{color:#3986e8;}

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	width: 933px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	height:205px;
	background:url(images/header.gif) no-repeat;
}

#header2{
	height:80px;
	background:url(images/header2.gif) no-repeat;
}

/* menu options */
#menu {
	height:35px;
	background:url(images/menubg.gif) repeat-x;
	margin-right:4px;
	margin-left:4px;
	padding: 0 60px ;
	z-index:1000;
	text-align:center;
	position:relative;
}
#menu ul {
	margin: 0; 
	padding: 0;
	}
#menu li {
	position: relative; 
	list-style: none;  
	float: left; 
	}
#menu ul.level1{
    list-style-type: none;
    text-align: center;
    padding: 0;
    font-size:1.8em;
    font-family:Trebuchet MS, Tahoma;
    line-height:1.9em;
    z-index:1000;
}

#menu a:link, #menu a:visited, #menu a:active {color:#000000; text-decoration:none;}
#menu ul.level1 li {list-style-type: none;text-align: center;float:left;margin: 0 10px;}

#menu ul.level1 li a{display: block; padding: 0 15px 0 15px;}
#menu ul.level1 li a:hover{text-decoration:none;background:url(images/menubg-over.gif) repeat-x #000;color:#fff;}

#menu ul.level1 li ul.level2{position:absolute; width:190px; left:-999em;}
#menu ul.level1 li:hover ul.level2{left:auto;display:block;z-index:2000; position:absolute;}

#menu ul.level2 {font-size:.8em; line-height:1.4em; background:url(images/dropbg.gif);border:1px solid #fff;}
#menu ul.level2 li{text-align:left; margin:0px; color:#fff;padding: 0; width:190px; line-height:1.6em;}
#menu ul.level2 li a:hover {background:#003C7E;}
#menu>ul a {width: auto;}

/* content */
#pagebody{
	height:410px;
	background:url(images/pagebodyfull.gif) no-repeat;
	margin-right:0px;
	margin-left:0px;
}

#pagebody2
{
    min-height:410px;
	background:url(images/bottom-bar.gif) repeat-x #dedede bottom;
	margin-right:4px;
	margin-left:4px;
}

/* for Internet Explorer */
/*\*/
* html #pagebody2 {
height: 410px;
}
/**/

#subhead{height:57px; background:url(images/subhead.gif) no-repeat;padding-top:32px;padding-left:130px;}
#subheadtext{color:#013c7e; font-size:2.4em; font-family:Trebuchet MS, Tahoma; }

#centercontent{padding:25px 20px 25px 20px;}
#centercontent h2{color:#588abd; font-size:2em; font-family:Trebuchet MS, Tahoma; margin-bottom:25px; }
#centercontent h3{ margin-bottom:10px;margin-top:10px;}

#maintable {height:210px; margin-left:4px; margin-top:4px;}
#maintable h2{padding-top:5px;color:#013c7e; font-size:1.8em; font-family:Trebuchet MS, Tahoma;}
#maintable td{width:230px;}
.headings td{border-bottom:1px solid #adb4b9; height:60px;}
.headings td img{float:left; margin-left:15px; margin-right:10px;}
.linklists td{border-bottom:1px solid #adb4b9; height:150px;border-top:1px solid #cbdae5; vertical-align:top; padding-top:5px;}

.col1{ border-right:1px solid #adb4b9;}
.col2{ border-right:1px solid #adb4b9;border-left:1px solid #cbdae5;}
.col3{ border-right:1px solid #adb4b9;border-left:1px solid #cbdae5;}
.col4{ border-left:1px solid #cbdae5;}

.yellowarrow{font-size:1.2em; line-height:1.4em;list-style-image: url(images/bluearrow.gif); margin-left:35px;}
.yellowarrow a {color:#0e2f56;}
.yellowarrow a:hover{color:#3986e8;text-decoration:none;}

#footlinks a{color:#3986e8; text-decoration:none;}
#footlinks a:hover{color:#dcdcdc;}

#bottomad{text-align:center;}
#bottomad img {margin:12px;}
#bottomad img {border:0px;}

#leftcol{
	width:250px;
	padding-top:20px;
	float:left;
}

#rightcol{
	margin-left:270px;
	width:430px;
	padding-left:20px;
}

/* footer */
#footer{
	margin-right:4px;
	margin-left:4px;
	padding-top:80px;
	clear:both;
	height:118px;
	background:url(images/footerbg.gif) no-repeat;
}

#copyright{float:left; width:350px; color:#868786;}
#footlinks{float:right; font-size:1.2em; color:#d5d5d5; text-align:right;}