/* fffbe7 sand */
/* 5bb4e5 blue 2915 */
/* e1f6fd lighter blue *.
/* 0096db darker blue 2925 */
/* 005abb darker dark blue 2935 */
/* ff6900 orange */


body  {
	font: 76% Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fffbe7 url(8hdrgrd.gif) top 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: #000;
}

table
{
	border: 0;
	margin: 0;
	padding: 0;
}

tr
{
	border: 0;
	margin: 0;
	padding: 0;
}

td
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:top;
}


/*fffbe7*/
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #leftcol is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.bodyroot #container { 
	background: #fff ; 
	width: 970px;  /* (64 looks right @ 800x600) this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-top: #0096db solid thin;*/
} 
.bodyroot #header { 
	background: #5bb4e5 url(7band.gif) top left no-repeat;
	padding: 0 0;  /* 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. */
	height: 114px; /* url(logo.gif) left no-repeat */
	/*border-bottom: #0096db solid thin;*/
} 

.bodyroot #header #logo {
	float:left;
	/*background: url(4logo.gif) left top no-repeat;*/
	width: 240px;
	height: 120px; 
	padding: 0 10px; /* top and bottom padding create visual space within this div */	

}

.bodyroot #header #bannertop {
	float: right;
	display: block;
	background: url(BannerTop.gif) right top no-repeat;
	height: 40px;
	width: 580px;
	padding: 0 0; /* top and bottom padding create visual space within this div */	
}


.bodyroot #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #444;
}


.bodyroot .blue_ul_out{ 
	float: left;
	background: url(ulin.gif) top left no-repeat;
/*	padding: 0 0;   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. */
	height: 12px; /* url(logo.gif) left no-repeat */
	width: 12px;
} 

.bodyroot .blue_ur_out{ 
	float: right;
	background: url(urin.gif) top right no-repeat;
	padding: 0 0;  /* 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. */
	height: 12px; /* url(logo.gif) left no-repeat */
	width: 12px;
} 


.bodyroot #mainmenu { 
	/* padding: 0 10px 0px 10px;   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. */
	/* margin: 0px 18px 20px 18px; */
	/* border-bottom: #555 dashed 1px; */
    /*background: #ededed; */
} 

.bodyroot #ctl00_mainmenuwrap
{
	padding: 0 0; 
	margin: 0 auto;
	width: 950px;
	height: 5.5em;
	/*border-bottom: #eee solid ;*/
} 


.bodyroot #mainmenutop  
{
	padding: 0 0; 
	margin: 0 auto;

	height: 3em;
	border-bottom: #ff6900 solid 2px;
} 

.bodyroot #mainmenutop ul
{

	float:left; /* must float or firefox drops it down 12 px*/
	list-style: none;
	padding: 0;
	margin: 1em 0em 0em 2em; 
	/* border: dotted 1px; */

}

.bodyroot #mainmenutop li
{
	float: left;
	margin: 0 0; /*spacing between li*/
	border-right: #0096db solid 1px;
	border-left: #0096db solid 1px;
	font-variant: small-caps;
	width: 110px;
}

.bodyroot #mainmenutop li a
{
	/*background: #ff6900 bottom left repeat-x;*/
	width: 100%;
	height: 1.6em;
	line-height: 1.6em;
	float: left;
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	color: #005abb ; /*0096db;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.bodyroot #mainmenutop .sela
{
	width: 100%;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	color: #ff6900;
	font-weight: bold;
	text-decoration: underline;
	background: #e1f6fd; 
	text-align: center;
}

.bodyroot #mainmenutop li a:hover
{
	width: 100%;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	color: #ff6900;
	font-weight: bold;
	text-decoration: underline;
	background: #e1f6fd; 
	text-align: center;
}

.bodyroot .mainmenusub  
{
	padding: 0 0; 
	margin: 0 auto;
	width: 945px;
	/* border-bottom: #444 solid 1px; */
	display: none;

	/* background: #ccc; */
} 

.bodyroot .mainmenusub ul
{
	/*background: #ccc;*/
	float:left; /* must float or firefox drops it down 12 px*/
	list-style: none;
	padding: 0;
	margin: 0; /* 1em 3em 1em 3em; */
	/* border: dotted 1px #fff; */
	height: 1.8em;
}

.bodyroot .mainmenusub li
{
	float: left;
	margin: 0; /*spacing between li*/
	border-right: #adddec solid 1px;
	border-left: #adddec solid 1px;
	border-bottom: #adddec solid 1px;
	/* font-size: .8em; */
	color: #005abb ; /*0096db;*/
}


.bodyroot .mainmenusub li a
{
	/*background: #ff6900 bottom left repeat-x;*/
	height: 1.6em; 
	padding: 2px 5px;
	line-height: 1.6em;
	float: left;
	/* width: 8em; */
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.bodyroot .mainmenusub .selb
{
	height: 1.8em;
	padding: 2px 6px;
	line-height: 1.8em;
	float: left;
	/* width: 8em; */
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	color: #005abb; 
	/* font-weight: bold; */
	text-decoration: underline;
	text-align: center;
	background: #e1f6fd;	
}

.bodyroot .mainmenusub li a:hover
{
	height: 1.8em;
	padding: 2px 6px;
	line-height: 1.8em;
	float: left;
	/* width: 8em; */
	display: block;
	border:  none ; /*0.1em solid #fffbe7;*/
	color: #005abb; 
	/* font-weight: bold; */
	text-decoration: underline;
	text-align: center;
	background: #e1f6fd;	
}


/* Tips for leftcol:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".bodyroot #leftcol p" rule.
*/

.bodyroot #leftcol {
	float: left; 
	width: 195px; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin: 15px 0 0 10px;
	/* border: dotted 1px #AAA; */
}


.bodyroot #leftcol .leftinner {
/*	background: #fff;*/
/*	margin-top: 1em;*/
	color: #000;
	margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1em;
	margin-bottom: 1em;
	font-size:smaller;
	font-weight: bold;
}

