/* CSS Document */

html, body {
	height: 100%;
	max-height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #1369B1;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	font: 1em verdana,arial,helvetica;
	color: #000000;
	}
	
p {
	font-size: 10pt; 
}

h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 5px 0px;
	color: #ff6600;
	text-align: center;
	}

h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0px;
	color: #666666;
	}

h3 {
	font-size: 1em;
	margin: 0;
	padding: 5px 0px;
	color: #534986;
	}

form {

	margin: 0;

	padding: 0;

}



ul {

	margin: 10px;

	padding: 0;

}



/*ul li {

	list-style-type: none;

	background-image: url(images/main_bullet.gif);

	background-position: 0 4px;

	background-repeat: no-repeat;

	padding-left: 20px;

	margin: 0 0 5px 0;

}*/



hr {

	height: 1px;

	color: #CCCCCC;

	padding: 5px;

}

P {
	margin: 0;
	padding: 8px 0;
}

a:link, a:visited, a:active {
	color: #0000FF;
}

a:hover {
	color: #ff6600;
}

.faq ul li {

	list-style-type: none;

	background-image: url(images/faq_bullet.gif);

	background-position: 0 7px;

	background-repeat: no-repeat;

	padding-left: 20px;

	margin: 0 0 5px 0;

}



.field {

	font-size: .8em;

	color: #333333;

	width: 95%;

}



.content {

	background-color: #FFFFFF;

	padding: 5px;

}



#main {
	display: block;
	margin: 0 160px 0 170px;
	padding: 0;
	font-size: .9em;
	}

	

#main1 {

	display: block;

	margin: 0 5px 0 170px;

	padding: 0;

	font-size: .9em;

}

#main2 {
	display: block;
	margin: 0 160px 0 5px;
	padding: 0;
	font-size: .9em;
}

#main3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: .9em;
	position: relative;
	left: 25px;
	width: 750px;
}

#titlebar {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}



.leftcol {
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

#snav a:link, #snav a:visited, #snav a:active {

	display: block;
	background-color: #fdfdcb;
	width: 120px;
	font-size: .7em;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #f4cc84;
	padding: 4px 20px;
	color: #333333;
	background-image: url(images/snav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	text-decoration: none;
	}

#snav a:hover {
	background-color: #f8e49a;
	color: #3c2e85;
	text-decoration: none;
}

#snav #top {
	border-top: 1px solid #f4cc84;
}

#snav_sub {
	background-color: #eeeeee;
	font-size: .85em;
}

#snav_sub a:link, #snav_sub a:visited, #snav_sub a:active {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	color: #3c2e85;
	text-decoration: none;
	background-image: url(images/snav_sub_bullet.gif);
}

#snav_sub a:hover {
	background-color: #DDDDDD;
	color: #666666;
	text-decoration: none;
}

#rightcol{
	display: block;
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	}

.imgborder {
	border: 1px solid #CCCCCC;
}

	

.block {
	display: block;
	background-color: #fdfdcb;
	font-size: .8em;
	color: #000000;
	border: 1px solid #f4cc84;
}

.block .header {
	display: block;
	padding: 0;
	height: 30px;
	text-align: center;
}

.block .header h2 {
	font-size: 16pt;
	color: #FF6600;
}

.block p {
	padding: 5px;
	margin: 0;
}

.block .label {

	color: #f5de6c;

	font-weight: bold;

	font-size: .8em;

}

.block .field {
	width: 95%;
	font:.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
}

.field {
	width: 95%;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.button {
	font-size: .75em;
	color: #333333;
	font-weight: bold;
}



#breadcrumb {
	background-color: #EEEEEE;
	color: #666666;
	display: block;
	padding: 7px 5px 6px 5px;
	margin: 0;
	font-size: .65em;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}



#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {

	font-weight: bold;

	color: #e89909;

}



#breadcrumb a:hover {

	color: #999999;

}



.footer {

	padding: 5px;

/*	font-size: .7em;*/

	color: #333333;
	
	background-color: #d9d9d9;

	}



.footer a:link, .footer a:visited, .footer a:active {

	color: #3c2e85;

	font-weight: bold;

	text-decoration: none;

}



.footer a:hover {

	color: #666666;

	text-decoration: underline;

}

	

.copyright {

	color: #666666;

	font-size: .6em;

	padding: 5px;

}



.copyright a:link, .copyright a:visited, .copyright a:active {

	color: #666666;

	text-decoration: none;

}



.copyright a:hover {

	color: #FF3300;

	text-decoration: underline;

}



.mr {
	color: #999999;
	font-size: .6em;
}



.mr a:link, .mr a:visited, .mr a:active, .mr a:hover {
	color: #999999;
	text-decoration: underline;
}



