@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body { 
	margin:0px; 
	padding:0px; 
	width:100%; 
	background:#ffffff; 
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666666; 
	line-height:18px; 
	text-align:left;
}
a {color: #0066FF; text-decoration: none}
a:link {color: #0066FF; text-decoration: none}
a:visited {text-decoration: none; color: #0066FF}
a:hover {color: #666666}
a:active {text-decoration: none; color: #0066FF}
h1 {color: #666666; font-size: 20px;line-height:25px;margin: 0 0 10px 0;}
h2 {color: #666666; font-size: 20px;line-height:25px;margin: 0 0 10px 0;}
h3 {color: #666666; font-size: 12px;line-height:16px;text-decoration:underline;margin: 0 0 10px 0;}
h4 {color: #666666; font-size: 12px;line-height:16px;text-decoration:underline;margin: 0 0 10px 0;}
.spacer{clear:both;}
#container{
	display:block;
	position:relative;
	width:780px;
	margin:0 auto;
}
#header{
	display:block;
	width:100%;
	height:78px;
	margin:10px 0 10px 0;
	
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:213px;
	height:78px;
	background:url("../images/patriot-logo.jpg") no-repeat left top;
}
#call{
	position:absolute;
	top:25px;
	left:220px;
	width:380px;
	font: bold 18px Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	color:#003265;
	text-align:center;
}
#livechat{
	position:absolute;
	top:0px;
	right:0px;
	width:175px;
	height:78px;
}
#menubar{
	display:block;
	position:relative;
	height:203px;
}
#content{
	display:block;
	position:relative;
	border:1px solid #000;
	border-top:0px;
	border-bottom:0px;
	padding:10px;
	line-height:15px;
}
#content ul {
	margin:0 0 10px 30px;
}
#content ul li ul{
	margin:0 0 0px 30px;
}
#content .ulcenter{
	width:200px;margin:0 auto;
}
#contentleft{
	display:block;
	float:left;
	width:435px;
}
#contentright{
	display:block;
	float:right;
	width:300px;
	text-align:center;
}
#contentleft p {
	margin:0 0 10px 0;
	text-align:justify;
}
#contentright p {
	margin:0 0 10px 0;
	text-align:center;
}
#contentright .floatleft{
	display:block;
	float:left;
	width:125px;
	height:110px;
	margin:0 10px 0 0;
}
#contentright .floatleft img{
	border:1px solid #0000ff;
}
#contentright .floatright{
	display:block;
	float:right;
	width:165px;
	margin:20px 0 0 0;
	text-align:left;
}
#contentleft .floatleft{
	display:block;
	float:left;
	width:125px;
	height:110px;
	margin:0 10px 0 0;
}
#contentleft .floatleft img{
	border:1px solid #0000ff;
}
#contentleft .floatright{
	display:block;
	float:right;
	width:300px;
	margin:20px 0 0 0;
	text-align:left;
}
#contentbottom{
	display:block;
	height:49px;
	background:url("../images/il-footer.jpg") no-repeat left bottom;
}
#footer p{
	text-align:center;
	margin:0 0 5px 0;
	
}
.footer1 a{
	font-weight:bold;
}
.footersmall{
	font-size: 10px;
	line-height:12px;
}
.Center{
	text-align:center;
}
.Left{
	text-align:left;
}
.Right{
	text-align:right;
}
.twocolumn{
	margin:20px 0 0 0;
}
.borderimg{
	border:1px solid #000;
}
.CenteredText{
	text-align:center;
	margin:10px 0 10px 0;
}