/* CSS Document */

/*
Main colors

Orange = #F7941E

/* Clear everything - universal selector and general html styling*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
   outline: none;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Standard formatting items */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#002868;
	padding-top: 12px;
	padding-left: 5px;
	padding-bottom: 8px;
}
	
h2 {
	font-size: 11px;
	font-weight:normal;
	color:#D57625;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 5px;
}

h3 {
	font-size: 12px;
	font-weight:normal;
	color:#fff;
	padding-top: 6px;
	padding-bottom: 12px;
}

h4 {
	font-size: 15px;
	font-weight:normal;
	color:#D57625;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 5px;
}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 18px;
	color:#474848;
}
	
a, a:visited, a:hover {
	color:#002868;
	text-decoration: underline;
}
	
/* Custom formatting */
	
	#container {
		width: 1035px;
		padding-top: 5px;
		margin:auto;
	}
	
	#header_holder {
		width: 1035px;
		height: 115px;
		padding: 0px;
	}
	
	#header {
		width: 1035px;
		height:115px;
		background:url("../graphics/header_bg.png") no-repeat;
		padding-top: 0px;
	}
	
	#flash_home_holder {
		width: 1035px;
		height: 366px;
		padding-top: 0px;
		padding-left: 5px;
		background:url("../graphics/white_body_background.png");
		background-repeat: repeat-y;
	}
	
	#flash_home_movie {
		width: 1025px;
		height: 366px;
	}
	
	#content_holder {
		width: 1035px;
		padding-top: 20px;
		background:url("../graphics/white_body_background.png");
		background-repeat: repeat-y;
	}
	
	#content_text {
		/* padding: 10px 225px 15px 10px; */
		padding-left: 10px;
		padding-right: 45px;
		margin-left: 35px;
		width: 470px;
		float: left;
		background:url("../graphics/home_content_text_bg.png") no-repeat;
	}
	
	#content_text h1 {
		padding-top: 55px;
		padding-left: 90px;
	}
	
	#content_text p {
		padding-top: 5px;
	}
	
	#content_text img {
		padding-left: 15px;
		padding-top: 10px;
	}
	
	#content_addl_info {
		width: 450px;
		padding-right: 25px;
		padding-top: 65px;
		float: right;
	}
	
	#content_addl_info img {
		padding: 0px; 
		margin: 0px;
	}
	
	/* - Styling for the 3 column layout **************************************************/
	
	#bar {
		width: 1035px;
		height: 27px;
		background:url("../graphics/color_bar_separator.png") no-repeat;
		margin:0px;
	}
	
	#three_column_content_holder {
		width: 1035px;
		margin:0px;
		padding-top: 0px;
		padding-bottom: 30px;
		background:url("../graphics/three_grid_bg.png");
		background-repeat: repeat-y;
	}
	
	/* - Left area **********************************/
	
	#three_column_content_text {
		width: 345px;
		float:left;
	}
	
	#three_column_content_text h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		letter-spacing:1.2px;
		text-align:left;
		padding-left: 45px;
		padding-right: 35px;
		padding-top: 40px;
	}
	
	#three_column_content_text h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#474848;
		font-size: 12px;
		text-align:left;
		padding-left: 45px;
		padding-right: 35px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/*
	#three_column_content_text h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		text-align:center;
		padding-top: 15px;
		padding-left: 45px;
		padding-right: 45px;
		font-size: 14px;
		font-weight: bold;
		color: #D57625;
	}*/
	
	/* Image replacement */
	
	h2.image_replacement_quote_family {
		width: 340px; height: 90px;
		margin-bottom:0px;
		margin-left:8px;
		background: url("../graphics/family_quote.png") no-repeat;
		text-indent: -9999px;
	}
	
	h2.image_replacement_quote_fitness {
		width: 340px; height: 90px;
		margin-bottom:0px;
		margin-left:8px;
		background: url("../graphics/fitness_quote.png") no-repeat;
		text-indent: -9999px;
	}
	
	h2.image_replacement_quote_finance {
		width: 340px; height: 90px;
		margin-top: 10px;
		margin-bottom:0px;
		margin-left:8px;
		background: url("../graphics/finance_quote.png") no-repeat;
		text-indent: -9999px;
	}
	
	
	#three_column_content_text p {
		text-align:left;
		padding-left: 45px;
		padding-right: 35px;
		padding-top: 0px;
		margin-top:0px;
	}
	
	#three_column_content_text a, a:visited, a:hover {
		padding: 0px;
		text-decoration: none;
		color: #474848;
	}
	
	.three_column_content_text_a {
		text-decoration:none;
	}
	
	/* - Middle area ****************************/
	
	
	#three_column_content_resources {
		width: 345px;
		float:left;
		text-align:center;
		padding-top: 30px;
		margin-top: 30px;
	}
	
	#three_column_content_resources h1 {
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:1.2px;
		text-align:center;
		padding-top: 15px;
		padding-bottom: 6px;
	}
	
	#three_column_content_resources p {
		font-family:Arial, Helvetica, sans-serif;
		padding-left:45px;
		padding-right:45px;
	}
	
	
	#three_column_content_resources h3 {
		text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	}
	
	#three_column_content_resources a, a:visited, a:hover {
		text-decoration: none;
		padding-left: 45px;
		padding-right: 45px;
		text-align:center;
	}
	
	.resourceLink_item a, a:visited, a:hover {
		text-decoration: none;
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 0px;
		padding-bottom: 10px;
		text-align:center;
	}
	
	.resourceLink_item {
		margin-top: 0px;
	}
	
	.resourceLink_item p {
		text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 45px;
		padding-right: 45px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	/* - Right area ****************************/
	
	#three_column_content_media {
		width: 345px;
		float: left;
		text-align:center;
		padding-top: 65px;
	}
	
		
	/* - Footer ******************************/
	
	#white_footer {
		width: 1035px;
		height: 40px;
		background:url("../graphics/white_footer_bg.png") no-repeat;
	}
	
	#three_grid_footer {
		width: 1035px;
		height: 40px;
		background:url("../graphics/three_grid_footer_bg.png") no-repeat;
	}
	
	
	/* mini tabs starts here */
	
	ul#minitabs{
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		/*border-bottom: 1px solid #589FD3;*/
		list-style: none;
		margin-top: 0px;
		margin-left: 430px;
		padding-top: 74px;
		white-space: nowrap
		}

	
	ul#minitabs li {
	display: inline;
	margin: 0 5px;
	padding-right: 10px;
	/*
	border-right: #47627B;
	border-right-style:solid;
	*/
	}
	
	.no_border {
	display: inline;
	margin: 0 5px;
	padding-right: 10px;
	border-right: none;
	}
	
	ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
    /*border-bottom: 2px solid #FFF;*/
	color: #47627B;
	
	}
	
	ul#minitabs a#current{
	border-bottom: 2px solid #FFF;
	color:#D6661D;
	}
	
	ul#minitabs a:hover{
	/*border-color: #000;*/
	color:#D6661D;
	}
	
	/* ditto items go here */
	
#pagination_holder {
	margin-top: 40px;
	border-top:solid 2px;
	border-top-color:white;
}


	.ditto_paging {
		border-top:thin;
	border-top-color: white;
    border-top: 1px solid #333;
    padding: 15px; 
    font-size: 86%;
    color: black;
}

#ditto_pages {
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    border-top: 1px solid #333;
}


#ditto_pages .ditto_currentpage {
	/* This is for next */
	font-size: 11px;
    padding: 1px 1px 2px; 
    margin-right: 1px;
    background-color: #333; 
    color: white;
} 
#ditto_pages .ditto_off {
	/* This is for previous */
	font-size: 11px;
    padding: 1px 1px 2px; 
    margin-right: 1px;
    color: white;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	font-size: 11px; 
    padding: 1px 1px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: white;
} 
#ditto_pages a:hover {
    color: #333;
}

	
	/* end hide */
