/***********************************************/
/* FLG5.css                                    */
/* Use with index.html                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	font-size:70%;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.1;	
	margin: 0px;
	padding: 0px;
	}

a:link{
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	}

a:visited{
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	}

a:hover{
	color: #006699;
	text-decoration: none;
	background: #ffffff;
	}

h2 a:link{
	color: #006699;
	text-decoration: none;
	}
	
h2 a:visited{
	color: #006699;
	text-decoration: none;
	}

h2 a:hover{
	color: #000000;
	text-decoration: none;
	font-size: 105%;
	}

h2 a:active{
	color: #000000;
	text-decoration: none;
	}

h2 a:focus{
	color: #006699;
	text-decoration: none;
	}


div#siteInfo a:link{
	color: #006699;
	text-decoration: none;
	background: white;
	}

div#siteInfo a:visited{
	color: #006699;
	text-decoration: none;
    }

div#siteInfo a:hover{
	color: #006699;
	text-decoration: underline;
	}
div div a:link{
	color: #006699;
	text-decoration: none;
	background: #ffffff;
	}

div div a:visited{
	color: #006699;
	text-decoration: none;
	background: #ffffff;
	}

div div a:hover{
	color: #006699;
	text-decoration: underline;
	background: #ffffff;
	}

a img {
    border: none;
	float: left;
	}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
 	font-weight: lighter;
	font-style: italic;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
	}

h2{
 	font-family: sans-serif;
 	font-weight: lighter;
 	font-size: 200%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
	}

h3{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 70%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
	}

h4{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
	}

h5{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 110%;
 	font-weight: 300;
	letter-spacing: 4px;
 	color: #444444;
 	margin: 0px;
 	padding: 0px;
	}

ul{
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	font-size: 80%;
	}

ul ul{
 	list-style-type: disc;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	font-size: 80%;
	}
	
div.aboutus_box ul li{
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	padding: .5em 0;
	}
	
div.aboutus_box ul {
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	font-size: 95%;
	}

#content3_box ul{
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 1.5;	
	font-size: 95%;
	}
	
div.content2_box ul{
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 90%;
	}   
	
div.aboutus_box ul{
 	list-style-type: square;
 	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 90%;
	}    	
	

/***********************************************/
/* Layout Divs for Every Page                  */
/***********************************************/


#content{
  position: absolute;
    top: 0px;
    left: 0px;
	height: 90%;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#masthead1{
  position: absolute;
  	top: 0px;
    left: 0px;
    height: 75px;
	width: 100%;
	min-width: 930px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #6699cc;
	/*border-right: 0px;*/
	/*border-bottom: 3px solid #006699;*/
}

#stripe{
  position: absolute;
  	top: 75px;
    left: 0px;
    height: 3px;
	width: 100%;
	min-width: 930px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #006699;
	border: 0px 0px 0px 0px;
}

#stripe2{
  position: absolute;
  	top: 78px;
    left: 0px;
    height: 10px;
	width: 100%;
	min-width: 930px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 0px 0px 0px 0px;
}

#masthead2{
  position: absolute;
    top: 50px;
    left: 255px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #6699cc;
	height: 28px;
	width: 552px;	
}

#headlines{
  float: left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#leftstripes{
  position: absolute;
    top: 78px;
    left: 0px;
	width: 100px;
	height: 615px;
	background-color: #6699cc;
	background-image: url('testback.gif');
	padding: 0px 0px 0px 0px;
}

#lefttop{
  position: absolute;
    top: 78px;
    left: 100px;
	width: 100px;
	height: 100px;
	background-color: #6699cc;
	background-image: url('upperleft.gif');
	padding: 0px 0px 0px 0px;
}

#leftbottom{
  position: absolute;
    top: 593px;
    left: 100px;
	width: 100px;
	height: 100px;
	background-color: #6699cc;
	background-image: url('lowerleft.gif');
	padding: 0px 0px 0px 0px;
}

#rightstripes{
  position: absolute;
    top: 78px;
    left: 950px;
	width: 100px;
	height: 615px;
	background-color: #6699cc;
	background-image: url('testback.gif');
	padding: 0px 0px 0px 0px;
}

#righttop{
  position: absolute;
    top: 78px;
    left: 850px;
	width: 100px;
	height: 100px;
	background-color: #6699cc;
	background-image: url('upperright.gif');
	padding: 0px 0px 0px 0px;
}

#rightbottom{
  position: absolute;
    top: 593px;
    left: 850px;
	width: 100px;
	height: 100px;
	background-color: #6699cc;
	background-image: url('lowerright.gif');
	padding: 0px 0px 0px 0px;
}


/***********************************************/
/* Index Page Divs                             */
/***********************************************/


.index_top_box{
  position: absolute;
    top: 100px;
    left: 165px;
	width: 500px;
	height: 50px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;	
}


.index_vert_box {
   position: absolute;
    top: 130px;
    left: 670px;
	height: 512px;
	width: 224px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    background: #ffffff;
	}

.image {
   	height: 128px;
	width: 224px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    }			

#index1_box {
   position: absolute;
    top: 165px;
	left: 150px;
	height: 50px;
	width: 320px;
	background-image: url('index2.jpg');
	text-align: center;
	padding: 20px 0px 0px 0px;
	}
		
			
#index2_box {
   position: absolute;
    top: 265px;
    left: 190px;
	height: 50px;
	width: 320px;
	background-image: url('index2.jpg');
	text-align: center;
	padding: 20px 0px 0px 0px;
	}

	
