/* =HTML main styles

- - - - - - - - - - - - - - - - - - - - - */



/*html {background-color: #dbe79f;}*/

body  {

	font-size: 12px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	/*background: transparent url(../images/bgn_tile.gif ) top center repeat-y;*/

	background: #fff url(../images/bg-pattern.gif ) top left repeat-x;

	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;

}



/*#navigation {margin: 0 auto; padding: 15px;}*/

/*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,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	font-weight: inherit;

	font-style: inherit;

	font-family: inherit;

	text-align: left;

	vertical-align: baseline; font-size: 12px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

}*/



a img, :link img, :visited img { border: 0; }







/*ul {

	padding: 0;

	list-style-type: none;

	list-style-position: outside;

	margin: 1em 1.2em 1em 2em;

	}

	ol {

	padding: 0;

	list-style-type: none;

	list-style-position: outside;

	margin: 1em 1.2em 1em 2em;

	}

	

li {

	padding-left: 10px;

	line-height: 1.1em;

	margin: .3em;

	list-style-type: disc;}*/



/*ol, ul { list-style: none; }*/





p {

	/*font-size: 1em;*/

	line-height: 1.3em;/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/

	margin-bottom: 1em;

}



strong {

	font-weight: bold;

	color: #669966;

}



small { font-size: 0.9em; }



em,  cite { font-style: italic; }



/* =HEADINGS

- - - - - - - - - - - - - - - - - - - - - */

h1 {margin-top: 1em;

	margin-bottom: 0.6em;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 2em;

	color: #006633;

}



h2 {

	margin-bottom: 1em;

		font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	color: #669966;

}



h3 {

	margin-bottom: 0.2em;

	font-size: 1.1em;

	line-height: 1.2em;

	color: #006633;

}



/* =LINKS

- - - - - - - - - - - - - - - - - - - - - */

a:link {

	color: #006633;

	text-decoration: none;

}



a:visited {

	color: #006633;

	text-decoration: none;

}



a:hover {

	color: #666666;

	text-decoration: none;

}



a:active {

	color: #006633;

	text-decoration: none;

}



/* =DIVS

- - - - - - - - - - - - - - - - - - - - - */





 #container { 

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */

	border: 14px solid #cccccc;

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 13px;

} 

 #header { 

	background: #fff; 

	padding: 5px 10px 10px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

 

#tagline {

	float: right; 

	margin-top: 40px; 

	font-size: 25px; 

	font-style: italic; 

	font-family: "Times New Roman", Times, serif; color: #669966;

	}

	

#quoteBox {

	font-style: italic; 

	font-size: 16px; font-family: "Times New Roman", Times, serif; 

	line-height: 1.1em; /*background-color: #e3e3e3; */

	padding: 10px 10px 10px 20px; 

	border: 1px solid #d7d7d7; 

	}



.box {

	margin-top: 10px;

	line-height: 1.1em; /*background-color: #e3e3e3; */

	padding: 10px 10px 10px 20px; 

	border: 1px solid #d7d7d7; 

	}





 #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}

 #sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */

}

 #mainContent { 

	margin: 10px 300px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 





#mainContent ul {

	padding: 0;

	list-style-type: none;

	list-style-position: outside;

	margin: 1em 1.2em 1em 1em;

	}	

	

#mainContent li {padding-left: 10px;

	line-height: 1.1em;

	margin: .3em;

	list-style-type: disc;}

	



 #footer { 

	padding: 0 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: white; 

	border-top: 1px solid #d7d7d7;

	padding-top: 0px; 

	margin: 0px auto; 

	width: 960px;

} 



#classes {

	width: 960px; margin: 30px auto;

	}



 #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}



 #footer .right {

	float: right;

}

#footer-notes {font-weight: bold; color: #339933; font-size: 14px; text-align: center; margin-top: 10px;}



.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;

}





/* =Navigation

- - - - - - - - - - - - - - - - - - - - - */





#navigation {

	width: 960px;border-top: 1px solid #d7d7d7;border-bottom: 1px solid #d7d7d7;margin: 0px 0px;

	color: #cccccc; font-family: lucida sans, sans-serif; font-size:1.5em; height: 23px; padding: 5px 0px 5px 0px; background: transparent url(../images/blue_skin.png) top left repeat-x;

}

#navigation ol, ul { list-style: none; margin: 0; padding: 0px;}

#navigation li { float: left;

	padding: 0 5px 0 15px;

}



#navigation a {

	

	color:#333; font-size: 15px;

	letter-spacing: 0px; text-decoration: none; text-transform: capitalize;

	/*display:block;*/

}



#navigation a:hover {

	text-decoration:none; color: #669966;

}


/* =sub-cat-links

- - - - - - - - - - - - - - - - - - - - - */

#sub-cat-links {


font-family: lucida sans, sans-serif; font-size:11px; padding: 5px 5px 5px 0px; 
margin: 35px 0 10px 0; 

}

#sub-cat-links a {

	color:#333; background-color: #cccccc;
	letter-spacing: 0px; text-decoration: none; text-transform: capitalize;
 padding: 5px 5px 5px 5px;
}

#sub-cat-links a:hover {

	text-decoration:none; color: #669966;
}


/* =subNav

- - - - - - - - - - - - - - - - - - - - - */

#subNav a.here {color: #006633;}





#subNav ol, ul {margin: 0px; padding: 0px;}



#subNav { 

	margin: 10px 0 0 0 ;

	padding: 0px;

	list-style: none;

	text-align: left; }



#subNav ul {

 	margin: 0;

	padding: 0;

	list-style: none;

}

#subNav li { 

	margin: 0 0 15px 0;  padding: 0px;

 }



#subNav a {

	display: block;

	/*width: 180px;*/

	color:#333333;  

	font-size: 13px; 

	text-decoration:none; 

	text-align: left;  

	background: transparent url(../images/subNav-arrow-dark.gif) 5px 5px no-repeat; 

	font-weight: bold; 

	padding-left: 0px;

}



#subNav a:hover {

	color: #669966;

	text-decoration: none;

}

#subNav ul ul { margin: 0 0 20px 0px; }

#subNav ul ul li { margin: 0 0 0px 0px; }



#subNav ul ul a

{

	display: block;

	padding: 0px 5px 0px 20px;

	/*width: 165px;*/

	text-decoration: none;

	color:#666666;  

	font-size:12px; 

	text-decoration:none; 

	text-align: left;  

	background: transparent url(../images/subNav-arrow-right.gif) 6px 6px no-repeat;  

	padding-left: 16px; 

	list-style: none;



}



#subNav ul ul a:hover

{

	color: #669966;

	background-color: transparent;

	text-decoration: none;

}



/* =styles

- - - - - - - - - - - - - - - - - - - - - */

.subcat {font-size: 13px; color: #669933;}



.promotion {font-size: 1.3em;  width: 80%; text-align: center; line-height: 1.1em; /*background-color: #e3e3e3; */padding: 10px 10px 10px 20px; border: 1px solid #d7d7d7; margin: 20px 0;}





.quote { font-style: italic; font-size: 16px; font-family: "Times New Roman", Times, serif; line-height: 1.1em;}

.green {color: #669966; font-weight: bold;}