/*   
Theme Name: The Insurance Help Center
Theme URI: http://www.theinsurancehelpcenter.com
Description: The Insurance Help Center main theme. Still a work in progress.
Author: Brandon Russell
Author URI: http://www.noyoudo.com
Version: 1
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}


/* ::: HTML BODY ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background: #91b6b4; /* MATCH FOOTER BKGD COLOR */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* ::: HEADER DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header_wrapper {
	float: left;
	background: #fff;
	width: 100%;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#header_content {
	width: 972px;
	padding: 0;
	margin: 0 auto 0 auto;
}

	#header_content_logo {
		float: left;
		padding: 0;
		margin: 0;
		
		display: inline;
	}
	#header_content_logo img {
		border: 0;
	}
	
	#header_content_nav ul {
		float: left;
		text-align: left;
		padding: 0;
		margin: 60px 0 0 0;
		width: 481px;
		font-size: .75em;
		
		display: inline;
	}
	#header_content_nav li {
		display: inline;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	
		#header_content_nav li a {
			color: #6f6f6f;
			padding: 0 0 0 27px;
			margin: 0;
			text-decoration: none;
		}
		#header_content_nav li a:hover {
			color: #f87846;
		}
	#current {
		color: #91b6b4;
	}
		#current a {
			color: #91b6b4 !important;
		}
		#current a:hover {
			color: #f87846 !important;
		}


