/* ==================================================================
 *  owner: Planeteria Web Design
 *  author: Shawn Emory (semory@planeteria.com}
 *  created: 1/11/2007
 * ================================================================== */
 
/* ==================================================================
	Layout Template Classes
		The following classes are inserted into the body tag to
		select appropriate layout.
	
 	• template1 - Unique for the home page
	• template2 - 3 columns (left nav, content, sidebar)
	• template3 - 2 columns (left nav, content)
	• template4 - 3 columns (sidebar, content, sidebar)
	
	All navigation styles are contained in the file 'navigation.css'.
	If a particular element falls within a nav container, such as an h2,
	it's attributes might be defined there.
		
 * ================================================================== */
 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 12px 0 20px 0;
	color: #666666;
	background: url(images/bg_page.gif) left top repeat-x #fff;
	text-align:center;
}

p { 
	margin:0 0 1.1em 0;
}

/* ==================================================================
 * Headings
 * ================================================================== */

h1, h2, h3, h4, h5, h6
{ color:#293378; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
h1
{ margin-bottom:.7em; font-size:110%; text-transform:uppercase; color: #1672af; letter-spacing: .1em;}
h2
{ font-size:150%; margin-bottom:.9em; color: #044168; letter-spacing: .1em;} /*Page Titles and Home page headline*/
h3
{ font-size:110%}
h4
{ font-size:110%}
h5
{ font-size:110%}
h6
{ font-size:110%}

/* ==================================================================
 * Lists
 * ================================================================== */

dd {
	padding: 0 0 1.1em 0;
}

ul, dl {
	margin:1em 0;
	padding:0;
	list-style:none;
}

ul li {
	background:url(images/bullet_list.gif) no-repeat 0 .3em;
	margin:0;
	line-height: 1.2em;
	padding:0 0 1em 1.3em;
}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

div ul {
	line-height:9px;
}
div li {
	line-height:9px;
}

/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #293378;
	text-decoration:none;
}

a:visited {
	color: #293378;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:	#3333cc;
}

a:active {
	color: #293378;
	text-decoration: underline;
}

/* ==================================================================
 * Misc
 * ================================================================== */

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

.img_left {
	float: left;
	margin: 0 15px 20px 0;
}

.clear {
	clear: both;
}

.quote {
	padding: 15px 0 0 8px;
	
	color: #0d116c;
	font-style: italic;
	font-size: .9em;
	clear: both;
	line-height: 1.8em;
}
	
#newsletter_form_container {
	float:left;
	position:relative;
	width:auto;
}
#newsletter_form {
	border: 1px solid #a1afc3;
}

#newsletter_button {
	position:absolute;
	right: -78px;
}

.rule {
	height: 28px;
	background:url(images/bg_hr.gif) left top repeat-x;
}

.border_form 
{
background-color: #ffffff;	
border: 1px solid #a1afc3;
}

td {
	padding: 3px;
}
/* ==================================================================
 * Layout
 * ================================================================== */

#container {
	font-size: 1em;
	line-height: 1.4em;
	width:951px;
	margin: 0 auto;
	text-align:left;
}

#container2 {
	float: left;
	width: 951px;
	background:url(images/bg_container.jpg) left top no-repeat;
	min-height: 394px;
}
	*html #container2 {height: 394px;}

/*--------------Masthead is the top area containing primenav logo and slogan--------------*/
#masthead {
	width: 951px;
	position: relative;
	height: 180px;
	z-index: 50;
	text-align: right;
}
	#masthead h1 {display: none}
	
	#login {
		position: absolute;
		left: 795px;
		top: -1px;
		background: url(images/bg_login_curve.gif) left top no-repeat;
		width: 138px;
		height: 32px;
		text-align: left;
		padding: 6px 0 0 0;
	}
		#login a {
			margin: 0 0 0 33px;
		}

/*--------------Banner is the large image--------------*/
#banner {
	width: 951px;
	position: relative;
	z-index: 1;
}

	#home #banner {
		background: url(images/img_home1.jpg) left top no-repeat;
		height: 243px;
	}
		#home_banner_left {
			position: absolute;
			left: 350px;
			top: 20px;
			width: 240px;
			height: 245px;
			color: #b9c5d4;
			overflow: auto;
		}
			#home_banner_left h2 {color: #fff;}
			
		#home_banner_right {float: right;}
	/* The 'sub' selector is used when an attribute is common across all SUB pages. In this case the height of the main image*/
	#sub #banner {height: 234px;}
		/* The following is to define the main image used per section*/
		#about #banner {background: url(images/img_banner_about.jpg) left top no-repeat;}
		#contact #banner {background: url(images/img_banner_contact.jpg) left top no-repeat;}
		#foundation #banner {background: url(img_banner_foundation.jpg) left top no-repeat;}

		
