@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
	background-image: url(bgstrip2s.gif); 
	background-repeat: repeat;
	background-position: left top;
	/*background-size: 100% 100%;*/
	background-attachment:fixed;
	
	
}

.bg{
	height:100%;
}
/*
#wrap (background-image: url(bgstrip.gif); background-position: left top; background-repeat: repeat;}background: #F3F8D5;
							 body {
	background-color: #41566E;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: small;
	line-height: 170%;
	background-image: url(images/omt_bg_top.png); 
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", arial, sans-serif;
}
*/
/* 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.
*/
.thrColElsHdr #container { 
	width: 1024px;  
	background: #F3F8D5;
	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. */
	position: relative;
} 
.thrColElsHdr #header { 
	background: #000000; 
	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. */
	
} 
.thrColElsHdr #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 */
}

/* 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...
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 ".thrColElsHdr #sidebar1 p" rule.
*/
.scloutb #sidebar1 {
	float: left; 
	
	width: 380px; /* since this element is floated, a width must be given */
	background: #E3F8D5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	position: absolute; top: 00px; right: 30px;
	width: 11em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: none;
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	color: #d4c912;
	margin-top: 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	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.
*/
.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	color:#000;
	
} 
.thrColElsHdr #form {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	
	
} 
/*
.thrColElsHdr #logo { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;
	width: 100px;
} 
.thrColElsHdr #silos { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;
	width: 300px;
} */

/* 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;
}
#info {
	padding: 10px;
	width: 370px;
	margin-left: 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C9F;
	text-decoration: none;
	background-color: #DBFFFF;
}
.photo{
	position: absolute; top: 124px; left: 30px;	
}

.tn1{
	position:absolute;	
	top: 340px; left: 55px;
	width: 110px;
	font-size:12px;
	/*color: #d4c912;*/
}
.tn2{
	position:absolute;
	top: 420px;
	left: 55px;
	width: 110px;
	font-size:12px;
	
}
.tn3{
	position:absolute;
	top: 505px;
	left: 55px;
	width: 110px;
	font-size:12px;
	
}
.tn4{
	position:absolute;
	top: 590px;
	left: 55px;
	width: 110px;
	font-size:12px;
}
.mainTable{
	
	font-size:12px;
	padding:10px;
	margin:auto;
	/*background: #ABCDEF;*/
	border: 1px solid #000000;
	width:760px;
	
}
.mainTable2{
	
	font-size:12px;
	padding:0px;
	margin:auto;
	/*background: #ABCDEF;*/
	border: 1px solid #000000;
	width:760px;
	
}
.headerNavigation{
	background-color:#000;
	width:760px;
	font-size:12px;
	padding:0px;
	margin:auto;
	text-decoration:none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}

.headerBar{
	background:black;
	color:white;
	width:760px;
	font-size:20px;
	padding:5px;
	margin: 0 auto;
	text-decoration:none;

	
}
.headerLinkFirst{
			border-width: 2px;
			border-color: white;
			border-style:solid;
			
			padding:1px;
			}
.headerLink{
			border-width: 2px;
			border-color: white;
			border-style:solid;
			border-left-style:none;
			padding:1px;
			}

.banna{
	padding:10px;
	margin: auto;
	vertical-align:middle;
	
	text-align:left;
}
.middleBit{
	
	width:350px;
	margin-top:0px;
	padding:5px 20px;
	/*border-style:solid;
	border-width:thin;
	
	text-align:left;*/
	vertical-align:top;
}

.middleBitLinks{
	
	
	width:350px;
	margin-top:0px;
	padding:0px 20px;
	text-align:left;
	vertical-align:top;
	
}

