/* CSS Document */
body {margin:10px 0 30px 0; padding:0; border:0; color:#1F1F1F; font-family:arial,helvetica,sans-serif; font-size: 12px; background-color:#2d3448 ;}
/*------------- GLOBAL SELECTORS --------------*/
table { border:0; font-size: 12px; }
a img { border-width:0; border-style:none; }
p { margin:0 12px; line-height:1.3; }
.nonbreakingspace {padding-top:0px;padding-bottom:0px;margin:0}
h1 { font-size: 16px; color: #358549; margin:0; padding-bottom:11px;}
h2 { font-size: 14px; color: #063986; font-weight: bold; line-height:20px; margin: 15px 0 5px 0; }
h3 { font-size: 14px; color: #1878c1; font-weight: bold; line-height:16px; margin-bottom: 8px; margin-top: 0px;border-bottom:1px dashed #e6e6e6;}
h4 { font-size: 12px; color: #063986; font-weight: bold; line-height:16px; margin-bottom: 15px; margin-top: 10px; }
ul { list-style: square; margin: 0;padding: 0; }
ol { margin-top : 0px; margin-bottom : 8px; }
a:link, a:hover, a:active { text-decoration:underline; color:#325DB5; }
a:visited { color:#553885;text-decoration:none; }
a:hover { text-decoration:none;color:#970a02;}
blockquote { font-style: italic; }
.left{text-align:left;}
.right{text-align:right;}
.floatleft{float:left;}
.floatright{float:right;}
.bold{font-weight:bold;}
.red{ color:#FF0000}
/*------------- END GLOBAL SELECTORS --------------*/

/* LINKS IE Windows note: FIRST :visited, THEN :hover, or it won't work */
a:link {color: #1d46a2;text-decoration:underline;margin:0;}
a:visited {color: #1d46a2;text-decoration:underline;margin:0;}
a:hover {color: #0066CC;text-decoration:underline;margin:0;}

img 		{border:0;margin:0;padding:0;}
a img 		{border:0;margin:0;padding:0;}

#wrapper {width:965px;height:135px; margin:0 auto;padding:0;border:0px solid #fff;background:#fff url(images/BKGheadlogo110.jpg) top left no-repeat; }

#topcontent{text-align:center;width:965px;  /*  sets width for the whole vertical column */
			height:135px;margin:0px;border: 0px solid #fff;position:relative;}	

			#logolink{position:absolute;top:14px;left:379px;width:267px;height:60px;margin:0;padding:0;border: 0px solid red;}
			#contactBox{position:absolute;top:11px;left:747px;width:200px;margin:0;padding:0;text-align:right;border: 0px solid red;}	
			.phone{color:#ffffff;font-family: tahoma, Arial, Helvetica, verdana, sans-serif;font-size:10px;letter-spacing:0.14em;font-style:normal;font-weight:normal;text-decoration:nonepadding-bottom:10px;}
			.size14	{font-size:14px;font-weight:bold;}
#alertHP {
	position:absolute;
	top:78px;
	left:747px;
	width:200px;
	margin:0;
	padding:5px;
	text-align:right;
	border: 0px solid red;
	clear:both;}

#alertHP a:link, #alertHP a:hover,#alertHP a:active, #alertHP a:visited {text-decoration:blink; color:#FFFF00;font-size:14px;font-weight:bold; }
#alert a:link, #alert a:hover,#alert a:active, #alert a:visited {text-decoration:blink; color:#cc3300;font-size:18px;font-weight:bold; }
			
/* START top nav links */
			#homeLink{position:absolute;top:122px;left:29px;width:50px;height:20px;margin:0;padding:0;border: 0px solid red;}
					a.contactlink{color:#ffffff;font-family: Arial, Helvetica, verdana, sans-serif;font-size:12px;font-style:normal;font-weight:normal;text-decoration:none;padding:2px;}
					a.contactlink:visited{color:#ffffff;font-family: Arial, Helvetica, verdana, sans-serif;font-size:12px;font-style:normal;font-weight:normal;text-decoration:none;padding:2px;}
					a.contactlink:hover{color:#ffff33;text-decoration:none;padding:2px;}
			
/*  this HOLDS THE MENU */
#navcontainer{position:absolute;top:102px;left:0px;width:972px;margin:0;padding:0; border:0px solid red;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:972px; height:31px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #fff;text-align:left;} /* farthest right border */
/* hack to correct IE5.5 faulty box model */
* html .menu {width:970px; w\idth:971px;}/* Note: w\ must be same as .menu width above, then make 1st width 1pixel less */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:160px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:160px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff;width:162px; height:30px; border:1px solid #fff; border-width:1px 1px 1px 1px; background:#074e9e;text-align:center;  padding:0px; line-height:30px;} /* Note: this is TOP boxes - OFF */
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:159px; w\idth:159px;text-align:left;padding:0px;margin:0px;} /* DAN-NEW hack NEEDS TO BE LESS THAN ABOVE  .menu li TO WORK IN IE6  */

		/* style the second level background */
		.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
		/* style the second level hover */
		.menu ul ul a.drop:hover{background:#949e7c url(images/drop.gif) bottom right no-repeat;}
		.menu ul ul :hover > a.drop {background:#949e7c url(images/drop.gif) bottom right no-repeat;}
		/* style the third level background */
		.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
		/* style the third level hover */
		.menu ul ul ul a:hover {background:#b2ab9b;}

		/* hide the sub levels and give them a positon absolute so that they take up no room */
		.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:178px;border-top:1px solid #fff;}
		/* another hack for IE5.5 */
		* html .menu ul ul {top:30px;t\op:31px;}
				
							/* position the third level FLYOUT menu */
							.menu ul ul ul{left:178px; top:-1px; width:177px;}
							
							/* position the third level FLYOUT menu for a left flyout */
							.menu ul ul ul.left {left:-178px;}
				
				/* style the table so that it takes no part in the layout - required for IE to work */
				.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
				
				/* style the second level links */
				.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; border-width:0 1px 1px 1px;width:157px;}/* width here is FLYOUT pushed from left */
				/* yet another hack for IE5.5 */
				* html .menu ul ul a, * html .menu ul ul a:visited {width:178px;w\idth:177px;}
				
				/* style the top level hover */
				.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}/* top level */
				.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}/* 2nd level */
				
				/* make the second level visible when hover on first level list OR link */
				.menu ul li:hover ul,
				.menu ul a:hover ul{visibility:visible; }
				/* keep the third level hidden when you hover on first level list OR link */
				.menu ul :hover ul ul{visibility:hidden;}
				/* make the third level visible when you hover over second level list OR link */
				.menu ul :hover ul :hover ul{ visibility:visible;}
/*   END OF CSS PLAY MENU  */
						
#main {width: 965px;margin:0; padding:0;border:0px solid #fff; background-color:#FFFFFF; overflow:hidden;}/*  VERY COOL!overflow:hidden finally shows the background around the 2 floated divs !*/
	#homepage{width: 900px;margin:5px 30px 30px 30px; padding:0px;border:0px solid aqua;}
	#homepage h1{color:#646f7a; text-align:center;font-size: 18px; font-family: "Trebuchet MS",verdana, arial,helvetica,sans-serif;}
	#homepage h3{color:#3572b8; text-align:center;font-size: 17px;border:0px;}
							/* IF a H3 needs to be a link use this:  */
							a.h3link{color:#3572b8;font-family: "Trebuchet MS",verdana, arial,helvetica,sans-serif;font-size:17px;text-decoration:none;}
							a.h3:visited{color:#3572b8;font-family: "Trebuchet MS",verdana, arial,helvetica,sans-serif;font-size:17px;text-decoration:none;}
							a.h3link:hover{color:#1ca746;text-decoration:none;}
			/*  HOMEPAGE ONLY COLUMNS */
					#homeleftcol {float:left;width: 300px;margin:0px;padding:0 0 15px 0; text-align:center}
						#homeleftcol p { margin:0;padding:20px 24px 0 24px; line-height:16px; text-align:justify;}
					#homecentercol {float:left;width: 300px;margin:0px;padding:0 0 15px 0; text-align:center}
						#homecentercol p { margin:0;padding:20px 24px 0 24px; line-height:16px; text-align:justify;}			
					#homerightcol { float:left;width: 300px;margin:0px;padding:0 0 15px 0; text-align:center}
						#homerightcol p { margin:0;padding:20px 24px 0 24px; line-height:16px; font-size: 12px;text-align:justify;}
				/*  END HOMEPAGE ONLY COLUMNS */

/*  INSIDE PAGE COLUMNS */
		#leftcol {float:left;width: 215px;margin:20px 0 0 10px;padding:0px;}
			#leftcol p { margin:0;padding:0 7px 12px 10px; line-height:1.3; }
			
#menuLeft {width:215px;margin:0 0 30px 0;padding:0;text-align:left;border-right:1px solid #e6e6e6;}
			#menuLeft UL {
				font-size: 11px; 
				color: #358549; 
				margin:0;
				padding:0;
				list-style-type:none;}
			#menuLeft ul li {
				color:#358549;
				font-family: verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:normal;
				border-top:0px solid #ccc;
				border-bottom:0px solid #ccc;				
				margin:0;
				padding:0;
				text-align:left;
				line-height:20px;
				display:block;}
			#menuLeft ul li a {	
				background: url(images/dbl_whitearrow16.gif) right center no-repeat;			
				border-top:1px solid #fff;
				border-bottom:1px solid #fff;
				font-family: verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				text-decoration:none;
				margin:0;
				padding:2px 0 2px 8px;
				color:#358549;
				display:block;}
			#menuLeft ul li a:hover {
				background:#1878c1 url(images/dbl_whitearrow16.gif) right center no-repeat;
				border-top:1px solid #ccc;
				border-bottom:1px solid #ccc;
				margin:0;
				padding:2px 0 2px 8px;
				font-family: verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				text-decoration:none;
				color:#fff;
				display:block;}	

			
			
		#rightcol { float:left;width: 690px;margin:20px 0 20px 20px;padding:0;text-align:justify;}
			#rightcol p { margin:0;padding:0 0 12px 0px; line-height:1.3; font-size: 12px;}
			
			
		/*THESE default UL, LI MUST COME AFTER the menu in css */					
			#rightcol ul {font-size: 105%;color: #039; margin-left:0px;padding:0 0 12px 15px;list-style-type:disc;list-style-position:outside;}
			#rightcol li {color: #000;font:12px/20px verdana, arial, helvetica, sans-serif;line-height:18px;margin-left:1.05em;}
			
		/*  USE THESE only for ONLINE REGISTRATION PAGE - FULL WIDTH */	
			#rightcolFULL { float:left;width: 910px;margin:20px 0 20px 20px;padding:0;text-align:justify;border:0px solid red}
			#rightcolFULL p { margin:0;padding:0 0 12px 0px; line-height:1.3; font-size: 12px;}
			#rightcolFULL ul {font-size: 105%;color: #039; margin-left:0px;padding:0 0 12px 15px;list-style-type:disc;list-style-position:outside;}
			#rightcolFULL li {color: #000;font:12px/20px verdana, arial, helvetica, sans-serif;line-height:18px;margin-left:1.05em;}
					
	
#footer {clear: left; width: 965px; height:62px;margin:0px;padding:0; background:url(images/footerBKG.gif) bottom left no-repeat;text-align:center;}
#footer ul{margin:0;padding:15px 0;list-style-type:none;vertical-align:middle; text-align:center;}
#footer ul li {display:inline;font-family: "Trebuchet MS",tahoma, Arial, Helvetica, verdana, sans-serif;font-size:101%;font-style:normal;font-weight:normal;letter-spacing:-.25px;margin:0;padding:0 5px 0 0;color:#999999;}
#footer ul li a {font-family: Arial, Helvetica, verdana, sans-serif;text-decoration:none;margin:0;padding: 0;color:#808080;}
#footer ul li a:hover {font-family: Arial, Helvetica, verdana, sans-serif;color:#074e9e;text-decoration:underline;}	




