body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F47C00;
	background-repeat: repeat-x;
	background-position: 138px;
}

/* Begin Masthead info */
#masthead {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	height: 110px;
}
#cs {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.masthead-img {
	position: absolute;
	right: 5px;
	bottom: 3px;
}
.login {
	position: absolute;
	top: 27px;
	right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EC9301;
}
.comp
{
	position: absolute;
	top: 12px;
	right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.login a{
	position: absolute;
	top: -10px;
	right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
	padding: 5px;
	font-size: 12px;

}

.logo {
	padding-top: 10px;
	padding-left: 5px;
}
.repData {
	padding-top: 0px;
	position: absolute;
	text-align:center;
	line-height:15px;
	top: 3px;
	right: 279px;
	width:343px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #666666;
	height: 46px;
}
/* End Masthead info */

/* Headings */
h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0060A1;
	line-height: 25px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0px;
}
h3 {
	color: #0063A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 8px;
	line-height: 22px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
}

h7 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0060A1;
	line-height: 25px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}
/* End Headings */

/* Begin Navigation */
#greybar { 
	background-image:url(../images/blue-bar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
	text-align:center;
}
#newBlueBar { 
	background-image:url(../images/bannerBack.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 249px;
	text-align:center;
}
#greybar a {
	color: #FFFFFF;
	text-decoration: none;
}
#greybar a:hover {
	color: #FFF;
	text-decoration: none;
}
#main-nav ul {
	margin: 0px;
	padding: 0px;
}
#main-nav  {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 9px;
}
#main-nav  li {
	list-style-type: none;
	display: inline;
	padding-right: 16px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
#main-nav  li  a {
}

/***********************************************************/

.horizontalcssmenu  {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 9px;
}

.horizontalcssmenu ul{
	margin: 0px;
	padding: 0px;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: block;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	padding-right:30px;
	/*
	width: 120px; /*Width of top level menu link items*/
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
/*display: inline;
float: none;*/
display: block;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
/*width: 160px; /*width of sub menu levels*/
/*font-weight: normal;*/
padding: 2px 5px;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
/*background: #335174;*/
background: #023C62;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/
}

.horizontalcssmenu ul li ul li a:hover{
background: #1C0BA4;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(menuarrow.gif) no-repeat center left;*/
}




#carousel { 
	position:fixed;
	background-image:url(../images/blueCarousel.png);
	background-repeat: no-repeat;
	width: 1152px;
	height: 100%;
}

#image1 {
	float: right;
	width: 152px;
	height:205px;
	padding: 10px;
}



#thenav, #thenav ul {
/*********To center menu and stop wrapping when screen small**************/
	width:1000px;
	margin:auto;
/*********To center menu and stop wrapping when screen small**************/
	padding: 0;
/*	margin: 0;*/
	list-style: none;
}

#thenav a {
	display: block;
	position:relative;
	width: 10em;
/*	padding-right:30px;
	
	width: 120px; /*Width of top level menu link items*/
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#thenav li {
	margin-top: 10px;
	float: left;
	width: 120px;
}

#thenav li ul {
	position: absolute;
	background: #023C62;
	z-index:1;
	width: 8em;
	left: -999em;
}
/*
#thenav li:hover ul, #thenav li.sfhover ul {
	left: auto;
}
*/
#thenav li:hover ul ul, #thenav li:hover ul ul ul, #thenav li.sfhover ul ul, #thenav li.sfhover ul ul ul {
	left: -999em;
}

#thenav li:hover ul, #thenav li.sfhover ul {
	left: auto;
}
#thenav li li:hover ul, #thenav li li li:hover ul, #thenav li li.sfhover ul, #thenav li li li.sfhover ul {
	top:2em;
	left: 8em;
}

/**********************************************************/

#nav {
	float:left;
	width:400px;
	line-height:30px;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left:300px
    }
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(../images/tabright-b.gif);
	background-repeat: no-repeat;
	background-position: right top;
    }
#nav a {
	display:block;
	padding:5px 15px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/tableft-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
#nav #red {
	background-image:url(../images/tabright-o.gif);
    }
#nav #red a {
	background-image:url(../images/tableft-o.gif);
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
    }
	#nav a:hover {
	color: #000000;
    }
	#nav #red a:hover {
	color: #000000;
    }

#redbar {
	background-image: url(../images/red-bar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
}
#redbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#redbar a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* Begin CSS Drop Down Menu */