.preheader {

	background-color: #333333;

	padding: 5px;

	margin: 0;

	font-size: .65em;

	font-weight: bold;

	text-align: right;

	color: #FFFFFF;

}



.divider {

	background-color: #eca515;

	height: 10px;

	display: block;

	margin: 0 0 5px 0;

	padding: 0;

	font-size: 0;

}



.johnsonbox {

	background-color: #EEEEEE;

	border: 1px solid #CCCCCC;

	padding: 10px;

	width: 85%;

	margin: 10px auto;

}



.contact {

	padding: 20px;

}



.required {

	font-size: .75em;

	color: #FF0000;
}


.dw {

	font-weight: bold;

	font-style: italic;

	color: #3c2e85;

}

.mainimg {
	border: 2px solid #CCCCCC;
}

	/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}
		
		

/* MRR Additions */
#navmenu {
	width: 760px;
	height: 32px;
	margin-bottom: 5px;
	background-color: #004d8f;
	background-image: url(images/navmenu_bg.png);
}

#navmenu ul {
	width: 575px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#navmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	z-index: 25;
	background: none;
}

#navmenu li a {
	position: relative;
	display: block;
	/*margin-left: 1px;	
	margin-right: 1px;*/
	padding: 8px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #004d8f;
	background-image: url(../images/navmenu_bg.png);
	background-repeat: repeat-x;	
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu li a:hover {
	margin: 0;
	background-color: #00569f;
	background-image: url(../images/navmenu_bg_over.png);
	/*border-left: solid 1px #ECA515;
	border-right: solid 1px #ECA515;*/
}

#navmenu ul ul {
	width: 180px;
	position: absolute;
	display: none;
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-top: 1px;
	z-index: 30;
	float: none;
}

#navmenu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #c9e2f7;
	border: none;
	position: relative;
	z-index: 32;
}

#navmenu ul ul li a {
	width: 180px;
	height: auto;
	display: block;
	margin: 0;
	padding: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
	border: none;
	border-bottom: dotted 1px #004d8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	color: #222222;
	text-decoration: none;
	position: relative;
	z-index: 35;
}

#navmenu ul ul li a:hover {
	width: 180px;
	border: none;
	border-bottom: dotted 1px #004d8f;
	background: none;
	background-color: #bbd5eb;
}

#navmenu ul li:hover ul,
#navmenu ul li.over ul {
	display: block;
}

#navmenu.orange {
	background-color: #ff6600;
	background-image: url(images/navmenu_bg2.png);
}

#navmenu.orange li a {
	background-color: #ff6600;
	background-image: url(images/navmenu_bg2.png);
}

#navmenu.orange li a:hover  {
	background-color: #ff7200;
	background-image: url(images/navmenu_bg2_over.png);
}

#navmenu.orange ul ul li {
	background-color: #ffe2ca;
}

#navmenu.orange ul ul li a {
	background-color: #ffe2ca;
	border-bottom: dotted 1px #ff6600;
}

#navmenu.orange ul ul li a:hover {
	background-color: #ffd2ac;
}


h1.preheader {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	background: none;
	color: #80AFD6;
	text-decoration: none;
}

h1.preheader a,
h1.preheader a:link,
h1.preheader a:visited,
h1.preheader a:active,
h1.preheader a:hover {
	color: #80AFD6;
	text-decoration: none;
}


/*
	TEMP
	Remove after when site is made live 
										*/
h1 {
	color: #CC0066;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 18pt;
}

h2 {
	color: #0066FF;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 16pt;
}

table.new {
	border: solid 1px #666666;
}

table.products td {
	padding: 5px;
	background-color: #f9f9f9;
	border: solid 1px #999999;
}

table.products h3 {
	color: #000033;
}

#rightcol {
	width: 190px;
}

#main2 {
	width: 500px;
	/*padding: 0 25px;*/
	margin-left: 25px;
}

div.optin {
	background-image: url(images/optin_bg.gif);
	background-repeat: repeat-x;
	background-color: #9fc2df;
	border: solid 2px #005EAF;
}

div.optin em {
	color: #CC0000;
	font-weight: bold;
}

.block .header {
	height: 55px;
}

.block .header h2 {
	color: #005EAF;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
}

#breadcrumb {
	position: relative;
	left: -25px;
	width: 555px;
	background: none;
	border-bottom: dotted 1px #dddddd;
	font-size: 9pt;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active {
	font-size: 9pt;
	color: #CC0066;
}

input.button {
	color: #000000;
	padding: 5px;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 2px #CC0000;
	cursor: pointer;
}

input.button:hover,
input.button.hover {
	border: solid 2px #66CC00;
}

ul li,
ul.power li {
	list-style-type: none;
	background-image: url(images/bullet_power.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 0;
}