@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bgFull3.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	overflow:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.thrColFixHdr #container {
	width: 801px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 153px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #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 */
}
.navigation
		{
		font-family:font-family: "Lucida Grande", Verdana, sans-serif;
		font-weight:bold;
		padding:10px 10px 0px 20px;
	text-align:center;
	
	text-decoration:none; text-transform:  border:0;
	font-size:12px;
		}

.video
		{
	height: 190px;
	text-align:center;
	margin-top:19px;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9AADC3;
	border-left-color: #9AADC3;
		}
		.video2
		{
	height: 377px;
	text-align:center;
	margin-top:0px;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #9AADC3;
	border-left-color: #9AADC3;
	width: 210px;
	float: right;
		}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	margin-top: 19px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 32767px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #9AADC3;
	margin-bottom: -32767px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 11px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 32767px;
	padding-left: 20px;
	border: 1px solid #9AADC3;
	background-color: #E6E6E6;
	margin-bottom: -32767px;
	margin-right: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 11px;
	font-weight: normal;
	color: #990000;
	}
	
	.thrColFixHdr #sidebar2 a{
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	line-height: 11px;
	font-weight: bold;
	color:#002A56;
	text-decoration:none;
	}
	
	.thrColFixHdr #sidebar2 a:hover{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	line-height: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
	}
.thrColFixHdr #mainContent {
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: -32767px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 32767px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9AADC3;
} 
.thrColFixHdr #mainContent h1 {
	margin: 3px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	font-weight: normal;
	
	line-height: 1.6em;
}

.thrColFixHdr #mainContent h2 {
	margin: 1px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: bold;
	color:#002A56;
	
	line-height: 1em;
}

.thrColFixHdr #mainContent p {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:80%;
	line-height: 16px;
}
.thrColFixHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #000000;
	background-color: #000000;
} 
.thrColFixHdr #footer p {
font-size:10px;
font-weight:bold;
color:#FFFFFF;

	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 */
}
.thrColFixHdr #footer a {
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;

	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 */
}
.thrColFixHdr #footer a:hover {
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;

	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 */
}
.cellOne
		{
	float: left;
	width: 180px;
		}.cellOne h1
			{
			width: 236px;
			height: 58px;
			background-repeat: repeat-y;
			background-position: 0 0;
			background-color: transparent;
			text-indent: -999em;
			}.cellOne .subnav
			{
	width: 170px;
	padding: 0;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	border: 1px solid #9AADC3;
			}.cellOne .subnav li
				{
	font-size:14px;
	font-weight:bold;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9AADC3;
				}.cellOne .subnav li a
					{
					text-decoration: none;
					background-color: transparent; 
					display: block;
					padding: 6px 6px 6px 18px;
					}.cellOne .subnav li a:link 
					{
					color:#9E1B32; 
					background-color: transparent;
					}.cellOne .subnav li a:visited 
					{
					color:#9E1B32; 
					background-color: transparent;
					}.cellOne .subnav li a:active 
					{
					color:#fff; 
					background-color: #6C3906;
					}.cellOne .subnav li a:hover 
					{
	color:#fff;
	background-color: #031E3B;
	border-bottom: 1px solid #D2CEC9;
					}.cellOne .subnav li.on a,.cellOne .subnav li.on a:link,.cellOne .subnav li.on a:visited,.cellOne .subnav li.on a:active,.cellOne .subnav li.on a:hover
					{
					color: black;
					background-color: #fff;
					}.cellOne .subnav li ul
						{
						list-style: none;
						padding: 0;
						margin: 0;
						}
					
					.secondary .wrapper .mainContain .content .cellOne .subnav li ul li
						{
						padding-left: 23px;
						
						background-repeat: no-repeat;
						background-position: 23px 15px;
						background-color: transparent;
						border: 0;
						border-bottom:1px solid #fff; /* added to fix extra spaces in secondary menus in side nav in IE*/
						}.cellOne .subnav li ul li a
							{
							border: 0;
							color: #666;
							}
							
.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;
}

