﻿body{
	margin: 0;
	background-image:url(../images/page-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	line-height: 17px;
}
h1
{
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0 0;
}
h2
{
	font-size: 12px;
}
/* Added 2/8/17 */
h3
{
	font-size: 18px;
	color:#003366;
	margin: 0 0 20px;
	text-align: center;
}
hr
{
	height: 1px;
	border: 0;
	background: #cbcbcb;
	margin: 0 0 10px 0;
}
hr.style1
{
	height: 1px;
	border: 0;
	background: #cbcbcb;
	margin: 10px 10%;
}
hr.style2
{
	height: 3px;
	border: 0;
	background: #cbcbcb;
	margin: 15px 5px;
}
#w75
{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
container
{
	position:relative;
	width: 980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	background-image:url(../images/banner-9.jpg); /* background-image:url(../images/banner.jpg); */
	background-position:top;
	background-repeat:no-repeat;
	width:980px;
	height:66px;
	margin-left:auto;
	margin-right:auto;	
}
.fakeSup
{
	font-size:70%;
	position:relative;
	bottom: 0.5em;
	text-decoration:none;
}
.feature-left
{
	float: left;
	margin: 0 27px 0 0;
}
.feature-right
{
	float: right;
	margin: 0 0 0 27px;
	/* Added 2/7/17 
	text-align:center;*/
}
.feature-bottom
{
	bottom: 0;
	margin: 0 0 0 27px;
}
.quote
{
	width: 349px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 0;
	margin: 5px 0; 
}
.mission
{
	font-size: 15px;
	color:#006699;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0;
	margin-right: 15px;
	margin-left: 15px;
}
.mission m2
{
	display:block;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	margin: 0 45px; 
	padding: 5px 0;
}
.slogan
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0 10px 0;
/*	margin: 5px 0;  */
	text-align: center;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.quote-wrap
{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb; 
	padding: 5px 0;
	margin: 5px 0; 
/*	position: relative; */
}
.picture
{
	border: 1px solid #cbcbcb;
	margin: 5px 0;
}
.test
{
	width: 80%;
	background: #cbcbcb;
}
.test td
{
	background: #fff;
	padding: 5px;
}
.test .td-marg
{
	background: #fff;
	padding: 5px 5px 5px 25px;
}
nav{
	background-color:#FFFFFF;
	width:950px; /* 980px minus 15+15 RL padding*/
/*	width:970px; 980px minus 5+5 RL padding*/
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
	font-size:11px;
	line-height:3em;
	color:#666666;
	text-transform:uppercase;
}
nav ul {
	margin: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
/*	-webkit-padding-start: 0;  Chrome UA default is 40px */
	padding: 0; /* Edge UA padding-left default is 40px */
}
nav li {
	display:block;
	white-space:nowrap;
	padding:0px;
	float: left;
	margin: 0;
	height:30px;
	text-decoration:none;
} 
nav a {
	display:block;
	white-space:nowrap;
	padding:0px 10px;
	float: left;
	margin:0; 
	height:30px;
	text-decoration:none;
	color:#666666;
}

nav a:hover {
	color:#336699;
	background-image:url(../images/bullet-1.gif);
	background-position:0 11px;
	background-repeat:no-repeat;
}

nav span a{ /*selected*/
	font-weight:bold;
	display:block;
	white-space:nowrap;
	padding:0px 10px;
	float: left;
	margin:0; 
	height:30px;
	color:#003366;
	text-decoration:none;
	background-image:url(../images/bullet-2.gif);
	background-position:0 11px;
	background-repeat:no-repeat;
}

#homeMain
{
	width: 978px;
	height:100%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #ededed;
}

#homeLeftPanel{
	width:313px; 
/*	width:293px; */
	margin: 0;
/* Adjust the 3rd param of the padding to fill the homeLeftPanel with background as homeHighlights are updated */
	padding: 23px 15px 200px; 
/*	padding: 23px 15px; */
/*	padding: 23px 25px; */
	font-size: 11px;
	line-height: 15px;
	background-image:url(../images/left-panel-bg-2.jpg);
	background-repeat:no-repeat;
	background-position:top; 
	background-color:#FFFFFF;
	border-right: 1px solid #999999;
	float:left;
}

#homeLeftPanel ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
#homeLeftPanel ul li {
	font-weight:bold;
	display:block;
	padding:12px 0 0 15px;
	margin:0;
	text-decoration:none;
	background-image:url(../images/bullet-1.gif);
	background-repeat:no-repeat;
	background-position:0 16px;
	/* Add 2/8/17 */
	color:#006699;
}
#homeLeftPanel ul li ul li{
	font-weight:bold;
	display:block;
	padding:8px 0 0 12px;
/*	padding:3px 0 0 12px; */
	margin:0;
	text-decoration:none;
	background-image:url(../images/bullet-2.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
/*	background-position:0 6px; */
	/* Add 2/8/17 */
	color:#666666;
}

