/* CSS Document */

html{
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	margin:0px;
	padding:0px;
	background-color:#042689;
	background-image:url(../imgs/body_bg.png);
	background-repeat:repeat;
	}

.bold{
	font-weight:bold;
	}

.center{
	text-align:center;
	}

#header{
	background-color:#AFD4FE;
	text-align:center;
	border-top:2px solid #0006CC;
	}

/* content */

#content{
	background-color:#FFFFFF;
	width:800px;
	margin:0px auto 20px auto;
	font-size:.8em;
	height:100%;
	border:1px solid #000000;
	}

#content a:link, #content a:visited, #content a:active{
	color:#042689;
	font-weight:bold;
	text-decoration:none;
	}

#content a:hover{
	color:#042689;
	font-weight:bold;
	text-decoration:underline;
	}

#content h2{
	font-size:1em;
	margin:10px;
	}

#contentLeft{
	float:left;
	width:530px;
	padding:15px 15px 0px 15px;
	}


#contentLeft h1{
	font-size:1.2em;
	text-align:center;
	}

#contentRight{
	padding:15px 15px 0px 15px;
	}

#contentRight img{
	border:2px solid #000000;
	}

#contentBottom{
	clear:both;
	padding:20px;
	}

#contentBottom h2{
	font-size:1em;
	margin:0px;
	}

#contentBottom p{
	margin:5px 0px 0px 10px;
	}

/* footer */

#footer{
	clear:both;
	color:#FFFFFF;
	font-size:.6em;
	text-align:right;
	width:800px;
	margin:0px auto 0px auto;
	}

#footer a:link, #footer a:active, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

/* scans */

#contentScan{
	background-color:#FFFFFF;
	width:800px;
	height:400px;
	margin:0px auto 20px auto;
	padding:10px;
	font-size:.8em;
	border:1px solid #000000;
	}

#contentScan h1{
	font-size:1.5em;
	text-decoration:underline;
	margin-top:10px;
	}

#contentScan img{
	float:left;
	margin:10px;
	}

#contentScan p{
	margin:15px;
	}

.procedureBack{
	text-align:center;
	margin:20px;
	clear:both;
	}
.procedureBack a:link, .procedureBack a:active, .procedureBack a:visited{
	color:#042689;
	font-weight:bold;
	text-decoration:none;
	}

.procedureBack a:hover{
	color:#042689;
	font-weight:bold;
	text-decoration:underline;
	}

/* map */

#map{
	text-align:center;
	padding:15px;
	}

#map img{
	border:1px solid #000000;
	}

#insurance{
	padding:20px;
	}
	
/* main tabs */
#tabwrap{
	clear:both;
	text-align:left;
	}

#tabs {
  width:100%;
  /* background:#DAE0D2 url(../images/bg1.gif) repeat-x bottom; */
  font-size:93%;
  line-height:normal;
  }
  
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  width:550px;
  }
#tabs li {
  float:left;
  background:url(../imgs/norm_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  background:url(../imgs/norm_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#042689;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#FFFFFF;

  }
#tabs #current {
  background-image:url(../imgs/norm_left_on.gif);
  }
  
#tabs #current a {
  background-image:url(../imgs/norm_right_on.gif);
  color:#FFFFFF;
  padding-bottom:5px;
  }
 
 #tabs #current a:hover {
  background-image:url(../imgs/norm_right_on.gif);
  color:#CCCCCC;
  padding-bottom:5px;
  }

#bluebar{
	height:15px;
	background-color:#042689;
	clear:left;
	padding:0px;
	vertical-align:top;
	}

#bluebar img{
	border:0px;
	margin:4px;
	padding-bottom:3px;
	}

/* end main tabs */