/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	
	margin: 0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
   	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	/*background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;*/
	background-color:#003168;

}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {


}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #003168;
	line-height: 23px;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 29px;
	clear:both;
}

h2 {	
	font-size: 11px;
	font-weight: bold;
	color: #003168;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear:both;
	width: 250px;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 230px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
  ul { 
		}
 
 li { 	font-size: 23px;
	padding-left: 0px;
	padding-right: 10px;
	color: #1046b1;
	line-height: 27px;

		}
		
ol { 
 		
		margin: 0px 20px 0px 45px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
ol li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 19px;
        color:#000000;
		margin: 0px 0px 0px 20px;
        list-style-image:url(images/li-square.gif);
		
		}



/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
				width:770px;
				text-align:left;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#fff;
				border: 5px solid #ffffff;
				position: relative;
				
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#headercontainer {
width: 770px;
height: 700px;
top: 0px;
position:relative;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
}



/*Formats the main content of the web page */
div#maincontent1 {
					border: 0px;
				    width:415px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:none;
					display:block;
					clear:both;
					position: absolute;
					top: 150px;
					left: 300px;

}

div#maincontent2 {
					border: 0px;
				    width:415px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:none;
					display:block;
					clear:both;
					position: absolute;
					top: 290px;
					left: 330px;

}

div#maincontent3 {
					border: 0px;
				    width:415px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:none;
					display:block;
					clear:both;
					position: absolute;
					top: 460px;
					left: 300px;

}

div#callus {
					border: 0px;
				    width:415px;
					height: 250px;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:none;
					display:block;
					clear:both;
					position: absolute;
					top: 600px;
					left: 200px;
					font-size: 23px;
					padding-left: 0px;
					padding-right: 10px;
					color: #1046b1;
					line-height: 27px;
					text-align:center;

}

.phonenumber {
padding: 10px;
background-color:#003399;
text-align:center;
color:#FFFFFF;
margin-top: 10px;
border: 1px solid #000;

}


/*Formats Contact Info*/
address {
				width:197px;
				height: 150px;
				vertical-align:top;
				font-size:13px;
                font-style:normal;
				margin: 0px 0px 0px 0px;
				padding: 20px 8px 0px 8px;
				color: #003168;
				text-align: left;
				line-height: 16px;
				background-color:#e6e6e6;
				position: absolute;
				top: 0px;
				left: 0px;							
}

address a {
				font-size:13px;
                font-style:normal;
				color: #003168;
				text-align: left;
				line-height: 16px;
					
}

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	}

table#multi  {	
width: 490px;
margin: 0px 0px 0px 0px;
text-align:left;
vertical-align:top;
position:relative;
left: 20px; 
}

table#multi td  {	
	font-size: 11px;
	color: #000000;
	padding: 0px;
	width: 100%;
	text-align:left;	
}

  table#multi ul { 
 		margin: 0px 0px 0px 0px;
		padding:0px;
		}
 
 table#multi ul li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 14px;
        color:#000000;
		margin: 0px 0px 0px 10px;
		list-style-position:inside;	
		}
		


/*-------------------PAGE POSITIONING ----------------*/


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
clear {
	clear: both;
}

img.main {
			position:absolute;
			top: 127px;
			left: 514px;

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 770px;
				height: 50px;
				background: #fff;
				color:#528ED1;
				line-height: 19px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #528ED1;
	text-decoration: underline;

}


/* CSS Document */