#homeRightPanel
{
	width: 634px;
	float: right;
	font-size: 11px;
	line-height: 15px;
}

#homeTopRightPanel
{

}

#homeImg
{
	width: 374px;
	height: 260px;
	float: left;
/*	background: url(../images/home_image.jpg); */
	background: url(../images/home_image-2.jpg);
}

#homeRegister
{
	width: 259px;
	height: 260px;
	float: right;
	border-left: 1px solid #fff;
	background: url(../images/top-right-panel-bg.jpg);
}
#homeRegisterText
{
	padding: 0 18px 0 0;
}
#homeGetLicense
{
	width: 240px;
	height: 122px;
	padding: 0px 18px;
	color: #fff;
}
#homeGetLicense img
{
	border-style:none;
}
.getlicensebutton
{
	margin: 15px 0 0 0;
}

#homelogin
{
	width: 224px;
	height: 88px;
	padding: 0 18px;
	color: #fff;
}

#homefillvolume
{
	height: 50px;
}

#bttn-fillvolume
{
	border: 0;
	margin: 11px 18px;
}

#bttn-FillVolumeConversions
{
	border: 0;
	margin: 11px 18px;
}

#homeRegister a, #homelogin a
{
	color: #FFFFFF;
	text-decoration: none;	
}
#homeRegister a:hover, #homelogin a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#homeHighlights
{
	width:584px;
/*	padding: 30px 25px;  */
/*	padding: 20px 25px; */
/*	padding: 7px 25px 0px 25px; */
	padding: 10px 25px 0px 25px; 
/*	background-image:url(../images/bottom-panel-bg.jpg); */
	background-image:url(../images/blue-bar.jpg);
	background-repeat:no-repeat; 
	background-color:#ededed;
	clear: both;
}
#homeHighlights ul
{
	margin: 0;
	padding: 0px;	
	list-style: none;
}
#homeHighlights ul li
{
	display:block;
/*	padding:0 0 15px 30px; */
	padding:3px 0 10px 30px;
	margin:0 0px 5px 0;
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px dotted #003366;
	background-image:url(../images/bullet-3.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
#homeHighlights ul li ul li
{
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	border: none;
	font-weight: normal;
	background-image:url(../images/bullet-2.gif);
	background-repeat:no-repeat;
}
#homeHighlights ul li a, #homeHighlights ul li a:visited
{
	color: #0099cc;
}
#message
{
	font-size: 20px;
	color:#006699;
	font-weight:bold;
	text-align:center;
	padding:0px 25px;
	line-height:25px;
}
#msgImg
{
	width:584px;
	height:60px;  
/*	padding:inherit; */
/*	padding:none; */
	padding: 25px 0px 25px; 
/*	background-image:url(../images/msgRot.gif); */
/*	background:url(../images/msgRot.gif); */
/*	background:url(../images/msg-2.png); */
/*	background:url(../images/msg-3.png); */
	background:url(../images/msg-5.png);
	background-position:center;
	background-repeat:no-repeat;
/*	float: none;  */
}

#msgBackground
{
	width:584px;
	padding: 7px 25px 0px 25px;
/*	background-image:url(../images/bottom-panel-bg.jpg); */
	background-image:url(../images/msg-panel-bg-orange-white.jpg);
	background-repeat:no-repeat; 
/*	background-color:#ededed; */
	background-color:#FFFFFF;
	clear: both;
}
#statement {
/*	padding: 0px;  */
/*	padding: 10px 0 0 0;  */
	padding: 10px 0; 
	margin:0 0x 5px 0;
	font-size: 12px;
	color:#006699;
	font-weight:bold;
}
#statement ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
#statement ul li {
	font-weight:bold;
	display:block;
	padding:0 0 8px 15px;
/*	padding:8px 0 0 15px; */
	margin:0;
	font-size: 12px;
/*	color:#666666; */
	text-decoration:none;
	border-bottom:none;
	background-image:url(../images/bullet-2.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#quote12 {
	font-size: 12px;
	color:#006699;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	padding:3px 0 0 0;
}

#quote18 {
	font-size: 14px;
	color:#006699;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	padding:5px 0 10px 0;
}

#homeLeftPanel a, homeLeftPanel a:visited, homeRightPanel a, homeRightPanel a:visited
{
	color: #0099cc;
}

#homeClear
{
	clear: both;
}

#mainDetail{
	background-image:url(../images/detail-main-bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;	
	width:978px; /*980px minus 1+1 RL border*/
/*	min-height:578px; */
	min-height:528px;
	height:auto !important;
/*	height:578px;  */
	height:528px; 
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	/* Added 2/7/17 */
	overflow: auto;
}

#detailLeftPanel{
	position:relative;
	padding-top:7px;
	width:200px;
	background-image:url(../images/detail-left-panel-bg.gif);
	background-position:top;
	background-repeat:repeat-x; 	 	
	background-color:#FFFFFF;
	float:left;
}

