/* 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:Arial,Trebuchet MS,  Sans-Serif;
background:url(images/blackbg.gif) repeat;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#000;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #000;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#bcd2c3;
}


p { 
font-size: 1.2em;
line-height:1.4em;
padding-bottom:14px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.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; }

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0px;
	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;
	color:; 
	background-color:transparent;
	width: 702px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	height:122px;
}

#pagebodytop{height:233px;}

/* content */
#pagebody{
	background:url(images/pagebodybg.gif) repeat-y;
}


#menu a{
margin-left:0px;
margin-right:10px;
padding-left:18px; 
padding-top:5px;
padding-bottom:5px;
border-bottom:1px dotted #3aa8ff;
display:block; 
font-size:1.4em; 
line-height:1.4em;
color:#b9e1ff;
font-weight:bold;
}
#menu a:hover{ color:#ffcd3b;text-decoration:none;}

#officeloc{margin-left:10px;margin-top:15px; padding-bottom:20px;}
.officehead{color:#e7f5ff; margin-top:20px;}
.officebody{color:#ffffff; font-weight:bold;}
#leftcol{
	width:200px;
	height:100%;
	padding-top:35px;
	float:left;
	background:url(images/leftbg.gif) repeat-x #0a3174;

}

#rightcol{
	padding-right:20px;
	padding-left:15px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:200px;
	width:461px;
	background:url(images/rightbg.gif) repeat-x #fff;
	min-height:500px;
}
/* for Internet Explorer */
/*\*/
* html #rightcol {
height: 500px;
}

/**/


#rightcol img{border:3px solid #9ebacd; margin-top:5px; margin-bottom:5px;}

.tophead{border-bottom:1px solid #9ebacd; color:#497fa5;padding-bottom:5px; margin-bottom:10px; clear:right;}
.smallhead{color:#18466a;padding-bottom:0px; margin-bottom:5px;}
.liststuff{margin-left:20px; margin-bottom:7px; font-size:1.2em;}
.liststuff li{margin-top:4px; margin-bottom:4px;}
.liststuff ul{margin-left:20px; margin-bottom:7px; margin-top:7px;}


.firstword{color:#18466a; font-style:italic;}
#fauxcol{background:#092D6E;margin-right:3px; margin-left:3px;}

.tblcontact {margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;}
.tblcontact td{vertical-align:top; width:220px}
/* footer */
#innerfooter{
	margin-top:-10px;
	text-align:center;
    background:url(images/pagefooter.gif) no-repeat;
	height:17px;

	clear:both;
}

#outterfoot{text-align:center; margin-top:10px; color:#ffffff;}
#outterfoot a{color:#b9e1ff;}

