/*--- UNIVERSAL SETTINGS ---*/
* {padding: 0; margin: 0;}

body {
	background-color: #659BCA; 
	background-image: url(../images/background/bg.jpg); 
	background-repeat: repeat-x;}

img {border: none;}

#wrapper {width: 770px; position: relative; margin-left: auto; margin-right: auto; 
	text-align: left; border-left: 0px solid #fff; border-right: 0px solid #069;}
#header {
	height: 286px;
	width: 770px;
	float: left;
	margin: 0 0px 0 0px;}
#content {
	width: 770px;
	background: url("") repeat-y;
	background-color: #659BCA;
	float: left;
	margin: 0 0px;
	padding: 0px;
} <!-- /Templates/wrapbg.jpg -->

/*--- TEXT SETTINGS ---*/
a {
	color: #ffffcc;
	text-decoration: underline;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	border: none;}
a:hover {
	color: #00507D;
	text-decoration: underline;}
a:visited {
	color: #fffcc;
	text-decoration: underline;}
h1 {
	font: bold 24px Arial, Helvetica, Geneva, sans-serif;
	color: #00507D;
	margin: 0 0 10px 2px;
	padding: 3px 0 0 0;}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #00507D;
	margin: 0px 0 0px 0px;}
h3 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #00507D;
	margin: 0px 0 0px 0px;}

.copyholder {
	margin: 10px 15px 0 10px;}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	text-align: justified;}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: justified;}
/* Contains the boxes */
#primaryphoto {
	
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	width: 770px;
	
	margin-left: 0px;
	float: left;
	background: url("") no-repeat;
	display: inline;
}
#getaquotebox1 {
	width: 220px;
	margin: 25px 0px 25px 10px;
	background: url("") no-repeat;
	float: left;
	position: relative;
}
#getaquotebox1 a {
	color: #000000;
	text-decoration: underline;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
	border: none;}
#getaquotebox1 a:hover {
	color: #369;
	text-decoration: underline;}
#getaquotebox1 a:visited {
	color: #ffffcc;
	text-decoration: underline;}

#getaquotebox2 {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 470px;
	margin: 7px 0px 0 255px;
	background: url("") no-repeat;
	position: relative;

}
#getaquotebox2 a {
	color: #00507D;
	text-decoration: underline;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
	border: none;}
#getaquotebox2 a:hover {
	color: #00507D;
	text-decoration: underline;}
#getaquotebox2 a:visited {
	color: #00507D;
	text-decoration: underline;}




/* Contains the four boxes, including featured plans */

#quarterrow {
	margin-top: -250px;
	width: 770px;
	float: left;
	display: inline;
	background: url("/images/footer/footer.jpg") no-repeat;
}

.quarterbox {
	width: 420px;
	height: 490px;
	margin-left: 200px;
	background: url("") no-repeat;
	float: left;
	display: inline;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top: -10px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
.quarterbox ul{
	
	list-style: none;
}

.quarterbox li {
	margin: 2px 0px 0px 0px;
	display: block;
}

/* End General Quarter Row styles. Below are the blackbox styles for the javascript rotator of featured plans */


#generalclear {
	clear: both;
}



/* CSS Document */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-align: center;
	width: 240px;
	height: 100px;
	margin-top: 120px;
	margin-left: 0px;
	position: relative;
}
footer a {
	color: #ffffcc;
	text-decoration: underline;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	border: none;}
footer a:hover {
	color: #fff;
	text-decoration: underline;}
footer a:visited {
	color: #fff;
	text-decoration: underline;}
	
	
.crossout {
	text-decoration: line-through;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.red {
	color: #F00;
}
