/* 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:url(images/background-grad.gif) repeat-x #000;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#1f296d;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color:#1f296d;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#ffffff;
}


p { 
font-size: 1.4em; 
margin-bottom:1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Trebuchet MS,Georgia,Arial, Helvetica, sans-serif;
}
h1 { font-size: 2.4em; margin-bottom:1.2em;}
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em ; }
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; }
.smaller{font-size:1.1em;}
.black{color:#000000;}

/* container */
#container{
	position: relative;
	margin-top: 20px;
	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-bottom:0px;
	color:#fff; 
	width: 725px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	padding-right:25px;
	padding-left:25px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
	background:url(images/contentbg-grad.gif) repeat-x #7d7d7d;
	border-bottom:1px dotted #fff;
}

/* header */
#header{
	height:90px;
}
#header2{height:90px;border-bottom:1px dotted #fff;}
#addbox{padding-top:26px;float:right; text-align:right; font-family:tahoma, arial;font-size:1.2em; font-weight:bold; color:#242424;}
#menu{margin-bottom:10px;border-bottom:1px dotted #ffffff;height:30px;}
#menu a{color:#1f296d;margin-right:7px;font-size:1.4em;height:30px; font-weight:bold;line-height:2.3em;display:inline;padding:10px 5px 10px 5px;}
#menu a:hover{color:#000;text-decoration:none;background:url(images/menu-over.gif) repeat-x;border-bottom:1px dotted #A4A5A4;}
/* content */
#pagebody{

}
#pagebody2{padding-top:30px;}
#leftcol{width:375px;padding-top:10px;float:left;}
#leftcol2{width:725px;padding-top:10px;float:left;}
#leftcol3{	margin-left:210px;
	width:480px;
	padding-left:20px;}
#vmenu{width:200px;float:left;}
#vmenu a{display:block; color:#1f296d; font-size:1.8em; height:28px;font-weight:bold;padding-left:20px;line-height:1.5em;}
#vmenu a:hover{color:#fff; background:url(images/vmenu-over.gif) repeat-x #141a46;text-decoration:none;}
	
#leftcol h2, #leftcol2 h2, #leftcol3 h2{color:#ccffcc;}
.tan{color:#ccffcc;}

.lists{font-size:1.4em;margin-top:12px; margin-bottom:20px; margin-left:30px;}
#rightcol{
padding-top:10px;
	margin-left:400px;
	width:325px;
	padding-left:20px;
}
#rightcol h2, #rightcol2 h2{color:#018266;font-size:1.6em;}
.featured{
    color:#000;
	padding-top:33px;
	padding-left:95px;
	height:73px;
	width:214px;
}
#rightcol2{float:right; width:325px; padding-left:20px;padding-bottom:20px;}
.featured a{color:#00a851;}
.featured a:hover{color:#;}
#feat-personal{background:url(images/feat-personal.jpg) no-repeat;}
#feat-customer{background:url(images/feat-money.jpg) no-repeat;}
.featured p{font-size:1.2em; font-weight:bold;margin-top:6px;}


/* footer */
#footer{
border-top:1px dotted #ffffff;
clear:both;
	text-align:left;
	margin-top:40px;
	padding-top:5px;
	padding-bottom:10px;
	height:100%;
	font-size:1.2em;
	line-height:1.4em;
}
#footer p{font-size:1em;margin:0; padding:0;}
#fmenu{margin-bottom:10px;height:30px;}
#fmenu a{margin-top:-10px;color:#1f296d;margin-right:7px;font-size:1.2em;height:30px; font-weight:bold;line-height:1.9em;display:inline-block;padding:0px 5px 0px 5px;}
#fmenu a:hover{color:#000;text-decoration:none;background:url(images/fmenu-over.gif) repeat-x;}
.subfoot{font-size:1em; margin-top:0px; color:#89ff86;clear:both;}
.subfoot a{color:#f5dfe1}

#logos{float:right;}

