/*** STYLE RESET ***/

div, img, ul, li, a, p, body {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: arial;
	padding-bottom: 20px;

}

clear {
	clear: both;
}

input, select, textarea {
		font: normal 11px Arial, sans-serif;
}

.pagetitle { /*properly space image subheaders */
	margin-bottom: 30px;
}

.r_arrowlist {
	list-style-image: url(images/listarrow.gif);
	margin-left: 0px;
}

.r_arrowlist li {
	margin-top: 10px;
	width: 150px;
}
.r_arrowlist a {
	color: #0569b3;
	font-weight: bold;
	font-size: 12px;
}

.arrowlist {
	list-style-image: url(images/listarrow.gif);
	margin-left: 50px;
}

.arrowlist li {
	margin-top: 10px;
	width: 200px;
}

.arrowlist a {
	color: #0569b3;
	font-weight: bold;
	
}
/* table formatting */
.formtable {
	table-layout: fixed;
}

/*** TEXT STYLES ***/

.formwarning {
	position: absolute;
	top: 200px;
	left: 710px;
	z-index: 99;
	color: red;
}

.i {
	display: inline;
}

.j {
	text-align: justify;
}

.r {
	color: red;
	font-size: 10px;
}

.fp-large {
	font-size: 16px;
	color: #5e7591;
	font-weight: bold;
}

.fp-small {
	font-size: 12px;
	color: #5e7591;	
}

table.fp-small {
	margin: 0px auto 0px auto;
}

table.fp-small td.col1 {
	width: 40%;
}

a:active.fp,
a:link.fp,
a:hover.fp,
a:visited.fp {
	color: #5e7591;
	text-decoration: underline;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #0569b3;
	font-weight: bold;
}

.link {
	color: #5e7591;
	text-decoration: underline;
}

.fp-small-bold {
	font-size: 12px;
	color: #5e7591;
	font-weight: bold;	
}

.raq {
	color:  #0569b3;
	font-size: 24px;
	font-weight: bold;
}

.inner-title {
	color:  #0569b3;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.right-title {
	color:  #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.med-white {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.medsmall-white {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.lg-white {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.gray {
	color: #868687;
}

.cr {
	padding-bottom: 10px;
}

.ind {
	margin-left: 5px;
}

#bidform p {
	margin-left: 10px;
}

#bidform table {
	margin-left: 10px;
}

#bidform select {
	width: 305px;
}

/* DEBUG */

div {
	border: none;
	margin: 0px auto;
}

/*** DIVS ****/

.spacer {
	margin-bottom: 100px;
}

#blackbar {
	width: 100%;
	height: 10px;
	background: #000000;
}

#navbuttons {
	margin-top: -27px;
	margin-left: 719px;
	width: 52px;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
#navbuttons img{
	float: left;
}

.divider {
	position: relative;
	margin: 5px auto;
	padding: 5px;
	background: #1a1c28;
	height: 15px;
	line-height: 15px;
	width: 750px;
}

#green_tab {
	float:right;

	background-image: url(images/greentab.gif);
	z-index: 5;
	width: 187px;
	height: 66px;
	margin-right: 27px;
	margin-top: -29px;
	text-align: center;
	display: inline;
}

#top_container {
	position: relative;
	width: 690px;
	margin: 20px auto;
	height: auto; /* variable height */
	padding-top: 20px;
	margin-bottom: 0px;
}

#bottom_container {
	border: none;
	overflow: auto;
	width: 720px;
	height: auto; /* variable */
	background: url(images/white_bg_dashed.gif) repeat-y;
	padding-bottom: 20px;
	margin: 0px auto;
}

#floating_list {
	float: right;
	width: 150px;
}

#bl_container {
  float: left;
  width: 520px;
}

#bl_container_1 {
	border: none;
	/* border-right: 1px dashed #5e7591; */
	margin: 0px;
	width: 260px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}

#bl_container_2 {
	border: none;
	/* border-right: 1px dashed #5e7591; */
	margin: 0px;
	width: 260px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}

#nav{
	height: 37px;
	background: #1a1c28;
	clear: both;
	width: 771px;
}

#secretwhitebox {
	background: #ffffff;
	height: 125px;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main {
	width: 771px;
	background: #1b1f2a;
	border: none;
	z-index: -2;
}

#content { /* not used on front page */
	height: auto;
	overflow: auto;
	margin: 0px auto;
	padding: 1px;
	background: #ffffff;
	z-index: 1;
}

/*** CURTAIN WALL ***/
#cw_large {
	width: 511px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
}

#caption {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	color: #5e7591;
}

.cw_small {
	border: 1px solid #5e7591;
	height: 118px;
	width: 118px;
	margin-left: 10px;
	margin-bottom: 11px;
	clear: none;
	cursor: pointer;
	float: left;
}

/*** Header ***/

#header {
	width: 771px;
	height: 103px;
	background: #ffffff;
}

#header p {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#upper{
	margin-top: 25px;
	margin-right: 150px;
}

#lower{
	margin-right: 30px;
}

.headerimg{
	display: inline;
	float: left;
}

.headertxt {
	display: inline;
	margin-top: 0px;
	float: right;
	margin-right: 40px;
}

/*** Sub-Content ***/

#sub_content{
	overflow: auto;
	border: 0px;
	position: relative;
	background: url(images/blue_dash_bg.gif);
	height: auto;
	width: 771px;
	margin: 10px 0px;
}

/*** LEFT ***/

#sub_content_left{
	position: relative;
	width: 170px;
	margin: 20px;
	/* border-right: 1px dashed #5e7591; */
	float: left;
	clear: none;
}

#sub_content_left li{
	margin-top: 5px;
}

#sub_content_left ul{
	margin-left: 25px;
}

#sub_content_left ul a:hover {
	text-decoration: underline;
	color: #95b0cb;
}

/*** CENTER ***/

#sub_content_center {
	position: relative;
	width: 370px;
	height: auto;
	margin: 20px auto;
	float: left;
	clear: none;
}

#sub_content_center a{
	display: inline;
	color: #95b0cb;
}

#thingy {
	text-decoration: underline;
}

/*** RIGHT ***/

#link_holder_box {
	position: relative;
	height: 130px;
	width: 150px;
	margin: 20px auto;
	float: right;
	clear: none;
	padding-top: 20px;
	padding-left: 20px;
	background: #1b1f2a;
}

#link_holder_box img{
	margin-bottom: 20px;
}

#link_holder_box a{
	text-transform: uppercase;
}

#link_holder_box ul{
	list-style-type: none;
	margin-bottom: 20px;
}

#link_holder_box li{
	margin-left: 20px;
	margin-top: -10px;
}

/*** FOOTER ***/

#footer_bar_2 {
	height: 5px;
	background: #ffffff;
}

#footer_txt {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

/*** MENU ***/

#menu {
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	line-height: 37px;
	width: 100px;
	text-align: center;
	color: #cccccc;
	font-weight: bold;
	font-size: 12px;
}

.menu_element {
	border-right: 2px groove #2f313d;
}

.me_noborder {
	border:none;
}

/** Menu: Hovering **/

#nav a:hover {
	color: #5e7591;
}

/** End Menu **/

form {
margin: 0;
}

form label {
font-weight:bold;
margin:3px 0 2px 0;
}

form label.required {
color:#008F32;
font-weight:bold;
}