@charset "UTF-8";
/* CSS Document */



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, sans-serif;
	color: #333333;
	line-height: 1.4em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
}
#wrapper {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 

#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A2B473;
	background-image: url(../images/green_bkgr.jpg);
	background-repeat: repeat-x;
} 

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
	font-size: 110%;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 170%;
	color: #990000;
	line-height: 1.3em;
}

h2{
	font-size: 145%;
	color: #990000;
	padding-top: 10px;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 10px;
}
hr {
	color: #DA8A1F;
}

h3{
	font-size: 130%;
	color: #455FAB;
	line-height: 1.4em;
}
ol {
	display: block;
	margin-left: 40px;
}

h4{
	font-size: 120%;
	font-weight: normal;
	color: #990000;
	text-indent: 5px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	font-size: 100%;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
	margin-right: 30px;
}


ul ul{
 list-style-type: disc;
}
li {
	line-height: 1.8em;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-repeat: no-repeat;
	height: 214px;
	position: relative;
	background-image: url(../images/Website_Header_v01.jpg);
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: center center;
}
#topNav{
	width: 100%;
	height: auto;
	position: relative;
	background-position: center center;
	background-color: #597804;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #E7FFCE;
}

#topNav a:link{
	color: #FFFFFF;
}
#topNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#topNav a:visited{
	color: #FFFFFF;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	font-size: 85%;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 80%;
}

#right_adbar {
	width: 150px;
	position: static;
	float: right;
}

#mainContent {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

/***********************************************/


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



/************* #globalNav styles **************/

#globalNav{
	color: #455FAB;
	white-space: nowrap;
	margin-bottom: 0px;
	width: auto;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	margin-right: 20px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a:link {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #215573;
	text-decoration: underline;
}

/************* #globalNav styles **************/

#topnav{
	height: 30px;
	position: relative;
	font-size: 100%;
	color: #FFFFFF;
	text-indent: 10px;
	margin: 0;
	background-color: #455FAB;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/************** .feature styles ***************/

.feature{
	width: 590px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.feature h3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-family: Verdana, sans-serif;
	background-image: url(../images/dividers_big_kids.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.story p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.story2{
	font-family: Verdana, sans-serif;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.story2 p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.story2 h3{
	line-height: 1.2em;
	padding-top: 10px;
	text-align: center;
}

.storycolor{
	background-color: #FEC65F;
	border: thin solid #F48C21;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 10px;
}

.storycolor h1{
	line-height: 1.2em;
	padding-top: 10px;
}

.storycolor h3{
	line-height: 1.3em;
	padding-top: 10px;
	text-align: center;
	color: #1D61AD;
	padding-bottom: 10px;
}

/************* #videoInfo styles ***************/
.movieBox {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#videoInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px;
	background-color: #455FAB;
	border: thin solid #455FAB;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#videoInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#videoInfo a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

#videoInfo a:hover{
	color: #CCCCCC;
}

#videoInfo a:visited{
	color: #FFFFFF;
}

#videoInfo h1{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 170%;
}

/************* #siteInfo footer styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px;
	margin-top: 2px;
	background-color: #E7FFCE;
	border: thin solid #9EAD8E;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #455FAB;
	text-align: center;
	padding: 10px;
	}
#searchBox {
	width: 30%;
	float: left;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #5872AF;
}

#footer a:visited{
	color: #FFFFFF;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#searchbox{
	width: 30%;
	height: auto;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #455FAB;
	margin: 0;
	padding: 0px;
	float: left;
}



/*********** #navBar link styles ***********/
#sidebar1 ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
}
#sidebar1 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 10px;
}

/* fix for browsers that don't need the hack */
html>body #sidebar1 li {border-bottom: none;}

#sidebar2 ul a:link, #sidebar2 ul a:visited {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar2 h3{
	display: block;
	background-color: #455FAB;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -8px;
	width: 200px;
}

#sidebar2 ul a:hover {
	background-color: #ECD068;
}

#sidebar2 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar2 li {
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #455FAB;
}


#sidebar2 ol a:link, #sidebar2 ol a:visited {
}

/* fix for browsers that don't need the hack */
html>body #sidebar2 li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 160px;
	border: 1px solid #3366FF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #CC9966;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #CC9966;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #AD926B;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks li{
	background-image: url(../images/button_road_sign_gr2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: justify;
	vertical-align: text-bottom;
	text-indent: 10px;
	line-height: 30px;
	font-weight: bold;
	width: 205px;
}
	
	.relatedLinks ul a:link, .relatedLinks ul a:visited {
	display: block;
	color: #FFFFFF;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
}

#advert img{
	display: block;
	padding: 5px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines h3{
	font-size: 130%;	
}

/************ #newsletter ********************/

#newsletterbox {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px dotted #990000;
	padding: 3px;
	font-size: 80%;
	width: 260px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: left;
	float: right;
}

/************ #floaters ********************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/************ #newsletter ********************/

#newsletterbox {
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 2px solid #F17900;
	margin-bottom: 30px;
	width: 340px;
	float: left;
	background-color: #FFCC66;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
}
table {
}


#newslettername{
	padding: 0px;
	background-color: #990000;
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 5px;
}

#formboxnews {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px dotted #990000;
	padding: 3px;
	font-size: 80%;
	width: 260px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: left;
	float: right;
}
.newslettertop {
	padding: 4px;
	border: 1px solid #1D6259;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	background-color: #455FAB;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.newslettermain{
	padding: 10px;
	border: 1px solid #455FAB;
	font-size: 10pt;
	margin-bottom: 8px;
	margin-right: 100px;
	margin-left: 100px;
}

.newsletteremphasis{
    align: center;
	font-size: 14pt;
	font-color: #BA0808;
	font-weight: bold;
}

.guarantee{
	font-style:italic;
	font-size: 9pt;
}

/************ boxes ********************/


.bonus {
	background-color: #ECD068;
	border: medium dashed #E48915;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.testimonial {
	background-color: #ECD068;
	border: medium solid #E48915;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.jvBox {
	border: thin double #999999;
	width: 300px;
	padding: 5px;
	height: 550px;
	font-size: 85%;
}
p {
	margin-left: 30px;
	margin-right: 30px;
}

.jvBox h2{
	width: 300px;
	height: 10px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	text-align: left;
	line-height: 0.5em;
}
.jvBox h3{
	color: #990033;
	text-align: right;	
}

.smallFont {
	font-size: 9px;
	text-align: center;
	line-height: 1.2em;
}
.close{
	background-color: #FEC65F;
	border: medium dashed #F48C21;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
	color: #000000;
}
