@charset "UTF-8";

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;
width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;}

#main {
	overflow:auto;
	padding-bottom: 336px;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -336px; /* negative value of footer height */
	height: 336px;
	clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


html,body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #064860;
	background-attachment: fixed;
}
#navigation {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation ul {
	white-space: nowrap;
}
#navigation li {
	list-style-type: none;
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 100;
	text-decoration: none;
	width: auto;
	margin-top: 47px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 33px;
	float:left;
	background-image: url(../images/ButtonImg.jpg);
	text-shadow: 0px 1px 1px #165E7D;
	display: block;
}

#navigation a:hover{
	text-decoration: underline;
	font-size: 16px;
}

#buyerpage #buyer a{
	background-image: url(../images/ButtonDownImg.jpg);
	color: #064860;
}
.header {
	background-image: url(../images/HeaderPos.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
	text-align: left;
}
.footerbase {
	background-image: url(../images/Footer.jpg);
	background-repeat: repeat-x;
	height: 336px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
}
.basebar {
	background-image: url(../images/BaseBar.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
}
.basewall {
	background-image: url(../images/BaseWall.jpg);
	background-repeat: repeat-x;
	height: 270px;
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.logo {
	float: left;
	padding: 0px;
	margin-left: 31px;
	margin-top: 39px;
	margin-right: 36px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headertitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #24A5C9;
	font-weight: 100;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}
.headerdate {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #064860;
	line-height: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headertext {
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headerlogin {
	float: left;
	margin-top: 40px;
}
.topbar {
	background-image: url(../images/TopBar.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.midbar {
	background-image: url(../images/GridBG.jpg);
	background-repeat: repeat-x;
	height: 327px;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #63C1DB;
	text-align: left;
}
.bottombar {
	background-image: url(../images/BottomBar.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.midbar-image {
	float: left;
	margin-right: 35px;
}
.tabtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #114860;
	font-weight: 100;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;
	padding: 0px;
	float: left;
	line-height: 36px;
}
.tabtape {
	background-image: url(../images/tabtitle.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: oblique;
	color: #145E7E;
	display: inline-block;
	height: 36px;
	margin: 0px;
	line-height: 36px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-position: 12px;
	letter-spacing: -0.03em;
}
.OrBlock {
	height: 43px;
	width: 60px;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
.DelRouteButtons {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #145E7E;
	background-image: url(../images/BuySupButton.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	height: 43px;
	width: 154px;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #8FB3C1;
	float: left;
}
.LogRouteButtons {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/LoginButton.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	height: 41px;
	width: 115px;
	display: block;
	text-align: center;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	float: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: #165E7D 1px 1px 2px;
}
.delrouteor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
	height: auto;
}
.butdesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	display: block;
	float: left;
	width: 154px;
	text-align: center;
	padding: 0px;
	margin-top: 7px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 1px 1px 1px #165E7D;
}
.butdescright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	display: block;
	float: left;
	width: 154px;
	text-align: center;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 1px 1px 1px #165E7D;
}
.content {
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	text-align: left;
}
.contentcolleft {
	float: left;
	width: 362px;
	padding: 0px;
	margin-right: 25px;
	text-align: left;
}
.ContentSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #145E7E;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#Facebook {
	display: block;
	width: 350px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EFF4F7;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#DaysUntil {
	display: block;
	width: 342px;
	height: 104px;
	margin: 0px;
	padding: 0px;
}

#DaysUntil p {
	background-image: url(../images/Calendar.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 74px;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #FF3366;
	text-align: center;
	font-weight: 800;
	line-height: 44px;
	letter-spacing: -0.15em;
}

#DaysUntil h5 {
	color: #145e7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#DaysUntil h5 strong {
	color: #26A5CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
}

#DaysUntil h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;
	color: #26A5CA;
	letter-spacing: -0.04em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#DaysUntil a {
	text-decoration: none;
	color: #26A5CA;	
}

#DaysUntil a:hover {
	text-decoration: underline;	
}
.ContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #145e7e;
	letter-spacing: -0.04em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3EAF4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}
.HomePageVideo {
	background-image: url(../images/YouTubeBG.jpg);
	display: block;
	height: 229px;
	width: 361px;
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
#latestInfo {
	display: block;
	width: 362px;
	height: auto;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#latestInfo div {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	float: left;
	width: 362px;
	margin: 0px;
}
#Facebook a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-right: 20px;
}

#latestInfo div div {
	width: 140px;
	display: block;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
}

#latestInfo div div h5 {
	width: 140px;
	display: block;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6CABBF;
	letter-spacing: 0.1em;
	background-color: #FFF;
}

