@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) #666666;
	
	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;
}

/* ///////////////////////////////////////////////////////////////////////////

 styling of paragraph, text, H1 - H5, a, etc.
 
////////////////////////////////////////////////////////////////////////////*/

p {	font-size: 12px; color: #77750c; }
h1{	font-size: 14px; color: #093e5d; }
#darkbluescheduletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #093e5d;
}

h2{      font-size: 14px; color: #006aaa;}
h3{      font-size: 14px; font-style: italic; color: #006aaa;}
h4{      font-size: 12px; color: #b71215;   }
h5{      font-size: 12px; padding: 0px; margin: 1px; color: #093e5d; } 
a{
	color: #006AAA;
	font-weight: bold;
}     
img { border: 0px; }

#mainContent li a{color: #093e5d; font-weight: bold;}
#mainContent li.spread {margin: 3px;}


.red {color: #b71215; font-weight: bold;}
.ltblue {font-style: italic; font-weight:bold; color:#093e5d;;}
.tight {margin-top: 2px;}
.tight_header{margin-bottom: 2px;}
.indent { margin-left: 30px; font-weight: normal; }
.tight_indent { margin-left: 30px; margin-top: 2px;  }
.tight_header_indent {margin-bottom: 2px; margin-left: 30px;}


#mainContent ol {font-size: 12px; color: #77750c;}
#mainContent ol li {padding: 5px;}

/* ///////////////////////////////////////////////////////////////////////////

 styling of main content, divs, etc.
 
////////////////////////////////////////////////////////////////////////////*/

#background {
	width: 100%;
        height: 100%;
	background:url(images/bg-top.jpg) repeat-x  ;
	
}



 #container { 
        
	width: 856px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container.jpg) #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
        height: 204px; 
        width: 100%;
	padding: 0px;  
} 
 #menu {
        height: 50px; 
        width: 796px;
	background: url(images/menu.jpg); 
	padding: 0px 0px 0px 60px; 
} 

#MenuBar2{
        padding: 0px;
        margin: 0px; 
        marign-left: -20px;
        margin-top: -8px;
        width: 570px;   

}

#banner{
       padding-left: 30px;
}

.grey{color: #e0e0e0; margin-left: -8px; margin-right: -8px;}
/* ///////////////////////////////////////////////////////////////////////////

    main layout for sidebar, etc
 
////////////////////////////////////////////////////////////////////////////*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	

	padding: 0px 10px 0px 40px;
        margin: 15px 0px;
        min-height: 500px;
        
}
.twoColFixLtHdr #sidebar1 p{padding: 0px 10px;}
.twoColFixLtHdr #sidebar1 h1{padding: 0px 10px;}
.twoColFixLtHdr #sidebar1 h2{padding:0px 10px;}
.twoColFixLtHdr #sidebar1 h3{padding:0px 10px;}.twoColFixLtHdr #sidebar1 h1{padding-left: 10px;}
.twoColFixLtHdr #sidebar1 h4{padding:0px 10px;}
.twoColFixLtHdr #sidebar1 h5{padding:0px 10px;}

.twoColFixLtHdr #mainContent { 
	margin: 15px 30px 15px 248px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        border-left: 1px solid #666;
        min-height: 500px;
} 

.twoColFixLtHdr #mainContent ul{
        font-size: 12px;
        color: #093e5d;

}
/* ///////////////////////////////////////////////////////////////////////////

 single column
 
////////////////////////////////////////////////////////////////////////////*/
.singleCol{
	padding: 15px 18px 0px 20px;
	

}
#mapBack{
     padding: 40px 20px 40px 50px;
     background: url(images/mapBack.jpg);

}
.test{
         background-image:url(images/facebook_back.jpg);
         height:600px;
         width: 490px;
        padding-left: 30px;
         padding-top: 38px;
}

/* ///////////////////////////////////////////////////////////////////////////

 two column
 
////////////////////////////////////////////////////////////////////////////*/
.multiColumn {
        

}

.twoColLeft{
          
          width: 43%;
          padding: 0px 18px 0px 0px;
          margin: 18px 0px;
          float: right;
          border-right: 1px solid grey;
}
.twoColLeftNL{
          
          width: 43%;
          padding: 0px 18px 0px 0px;
          margin: 18px 0px;
          float: right;
          
}
.twoColRight{
        
         width: 43%;
         padding: 0px 18px 0px 20px;          
         margin: 18px 0px;
         float:right;
}

.clearright{
    clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ///////////////////////////////////////////////////////////////////////////

 three column
 
////////////////////////////////////////////////////////////////////////////*/
.thrColFixHdr #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: #EBEBEB; /* 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 */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* 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 */
}
.thrColFixHdr #mainContent { 
	margin: 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#tuben {
          padding-left: 58px;
          padding-top: 6px;
          background: url(images/youtube-player.jpg) no-repeat 31px 1px;
        
}

 #footer { 
        height: 76px;
	padding: 0 10px 0 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.jpg); 
} 
#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 30px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        text-align: center;
}
.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;
}

/* ///////////////////////////////////////////////////////////////////////////

 image class, other classes, etc.
 
////////////////////////////////////////////////////////////////////////////*/
legend{font-size: 14px; font-weight: bold; color: #006aaa; }
form { text-align: right; padding: 0px 10px;}
form fieldset {padding: 0px 20px 10px 20px; margin: 15px 0px;}
form fieldset.leftAlign{text-align: left;}
label {display: inline; width:150; }
input text {display: inline; width: 200px; }
input select {width: 200px;}
label.hide{display:none;}
form p{margin: 6px 0px;}
.txtRt{text-align: right;}
.youtube {background: url(images/youtube.jpg); width: 538 px; height: 318px; padding-left: 17px; padding-top: 16px; }
.Italics {
	font-style: italic;
}
