@charset "utf-8";
BODY, P, td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body,html { height:100%; }
h1 {
	font-size: 17pt;
	color: #8a211e;
}
h3 {
	font-size: 16pt;
	color: #000000;
	margin-bottom: -13px;
}
#container {
	width: 1024px;
	background-color: #8A211E;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	overflow: auto;
	z-index: 100;
}
#scroll {
	height: 25px;
	padding-top: 5px;
	background-color: #000;
}

#centercontent {
	width: 488px;
	float: left;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	height: 100%;
}
#leftsidebar {
	float: left;
	border-width: 4px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #8B1F29;
	border-collapse: separate;
	background-color: #D8E3FD;
	width: 250px;
	height: 100%;
}
#rightsidebar {
	float: right;
	border-width: 4px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #8B1F29;
	border-collapse: separate;
	background-color: #D8E3FD;
	width: 250px;
	height: 100%;
}
.red {
	border-width: 4px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #8B1F29;
	border-collapse: separate;
	background-color: #D8E3FD;
	text-align: center;
}

.blue {
	border-width: 2px;
	border-style: solid;
	border-color: #20315D;
	background-color: white;
	-moz-border-radius: 0px;
	padding: 10px;
	margin: 10px;
}

hr {
	color: #666666;
	background-color: #666666;
	border: 0;
	height: 2px;
}
a:link {
	font-weight: bold;
	color: #2554A4;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	font-weight: bold;
	color: #2554A4;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	background-color: transparent;
	color: #2554A4;
	text-decoration: none;
	font-weight: bold;
}
a.white:link {
	font-weight: normal;
	color: #FCF7DE;
	text-decoration: none;
	background-color: transparent;
}
a.white:visited {
	font-weight: normal;
	color: #FCF7DE;
	text-decoration: none;
	background-color: transparent;
}
a.white:hover {
	font-weight: normal;
	background-color: transparent;
	color: #FCF7DE;
	text-decoration: none;
}
.style1 {
	font-size: x-small
}
.style2 {
	color: #FCF7DE;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFCC;
	text-decoration: none;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
.ul, li {
	line-height: 18px;
	margin-bottom: 5px;
}
.ul-outdent {
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: -15px;
	text-align: left;
}
#loginform {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBECFD;
	text-align: left;
	padding: 10px;
}
#loginformlong {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBECFD;
	text-align: left;
	padding: 5px 10px 0px 10px;
}
#container div #centercontent #loginform #sign-up-form .fromheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
/*---------------ICON FONT---------------*/

/*
Signify Lite: Free Icon Font by MediaLoot
Replace with Signify (full version) if owned
*/

@font-face {
    font-family: 'SignifyLite';
    src: url('../signifylite-webfont.eot');
    src: url('../signifylite-webfont.eot?#iefix') format('embedded-opentype'),
url('../signifylite-webfont.woff') format('woff'),
url('../signifylite-webfont.ttf') format('truetype'),
url('../signifylite-webfont.svg#SignifyLite') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ico_user:before	{ content:"U"; font-family: 'SignifyLite'; font-weight: lighter; font-size: 0.9em; margin: 0 5px 0 -5px;}

/*SMALL BLACK BUTTON*/

.btn_smallblack {
	/*Basics*/
	display: block;
	cursor: pointer;
	text-align: center;
	font: bold 13px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #000000;
	text-shadow: 0px -1px 0px #000000;
	/*Shadows*/
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 1px 2px rgba(0,0,0,0.25);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 1px 2px rgba(0,0,0,0.25);
	/*Gradient*/
	background: #4a4a4a; /* Old browsers */
	background: -moz-linear-gradient(top, #4a4a4a 0%, #171717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#171717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4a4a4a 0%,#171717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4a4a4a 0%,#171717 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4a4a4a 0%,#171717 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4a4a4a 0%,#171717 100%); /* W3C */
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

.btn_smallblack:hover {
	background: #5b5b5b; /* Old browsers */
	background: -moz-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b5b5b 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b5b5b 0%,#2e2e2e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5b5b5b 0%,#2e2e2e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #5b5b5b 0%,#2e2e2e 100%); /* W3C */
}

.btn_smallblack:active {
	background: #171717; /* Old browsers */
	background: -moz-linear-gradient(top, #171717 0%, #4a4a4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#4a4a4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #171717 0%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #171717 0%,#4a4a4a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #171717 0%,#4a4a4a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #171717 0%,#4a4a4a 100%); /* W3C */
}
/*LARGE BLUE BUTTON*/

.btn_largeblue {
	/*Basics*/
	display: block;
	cursor: pointer;
	padding: 0px px;
	text-align: center;
	font: bold 20px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #1D88B9;
	text-shadow: 0px -1px 0px #0E5E85;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	
	/*Shadows*/
	-moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35), 0px 3px 0px #1D88B9;
	-webkit-shadow: inset 0px -1px 0px rgba(255,255,255,0.35), 0px 3px 0px #1D88B9;
	box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35), 0px 3px 0px #1D88B9;
		
	/*Gradient*/
	background: #8ed2e8; /* Old browsers */
	background: -moz-linear-gradient(top, #8ed2e8 0%, #0099cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ed2e8), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8ed2e8 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8ed2e8 0%,#0099cc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8ed2e8 0%,#0099cc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed2e8', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8ed2e8 0%,#0099cc 100%); /* W3C */
}

.btn_largeblue:hover {
	background: #b4e1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #b4e1f9 0%, #31acd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e1f9), color-stop(100%,#31acd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4e1f9 0%,#31acd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4e1f9 0%,#31acd8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b4e1f9 0%,#31acd8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e1f9', endColorstr='#31acd8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b4e1f9 0%,#31acd8 100%); /* W3C */
	}

.btn_largeblue:active{
	/* [disabled]margin: 3px 0 -3px 0; */
	/*Shadows*/
	-moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	-webkit-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	/*Gradient*/
	background: #0099cc; /* Old browsers */
	background: -moz-linear-gradient(top, #0099cc 0%, #8ed2e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#8ed2e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099cc 0%,#8ed2e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099cc 0%,#8ed2e8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0099cc 0%,#8ed2e8 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#8ed2e8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0099cc 0%,#8ed2e8 100%); /* W3C */
}


a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: none;
	color: #8a211e;
}
a.footer:active {
	text-decoration: none;
	color: #FF0000;
}
.scroll {
	border-style: hidden;
	border: #FCF7DE 0px solid;
	height: 20px;
	width: 1024px;
	text-align: center;
	font-weight: bold;
	color: #FCF7DE;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}
body {
	background-color: #333333;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 30px;
	width: 100%;
	position: relative;
	bottom: 0px;
	float: left;
	padding-top: 10px;
	background-color: #20315f;
}
#container div #rightsidebar div .red .blue ul li {
	text-align: left;
}
.body-left {
	text-align: left;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.sidebar-text {
	text-align: left;
	margin: 0px;
}
.align-left ul li .ul-outdent {
	text-align: left;
}
.img-left
{
float:left;
margin-right: 10px;
}
.center-red-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.center-black-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.backgroundColor-blue {
	background-color: #D8E3FD;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}
#dedicatedfleets {
	background-color: #FFF;
}