/*--------------Content is the white area below banner. Contains, content_left, content_middle, content_right--------------*/
#content {
	float: left;
	clear: left;
	width: 900px;
	position: relative;
	background: #fff;
	padding: 5px 25px 30px 25px;
}

	/*Defaults For the Content Divs*/
	#content_left {float: left;}
	#content_middle {float: left;}
	#content_right {float: left;}
	/* End Defaults For the Content Divs*/
	
	
	/*Styles For Template 1*/
	#template1 #content {padding: 32px 21px 30px 34px; width: 896px; }
	#template1 #content_left {width: 268px; padding: 0 20px 0 0; background: url(images/bg_border_column.gif) right top no-repeat;}
	#template1 #content_left h2 {color: #0b6726; font-size: 190%; font-weight: normal;}
	/*Added 05/27/09 by HM for new content design */
	#template1 #content_middle 
	{
	width: 297px;
	margin-top: -18px;
	padding-top: 18px;
	background-image: url(images/offer_bg.gif);
	background-repeat: no-repeat;
	}
		
#template1 #content_middle #offer {
	width: 240.px;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-bottom: 0;
	padding-left: 24px;
	height: 137px;
	margin-top: -18px;
	width: 250px;
}
#template1 #content_middle #news {
	width: 249px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 24px;
}
/*end addition 05/27/09*/

	#template1 #content_right {
	padding: 18px 0 0 20px;
	margin: -18px 0 0 25px;
	width: 260px;
	background: url(images/bg_home_content_right.gif) left top no-repeat;
	}
/*Added 05/13/09 by HM:  For use on home page so text font in a table is consistent with other font sizes on the page */
#template1 #content_right td {
	font-family: Arial, Helvetica, sans-serif;
	color: #293378;
	padding-bottom: 10px;
	padding-right: 0px;
}
#template1 #content_right .tdheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #293378;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0;
}
/*end addition 05/13/09 */

		#template1 #content_right h2 {
	font-size: 1em;
	font-weight: bold;
}
	/* END Styles For Template 1*/
	
	
	/*Styles For Template 2*/
	.template2 #content {
		background: url(images/bg_content_template2.gif) left top no-repeat;
		padding: 0 30px 30px 0;
		width: 931px;
	}
	.template2 #content_left {width: 209px; padding:0;}
	.template2 #content_middle {
		margin: 0 0 0 49px;
		padding: 31px 0 0 0;
		width: 656px;
		display: inline;
	}
		.template2 #content_middle h2 {color: #0b6726; font-size: 190%; font-weight: normal;}
	.template2 #content_right {
		display: none;
		width: 1px;
	}
	/* END Styles For Template 2*/
	
	/*Styles For Template 3*/
	.template3 #content {
		background: url(images/bg_content_template3.gif) left top no-repeat;
		padding: 0 30px 30px 30px;
		width: 931px;
	}
	.template3 #content_left {
		margin: 0;
		padding: 31px 0 0 0;
		width: 600px;
		display: inline;
	}
		.template3 #content_left h2 {color: #0b6726; font-size: 190%; font-weight: normal;}
		
	.template3 #content_middle {
		margin: 0 0 0 49px;
		padding: 31px 0 0 0;
		width: 200px;
		display: inline;
	}
		.template3 #content_middle .quote {
			margin: 30px 0 0 0;
		}
	.template3 #content_right {
		display: none;
		width: 1px;
	}
	/* END Styles For Template 3*/
	
	/*Styles For Template 4 - HTML pages creaed 05/09 to address News/Promos/Research Insight pages  HM*/
	.template4 #content {
	width: 951px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0;
	background-image: url(images/bg_content_template4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
.template4  #content  a:link {
	color: #666666;
}
.template4  #content  a:visited {
	color: #666666;
}
.template4  #content  a:hover {
	color: #000000;
	text-decoration: underline;
}
.template4  #content  a:active {
	color: #000000;
}
	.template4 #content_right {
	width: 267px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
	
	.template4 #content_middle {
	width: 612px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 31px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	}
