body {
	margin:0px;
	padding:0px;
	font-family: helvetica, sans-serif, arial;
}

#header {
	position:fixed;
	z-index:2;
	height:125px;
	width:100%;
	top:0;
	background:#1480f1;
	text-align:center;
}

#headertop {
	width:1000px;
	position:relative;
	background:none;
	margin-left:auto;
	margin-right:auto;
	height:70px;
}

.customerloginbutton {
	position:relative;
	float:right;
	margin:10px 10px 0px 0px;
	background:#ccc;
	padding:5px 10px 5px 10px;
}

a.customerloginbutton, a.transporterloginbutton {
	text-decoration:none;
	color:#000;
}

.transporterloginbutton {
	position:relative;
	float:right;
	margin:10px 0px 0px 0px;
	background:#ccc;
	padding:5px 10px 5px 10px;
}

/* IE10 Consumer Preview */ 
.transporterloginbutton, .customerloginbutton {background-image: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);}

/* Mozilla Firefox */ 
.transporterloginbutton, .customerloginbutton {background-image: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);}

/* Opera */ 
.transporterloginbutton, .customerloginbutton {background-image: -o-linear-gradient(top, #cccccc 0%, #999999 100%);}

/* Webkit (Safari/Chrome 10) */ 
.transporterloginbutton, .customerloginbutton {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #999999));}

/* Webkit (Chrome 11+) */ 
.transporterloginbutton, .customerloginbutton {background-image: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);}

/* W3C Markup, IE10 Release Preview */ 
.transporterloginbutton, .customerloginbutton {background-image: linear-gradient(to bottom, #cccccc 0%, #999999 100%);}

/* IE10 Consumer Preview */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: -ms-linear-gradient(top, #999999 0%, #cccccc 100%);}

/* Mozilla Firefox */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: -moz-linear-gradient(top, #999999 0%, #cccccc 100%);}

/* Opera */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: -o-linear-gradient(top, #999999 0%, #cccccc 100%);}

/* Webkit (Safari/Chrome 10) */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(1, #cccccc));}

/* Webkit (Chrome 11+) */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: -webkit-linear-gradient(top, #999999 0%, #cccccc 100%);}

/* W3C Markup, IE10 Release Preview */ 
.transporterloginbutton:hover, .customerloginbutton:hover {background-image: linear-gradient(to bottom, #999999 0%, #cccccc 100%);}

.transporterloginbutton, .customerloginbutton { 
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
}

#titlesup {
	position:relative;
	font-size:0.2em;
	top:-10px;
}

#headertoptitle {
	font-family: helvetica, sans-serif, arial;
	font-weight: bold;
	font-size:3.5em;
	position:relative;
	float:left;
	margin-top:15px;
}

#headertopsub {
	font-family: helvetica, sans-serif, arial;
	font-weight: bold;
	font-size:1.2em;
	position:relative;
	float:left;
	color:#fff;
	margin:12px 0px 0px 10px;
}

#subheader {
	position:absolute;
	height:40px;
	width:100%;
	bottom:0;
}

#subnav {
	text-decoration: none;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}

#subnav a {
	text-decoration:none;
	color:#000;
		font-family: helvetica, sans-serif, arial;

}

#subnav a:hover {
	text-decoration:underline;
}

/* IE10 Consumer Preview */ 
#subheader {
	background-image: -ms-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}

/* Mozilla Firefox */ 
#subheader {
	background-image: -moz-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* Opera */ 
#subheader {
	background-image: -o-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* Webkit (Safari/Chrome 10) */ 
#subheader {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF70A), color-stop(1, #F1AE14));
}
/* Webkit (Chrome 11+) */ 
#subheader {
	background-image: -webkit-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* W3C Markup, IE10 Release Preview */ 
#subheader {
	background-image: linear-gradient(to bottom, #FFF70A 0%, #F1AE14 100%);
}

#content {
	z-index:1;
	width:1000px;
	position:relative;
	margin:125px auto 0px auto;
	min-height:625px;
}

#contenttop {
	width:100%;
	position:relative;
	height:175px;
	text-align:center;
}

