@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background-color: #223344;
	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;
	background-image: url(images/Background.jpg);
	background-repeat:repeat-x;
}
.twoColLiqLtHdr #container { 
	/*width: 80%;*/  /* this will create a container 80% of the browser width */
	width: 95%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1em;
} 
.twoColLiqLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 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. */
	border-bottom: 1px solid #999999;
	background-image: url(images/mashead_back.jpg);
} 
.twoColLiqLtHdr #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 */
}
.twoColLiqLtHdr img{
	margin:0;
	padding:0;
}



/*Rob's code*/

h1{
	color: #333333;
	/*font-size:150%;*/
}

h2{
	color:#003366;
}

h3{
	color:#990000;
}
h4{
	color:#003366;
}
a {
	/*text-decoration:none;*/
	color: #003366;
}
a:hover {
	text-decoration:underline;
}
img{
	margin: 5px;
	padding:0;
	background: none;
	border: none;
}
input {
	/*border: none;*/
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 120%;
	padding: 0;
	margin: 0;
}
.checkbox {
	/*border: none;*/
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 120%;
	size:150%;
	padding: 0;
	margin: 0;
}
textarea {
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 150%;
	padding: 0;
	margin: 0;
	font:Arial, Helvetica, sans-serif;
}
.button{
	/*background-image: url(images/nav_heading.jpg);*/
	background-image: url(images/button_background.jpg);
	background-repeat: repeat-x;
}
.button_big a{
	border: 1px solid #999999;
	background-image: url(images/button_background.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: 120%;
	padding: 3px;
	margin: 0;
	text-decoration:none;
	color: #003366;
	position:relative;
}
fieldset{
	border: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding:10px;
	margin:10px;
}
legend{
	padding:3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(images/nav_heading.jpg);
	/*background-image: url(images/button_background.jpg);*/
	background-repeat: repeat-x;
}

.form_element{
	border: 1px dashed #CCCCCC;
	margin:.5em;
	margin-bottom:1em;
	padding: 1em;
}
.kb_short{
	text-decoration:underline;
}

.box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	overflow: scroll;
	
}

.box2 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	height: 220px;
	
}

.box2 li{
	list-style-image: url(images/bullet_point.gif);
	margin-bottom: 5px;
}

.box dt, .box2 dt {
	color:#663300;
	font-size:130%;
	/*float: left;*/
	margin-bottom: 20px;
	clear: left;
	/*width: 200px;*/
}

.box dd, .box2 dd {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	/*color: #666;*/
}

.box dd.img img, .box2 dd.img img{
	float: left;
	margin: 5px 5px 25px 5px;
	padding: 0;
}

.clear_left {
	clear: left;
}
.box ul li{
	padding-right: 10px;
	padding-bottom: 5px;
	list-style-image: url(images/bullet_point.gif);
	margin: 0px;
	margin-left: 20px;
}

/*#mainContent ul li{
	padding-right: 10px;
	padding-bottom: 5px;
	list-style-image: url(images/bullet_point.gif);
	margin: 0px;
	margin-left: 20px;
}*/
.box ul ul li{
 list-style-image: none;
 list-style-type: disc;
}

.box ul ul ul li{
 list-style-image: none;
 list-style-type: none;
}



a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}



.bullet_img li{
	list-style:none;
	list-style-image: url(images/bullet_point.gif);
	margin-bottom: 5px;
}
.bullet_img li ul li{
	list-style:none;
	list-style-image:url(images/bullet_point2.gif);
	margin-bottom: 5px;
}
.twoColLiqLtHdr #header img{
	margin:0;
}

.float_left {
	float:left;
	border: 1px solid #003366;
}

.utility{
	position: absolute;
	top: 1em;
	right: 2em;
	color: #919999;
	list-style: none;
	z-index: 500;
	font-size: 120%;
}
.utility li{
	float: left;
	padding-left: 0px;
	margin: .2em;
	list-style: none;
}

.utility a{
	color: #990000;
	text-decoration:none;
}

.utility a:hover{
	text-decoration: underline;
	/*text-decoration: none;*/
}

.white_box{
	margin: 0;
	padding:0;
	/*background-image: url(images2/background_window.jpg);
	background-position: left;
	background-repeat:no-repeat;*/
	/*min-height: 180px;*/
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #CCCCCC;*/
	/*width: 94%;*/
}
.white_box h3{
	color:#990000;
}
.white_box h4{
	/*font-size: 140%;*/
}
.white_box ul{
	margin:0;
	margin-left:10px;
	padding:0;
}

.popup {
	visibility: hidden;
	visibility: collapse;
}

/*-------------------- End Popup Control --------------------*/
/*-------------------- Popup Control --------------------*/
#popup, #popup2 {
	float:right;
	visibility: hidden;
	width:50%;
	height: 310px;
	z-index: 300;
	background-color: #eeeeee;
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.80; 
	opacity:0.8;*/
	/*color: #333333;*/
	/*border: solid 1px #003366;*/
	border: solid 1px #cccccc;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	vertical-align:top;
}
#popup img, #popup2 img{
	border: solid 1px #cccccc;
}
#popup h4, #popup2 h4{
	margin: 5px;
	padding:5px;
}
#popup h5, #popup h6, #popup2 h5, #popup2 h6{
	margin: 5px;
	margin-top: 20px;
	padding:5px;
	margin-top: 0;
	padding-top:0;
	color: #990000;
	font-weight:bold;
}
#popup h6, #popup2 h6{
	margin: 5px;
	padding: 5px;
	color: #990000;
	font-weight: bold;
}
#popup p, #popup2 p{
	margin: 5px;
	padding:5px;
	margin-right: 10px;
	padding:0px;
}
#popup ul, #popup2 ul{
	margin: 5px;
	padding:5px;
	margin-left:5px;
}
#popup ul li, #popup2 ul li{
	list-style-image:none;
	list-style:none;
	list-style-type: square;
}