/* ::: FEATURED NAV DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#features-wrapper {
	float: left;
	background: #f7f7f0 url(/images/features-bkgd.gif) repeat-x top;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#features-content {
	width: 972px;
	height: 223px;
	padding: 0;
	margin: 0 auto 0 auto;
}


/* ::: QUOTES FEATURED NAV DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#quotes-header-wrapper {
	float: left;
	background: #91b6b4;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#quotes-header-content {
	background: #91b6b4 url(/images/features-quotes-bkgd.jpg) top no-repeat;
	width: 520px;
	height: 142px;
	padding: 14px 164px 0 288px;
	margin: 0 auto 0 auto;
}

	#quotes-header-content p {
		color: #fff;
		font-size: .8em;
		text-align: justify;
		padding: 0;
		margin: 5px 0 0 2px;
	}


/* ::: BODY DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#body_wrapper {
	float: left;
	background: #f7f7f0;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	border-bottom: #d7be51 5px solid;
	
	display: inline;
}

#body_content {
	width: 950px;
	padding: 0;
	margin: 20px auto 30px auto;
}

	#body_content img {
		float: left;
		border: 0;
		padding: 0;
		margin: 0 20px 0 0;
	
		display: inline;
	}

	#body_content p {
		color: #646464;
		font-size: .9em;
		text-align: justify;
		line-height: 1.7em;
		padding: 0;
		margin: 0;
	}

#post_wrapper {
	float: left;
	width: 575px;
	padding: 0;
	margin: 0 90px 0 0;
	
	display: inline;
}

	.post_entry_container {
		background: #f0f0e7;
		width: 555px;
		padding: 20px 10px 10px 10px;
		margin: 0 0 40px 0;
		border-top: 1px solid #658785;
	}
		.post_entry_container img {
			width: 332px;
			height: auto;
			border: 0;
		}
		.post_entry_container table {
			color: #3d3b3b;
			font-size: .8em;
			font-weight: lighter;
			padding: 0;
			margin: 3px 0 10px 0;
		}
			.post_entry_container table a {
				color: #2f9180;
				text-decoration: none;
			}
			.post_entry_container table a:hover {
				color: #c17d25;
			}

	.post_entry p {
		color: #646464 !important;
		font-size: .8em !important;
		text-align: justify;
		margin: 0 0 15px 0 !important;
	}
		.post_entry p a {
			color: #f87846;
			text-decoration: none;
		}
		.post_entry p a:hover {
			color: #91b6b4;
		}
		
	.post_entry ul {
		color: #949494;
		font-size: .75em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 24px 9px 24px;
	}
		
	.post_entry ol {
		color: #949494;
		font-size: .75em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 24px 9px 24px;
	}
	
#pagination {
	float: left;
	color: #646464;
	width: 575px;
	height: 30px;
	padding: 6px 0 1px 0;
	margin: 0;
	font-size: .7em;
	border-top: #91b6b4 1px dashed;
	border-bottom: #91b6b4 1px solid;
	overflow: hidden;
	
	display: inline;
}
	
	#pagination a {
		color: #f87846;
		text-decoration: none;
		font-size: 2em;
	}
		#pagination a:hover {
			color: #91b6b4;
		}
	
#sidebar_wrapper {
	float: left;
	width: 265px;
	padding: 0;
	margin: 0;
	color: #6e6e6e;
	font-size: .75em;
		
	display: inline;
}
	
	#sidebar_wrapper ul {
		margin-bottom: 20px;
	}
	
	#sidebar_wrapper li {
		list-style: none;
	}
	
		#sidebar_wrapper li a {
			color: #c17d25;
			text-decoration: none;
		}
	
		#sidebar_wrapper li a:hover {
			color: #2f9180;
		}
			
	.info-entries caption {
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
		color: #fff;
		width: 212px;
		padding: 7px 0px 7px 0px;
		border-bottom: 1px solid #91b6b4;
		margin-bottom: 6px;
	}
			
	.info-entries th {
		padding: 0 0 7px 0;
		width: 36px;
		text-align: center;
	}
			
	.info-entries td {
		width: 36px;
		text-align: center;
		padding: 2px 0 0 0;
	}


/* ::: FRONT BLOG DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	
#front-blog-wrapper {
	float: left;
	background: #6f6f6f;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#front-blog-content {
	width: 950px;
	background: url(/images/front-blog-bkgd.gif) repeat-y;
	padding: 0;
	margin: 0 auto 0 auto;
}

	#front-blog-entries-wrapper {
		float: left;
		width: 575px;
		padding: 0;
		margin: 0 90px 0 0;
	
		display: inline;
	}

		.front-blog-entry {
			width: 576px;
			height: 83px;
			padding: 0 0 20px 0;
			margin: 30px 0 0 0;
			border-bottom: 1px solid #a09f9b;
		}
			.front-blog-entry img {
				float: left;
				margin-right: 10px;
	
				display: inline;
			}
			.front-blog-entry p {
				color: #f7f7f1;
				font-size: .75em;
				text-align: justify;
			}

		.front-blog-entry-last {
			width: 576px;
			height: 83px;
			padding: 0 0 20px 0;
			margin: 30px 0 0 0;
		}
			.front-blog-entry-last img {
				float: left;
				margin-right: 10px;
	
				display: inline;
			}
			.front-blog-entry-last p {
				color: #f7f7f1;
				font-size: .75em;
			}

	#front-blog-categories {
		float: left;
		width: 285px;
		padding: 26px 0 0 0;
		margin: 0;
	
		display: inline;
	}

		#front-blog-categories ul {
			font-size: .8em;
			padding: 0;
			margin: 0 0 0 40px;
		}

			#front-blog-categories li {
				padding: 0;
				margin: 20px 0 0 0;
				list-style: url(/images/categories-bullet.gif);
			}

				#front-blog-categories li a {
					color: #d7be51;
					text-decoration: none;
				}

				#front-blog-categories li a:hover {
					color: #f87846;
				}
		.entry-category {
			color: #aaa9a7;
			font-size: .75em;
			padding: 0;
			margin: 10px 0 36px 0;
		}
	
			.entry-category ul {
				float: left;
				padding: 0;
				margin: 0;
				
				display: inline;
			}
			.entry-category li {
				display: inline;
				text-align: right;
				padding: 0;
				margin: 0;
			}
			
				.entry-category li a {
					color: #d7be51;
					padding: 0;
					margin: 0;
					text-decoration: none;
				}
				.entry-category li a:hover {
					color: #f87846;
				}
		.front-page-content {
			float: left;
			width: 456px;
			padding: 0;
			margin: 0;
			
			display: inline;
		}
		


/* ::: PAGE DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#page_content {
	width: 950px;
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
}

#page-full-wrapper {
	float: left;
	width: 950px;
	padding: 0;
	margin: 20px 0 10px 0;
	
	display: inline;
}

#page-two-wrapper {
	float: left;
	width: 566px;
	padding: 0;
	margin: 20px 0 10px 0;
	
	display: inline;
}
	.page_entry_container {
		width: 566px;
		padding: 0;
		margin: 0 0 30px 0;
	}

#home-quote-wrapper {
	float: left;
	width: 250px;
	min-height: 213px;
	padding: 0 0 0 20px;
	margin: 24px 0 0 21px;
	color: #6e6e6e;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.75em;
	line-height: .4em;
	text-align: center;
	border-left: #2b2b2b 1px dashed;
	
	display: inline;
}
	.home-quote-author {
		color: #5a1a7c;
		font-size: .5em;
		font-style: italic;
	}

.slideshow-border {
	width: 858px;
	border-top: #2b2b2b 1px solid;
	border-right: #2b2b2b 1px solid;
	border-bottom: #2b2b2b 1px solid;
}

.home-date {
	float: left;
	width: 81px;
	background: #1b002a;
	padding: 5px 9px 3px 9px;
	margin-right: 10px;
	
	display: inline;
}

.home-day {
	float: left;
	font-size: 2.9em;
	color: #5a1a7c;
	line-height: 1em;
	
	display: inline;
}

.home-month-year {
	float: left;
	font-size: .8em;
	font-weight: bold;
	color: #5a1a7c;
	margin-top: 12px;
	
	display: inline;
}

.home-headline {
	height: 54px;
	margin: -4px 0 0 0;
}


/* ::: FOOTER DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#footer_wrapper {
	float: left;
	width: 100%;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#footer_content {
	width: 950px;
	background: url(/images/footer-bkgd.gif) repeat-y;
	padding: 0;
	margin: 30px auto 20px auto;
}
	.footer_content_one {
		float: left;
		width: 555px;
		padding: 8px 10px 10px 10px;
		margin: 0 90px 0 0;
	
		display: inline;
	}
	
	.footer_content_two {
		float: left;
		width: 285px;
		padding: 7px 0 0 0;
		margin: 0;
	
		display: inline;
	}
		.footer_content_two p {
			color: #f7f7f1;
			font-size: .75em;
			text-align: justify;
			padding: 1px 10px 7px 10px;
			margin: 0;
		}
		
#footer_content ul {
	width: 273px;
	padding: 0px;
	margin: 0px;
}

		
#footer_content li {
	list-style: none;
	color: #fff;
	font-size: .7em;
	margin: 0px 0px 3px 0px;
}

.footer-nav {
	color: #5e5e5e;
	font-size: .8em;
}
	.footer-nav a {
		color: #f7f7f1;
		text-decoration: none;
	}
	.footer-nav a:hover {
		color: #d7be51;
	}

.footer-copy {
	color: #003c47;
	font-size: .7em;
	padding: 5px 0 20px 0;
}
	.footer-copy a {
		color: #f7f7f1;
		text-decoration: none;
	}
	.footer-copy a:hover {
		color: #d7be51;
	}


/* ::: HACKS, SPACERS, AND BREAKERS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.clear_floats {
	clear: left;
	padding: 0;
	margin: 0px;
}

.spacer_three {
	float: left;
	width: 30px;
	padding: 0;
	margin: 0;
	
	display: inline;
}

.spacer_two {
	float: left;
	width: 20px;
	padding: 0;
	margin: 0;
	
	display: inline;
}

.spacer_one {
	float: left;
	width: 15px;
	padding: 0;
	margin: 0;
	
	display: inline;
}
.vertical_splitter {
	float: left;
	width: 850px;
	height: 20px;
	border-bottom: 1px solid #6a7384;
	
	display: inline;
}


/* ::: STYLES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
h1 {
	color: #f87846;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: .9em;
	letter-spacing: .05em;
	margin: -4px 0 10px 0;
	padding: 0;
}

h2 {
	color: #91b6b4;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: .8em;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}

	h2 a {
		color: #91b6b4;
		text-decoration: none;
	}

	h2 a:hover {
		color: #f87846;
	}

h3 {
	color: #f7f7f1;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #a09f9b;
}

	h3 a {
		color: #5a1a7c;
		text-decoration: none;
	}

	h3 a:hover {
		color: #420b5f;
	}

h4 {
	color: #5e5e5e;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #aac3be;
}

h5 {
	color: #003c47;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 7px 0 3px 10px;
}
	h5 a {
		color: #003c47;
		text-decoration: none;
	}
	h5 a:hover {
		color: #d7be51;
	}

h6 {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.25em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}

.recent_words_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.35em;
}
	.recent_words_title a {
		color: #5a0c73 !important;
	}
		.recent_words_title a:hover {
			color: #30063c !important;
		}

.recent_words_details {
	font-size: .95em;
	color: #666;
}


/* ::: CONTACT SPECIFIC ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* CONTACT FORM */
.contact_table {
    margin: 0px;
}