#menuh-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menuh {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight: bold;
	line-height: 19px;
	width: 900px;
}
#menuh a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0 100 0 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */ {
	color: white;
	text-decoration:none;
}
#menuh a:hover	/* menu at mouse-over  */ {
	color: #CCCCCC;
	text-decoration:none;
}
#menuh ul {
	list-style:none;
	float:left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	width: 127px;
	margin: 0px 1px 0px 0px;
}

#menuh li {
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 5px;
}
#menuh ul ul {
	position:absolute;
	z-index:5000;
	top:auto;
	display:none;
	background-color: #666666;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}
/* End CSS Drop Down Menu */

#tour-nav {
	padding: 5px;
	width: auto;
	position: relative;
	height: 30px;
	background-image: url(../images/tour-nav-top.gif);
	background-repeat: no-repeat;
	background-color: #CC0000;
}
#tour-nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 6px;
	left: 60px;
}
#tour-nav  li {
	list-style-type: none;
	margin: 0px 8px 0px 0px;
	display: block;
	float: left;
	width: 30px;
}
#tour-nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FF3333;
	float: left;
	width: 30px;
	text-align: center;
	background-color: #c00000;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #FF3333;
}
#tour-nav li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
.video-tour {
	position: absolute;
	z-index: 1000;
	top: 2px;
	right: 5px;
}
/* End Navigation */

/* Footers */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EB9200;
}
.mwh {
	position: absolute;
	right: 0px;
}
.webvalve {
	position: absolute;
	right: 0px;
}
/* End Footers */

/* Layout */
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	
}
#content2 {
	padding: 14px 10px 10px;
}
#content3 {
	padding: 20px 10px 55px;
	
}
#container {
	width: 100%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ads {
	background-image: url(../images/home-splash.jpg);
	background-repeat: no-repeat;
	width: 900px;
	position: relative;
}
#left-ad {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 32px;
}
#right-ad {
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-right: 28px;
}
#spacer {
	clear: both;
	width: 5px;
}
#spacer {
	clear: both;
}
#spacer2 {
	height: 8px;
	clear: both;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
a.blue  {
	color: #0000CC;
	text-decoration: none;
}
.big-bold-red {
	font-size: 25px;
	font-weight: bold;
	color: #CC0000;
}
a.no-thanks {
	font-size: 14px;
	color: #333333;
	padding-bottom: 20px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}
a.no-thanks:hover {
	color: #CC0000;}
.black {
	color: #000000;
}
.services-outline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	padding-right: 4px;
	padding-left: 4px;
}
.cost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.MPR {
	font-weight: bold;
	color: #CC0000;
}
.fast-track-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	background-color: #D4E7F8;
}
a.fast-track {
	font-size: 14px;
	color: #207AD3;
	text-decoration: none;
}
a.fast-track:hover {
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
.video-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#vl {
	float: left;
	width: 550px;
}
#vr {
	float: left;
	width: 320px;
	overflow: auto;
	height: 410px;
	padding-left: 10px;
}
a.red {
	color: #CC0000;
	text-decoration: none;
}
#viral-links {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 8px;
	font-size: 12px;
}
#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/* End Layout */


/* Tour Specific */
#tour-body {
	height: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px 10px 20px;
	position: relative;
	margin-bottom: 10px;
}
.tour-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	left: 20px;
	position: absolute;
	z-index: 2000;
	top: 10px;
}
#tour-nav a span {display: none;}
#tour-nav a:hover span {
	display: block;
	position: absolute;
	padding: 16px 8px 8px;
	z-index: 100;
	color: #FFFFFF;
	font: 11px Verdana, sans-serif;
	text-align: center;
	background-color: #CB0000;
	margin-top: 11px;
	width: 150px;
	background-image: url(../images/tour-tool-tip.gif);
	background-repeat: no-repeat;
	top: 23px;
	margin-left: -15px;
}
.previous-button {
	top: 8px;
	left: 75px;
	position: absolute;
}
.next-button {
	top: 8px;
	left: 115px;
	position: absolute;
}
.process-bar {
	position: absolute;
	left: 160px;
	top: 10px;
}
#tour-body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}
.red {
	color: #CC0000;
}
.img-right-pad {
	padding-right: 10px;
}
#tour-body ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

