/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	font-size:85%;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(new/img/lgrey015.jpg);
	background-repeat:repeat;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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

ul{
 list-style-type: square;
}

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

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

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


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

#container {width:997px; margin:auto; padding:0; border:6px solid #000000;background-image:url(new/img/mastyellow.jpg);}


#masthead{
	margin: 0;
	height: 114px;
	background-image:url(new/img/masttop.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

#content{
	margin: 0 ;
	padding-left: 16px;
	padding-top: 14px;
	padding-right: 388px;
	
	/*FRONT PAGE BACKGROUND. UNCOMMENT CORRECT ONE*/
	
		background-image: url(new/img/2009summer.jpg); 
	/*SUMMERTIME-4th JULY FRONT PAGE BACKGROUND*/
	
	/*background-image: url(new/img/2009momday.jpg); */
	/*MOTHERS DAY FRONT PAGE BACKGROUND*/
	
	/*background-image: url(new/img/2009easterbak.jpg);*/
	 /*EASTER FRONT PAGE BACKGROUND*/
	 
	/*background-image: url(new/img/2009valentinesday.jpg);*/
	 /*VALENTINES DAY FRONT PAGE BACKGROUND*/
	 
	/*background-image: url(new/img/2009winter.jpg);*/
	 /*GENERAL WINTER FRONT PAGE BACKGROUND*/
	 
	background-position: top right;
	background-repeat:no-repeat;
}

#nav { padding:10px; font-weight:bold; margin:0; }

#navmenu {height:20px;  padding:6px;  font-size:95%; width:97%; margin:auto;}
#navmenu a { text-decoration:none; color:#FFFFFF; padding-right:6px; }
#navmenu a:hover { text-decoration:none; background-color: #FFFF00; color:#000000; }

#cssdropdown, #cssdropdown ul {padding: 2px;margin: 0;list-style: none; }
#cssdropdown li {float: left; position: relative;}

.mainitems{padding-right:20px;}


.subuls{display: none;position: absolute; width:170px;top: 15px;left: 0;background-color:#000000; }
.subuls li{width: 100%; padding-bottom:10px; background-color:#000000; color:#FFFFFF;}
.subuls li a{text-decoration: none; background-color:#000000;  padding-left:2px;}
.subuls li a:hover{ background-color: #FFFF00; color:#000000; padding:2px; }

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */display: block; }




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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}