.template4 #content_middle_testim {
	width: 320px;
	background-image: url(images/testim_bg.jpg);
	padding: 17px;
	background-repeat: no-repeat;
	font-style: italic;
	float: left;
	margin-right: 100px;
	height: 100px;
}



		.template4 #content_middle h2 {
	color: #0b6726;
	font-size: 190%;
	font-weight: normal;
}
.template4 #content_middle h3 {
	color: #000000;
	font-size: 150%;
	font-weight: normal;
}
.template4 #content_middle h4 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}


.template4 #content_middle td {
	color: #666666;
	font-size: 1em;
	background-position: top;
	vertical-align: top;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
		
	.template4 #content_left {
	display: none;
	width: 1px;
	background-color: #333333;
	}
.template4 #contact {
	background-image: url(images/contact_bg_template4.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-right: 33px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.template4 #content_right_form {
	padding-left: 2px;
	padding-right: 2px;
}
.template4 #content_right_form h3 {
	color: #044168;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.template4 #content_right_form td {
	padding-bottom: 3px;
	margin: 0px;
	font-size: 1em;
	color: #666666;
}
.alignTop {
	vertical-align: top;
}





.template4 #content_right_links {
	padding-left: 38px;
	padding-right: 38px;

}
.template4 #content_right_links a:link {
	color: #0b6726;
	font-weight: bold;
}
.template4 #content_right_links a:visited {
	color: #0b6726;
	font-weight: bold;
}
.template4 #content_right_links a:hover {
	color: #0b6726;
	font-weight: bold;
	text-decoration: underline;
}
.template4 #content_right_links a:active {
	color: #0b6726;
	font-weight: bold;
	vertical-align: top;
}


.template4 #content_right_links h2 {
	color: #044168;
	text-align: center;
	margin: 0;
}
.template4 #content_right_links h3 {
	color: #044168;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.template4 #customer_rating {
	background-image: url(images/bg_home_content_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
}
#print_friendly {
	margin: 0px;
	height: 29px;
	width: 150px;
	position: absolute;
	top: 30px;
	right: 300px;
}

.linkarrow {
	padding-top: 5px;
	vertical-align: top;
}
.tablepad_upper {
	margin-top: 5px;
}

/* END Styles For Template 4*/
	
	
	
/*--------------Footer--------------*/	
#footer {
	background: url(images/bg_footer.gif) left top no-repeat;
	padding: 10px;
	clear: both;
	width: 951px;
	position: relative;
	min-height: 28px;
}
	#footer p {
		padding: 9px 0 0 0;
		font-size: .8em;
	}
	*html #footer { height: 28px;}

/*--------------Tables--------------*/
.td-border 
{
	font-family:Verdana;
	font-size: 79%;
	color:#6A7082;	
	border-top:solid 1 #7B97DB;
	border-left:solid 1 #7B97DB;
}
.td-borderright 
{
	font-family:Verdana;
	font-size: 79%;
	color:#6A7082;	
	border-right:solid 1 #7B97DB;
}

.td-borderbottom 
{
	font-family:Verdana;
	font-size: 79%;
	color:#6A7082;	
	border-bottom:solid 1 #7B97DB;
}

td 
{
	font-family:Verdana;
	font-size: 79%;
	color:#6A7082;	
}

/*8/16/07 - added -  styles for left iframe menu */
a.clsAMenu:link
{
	text-decoration:none;
	color:#000000;
}
a.clsAMenu:hover
{
	text-decoration:none;
	color:#000000;
}
a.clsAMenu:visited
{
	text-decoration:none;
	color:#000000;
}
a.clsAMenu:active
{
	text-decoration:none;
	color:#000000;
}

.tblMenuTD
{
	font-family:Verdana;
	font-size: 65%;
	color:#6A7082;	
	border-top:solid 0 #7B97DB;
	border-right:solid 1 #7B97DB;
	border-bottom:solid 1 #7B97DB;
	border-left:solid 1 #7B97DB;
}
.myriHeader
{
	font-size:125%;
	color:#0d6c29;
	padding:4px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #7B97DB;
	border-right:1px solid #7B97DB;
	border-bottom:1px solid #7B97DB;
	border-left:1px solid #7B97DB;
	width:200;
	height:25;
	text-align:left;
}