#tour-body li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 10px;
}
#howitworks1 {
	width: 270px;
	float: left;
	padding-right: 20px;
	color: #333333;
}
#howitworks2 {
	width: 270px;
	float: left;
	padding-right: 20px;
	color: #333333;
}
#howitworks3 {
	width: 270px;
	float: left;
	color: #333333;
}
.img-left-pad {
	padding-left: 10px;
}
#tour-body h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#silver1 {
	float: left;
	width: 450px;
	padding-right: 20px;
}
#silver2 {
	float: left;
	width: 400px;
}
.table-outline {
	border: 1px solid #666666;
}
.table-bg-color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px 5px;
	background-image: url(../images/tour/table-bg.gif);
	background-color: #AAACAF;
	background-repeat: repeat-x;
}
.table-top {
	padding-right: 5px;
	padding-left: 5px;
}
#how-it-works {
	width: 660px;
}


.note {
	font-size: 10px;
	color: #000000;
}
#shop-id-left {
	float: left;
	width: 200px;
	padding-right: 18px;
}
#shop-id-right {
	float: left;
	width: 658px;
}

/* End Tour Specific */



#tool-box {
	background-image: url(../images/tour/toolbox-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.toolbox {
	position: absolute;
	left: 20px;
	top: -20px;
	z-index: 10000;
}
.tpad {
	background-color: #E7E7E7;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.outline {
	border: 1px solid #CCCCCC;
}

.bullet {
	font-size:16px;
	font-weight:bold;
}
	



/* ADDED FOR WV APPLICATION */
#app-body {
	/*height: 500px;*/
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size:12px;
}

#app-body-inside {
	padding:15px;
}

#app-title {
	color:#3F3F3F;
	font-size:20px;
	padding: 10px 0 10px 0;
	text-align:center;
}

#app-nav {
	color:#FFF;
}

#app-nav-item-first {
	cursor: pointer;
	cursor:hand;
	border-style:solid;
	border-width:2px 1px 2px 2px;
	border-color:#151515;
}

#app-nav-item {
	cursor: pointer;
	cursor:hand;
	border-style:solid;
	border-width:2px 1px 2px 1px;
	border-color:#151515;
}

#app-nav-item-last {
	cursor: pointer;
	cursor:hand;
	border-style:solid;
	border-width:2px 2px 2px 1px;
	border-color:#151515;
}

#app-content-item {
	padding:8px 0 0 10px;
}

#app-content-item-group {
	padding:2px 0 0 10px;
}

.app-success {
	color:#063;
}

.app-fail {
	color:#F33;
}

.app-required {
	color:#F33;
	font-size:14px;
	font-weight:bold;
}

.app-whats {
	cursor:help;
	color:#069;
	font-size:10px;
}

/* Used for tips */
.tipClass {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.tipHead {
	color: #333333;
	padding-bottom:4px;
	font-weight:bold;
	font-family: Arial, Helvetica;
	font-size: 16px;
}

/* Used for network display */
.level { font-size:14px; }
.network { font-size:14px; color:#A20000; }
.levelBline { font-size:14px; border-bottom: 1px solid #999; }
.networkBline { font-size:14px; color:#A20000; border-bottom: 1px solid #999; }
#content2  ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 8px;
}
.bubble {
	position: absolute;
	left: 200px;
	z-index: 2000;
}
#bubble-container {
	position: relative;
}
.underline {
	text-decoration: underline;
}
.block {
	display:block;
}
#obar {
	background-image: url(../images/o-bar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
}
#obar a {
	color: #FFFFFF;
	text-decoration: none;
}
#obar a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.orange {
	color: #EB9300;
	font-style: italic;
	font-weight: bold;
}
#home-highlights {
	border: 1px solid #CCCCCC;
	width: 899px;
	margin-bottom: 40px;
}

#home-highlights1 {
	border: 1px solid #CCCCCC;
	width: 899px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.myhover {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font:14px;
	color:#666;
}

.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	display: block;
	width: 889px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/slogan.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
}
#col1 {
	height: 190px;
	width: 275px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
#col2 {
	height: 190px;
	width: 275px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#col3 {
	height: 190px;
	width: 275px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

/* Begin Rounded Corners */
#detail1 {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.green-white{display:block}
.green-white *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#079444}
.green-white1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #94d0ae;
  border-right:1px solid #94d0ae;
  background:#45ae72}
.green-white2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e6f4ec;
  border-right:1px solid #e6f4ec;
  background:#36a867}
.green-white3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #36a867;
  border-right:1px solid #36a867;}
