@charset "utf-8";
a:link {
	color: #7F7F7F;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #7F7F7F;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #7F7F7F;
}

a.nav:link {
	color: #E5E5E5;
	text-decoration:none;
}
a.nav:visited {
	text-decoration: none;
	color: #E5E5E5;
}
a.nav:hover {
	text-decoration: none;
	color: #f79e38;
}
a.nav:active {
	text-decoration: none;
	color: #E5E5E5;
}
a.subnav:link {
	font-size:12px;
	color: #7f7f7f;
	text-decoration:none;
}
a.subnav:visited {
	text-decoration: none;
	color: #7f7f7f;
}
a.subnav:hover {
	text-decoration: none;
	color: #f79e38;
}
a.subnav:active {
	text-decoration: none;
	color: #7f7f7f;
}


.selected{
	text-decoration: none;
	color: #f79e38;
}
.selectedBlue{
	text-decoration: none;
	font-weight:bold;
	color: #4c779a;
}
a.navBold:link {
	color: #E5E5E5;
	text-decoration: none;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}
a.navBold:visited {
	text-decoration: none;
	color: #E5E5E5;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}
a.navBold:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}
a.navBold:active {
	text-decoration: none;
	color: #E5E5E5;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}



body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	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: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7f7f7f;
	background-color: #3c3c3c;

}

.blueHeading {
	font-size: 18px;
	color: #4c779a;
	font-family:Arial, Helvetica, sans-serif;
}

.greyHeading {
	font-size: 18px;
	color: #c6c6c6;
	font-family:Arial, Helvetica, sans-serif;
}

.newsHeading{
	color: #4c779a;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.navText {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E5E5E5;

}
.subnavHeading{
	color: #4c779a;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:6px;
}

.subnavText {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7f7f7f;
	padding-left:6px;

}
.navVertical {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 22px;
	padding-right: 22px;
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #557b9a;

}
.DemoNavVertical {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 5px;
	padding-right: 5px;
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;

}

.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F5F5F5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #container2 { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FBFBFB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #3b5c77;
	background-image:url(images/blueBK.png);
	background-repeat:no-repeat;
	height : 300px;
} 
.twoColFixRtHdr #header2 {
	background: #3b5c77;
	background-image:url(images/blueBK2.png);
	background-repeat:no-repeat;
	height : 184px;
} 
.twoColFixRtHdr #nav {
	background: #39576f;
	background-image:url(images/navBK.gif);
	background-repeat:no-repeat;
	height : 28px;
	padding-left:30px;
	padding-top:20px;
	position: absolute;
	top: 250px;
	width: 960px;
} 
.twoColFixRtHdr #nav2 {
	background: #39576f;
	height : 28px;
	padding-left:30px;
	padding-top:20px;
	position: absolute;
	top: 134px;
	width: 960px;
} 
.twoColFixRtHdr #logo {
	height : 114px;
	padding-left:30px;
	padding-top:20px;
	position: absolute;
	width: 636px;
} 
.twoColFixRtHdr #logo2 {
	height : 114px;
	padding-left:30px;
	padding-top:20px;
	position: absolute;
	width: 636px;
}
.twoColFixRtHdr #logo3 {
	height : 114px;
	padding-left:15px;
	padding-top:5px;
	position: absolute;
	width: 636px;
} 
.twoColFixRtHdr #subnav {
	height : 25px;
	padding-left:235px;
	position: absolute;
	top: 61px;
	width: 431px;
	left: 0;
} 
.twoColFixRtHdr #subnav2 {
	height : 25px;
	position: absolute;
	top: 65px;
	width: 418px;
	left: 392px;
} 
.twoColFixRtHdr #subnav3 {
	height : 25px;
	padding-left:350px;
	position: absolute;
	top: 65px;
	width: 431px;
	left: 31px;
} 
.twoColFixRtHdr #subnav4 {
	height : 25px;
	position: absolute;
	top: 65px;
	width: 418px;
	left: 245px;
} 
.twoColFixRtHdr #subnav5 {
	height : 25px;
	position: absolute;
	top: 65px;
	width: 418px;
	left: 301px;
} 
.twoColFixRtHdr #subnav6 {
	height : 25px;
	position: absolute;
	top: 65px;
	width: 418px;
	left: 265px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #verticalline {
	width: 2px;
	float:left;
	margin: 0 15px 0 0;
}
.twoColFixRtHdr #verticalline2 {
	width: 2px;
	float:left;
	margin: 0 0 0 0;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 20px 10px 15px;
	top: 586px;
	height: 477px;
}
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 368px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0px 10px 0px;
	top: 586px;
	height: 490px;
}
.twoColFixRtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0px 10px 0px;
	top: 586px;
	height: 417px;
}
.rightGap {
	padding-left: 40px;
	padding-right: 40px;

}
.ucSubNav {
	padding-left: 40px;
	padding-top: 2px;
	padding-bot: 5px;

}
.twoColFixRtHdr #rightImage {
	float: right; 
	width: 426px; 
	padding-top:10px;
	
}

.twoColFixRtHdr #imgNav { 
	height : 280px;
	background-image:url(images/bk1.png)
} 
.twoColFixRtHdr #imgBk { 
	background-image:url(images/bk2.png);
	padding-top: 10px;
} 
.twoColFixRtHdr #mainContent { 
	background: #F5F5F5;
	float:left;
	width: 560px;
	padding: 20px 20px 0 50px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #intContent { 

	float:left;
	width: 550px;
	padding: 20px 20px 0 50px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #DemoFixedWidth{ 
	padding: 0 20px 0 0;
	float:left;
	width: 550px;
}
.twoColFixRtHdr #FlashIcon{ 
	padding: 0 20px 20px 0;
	float:left;
}
.twoColFixRtHdr #DemoFloatLeft{ 

	float:left;
	width: 290px;
	padding: 20px 20px 0 20px; 
	background-color:#FFFFFF;
}
.twoColFixRtHdr #DemoFixedWidth2{ 

	float:left;
	width: 900px;
}
.twoColFixRtHdr #DemoContent { 

	float:left;
	width: 920px;
	padding: 20px 20px 0 50px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #ucContent { 

	float:left;
	width: 550px;
	padding: 20px 20px 0 50px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #footer {
	height: 200px;
	margin-left:0px;
	padding: 20px 10px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(images/FooterBK.png);
	background-repeat:repeat-x;
} 
.twoColFixRtHdr #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 */
}
.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;
}
.viewvideo { float: right;	margin: 20px 10px 10px 10px;}
.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;
	background-color: #F8F8F8;
}
.underlineNav { /* 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 */
	list-style:none;
	padding:20px;
	border-bottom:1px solid #F2F2F2;

}
.searchPadding {
	padding-top: 0px;
	
}
div.column { 
	background-color: white; 
	float: left; 
	margin: 0 20px 0 0; 
	width: 200px; 
	height: 120px; 
} 
div.columnNav { 
	float: left; 
	margin: 20px 20px 20px 20px; 
	width: 195px; 
	height: 250px; 
} 
div.columnNavLeft { 
	float: left; 
	margin: 20px 20px 20px 40px; 
	width: 195px; 
	height: 250px; 
} 
div.columnNavImg {
	float: left;
	width: 2px;
	height: 250px;
	margin: 20px 0 0 0 ;
} 
div.tollfree {

	position:relative;
	left: -30px;
	top: -10px;
} 
.navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #F2F2F2;
	width: 190px;
}

.navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #F2F2F2;
}

.navlist li a { text-decoration: none; }
.hrRule {

color: #CCCCCC;
background-color: #EFEFEF;
height: 1px;
border: none;

}
