/* CSS Document */

.wrapper {
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 32px;
}
body {
	background-color: #CCCC9A;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}

.header {
	width: 800px;
	height:auto;
	float:left;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 168px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 24px;
}

.phone {
	width: 799px;
	height:auto;
	float:left;
	
	text-align: left;
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color:#FFFFFF;
	}
	
.body {
	font-family:Arial;
	font-size:10pt;
	line-height: 17pt;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 16px;
  }
	

.style1 {
	font-size: 16pt;
	font-weight: bold;
	color: #114A66;
}

.content {
width: 541px;
padding:10px;
float:left;
padding-left: 12px;
}

.quotes {
width: 272px;
}

.footer {
width: 800px;
height:60px;
}

.clear {
clear:both;
}

/*  begin navigation */

.menu {
	display:table;
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
	font-size: 7pt;
	color: #CCCC9A;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	vertical-align: bottom;
	padding: 12px;
  }
* html .menu {
	display:inline-block;  /* for IE only */
	width:1px;         /* fix bug in IE for border spacing */
	font:Arial, Helvetica, sans-serif;
	color: #CCCC9A;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
  }  
.menu li {
	display:table-cell;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;    /* ignored by IE */
	color: #CCCC9A;
	border-left-width: 1px;
	border-left-color: #80DBFF;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
  }
* html .menu li {
	display:inline;
	font-size:12px;        /* for IE only */
	color: #CCCC9A;
	vertical-align: middle;
  }
.menu a, .menu a:visited {
	display:block;         /* for all browsers except IE */
	padding:0px 12px 0px 4px;
	color:#CCCC9A;
	; /* add a 1px white border around items */
	text-decoration:none;
	margin-left: 12px;
	border-left-color: #80DBFF;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 8px;
  }
.left_image {
	width: auto;
	padding-top: 24px;
	text-align: center;
}
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:1px 0px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
	color: #BAD6E4;
  }
 .navtype {
	font-family:Arial;
	font-size:10pt;
	line-height: 17pt;
	margin-right: 16px;
  }
   .body {
	font-family:Arial;
	font-size:10pt;
	line-height: 17pt;
	margin-right: 16px;
  }

.lefted {margin:12 auto 0 12;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

.style2 {	color: #C2C1A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