#latestInfo div div img {
	background-image: url(../images/ImageBG.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: -10px bottom;
	width: 111px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#latestInfo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #Ff3366;
	margin: 0px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#latestInfo h4 a {
	text-decoration: underline;
	color: #FF3366;
}

#latestInfo h4 a:hover {
	text-decoration: underline;	
}
#latestInfo span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6CABBF;
	line-height: 20px;
}
#latestInfo h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6CABBF;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	clear: both;
	background-color: #EFF4F7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#latestInfo h5 a {
	text-decoration: underline;
	color: #145E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-right: 10px;
	font-weight: normal;
}

#latestInfo h5 a:hover {
	text-decoration: underline;
	color: #F73868;
	font-size: 13px;
}

#latestInfo p {
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#latestInfo p a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #13728C;
	font-size: 15px;
	line-height: 15px;
}

#latestInfo p a:hover {
	font-weight: 500;	
}

#subscribeform {
	background-image: url(../images/SignUpBackground.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 312px;
	padding: 15px;
	clear: both;
	margin-top: 10px;
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subscribeform p #yes {
	display: block;
	background-image: url(../images/SignUpBut.jpg);
	float: left;
	padding: 0px;
	height: 42px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	border: 0px solid #FFF;
}

#subscribeform h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #145e7e;
	letter-spacing: -0.04em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}


#subscribeform #email {
	background-image: url(../images/SignUpBG.jpg);
	height: 34px;
	width: 215px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #bbd7df;
	letter-spacing: -0.04em;
	font-weight: bold;
	line-height: 21px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	border: 0px solid #FFF;
}

#subscribeform p {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;	
}
.basewallul {
	display: block;
	margin: 0px;
	width: auto;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #71C2DE;
	border-left-color: #B0E0EE;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 230px;
}
.baselinksli {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.baselinksa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #145E7E;
	text-decoration: underline;
	font-weight: 400;
}
.basebarlititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #145E7E;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.basebarlititlev2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #145E7E;
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.basebarimg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.basebarimgv2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;
}
.basebarimgv3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
.ContentTitleNoLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #145e7e;
	letter-spacing: -0.04em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 342px;
}
.contentcolright {
	float: left;
	width: 393px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.ContentSubHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #26A5CA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#slideshow {
	display: block;
	width: 396px;
	height: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#slideshow li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#slideshow li a img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-left: 6px;
}

#slideshow li a {
	background-image: url(../images/imgBG.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 89px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.basebarsmallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.basewallulleft {
	display: block;
	margin: 0px;
	width: auto;
	float: left;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #71C2DE;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 230px;
}
.basewallulright {
	display: block;
	margin: 0px;
	width: auto;
	float: left;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #B0E0EE;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 230px;
}
.ContentTitle a {
	text-decoration: none;
	color: #145E7E;
}
.ContentTitle a:hover {
	text-decoration: none;
	color: #0D4055;
}
.ContentTitleNoLine a {
	color: #145E7E;
	text-decoration: none;
}
.ContentTitleNoLine a:hover {
	color: #0D4055;
	text-decoration: none;
}
.contentcolleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 17px;
}
.contentcolleft p strong {
	color: #26A5CC;
}
.contentcolleft p strong a {
	color: #26A5CC;
}
#Facebook div {
	height: 80px;
	padding-top: 0px;
}
#Facebook h5 img {
	float: right;
	padding-left: 15px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Facebook h5 {
	display: block;
	padding-top: 15px;
	width: 330px;
	color: #26A5CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 50px;
}
#Facebook h5 a {
	text-decoration: none;
	color: #26A5CA;
}
#Facebook h5 a:hover {
	text-decoration: underline;
	color: #26A5CA;
}
.tabtape strong {
	font-weight: bold;
}