.midLinkText{
	
	margin: 10px;
	width:350px;
}
.midNavigation{
	background-color:#000;
	
	font-size:12px;
	padding:0px;
	margin:1px;
	text-decoration:none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
.midLink{
			border-width: 2px;
			border-color: white;
			border-style:solid;
			width: 90px;
			padding:2px;
			}

.rightBit{

	text-align:left;
	vertical-align:top;
	width:137px;
	/*border-left:solid;border-bottom:solid;
	border-left-color:#000;
	border-width:thin;
	
	border-bottom-color:#000;
	border-width:thin;*/
	border: 1px solid #000000;
	border-top:none;
	padding:10px;
	
	
}
.rightBitPic{

	text-align:center;
	vertical-align:top;
	width:163px;
	border: 1px solid #000000;
	border-top:none;
	margin:0px;
	padding:0px;
	
	
}
.rightBitPTx{

	text-align:justify;
	vertical-align:top;
	width:157px;
	border: 1px solid #000000;
	border-top:none;
	margin:0px;
	padding:0px 5px;

	
	
}
.rtPic{
	text-align:center;
	
}

.blackout{
	background-color:#000;
	color:#FFF;
	font:bold;
	vertical-align:top;
	padding-top:5px;
	margin:0;
	width:152px;
	text-align:right;
	padding-right:5px;
	
	/*border-style:solid;
	border-width:thin;
	border-color:#FFF;
	border-width:thin;*/
}

.blackoutLinks{
	background-color:#000;
	color:#FFF;
	font:bold;
	vertical-align:top;
	padding-left:2px;
	padding-top:5px;
	margin:0px;
	width:152px;
	text-align:right;
	
}
.scName{
	background-color:#000;
	color:#FFF;
	text-align:center;
	width:auto;
	margin: 10px 50px 20px 50px;
}
/*#headerBar.img{position:absolute; top:-200px; left:400px;}*/


a:link {color:red; text-decoration:none; font:bolder;}
a:link.current {color:white; text-decoration:none;}
a:link.deadCurrent {cursor:default; text-decoration:none; color:white; background: none;}
				   a:visited {color: red; text-decoration:none; }
				   a:visited.current {color:white; text-decoration:none;}
				   a:hover {text-decoration:underline; color:white;}
				   	a:hover.current {cursor:default; text-decoration:none; color:white; background: none;}
				   a:active {color:#FFF;}
				   a:hover.dead {cursor:default; text-decoration:none; color:red; background: none;}
				   a:hover.deadCurrent {cursor:default; text-decoration:none; color:white; background: none;}
				   a:visited.deadCurrent {cursor:default; text-decoration:none; color:white; background: none;}
				   
				   

				   
#rightBit 		a:link {color:black; text-decoration:underline; font:bolder;}

a:link.rl {background:none;color:black; text-decoration:underline;}
a:visited.rl {background:none;color:black; text-decoration:underline;}
				   
				   #rightBit a:hover {text-decoration:underline; background: #AFF;}
				   	#rightBit a:hover.current {cursor:default; text-decoration:none; color:white; background: none;}
					a:hover.rl {background:none;color:black; text-decoration:underline;}
				   a:active {color:#FFF;}		   
				   
.footie{   /*same as header - can collapse them */
	
	width:760px;
	font-size:9px;
	padding:5px 0px;
	margin:auto;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}











/*#form {font-family:"Trebuchet MS", Verdana, sans-serif;width:25em}
h2 {margin:0 0 0 0;padding:0}
p {margin:0 0 1em 0;padding:0;font-size:90%}
fieldset {background:#C361D2;border:none;margin-bottom:1em;width:24em;padding-top:1.5em}


select {margin-left:9em;margin-bottom:0}


#size {font-size:90%}
#size input {margin-left:9em}
#size input + input {margin-left:1em}
#size br+ input {margin-left:9em}

#extras {font-size:90%}
#extras input {margin-left:9em}
#extras input +input {margin-left:1em}
#extras br+input {margin-left:9em}


textarea {font:.8em "Trebuchet MS", Verdana, sans-serif;width:29em;padding:.2em}

input[type="submit"], input[type="reset"] {background:#DED983;font:1.2em "Trebuchet MS", Verdana, sans-serif}
#headerBar h3 {padding:0;}
#buttons {text-align:center}*/

.dateTx{
	text-align:right;
	font-size:9px;
}

.rightImg{
	width:140px;
	height:100px;
	border:solid;
	border-color:#000;
	border-width:thick;
	vertical-align:middle;
	text-align:center;
	
}


/****************Drop Down Stuff**************/

/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* 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:149px;}
/* 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:149px;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:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* 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:149px;border-top:1px solid #000;}
/* 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:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart 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; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* 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;}

.sideNavigation{
	width:150px;
}

.midLink2{
			/*border-width: 2px;
			border-color: white;
			border-style:solid;
			width: 140px;
			padding:2px;*/
			border-width: 1px;
			border-color: white;
			border-style:solid;
			border-top-style:none;
			width: 140px;
			padding:2px;
	}

.sml{
	font-size:10px;
}

.month{
	
	
	padding:0px 10px;
	text-align:center;
	margin:auto;
	/*background: #ABCDEF;*/
	border: 1px solid #FFF;
	width:120px;
	font-size:13px;
	padding:5px;
	font-weight:bold;
	
}

.item{
	
	
	padding:0px;
	text-align:left;
	margin:0px;
	/*background: #ABCDEF;*/
	border: 1px solid #000;
	width:360px;
	font-size:13px;
	padding:5px;
	font-weight:bold;
	
}

.nfont
{
	font-size:12px;
	font-weight:normal;
}

a:link.cl {background:none;color:black; text-decoration:none;}
a:visited.cl {background:none;color:black; text-decoration:none;}
a:hover.cl {background:none;color:black; text-decoration:underline;}

.vid{
	text-align:center;
}

.rouge{
	color:#F00;
}












#navbar ul{
margin:0; padding:0; list-style: none;
}

#navbar li ul{
display: none;
}

#navbar li:hover ul{
display:block;
position:absolute;
background:black;
width:85px;

}

#navbar li .sfhover ul{
display:block;
position:absolute;
background:red;
width:80px;

}

/*#navbar li.sfhover ul{*/


.dropdown{
	border-style:solid;
	border-width:thin;
	border-color:#FFF;
	border-top-style:none;
	/*z-index:1;
	float:clear;*/

}
.dropdownTop{
	border-style:solid;
	border-width:thin;
	border-color:#FFF;
	/*float:clear;
	
	z-index:1;*/


}

#nav 	{	
	position:absolute;
	left: -1px;
	top: 28px;
	width:inherit;
	
	}
.parent{
	position: relative;
}