#index3_box {
   position: absolute;
    top: 365px;
    left: 230px;
    height: 50px;
	width: 320px;
	background-image: url('index2.jpg');
	text-align: center;
	padding: 20px 0px 0px 0px;
	}


#index4_box {
   position: absolute;
    top: 465px;
    left: 270px;
    height: 50px;
	width: 320px;
	background-image: url('index2.jpg');
	text-align: center;
	padding: 20px 0px 0px 0px;
	}

.index_bottom_box{
  position: absolute;
    top: 575px;
    left: 292px;
	width: 370px;
	height: 100px;
	background-color: #ffffff;
	}	

div#logo_box {
   position: absolute;
    top: 575px;
    left: 140px;
	background: #ffffff;
	height: 60px;
	width: 90px;
	margin: 0px;
	}			

/***********************************************/
/* Content Page Divs                            */
/***********************************************/


.content_top_box{
  position: absolute;
    top: 100px;
    left: 190px;
	width: 380px;
	height: 50px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: center;	
	}

.content_bottom_box{
  position: absolute;
    top: 715px;
    left: 262px;
	width: 440px;
	height: 50px;
	background-color: #ffffff;
	}


.content_vert_box {
   position: absolute;
    top: 130px;
    left: 670px;
	height: 512px;
	width: 224px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    background: #ffffff;
	}

.text {
   	height: 128px;
	width: 490px;
	padding: 0px;
	margin: 0px;
	border: 2px;
	}					

.text2 {
   	height: 400px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	border: 2px;
	background-color: #ffffff;
    }				

.content1_box {
   position: absolute;
    top: 150px;
    left: 160px;
    background: #ffffff;
	}

.content2_box {
   position: absolute;
    top: 298px;
    left: 157px;
	background: #ffffff;
	height: 380px;
	width: 470px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}	
	
.aboutus_box {
   position: absolute;
    top: 170px;
    left: 157px;
	background: #ffffff;
	height: 380px;
	width: 470px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}			

div#content3_box {
   position: absolute;
    top: 610px;
    left: 300px;
	background: #ffffff;
	height: 100px;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	line-height: .75;
	}		
			
.roundedcornr_box_948633 {
	background: url(roundedcornr_948633_tl.png) no-repeat top left;
	}
	.roundedcornr_top_948633 {
		background: url(roundedcornr_948633_tr.png) no-repeat top right;
	}
	.roundedcornr_bottom_948633 {
		background: url(roundedcornr_948633_bl.png) no-repeat bottom left;
	}
	.roundedcornr_bottom_948633 div {
		background: url(roundedcornr_948633_br.png) no-repeat bottom right;
	}
    .roundedcornr_content_948633 {
		background: url(roundedcornr_948633_r.png) top right repeat-y;	
	}
	.roundedcornr_top_948633 div,.roundedcornr_top_948633,
	.roundedcornr_bottom_948633 div, .roundedcornr_bottom_948633 {
		width: 100%;
		height: 40px;
		/*font-size: 1px;*/
	}
	.roundedcornr_content_948633, .roundedcornr_bottom_948633 {
		margin-top: -19px;
	}
	.roundedcornr_content_948633 { padding: 10px 40px 20px 40px; }
	
.roundedcornr_top_overlay {
   position: absolute;
    top: 298px;
    left: 587px;
	height: 40px;
	width: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(roundedcornr_948633_tr.png) no-repeat top right;
	}

.roundedcornr_top_overlay2 {
   position: absolute;
    top: 170px;
    left: 587px;
	height: 40px;
	width: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(roundedcornr_948633_tr.png) no-repeat top right;
	}

/***********************************************/
/* White Paper Divs                            */
/***********************************************/


.white_main_box{
  position: absolute;
    top: 110px;
    left: 75px;
	width: 700px;
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.2;	
	padding: 10px 10px 10px 10px;
	text-align: left;	
	}

.roundedcornr_top_overlay3 {
   position: absolute;
    top: 120px;
    left: 745px;
	height: 40px;
	width: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(roundedcornr_948633_tr.png) no-repeat top right;
	}
	
.roundedcornr_top_overlay4 {
   position: absolute;
    top: 120px;
    left: 85px;
	height: 40px;
	width: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(roundedcornr_948633_tl.png) no-repeat top left;
	}

.roundedcornr_l_r {
	background: url(roundedcornr_l_r.png) top right repeat-y;
	margin-top: -19px;
	padding: 0 40px;
    }	

/***********************************************/
/*    Tables                                   */
/***********************************************/

table.center {
	height: 50px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #ffffff;
	}		

	tr td#first_center {
		background: #ffffff;
		width:  230px;
		height: 40px;
		margin: 0;
		padding: 0;
		}
		

table.bottom {
	height: 50px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #ffffff;
	}		

	tr td#first_bottom {
		background: #ffffff;
		width:  50px;
		height: 50px;
		margin: 0;
		padding: 0;
		}
		
	tr td#second_bottom {
		background: #ffffff;
		width:  100px;
		height: 50px;
		margin: 0;
		}
		
	tr td#third_bottom {
		background: #ffffff;
		width:  280px;
		height: 50px;
		margin: 0;
		}	
		
	tr td#span_middle {
		background: #ffffff;
		height: 25px;
		margin: 0;
		padding-left: 22px;
		}	
		
	tr td#span_bottom {
		background: #ffffff;
		height: 25px;
		margin: 0;
		padding-left: 80px;
		}		
			

		
/************* #siteInfo styles ***************/

#siteInfo{
  position: absolute;
    top: 693px;
    left: 0px;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #777777;
	padding: 10px 10px 10px 10px;
	width:  97%;
	min-width: 900px;
	}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
	}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
