/* 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/bodylines.gif) repeat;
text-align:center;
color:#fff;
}

a:link{ 
background-color: transparent;
color:#9acfe9;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #a8e2ff;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#a8e2ff;
}


p { 
font-size: 1.2em; 
line-height:1.4em;
padding-top:6px;
padding-bottom:6px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Trebuchet MS, Arial, Sans-Serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
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; }

/* container */
#container{
	position: relative;
	margin-top: 10px;
	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: 771px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	padding-left:21px;
}
#rightthing{position:absolute;left:616px;text-align:left;width:155px;height:340px; background:url(images/rightthing.gif) no-repeat 0 52px;padding-top:73px;padding-left:28px; }
#rightthing h3{display:block; padding:5px; border:1px solid #fff;margin-right:45px; margin-bottom:5px; font-size:1.4em; color:#fff; background:url(images/headerlines.gif) repeat #2a2a5f;}
#rightthing p{margin-right:45px; color:#fff; font-weight:bold; padding-left:4px; }
#menu{width:617px; height:70px;margin-top:-3px; background:url(images/menupiece.gif) no-repeat;}

#Navi
{
	float:left;
	height:48px;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.4em;
	margin-left:35px;
	margin-top:17px;
}

#Navi li
{
	float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:45px;

	margin:0 0 0 5px;
}

#Navi li a
{
	padding-left:4px; 
	padding-right:4px;
	color:#0b0c5e;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color:#fff;
	background:url(images/menuover2.gif) repeat-x;
}

#imagebar{width:617px; height:135px; background:url(images/imagebar2.gif) no-repeat;padding-top:10px;padding-left:50px}
#imagebar img{float:left;}
/* content */
#pagebody{
	background:url(images/contentbg.gif) repeat-y;
	width:617px;
}
.imagecol{text-align:center;}
.imagecol img{margin-top:5px; margin-bottom:5px; border:1px solid #fff;}

#contents{margin-left:60px; margin-right:60px;}
#contents h1{display:block; padding:5px; border:1px solid #fff;color:#fff; background:url(images/headerlines.gif) repeat #2a2a5f;margin-bottom:5px;}
#contents p{padding-left:5px; font-size:1.4em;}
#leftcol{
	width:250px;
	padding-top:20px;
	float:left;
}

#rightcol{
	margin-left:270px;
	width:430px;
	padding-left:20px;
}
.lists{font-size:1.4em; margin-top:10px; margin-bottom:10px; margin-left:30px; list-style-image: url(images/pdficon_small.gif);}
.lists li{padding-left:10px;}

.insurance{font-size:1.4em;  margin-top:10px; margin-bottom:10px; margin-left:30px;}

/* footer */
#footer{
	text-align:left;
	color:#fff;
	margin-top:10px;
	margin-left:60px;
	height:100%;

}