.green-white4{
  border-left:1px solid #94d0ae;
  border-right:1px solid #94d0ae}
.green-white5{
  border-left:1px solid #45ae72;
  border-right:1px solid #45ae72}
.green-whitefg{
	background:#079444;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.white-gbg{display:block}
.white-gbg *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.white-gbg1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #71c294;
  border-right:1px solid #71c294;
  background:#c1e4d0}
.white-gbg2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #1f9e56;
  border-right:1px solid #1f9e56;
  background:#cfeadb}
.white-gbg3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cfeadb;
  border-right:1px solid #cfeadb;}
.white-gbg4{
  border-left:1px solid #71c294;
  border-right:1px solid #71c294}
.white-gbg5{
  border-left:1px solid #c1e4d0;
  border-right:1px solid #c1e4d0}
.white-gbgfg{
	background:#FFFFFF;
	padding: 5px;
	height: 450px;
}

.blue-set{display:block}
.blue-set *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0060A1}
.blue-set1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91bad6;
  border-right:1px solid #91bad6;
  background:#3f87b8}
.blue-set2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5eff5;
  border-right:1px solid #e5eff5;
  background:#307eb2}
.blue-set3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #307eb2;
  border-right:1px solid #307eb2;}
.blue-set4{
  border-left:1px solid #91bad6;
  border-right:1px solid #91bad6}
.blue-set5{
  border-left:1px solid #3f87b8;
  border-right:1px solid #3f87b8}
.blue-setfg{
	background:#0060A1;
	padding: 10px;
}

.white-bbg{display:block}
.white-bbg *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.white-bbg1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6da4c9;
  border-right:1px solid #6da4c9;
  background:#bfd7e7}
.white-bbg2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #196faa;
  border-right:1px solid #196faa;
  background:#cee0ed}
.white-bbg3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cee0ed;
  border-right:1px solid #cee0ed;}
.white-bbg4{
  border-left:1px solid #6da4c9;
  border-right:1px solid #6da4c9}
.white-bbg5{
  border-left:1px solid #bfd7e7;
  border-right:1px solid #bfd7e7}
.white-bbgfg{
	background:#FFFFFF;
	padding: 5px;
	height: 450px;
}

.orange{display:block}
.orange *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FD8020}
.orange1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fec89f;
  border-right:1px solid #fec89f;
  background:#fd9f57}
.orange2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fef2e8;
  border-right:1px solid #fef2e8;
  background:#fd984a}
.orange3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fd984a;
  border-right:1px solid #fd984a;}
.orange4{
  border-left:1px solid #fec89f;
  border-right:1px solid #fec89f}
.orange5{
  border-left:1px solid #fd9f57;
  border-right:1px solid #fd9f57}
.orangefg{
	background:#FD8020;
	padding: 10px;
}

.white-obg{display:block}
.white-obg *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.white-obg1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fdb67f;
  border-right:1px solid #fdb67f;
  background:#fedfc7}
.white-obg2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fd8c36;
  border-right:1px solid #fd8c36;
  background:#fee6d4}
.white-obg3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fee6d4;
  border-right:1px solid #fee6d4;}
.white-obg4{
  border-left:1px solid #fdb67f;
  border-right:1px solid #fdb67f}
#video ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#video  li  {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
#video li a {
	color: #666666;
}
.white-obg5{
  border-left:1px solid #fedfc7;
  border-right:1px solid #fedfc7}
.white-obgfg{
	background:#FFFFFF;
	padding: 5px;
	height: 450px;
}
#video {
	padding: 8px;
	border: 1px dotted #0060A1;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sub-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #EC9301;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0063A4;
	display: block;
	padding: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-decoration: none;
	font-size: 12px;
}
.storeinput {
	padding:6px;
	border:2px;
	border-color:#999
	font-size:16px;
	margin-right:10px;
	 
	
}
.TblTilteText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #06C;
	text-align: center;
}
.IncTblText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F60;
	vertical-align: top;
}
.Mini-Nav {
	height: auto;
	margin: 0;
	z-index: 1000;
	
}
.Green_Open {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #090;
	text-decoration: blink;
}
.Large {
	font-size: 36px;
	font-weight: bolder;
}
.blueline {
	background-repeat: repeat-x;
	background-image: url(../images/blueline.jpg);
	background-position: center;
	width: 96%;


}
#outerdiv
{
	width:900px;
	height:650px;
	overflow:scroll;
	position:relative;


}

#inneriframe
{
position:absolute;
top:-210px;
left:0px;
width:775px;
height:6200px;
}
#outerdiv1
{
	width:800px;
	height:650px;
	overflow:scroll;
	position:relative;
}

#inneriframe1
{
position:absolute;
top:-70px;
left:0px;
width:775px;
height:4400px;
}