.bodyroot #leftcol .leftinner2 {
/*	background: #fff;*/
	margin-top: 1em;
	color: #3A3A3A;
	margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight:bolder;
}


.leftinner .imgheader
{
	margin: 14px 0 10px 0;
}

.leftinner select,input
{
	background: #fffbe7;
}

.leftinner .stdinput
{
	width: 6em;
}

.leftinner .imgbutton
{
	width: 79px;
	height: 27px;
}

.leftinner .leftnarrow
{
	width: 2em;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #leftcol div, the margins of the #mainContent div will be based on its font-size and the width of the #leftcol div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and leftcol is created with the left margin on the mainContent div.  No matter how much content the leftcol div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #leftcol space when the content in #leftcol ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.bodyroot #mainContent {
 	margin: 15px 0 0 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/*height: 420px;*/
	width: 580px;
	/* border: dotted 1px #AAA; */
} 

.bodyroot #rightcol 
{
	margin: 15px 10px 0 0px;
	float: right;
	height: 600px;
	width: 140px;
	/* border: dotted 1px #AAA; */
} 


.bodyroot #rightcol .rightinner {
/*	background: #fff;*/
/*	margin-top: 1em;*/
	color: #333;
	margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1em;
	margin-bottom: 1em;
	font-size:smaller;
	font-weight: bold;
}

.bodyroot #rightcol .rightinner A:link 
{
	color: #fffbe7;
	text-decoration: none;
}

.bodyroot #rightcol .rightinner A:visited 
{
	color: #444;
	text-decoration: none;
}

.bodyroot #rightcol .rightinner A:hover 
{
	color: #fffbe7;
	text-decoration: underline;
}

.bodyroot #rightcol .rightinner A:active 
{
	text-decoration: none;
}

.bodyroot #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
} 
.bodyroot #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* fffbe7 */
/* 5bb4e5 */

.orangeframe
{
	background: #ff6900;
}

.orangebl {background: url(orangebl.gif) 0 100% no-repeat; }
.orangebr {background: url(orangebr.gif) 100% 100% no-repeat}
.orangetl {background: url(orangetl.gif) 0 0 no-repeat}
.orangetr {background: url(orangetr.gif) 100% 0 no-repeat; padding:1px}


.blueframe
{
	background: #5bb4e5; /*#0096db;*/
}

.bluebl {background: url(bluebl.gif) 0 100% no-repeat; }
.bluebr {background: url(bluebr.gif) 100% 100% no-repeat}
.bluetl {background: url(bluetl.gif) 0 0 no-repeat}
.bluetr {background: url(bluetr.gif) 100% 0 no-repeat; padding:1px}



.clear {font-size: 1px; height: 1px}

/* Miscellaneous classes for reuse */
.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;
}

.slideShowPanel
{
	width: 550px;  
	height: 350px;
	margin: 0 ; /* auto the auto margins (in conjunction with a width) center the page */
	/*border: none;1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-top: #0096db solid thin;*/

}

.footer1
{ 
	width: 800px;  /* (64 looks right @ 800x600) this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 2px solid #ff6900;
	font-size: smaller;
	padding: .5em 4em 0 4em;
	text-align:center;
} 

.footer2
{ 
	width: 450px;  /* (64 looks right @ 800x600) this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: xx-small;
	text-align:center;
} 

.buttonPanel
{
	width: 580px;  
	height: 120px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.lowerButtons
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: none;1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.lowerButtons img
{
	/*width: 155px;  */
	/*height: 96px; */
	border: none;
	margin: 10px 1px 10px 1px;
	/*margin: 20px auto;	*/
}

.largeOrange 
{ 
	color: #f30; 
	font-weight: bolder; 
	font-size: 15px; 
	line-height: 19px; 
	font-family: Skia, Verdana, Arial, sans-serif;
	height: 1.5em;
}


.rightButton
{
	margin-left: 365px;
	/*float: right;*/
}

.whtinput
{
	background: #fff;
}

.opentop
{
	border-top:none;
	border-bottom: solid 1px #005abb;
	border-left:  solid 1px #005abb;
	border-right:  solid 1px #005abb;
}

.mainMargin
{
	margin: 0em auto 0em auto;
	width: 580px;
}

.tdData
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:middle;
	text-align:left;
}

.rsvnTable
{
	background: #fffbe7; 
	border: solid 1px #005abb;
	width:520px;
}

.prioritymsg
{
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	background: red;
	color: White;
	font-size: large;
	font-weight: bold;
	text-align: center;	
}
