@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d9f5fc;
	margin: 5px; /* 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;
}

.required{
	color: #ff0000;
}

a{
	color:#0079c2;
	text-decoration: underline;
}

a img {border:none;}

a:hover{
	color:#c20049;
	text-decoration: underline;
}

h1{
	font-size:1.4em;
}

h2{
	font-size:1.2em;
}


h3{
	font-size:1.1em;
}
.test a{
	background-color:#0066FF;
}

.test a:hover{
	background-color:#00FF00;
}

.reddish{
	color:#c20049;
}
/* 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: #sidebar1 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.
*/
.twoColElsLtHdr #container { 
	width: 49em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #0079c2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	height: 117px;
	background: #ffffee url(images/header-road-tile.gif) repeat-x; 
	padding: 5 5px;  /* 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. */
} 
.twoColElsLtHdr #header h1 {
	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 */
}


.twoColElsLtHdr #topmenu { 
	/*background: #c20049; */
	padding: 0px 0px;  /* 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. */
	text-align:center;
	color: #FFF;
	width: 100%;
} 

.twoColElsLtHdr #topmenu ul{
	margin:0;
	padding:0;
} 

*html .twoColElsLtHdr #topmenu { 
	/*background: #c20049; */
	padding: 0px 0px;  /* 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. */
	text-align:center;
	color: #FFF;
	width: 100%;
	height: 18px;
	overflow:hidden;
} 
.imageborder{
	margin: 10px;
	padding: 3px;
	border: 1px solid #115629;
}

.imageright{
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #115629;
}

.imageleft{
	margin: 0px 10px 10px 0px;
	padding: 3px;
	border: 1px solid #115629;
	
}

.twoColElsLtHdr #topmenu a{ 
	/*display:inline-block;*/
	padding: 0px 0px;
	color:#FFFFFF;	
	text-decoration:none;
}

.twoColElsLtHdr #topmenu a:hover{ 
	color:#FFFFFF;
	background-color:#0079c2;
	
	text-decoration:none;
}

.autoOn{
	color:#FFFFFF;
	background-color:#0079c2;
	text-decoration:none;
}

.motorOn{
	color:#FFFFFF;
	background-color:#0079c2;
	text-decoration:none;
}

.topNorm{
	color:#FFFFFF;
	text-decoration:none;
}

.smallertext{
	font-size: .8em;
}
.infotext {
	font-size: 0.9em;
	color: #0075BD;
}

.evensmallertext{
	font-size: .7em;
}

/* Tips for sidebar1:
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 ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 8em; /* since this element is floated, a width must be given */
	background: url(images/left-menu-tile.png) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin: 5px;
	color: #FFF;
}

.twoColElsLtHdr #sidebar1 a{
	display:block;
	color: #FFF;
	text-decoration:none;
	/*padding: 5px 0px;*/
}
.twoColElsLtHdr #flashcontent{
	margin:5px;
}
.twoColElsLtHdr #sidebar1 a:hover{
	color: #FFF;
	/*background-color: #c20049; */
	text-decoration:none;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 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 sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 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.
*/
.twoColElsLtHdr #mainContent {
	margin: 0px .3em 0 8.75em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size: .8em
} 
.twoColElsLtHdr #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 */
}

/* 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;
}


.rightbox{
	float: right;
	width:auto; 
	margin: 0px 0px 3px 5px; 
	font-size: .8em; 
	font-family:'Times New Roman', Times, serif;
	
}

.leftbox{
	float: left;
	width:auto; 
	margin: 0px 8px 8px 0px; 
	font-size: .8em; 
	font-family:'Times New Roman', Times, serif;
	
}

.imageborder{
	margin: 10px;
	padding: 3px;
	border: 1px solid #000;
}

.imageright{
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #000;
}

.imageleft{
	margin: 0px 01px 10px 0px;
	padding: 3px;
	border: 1px solid #000;
	
}

.dbheader{
	color:#FFF;
	background-color:#0079c2;
}

.dbdate{
	font-size:1.1em;
	color:#115629;
}

.datetext{
	font-size:.9em;
	color:#115629;
	
}

.monthbar{
	background-color:#0079c2;
	color:#FFF;
	padding-left: 15px;
}

.monthbarfront{
	background-color:#0079c2;
	color:#FFF;
	display: block;
	font-size: 16px;
	padding: 2px;
}


/*Styles for menu hover thingy */
ul.makeMenu, ul.makeMenu ul {
  width: 127px;                 /* sets the size of the menu blocks */
 /* border: 1px solid #000;      puts a black border around the menu blocks */
 /*background-color: #D59F0F;       makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  line-height: 1.5em;
  margin-top:0px;
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  padding-left:5px;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  background-color: #0079c2;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -1px;                    /* position slightly lower than the parent menu item */
  left: 127px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	border:1px solid #990000;
	width: 150px;
	font-size: .9em;
	
}

ul.makeMenu li > ul > li > ul{          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  background-color: #0079c2;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -1px;                    /* position slightly lower than the parent menu item */
  left: 150px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	border:1px solid #990000;
	width: 150px;
	font-size: .9em;
	
}

ul.makeMenu li > ul > li > ul li > ul{          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  background-color: #0079c2;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -30px;                    /* position slightly lower than the parent menu item */
  left: 150px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	border:1px solid #990000;
	width: 150px;
	font-size: 1em;
	
}

ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #c20049;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #fff; display: block; width: 100%; text-decoration: underline; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

.planner {padding: 25px;}
.planner td {padding: 2px;
font-size:.8em;}
.warning {font-size:.8em;
color:red;}

