/* ----------------------------- Page Setup Start ----------------------------- */

* { margin: 0; padding: 0; } /* Resets all Margins and Paddings to 0.  Puts all browsers on the same playing field. */

a, a:active, a.active { outline: none; } /* Removes dotted area around active <a> tags in Firefox */

body {
	position: relative; /* Makes sure everything within the body tags are placed relative to the body. */
	width: 801px; /* 975 is a good width for 1024x768 browser window */
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: .625em; /* Matches 10px; */
	text-align: center; /* For Centered Layouts in IE 5.5 */
	}

fieldset, img { color: #eebc35; border: 0; }

p, td {  }
li {  }
h1 { font-family: sans-serif, Arial, sans-serif; font-size: 2.8em; }  /* Default Size for h1 is 18px - based on an 10px height */
h2 { font-family: sans-serif, Arial, sans-serif; font-size: 1.5em; } /* Default Size for h2 is 15px - based on an 10px height */
h3 { font-size: 1.2em; } /* Default Size for h3 is 12px - based on an 10px height */
h4 { font-size: 1.1em; } /* Default Size for h4 is 11px - based on an 10px height */
h5 { font-size: 1em; } /* Default Size for h5 is 10px - based on an 10px height */
h6 { font-size: .9em; } /* Default Size for h6 is 9px - based on an 10px height */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: .7em 0 .5em 0; }
ul { margin: .5em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }

a:link { text-decoration: none; }					/* unvisited link */
a:visited {  }										/* visited link */
a:hover { text-decoration: underline; }				/* mouse over link */
a:active {  }										/* selected link */

em { font-weight: bold; font-style: normal; }

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul.vertical li {
		margin: 0;
		padding: 0;
	}
	
	ul.horizontal li {
		margin: 0;
		padding: 0;
		float: left;
	}	

/* ----------------------------- Page Setup End ------------------------------- */

/* ----------------------------- Header Start ----------------------------- */

#header {
	width: 801px;
	height: 156px;
	background: url(../images/primerica/header.jpg) no-repeat 0 0;
	position: relative;
	text-align: left;
	margin-top: 40px;
	
}

	#header h1 {
		color: #ffffff;
		font-size: 3.7em;
		margin: 0 0 0 24px;
		padding: 60px 0 0 0;
		font-weight: normal;
	}

.header {
	background-image: url(../images/primerica/bluebar.gif);
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 80px;
	position: relative; /* Resets IE 5.5 Fix */
	height: 156px;
	width: 801px; /* Same width as body, minus any padding or border for this element, this case 2px border.  (975-2)px */
	background-color: blue;
	border: 0px solid #333333;
	overflow: hidden;
}

/* ----------------------------- Header End ------------------------------- */

/* ----------------------------- Content Start ----------------------------- */

#main_container {
	/*
	background-repeat: repeat-x;
	font-family: sans-serif, Arial, sans-serif;
	font-size: larger;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 35px;
	padding-top: 0px;
	float: left;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	text-align: left;
	width: 600px;
	*/
	text-align: left;
}

#main_container h2 {
	color: #a4a4a4;
	font-size: 2.5em;
	font-weight: normal;
}

#callout {
	width: 240px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #aaaaaa;
}

	#callout p {
		font-size: 1.2em;
		color: #666666;
		margin: 0;
		padding: 0;
		line-height: 1.4em;
	}
	
	#callout p a {
		color: #336799;
		font-weight: bold;
		text-decoration: underline;
	}
	
	
	
#main_content {
	width: 530px;
	
}

	#main_content p {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		color: #222222;
	}
	
		#main_content p a {
			margin: 0 0 0 24px;
			padding: 0;
			font-size: 1.4em;
			color: #336799;
			font-weight: bold;
			text-decoration: underline;
		}
	
	#main_content ul {
		list-style-type: none;
		margin-left: 24px;
	}
	
		#main_content ul li {
			font-size: 1.4em;
			color: #222222;
			line-height: 2em;
			margin: 0;
			padding: 0;
		}
		
		#main_content ul li.first {
			font-size: 1.6em;
			color: #336799;
			font-weight: bold;
		}
		
#footer {
	width: 801px;
	border-top: 1px solid #AAAAAA;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

	#footer ul {
		margin: 20px 0 0 0px;
	}
	
	#footer ul li {
		width: 140px;
		padding-right: 35px;
		padding-left: 24px;
		font-size: .9em;
		color: #666666;
	}