.contact_table td {
    padding: 0px;
    vertical-align: top;
    border-top: 1px solid #658785;
}

.contact_table td .textinputwrap input,
.contact_table td .textinput,
.contact_table td textarea {
    margin: 0;
    width: 460px;
}

.contact_table td.label {
	padding-top: 9px;
    width: 90px;
}

.contact_table td.fields {
    padding: 11px;
	background: #91b6b4;
}

.contact_table td label,
.contact_table td p {
    color: #658785;
}

.textinputwrap input,
.textinput {
	border: 1px solid #fff;
	letter-spacing: -0.05em;
	font-size: 1em;
	font-weight: bold;
	color: #658785;
}

textarea {
	border: 1px solid #fff;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #658785;
}

.submitButton {
	border: none;
	padding: 11px;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #f7f7f1;
	background: #658785;
}

.submitButton:hover {
	background: #f7f7f1;
	color: #658785;
}

.submitResponse {
	border: none;
	padding: 11px;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	background: #f8f2e3;
	color: #6a7384;
}

#contact_form {
	float: left;
	width: 575px;
	padding: 0;
	margin: 0 90px 0 0;
	
	display: inline;
}

.questions-info {
	float: left;
	width: 285px;
	text-align: justify;
	padding: 0;
	margin: 0;
	
	display: inline;
}

	.questions-info p {
		font-size: .75em !important;
		padding: 0;
		text-align: justify;
		margin: 0 0 15px 0 !important;
	}
	
	



.info-entries {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #c6c6bb;
	width: 265px;
	padding: 10px;
	margin-bottom: 10px;
}
.info-titles {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	width: 265px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #91b6b4;
	margin-bottom: 10px;
}

#contributors-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -1px 0;
}
	
#contributors-info li {
	letter-spacing: .075em;
	margin: 0px 0px 1px 0px;
}

#contributors-info a {
	color: #fff !important;
	background: #91b6b4;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#contributors-info a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #f87846;
	display: block;
}
	
	
#searchform #s {
	color: #fff;
	background: #91b6b4;
	border: 1px solid #658785;
	width: 256px;
	font-size: 2.5em;
	margin: 0 0 5px 0;
	padding: 7px 0 5px 7px;
}
	
	.searchButton {
		color: #fff;
		background: #91b6b4;
		padding: 10px;
		margin: 0 3px 2px 0;
		border: 0;
		width: 265px;
		text-align: left;
		cursor: pointer;
	}
	
	.searchButton:hover {
		background: #fff;
		color: #f87846;
		border: 0;
	}