@charset "UTF-8";
@import url("_css/popup.css");
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-attachment: scroll;
	background-position: center top;
	margin-top: 0px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	line-height:25px;
	margin-bottom:20px;
	font-weight:lighter;
	letter-spacing:-1px
}
p {
	font-size:14px;
	color:#000;
}
a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	font-size:14px;
	color:#fff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 820px;
	margin-top: 325px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-top: 200px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
}
.footer {
	padding: 60px 0;
}
.footer h2, h4, p{
	color:#ececec;
	margin-bottom:5px;
	
}
.footer img{
	margin: 0px 20px 0px 20px;
	
}
.footerwrapper {
	width: 820px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lftcolnm{
	float:left;
	width:500 px;
}
.rtcolnm{
	float:right;
	width:310px;
}
.rtcolnm p{
	color:#000000;
	margin-bottom:25px
}
a.sub:link,a.sub:visited
{
	display:block;
	color:white;
	text-align:center;
	text-transform:uppercase;
	background-color: #b80002;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 18px;
	float: left;
}
a.sub:hover,a.sub:active
{
	background-color:#ffdd51;
	color:#000000
}
.qoutebox{
	margin-top: 40px;
	color:#CCCCCC;
	background-color:#000000;
	padding: 10px;
	text-align:center
}
.qoutebox h3{
	font-size:24px;
	font-weight:lighter;
	margin-bottom:5px;
	color:#FFFFFF
}
.qoutebox p {
	margin-bottom:2px;
	font-size:18px
}
.agentqoute{
	float:left;
	width:400px;
}
.disclaimer{
	font-size:10px;
}

.disclaimer a{
	font-size:11px;
}
.footer2{
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color:#FFFFFF;
	padding-bottom:50px;
	padding-top: 30px;
}
.outerfooter{
	background:#000000;
	border-top:#FFF medium solid
}
.footer2 h3{
	font-weight:lighter;
	font-size:22px;
	text-transform:uppercase;	
	margin-bottom: 1px;
}
.footer2 h1{
	color:#FFF;
}
.info{
	margin-left:210px;
	margin-right:210px;
}
