/* CSS Document */
	*{
		margin: 0px;
		padding: 0px;
	}
	p{
		margin: 0px 0px 0px 20px;
	}
	a img{
		border: none;
	}
	body{
		background-image: url("images/bg-2.jpg");
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 10pt;
	}
ul { list-style-type: disc; margin: 1em 0 1em 40px; }
li { list-style-type: disc; margin: 15px 0 15px 30px; }
#container{
		margin: 0px auto;
		padding: 10px 0px 10px 0px;
		width: 752px;
	}
	#header{
		width: 752px;
		height: 168px;
	}

/*   header formatting  */
	#header #headertop{
		width: 752px;
		background-image: url("images/bg-page-header-2.jpg");
		height: 92px;
		color: white;
	}
	#header #menu{
		position: relative;
		top: 58px;
		right: 1px;
		font-size: 8pt;
		float: right;
	}
	.button{
		color: #294163;
		height: 19px;
		width: 102px;
		background-image: url("images/bg-button-2.jpg");
		background-repeat: repeat-x;
		padding: 3px 0px 0px 0px;
		text-align: center;
		border-top: 1px Solid Black;
		border-left: 1px Solid Black;
		float: left;
	}
	.button a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.button a:hover{
		color: #294163;
	}
	#header #headerbottomcontainer{
		position: relative;
		width: 734px;
		height: 76px;
		left: 9px;	
	}
	#header #headerbottomleft{
		background-image: url("images/bg-left-page-image-home-2.jpg");
		width: 367px;
		height: 76px;
		float: left;	
	}
	#header #headerbottomright{
		background-image: url("images/bg-right-page-image-2.jpg");
		width: 367px;
		height: 76px;
		float: left;	
	}
	#header #headerbottomright #pagetitle{
		color: #2B4164;
		font-size: 26pt;
		font-weight: bold;
	}

/*   container formatting  */
	#contentcontainer{
		background-image: url("images/bg-page-content.gif");
		background-repeat: repeat;
		width: 752px;
		float: left;
	}
	#contentcontainer #leftcontent{
		width: 162px;
		float: left;
	}
	#contentcontainer #leftcontent #topcontent{
		height: 200px;
		float: left;
	}
	#contentcontainer #leftcontent #bottomcontent{
		position: relative;
		background-image: url("images/bg-page-glasses-2.jpg");
		background-repeat: no-repeat;
		width: 151px;
		height: 204px;
		left: 10px;
		float: left;
	}
	#contentcontainer #leftcontent .agency{
		position: relative;
		background-image: url("images/bg-agency-features-2.jpg");
		background-repeat: repeat-x;
		width: 140px;
		height: 19px;
		top: 10px;
		border-left: 1px Solid Black;
		border-right: 1px Solid Black;
		margin: 1px 0px 3px 0px;
		padding: 2px 0px 0px 10px;
		font-size: 13px;
	}
	#contentcontainer #leftcontent .agency a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#contentcontainer #leftcontent .agency a:hover{
		color: #466291;
	}
	#contentcontainer #leftcontent .links{
		position: relative;
		padding: 0px 0px 0px 20px;
		font-size: 10pt;
		font-weight: bold;
		top: 15px;
	}	
	#contentcontainer #leftcontent .links a{
		color: #2B4164;
		text-decoration: none;
	}
	#contentcontainer #leftcontent .links a:hover{
		color: #2B4164;
		text-decoration: underline;
	}
	#contentcontainer #leftcontent #agencylinkstext{
		position: relative;
		color: #000000;
		font-size: 8pt;
		top: 30px;
		padding: 0px 5px 0px 15px;
	}	
	#contentcontainer #rightcontent{
		width: 550px;
		padding: 10px 20px 10px 20px;
		float: right;
	}
	#contentcontainer #rightcontent .contenttitle{
		background-image: url("images/bg-page-contenttitles-2.jpg");
		background-repeat: no-repeat;
		width: 537px;
		height: 22px;
		padding: 3px 0px 0px 5px;
		color: white;
		font-size: 14px;
		font-weight: bold;
		float: left;
	}

/*   footer formatting  */
	#footer{
		background-image: url("images/bg-page-footer-2.jpg");
		background-repeat: repeat-x;
		width: 750px;
		height: 30px;
		color: white;
		font-size: 10px;
		border-left: 1px Solid Black;
		border-right: 1px Solid Black;
		float: left;
	}
	#footer #copy{
		float: left;
		color: #FFFFFF;
		padding: 8px 0px 0px 5px;
	}
	#footer #createdby{
		float: right;
		color: #FFFFFF;
		padding: 8px 5px 0px 0px;
	}
	#footer #createdby a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer #createdby a:hover{
		color: #000000;
		text-decoration: none;
	}


	.contactlabel{
		float: left;
		width: 172px;
		padding-right: 18px;
		padding-top: 5px;
		text-align: right;
	}
	.contactfield{
		float: left;
		width: 350px;
		padding-left: 5px;
		padding-top: 5px;
	}
	.contactfield a{
		color: #000000;
		text-decoration: none;
	}
	.contactfield a:hover{
		color: #FFFFFF;
	}

	hr{
	margin: 0px auto;
	width: 80%;
	}