#attentiongrabber {
	font-family: helvetica, sans-serif, arial;
	font-weight: bold;
	font-size:3.5em;
	width:100%;
	color:#1480f1;
	margin-top:25px;
}

#attentiongrabber p {
	font-size:0.4em;
	font-weight:normal;
	color:#000;
}

#contentmiddle {
	width:100%;
		font-family: helvetica, sans-serif, arial;

}

ul{
	font-size:1.5em;
	width:700px;
	margin: 0px auto 0px auto;
}

ul li {
	margin:10px 0px 10px 0px;
}

#joinbutton {
	text-decoration:none;
	color:#fff;
	padding:20px 125px 20px 125px;
	margin: 25px 0px 25px 245px;
	font-weight:bold;
	font-size:2.5em;
	position:relative;
	background:#1480f1;
	font-family: helvetica, sans-serif, arial;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;

}


#joinbutton:hover {
	background-image: -ms-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}

/* Mozilla Firefox */ 
#joinbutton:hover {
	background-image: -moz-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* Opera */ 
#joinbutton:hover {
	background-image: -o-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* Webkit (Safari/Chrome 10) */ 
#joinbutton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF70A), color-stop(1, #F1AE14));
}
/* Webkit (Chrome 11+) */ 
#joinbutton:hover {
	background-image: -webkit-linear-gradient(top, #FFF70A 0%, #F1AE14 100%);
}
/* W3C Markup, IE10 Release Preview */ 
#joinbutton:hover {
	background-image: linear-gradient(to bottom, #FFF70A 0%, #F1AE14 100%);
}

#contentbottom {
	position:relative;
	height:350px;
	margin:30px 0xp 25px 0px;
}

.listleft {
	position:relative;
	float:left;
	width:300px;
	height:250px;
	margin:70px 15px 0px 0px;
	padding:10px;
	font-family: helvetica, sans-serif, arial;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	background:#d5dde7;
}

.listleft li {
	list-style-type:disc;
	font-size:0.7em;
}

.listcenter {
	position:relative;
	float:left;
	width:300px;
	height:250px;
	margin:70px 15px 0px 0px;
	padding:10px;
	font-family: helvetica, sans-serif, arial;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	background:#d5dde7;
}

.listcenter li {
	list-style-type:disc;
	font-size:0.7em;
}

.listright {
	position:relative;
	float:left;
	width:300px;
	height:250px;
	margin:70px 0px 0px 0px;
	padding:10px;
	font-family: helvetica, sans-serif, arial;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	background:#d5dde7;
}

.listright li {
	list-style-type:disc;
	font-size:0.7em;
}

#footer {
	width:100%;
	height:200px;
	position:relative;
	margin:40px 0px 0px 0px;
	z-index:1;
	background:#1480F1;
}
/*
#footer {
	background-image: -ms-linear-gradient(top, #FFF70A 0%, #1480f1 100%);
}

#footer {background-image: -ms-linear-gradient(top, #999999 0%, #1480F1 100%);}

#footer {background-image: -moz-linear-gradient(top, #999999 0%, #1480F1 100%);}

#footer {background-image: -o-linear-gradient(top, #999999 0%, #1480F1 100%);}

#footer {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(1, #1480F1));}

#footer {background-image: -webkit-linear-gradient(top, #999999 0%, #1480F1 100%);}

#footer {background-image: linear-gradient(to bottom, #999999 0%, #1480F1 100%);}
*/

#boxgroup {
	position:relative;
	width:1000px;
	height:185px;
	margin:0px auto 0px auto;
}

.boxone {
	position:relative;
	height:175px;
	width:314px;
	margin:10px 25px 0px 0px;
	float:left;
}

.boxtwo {
	position:relative;
	height:175px;
	width:314px;
	margin:10px 25px 0px 0px;
	float:left;
}

.boxthree {
	position:relative;
	height:175px;
	width:314px;
	margin:10px 0px 0px 0px;
	float:left;
}

#boxgroup ul {
	list-style-type:none;
	color:#fff;
	font-size:1.0em;
}

#boxgroup a {
	text-decoration:none;
	color:#fff;
	font-family: helvetica, sans-serif, arial;
}

#boxgroup a:hover {
	text-decoration:underline;
}