#detailLeftPanel .image{
	float:left;
	width:200px;
	height:100px;
	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;
	float:left;
	overflow:hidden;
}
#detailLeftPanel .menu ul li.menuheading{
	color: #e2f1ff;
	/*font-weight: normal;*/
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	background-color: #003e79;
}
#detailLeftPanel .menu{ 
	float:left;
	width:200px;
	background-color:#FF0000;
	float:left;
	font-size: 11px;
	line-height: 15px;
}
#detailLeftPanel .menu ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
#detailLeftPanel .menu ul li{
	width:180px;
	display:block;
	padding:5px 10px;
	margin:0;
	vertical-align:top;
	text-decoration:none;
	border-bottom:1px solid #004e99;
	background-color:#003466;	
}
#detailLeftPanel .menu ul li a{
	display:block;
	width:170px;
	padding: 0 10px 0 0;
	color:#98ccfe;
	text-decoration:none;	
	background-image:url(../images/left-menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#detailLeftPanel .menu ul li a:hover{
	display:block;
	width:170px;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/left-menu-arrow2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#detailLeftPanel .menu ul li span a{
	font-weight:bold;
	display:block;
	width:170px;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/left-menu-arrow2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#detailLeftPanel .relatedLinks{
	float:left;
	width:178px;
	padding:10px;
	font-size: 11px;
	line-height: 15px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;	
	border-right:1px solid #FFFFFF;
	background-image:url(../images/left-menu-bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}
#detailLeftPanel .relatedLinks ul{
	margin:10px 0 0 0; 
	padding: 0px;	
	list-style: none;
}
#detailLeftPanel .relatedLinks ul li{
	display:block;
	padding:6px 0 6px 15px;
	margin:0;
	text-decoration:none;
	background-image:url(../images/bullet-4.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}
#detailLeftPanel .relatedLinks a{ text-decoration:none; color:#666666;}

#detailLeftPanel .relatedLinks a:hover{ text-decoration:underline; color:#0099CC;}

#detailLeftPanel .relatedLinks span{color:#336699; font-weight:bold}

#detailLeftPanel .title{
	color:#003366;
	font-weight:bold;
	text-transform:uppercase;
}

#detailContent{
/*	padding:25px;  */
	padding:25px 25px 35px; 
	background-image: url(../images/detail-content-panel-bg.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	border-left:1px solid #999999;
}
#detailContent a{ color:#0099CC; text-decoration:underline;}

#detailContent a:hover{ color: #CC6600; text-decoration:underline;}

#logoBullet {
	padding: 0; 
}
#logoBullet ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#logoBullet ul li {
	display:block;
	padding:0 0 10px 15px;
/*	padding:8px 0 0 15px; */
	margin:0;
/*	font-size: 12px;
	color:#666666; */
	text-decoration:none;
	border-bottom:none;
	background-image:url(../images/bullet-1.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#detailBottom{
	padding: 0px 25px 0px; 
	border-left:1px solid #999999;
	position:relative;
	bottom:0; 
}

#footer{
	background-image:url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-color:#006699;
	width:950px; /*980px minus 15+15 RL padding*/
	height:37px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:0 15px;
	font-size: 11px;
	color: #7ecaff;
	line-height: 33px;
}
#footer span{
	margin-right: 45px;
}
#footer A:link, #footer A:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
#footer A:active, #footer A:hover
{
	text-decoration: underline;
}
#footerleft
{
	float: left;
	width: 865px;
}
#footerright:
{
	float: right;
}
#footerMain
{	width:978px; /*980px minus 1+1 RL border*/
	min-height:30px;
	height:auto !important;
	height:30px; 
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	overflow: auto;
}
#footerleftS{
	position:relative;
	padding-top:7px;
	width:200px;
	height:50px;
/*	border-left:1px solid #999; */
	border-right:1px solid #999; 
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;	
	float:left; 
}
#footerSlogan
{
	position:relative;
/*	bottom:0; */
	width:auto; 
	margin-right: 25px;
	margin-left: 25px;
/*	margin-bottom: 5px; */
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 25px 10px;
/*	margin: 5px 0;  */
	text-align: center;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
span.Title {
	font-size: 12px;
	color:#006699;
	font-weight:bold;
	text-transform:uppercase;
/*	margin-top:35px; */
	margin-bottom:15px;
	display:block;
}
span.TitleLower {
	font-size: 12px;
	color:#006699;
	font-weight:bold;
}
span.TitleLowerCenter {
	font-size: 12px;
	color:#006699;
	font-weight:bold;
	text-align:center;
}
span.Quote12 
{
	font-size: 12px;
	color:#006699;
	font-weight:bold;
	font-style: italic;
	text-align:center;
}
.button {
	border-top:1px solid #3399CC;
	border-bottom:1px solid #006699;
	border-left:1px solid #3399CC;
	border-right:1px solid #006699;
	background-color: #FFFFFF;
	background-image:url(../images/bttn-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#003366;
	height:20px;
	padding:0 3px;
	cursor:pointer;
}