/*-------------------- End Popup Control --------------------*/

.clear_all{
	clear: both;
	padding: 0;
	margin:0;
}
.clear_right{
	clear: right;
}
.clear_left{
	clear:left;
}

.note{
	color: #990000;
	font-size: 90%;
}

.mission{
	padding:0;
	margin-bottom: 2em;
	height:15em;
}
.mission img{
	padding:0;
	margin: 10px;
	margin-right:15px;
}
/*End Rob's code*/


/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. 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 ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.twoColLiqLtHdr #sidebar1 {
	/*float: left;*/ 
	/*width: 24%;*/ /* since this element is floated, a width must be given */
	/*width: 11.05em;
	background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0;*/ /* top and bottom padding create visual space within this div  */
	/*padding: 0;
	border-right: 1px solid #223344;*/
	
	
	float: left; 
	width: 13.4em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	/*width: 11.8em;*/
	
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #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;
}
.twoColLiqLtHdr #sidebar1 h5 {
	/*color: #000033;*/
	color: #FFFFFF;
	margin:0em;
	padding: .5em;
	background-color:#EEEEEE;
	background-image:url(images/nav_heading.jpg);
	font-size: 110%;
	border-bottom: 1px solid #223344;
}
.twoColLiqLtHdr #sidebar1 img {
	margin: 0; /*Rob's code for img*/
	margin-left: 20px;
	padding:5px;
	background-color: #FFFFFF;
	/*border: solid 1px #223344;*/
}
.side_links {
	margin: 10px;
	margin-top: 0;
	padding:0;
	list-style: none;
	font-size: 90%;
}

.side_links li{
	margin-bottom: 15px;
}

/* Tips for mainContent:
1. 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.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent { 
	/*margin: 0 20px 0 26%;*/ /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin: 0 1em 0 14em;
	/*background-color: #CCCCCC;*/
	min-height: 600px;
} 
.twoColLiqLtHdr #mainContent a img{
	text-decoration:none;
	border: 1px solid #223377;
	
}
.twoColLiqLtHdr #mainContent a img:hover{
	text-decoration:none;
	border: 1px solid #990000;
}
.twoColLiqLtHdr #mainContent a {
	text-decoration:none;
	color: #223388;
}
.twoColLiqLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #223388;
}
.twoColLiqLtHdr #mainContent img{
	/*border: 1px solid #223377;*/
}
.twoColLiqLtHdr #mainContent input{
	/*border: 1px solid #223377;*/
	margin: .2em;
	padding:0;
}
.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEEEEE;
	border-top: 1px solid #223344;
	background-image: url(images/mashead_back.jpg);
	background-repeat:repeat-x;
} 
.twoColLiqLtHdr #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 */
	color: #FFFFFF;
	
}

/* 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;
}
.vcard{
	/*width: 95%;*/
	/*margin: 10px;
	margin-left: 0;
	margin-top: 120px;
	padding: 10px;
	padding-left:0;*/
	margin-top: 2em;
}
.vcard h3{
	padding:0;
	margin:0;
	/*margin-top: 20px;*/
	color: #990000;
}
.form{
	border: 1px solid #223344;
	border-bottom: none;
}
.form h3{
	margin:0;
	padding:0;
	color: #003366;
}
.cell_odds{
	background-color: #CCDDFF;
	margin: 0em;
	padding:1em;
	border-bottom: 1px solid #666666;
}
.cell_evens{
	background-color: #CCCCCC;
	margin: 0em;
	padding:1em;
	border-bottom: 1px solid #666666;
}
.cell_selected{
	background-color: #99FF00;
	margin: 0em;
	padding:1em;
	border-bottom: 1px solid #666666;
}
.cell_hilite{
	background-color: #FF9900;
	margin: 0em;
	padding:1em;
	border-bottom: 1px solid #666666;
}
.sub_cell{
	margin-bottom:.5em;
	padding:1em;
	clear:left;
	border: 1px solid #223344;
	background-color: #EEEEEE;
}
.sub_cell2{
	margin-bottom:.5em;
	padding:1em;
	clear:left;
	border: 1px solid #223344;
	background-color: #CCCCCC;
}
.sub_cell h3, .sub_cell2 h3{
	color: #990000;
}
.session{
	font-size:90%;
	color:#990000;
}

.row_odds{
	background-color:#CCCCCC;
}
.row_evens{
	background-color:#EEEEEE;
}
.row_hilite{
	background-color:#FF9900;
}
.row_selected{
	background-color:#99FF00;
}
.box_20{
	width: 20%;
	height: 200px;
	overflow: auto;
	border:1px solid #223344;
	float:left;
}
.box_50{
	width: 50%;
	height: 200px;
	overflow: auto;
	border:1px solid #223344;
	float:left;
}
table{
	border: 1px solid #737A80;
	border-collapse: collapse;
	/*width: 98%;*/
	margin: 5px;
	/*font-size: 90%;*/
}

table th{
	border: 1px solid #737A80;
	background-color: #666666;
	background-image: url(images/nav_heading.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0.5em 0.2em 0.3em 0.2em;
	color: #ffffff;
	font-weight:bold;
}

