@charset "UTF-8";
/* CSS Document */


/* IE6/7/8 - Must be first */
@font-face {
	font-family: MyFont;
	src: local('Flux Regular'),
	url(../fonts/flux/FLUXRegular.eot);
}
/* FFx3.5/Safari/Op10 - Next */
@font-face {
	font-family: MyFont;
	src: local('Flux Regular'),
	url(../fonts/flux/FLUXRegular.otf) format('opentype');
}


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#12254C;
}
img {
	border:none;
}
h1 {
	font-family:"Flux Regular", MyFont, Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:20px 0;
	padding:0;
}
#page-title {
	font-family:"Flux Regular", MyFont, Arial, Helvetica, sans-serif;
	position:absolute;
	top:170px;/*240px;*/
	left:47px;
	font-size:30px;
	line-height:30px;
}
#num-units {
	position:absolute;
	top:191px;
	left:270px;
	font-size:14px;
}

h2 {
	font-size:16px;
	margin:13px 0;
	padding:0;
}
h3 {
	font-size:14px;
	margin:14px 0;
	padding:0;
}
h4 {
	font-size:12px;
	margin:16px 0 15px 0;
	padding:0;
}

p {
	margin:12px 0;
	padding:0;
	line-height:14px;
}
ul, ol {
	margin:16px 0;
	padding:0;
}

#content p, #content li {
	font-size:12px;
}
#left-pane ul {
	padding-left:15px;
}
#left-pane li {
	/*padding-bottom:5px;
	padding-left:10px;*/
	padding:0 0 5px 10px;
	margin:0;
}


#content a {
	color:#FFF;
}
#content img {
	border:1px solid #669933;
}

#border {
	border:1px solid #CCC;
	width:1010px;
	height:787px;
	margin:0 auto;
	padding:10px 5px 0 5px;
	background-color:#12254C;
}

#container {
	position:relative;
	background:url(../img/layout/bg.jpg) no-repeat center;
	margin:0 auto;
	width:1000px;
	height:777px;
	max-width:1000px;
	max-height:777px;
	overflow:hidden;
}

#foreground-image {
	background-repeat:no-repeat;
	width:1000px;
	height:637px;
	position:absolute;
	left:0;
	top:81px;
}

#logo {
	position:absolute;
	top:15px;
	left:33px;
}

#flash-rotate {
	margin-top:10px;
}


.grouped-table td, .grouped-table th {
	border-bottom:1px dotted #FFFFFF;
	vertical-align:top;
	padding:15px 0;
}
.no-border td, .no-border th {
	border:none;
}
.grouped-table img {
	margin:10px 0 10px 10px;
}


/* --- CONTENT --- */

#content {
	position:absolute;
	left:47px;
	top:130px;
	width:905px;
}
#content #left-pane {
	position:absolute;
	top:90px;
	left:0;
	width:387px;
}
#content #right-pane {
	position:absolute;
	top:55px;/*0;*/
	right:0;
	width:518px;
	font-size:12px;
}






/* --- CUSTOMER LOGIN --- */

#customer-login, #login-message {
	width:130px;
	right:35px;
	text-transform:uppercase;
}

#customer-login {
	position:absolute;
	top:43px;
	background-color:#FFFFFF;
	border:1px solid #99CC33;
	color:#669933;
	font-size:9px;
	padding:2px 0;
	text-decoration:none;
	text-align:center;
}
#customer-login:hover {
	text-decoration:underline;
}

#login-message {
	position:absolute;
	top:10px;
	font-size:10px;
}

#customer-logo {
	position:absolute;
	top:95px;
	right:36px;
	width:130px;
	height:140px;
	background-repeat:no-repeat;
	cursor:pointer;
}
