/* GLOBAL FORMATTING */

body, html{
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	background: url('images/bg.jpg');
	font-size: 11px;
}

#wrapper {
	width: 768px;
	margin-left:-384px;
	padding-left: 50%;
	position:relative;
}

a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}

/* HEADER FORMATTING */

#header{
	width: 768px;	
}

#header_left{
	float: left;
	width: 214px;
	}

#header_middle{
	float: left;
	width: 398px;
	}
	
#header_right{
	background: url('images/tr_bg.jpg') repeat-y;
	float: left;
	width: 156px;
	height: 111px;
	}
	
#header_right img{
	padding-left: 8px;
	margin-top: 50px;
	}


#subheader{
	width: 768px;
}

#subheader_slide{
	float: left;
	width: 402px;
}

#subheader_slide2{
	float: left;
	width: 97px;
}

#subheader_right{
	float: left;
	width: 59px;
}



/* CONTENT FORMATTING */

#container{
	background: url('images/contain_bg.jpg') repeat-y;
	float:left;
	display: inline;
	position: relative;
	width:768px;
	min-height: 400px !important;
	height:100%;
}


#sidebar{
	float:left;
	width:213px;
	height:auto;
}

#content_container{
	background: url('images/contain_bg.jpg') repeat-y;
	float:left;
	padding:0px;
	background: #fff;
	width:555px;
}

#content{
	min-height: 400px !important;
	padding: 10px 10px 0px 10px;
	background: #fff url('images/content_bg.jpg') repeat-x;
	width: 535px;
}

#footerimg{
	float:left;
	background: #fff;
	width: 555px;
	height: 57px;
}

#footer{
	float:left;
	padding-top: 20px;
	background: #fff url('images/footer_bg.jpg');
	width:768px;
	height: 33px;
}


#footer_links{
	height: 33px;
	float:left;
	padding-left:15px;
}

#copyright{
	height:33px;
	padding-right: 15px;
	float:right;
	font-size: 9px;
}

#reflection{
	width: 768px;
	height: 50px;
}

#sequence div{
	padding: 0 8px 0 8px;
	width:150px;
	float: left;
	}

#photo div{
	padding: 0 8px 0 8px;
	width:250px;
	float: left;
	}

#table {
	width:535px;
	float:left;
	padding-bottom:10px;
	}

#table2 {
	width:555px;
	float:left;
	padding-bottom:10px;
	text-align: center;
	}

#table a {
	font-size: 10px;
	font-weight: bold
	}

#t_col1 {
	padding: 10px 100px 10px 10px;
	float:left;
	width:100px;
	}

#t_col2 {
	float: left;
	width:100px;
	padding: 10px 90px 10px 10px;
	}

#t_col3 {
	float: left;
	width:100px;
	padding: 10px;
	}
	
/* BID PACKAGE FORMATTING */

#bid_table {
	float:left;
	}
	
#bid_table table {
	width: 545px;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-right: 5px;
	}

#bid_table tr {
	font-size:8px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	}

tr#header td{
	color: #FFFFFF;
	background-color: #000066;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}

tr#right td{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}

tr#left td.last{
	border-bottom: 1px solid #000000;
	}

tr#left td{
	border-bottom: 1px solid #000000;
	}

.approved{
	background-color: #FFFF99
	}

.inprogress{
	background-color:#FFFF00
	}

.bidding {
	background-color:#FF9900
	}
	
.critical {
	background-color: #0099FF
	}

/* TEXT FORMATTING */

.headings{

	font-size:16px;
	color: #4e54a0 !important;
}

#sidebar ul{
	padding-left: 10px;
	margin: 0;
	width: 100%;
}

#sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:23px;
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
}

a{
	text-decoration:none;
	color : #010571;
}

a:hover {
	text-decoration: underline;
	}

#sidebar p{
	padding-left: 10px;
	padding-top: 10px;
	}

#sidebar a:hover{
	background-color: #f5f5f3;
}

#sidebar ul li.active, #sidebar ul li.active ul li.active{ 
	background: url(images/arrow.gif) 10px 9px no-repeat;
}

/* CONTACT FORMATTING */

#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* SEARCH FORMATTING */

#ajaxSearch_input {
	margin-left: 10px;
	width: 150px;
}

#ajaxSearch_submit {
	width: 30px;
}

#ajaxSearch_intro {
	display: none;
}

#ajaxSearch_output{
	text-align: left;
	margin: 8px 0 20px 15px;
}

div.AS_ajax_result {
	line-height: 110%;
	border-bottom: 1px solid #eee;
	display: block;
	margin-bottom: 5px;
}
div.AS_ajax_more {
	line-height: 110%;
	border-bottom: 1px solid #eee;
	display: block;
	}
	
/* MENU FORMATTING */

#links{
	width: 210px;
	float: left;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	padding: 2px 0 2px 0;


}

#links img{
	display: block;
	}




