/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, font { 
	margin:0;
	padding:0;
	
/*	FONT-FAMILY: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;*/

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; line-height:22px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	/*border-collapse:collapse;
	border-spacing:0;*/
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* common styles settings */

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #009DDC;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

#greyBar h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 35px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

.logo { 
	behavior: url(css/iepngfix.htc) ;
	}

strong {
	font-weight:bold;
}

a {
	color: #2e7ab0;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: red;
	text-decoration: underline;
	/*background-color: #2fb1ee;*/
	}

p {
	margin-bottom: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}	

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

li {
	margin-bottom: 4px;

}
.clearDiv {
	clear:both;
	height:0px;
	overflow:hidden;
}

table fieldset {
	margin: 10px;
	width: 550px;
}

table fieldset div {
	clear:both;
	margin-bottom: 5px;
}

table fieldset label {
	float: left;
	display: block;
	font-size: 12px;
	width: 150px;
	margin-bottom: 5px;
}

table fieldset input {
	clear:both;
	width: 335px;
}

table fieldset textarea {
	clear:both;
	width: 335px;
}

table fieldset input.btgCity {
	clear:both;
	width: 100px;
}

table input.btgButton {
	clear:both;
	float: left;
	margin-left: 160px;
	width: 100px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

table input.btgButton:hover {
	clear:both;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	cursor: pointer;
}

#joblist table a:visited {
	color: red;
	text-decoration: underline;
}
	
table fieldset input.btgZip {
	clear:both;
	width: 70px;
}
/* end common styles */


/* Main Structure CSS */

body {
	background:url(../../img/pageback.jpg) repeat-y #4894c5;
	background-position: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

}

#container {
	margin: 0 auto;
	width: 960px;
	}
	
#mainBody {
	margin: 0 auto;
	width: 960px;
}

#header {
	background:url(../img/headerback.jpg) no-repeat;
	height: 150px;
}

#logo {
	float:left;
	width: 400px;
	padding: 0 0 0 25px;
	/*border: 1px solid #cccccc;*/
}

#logo a:hover {
	background-color: transparent;
	}

#tagLine {
	float:left;
	width: 200px;
	padding: 40px 0 10px 0;
	color: #777777;
	}

#loginBox {
	float:right;
	width: 200px;
	padding: 15px 25px 0 0;
	color:#777777;
}

#loginBox p {
	padding-left: 5px;
	}

#loginBox label {
}

#loginBox input {
	width: 150px;
	border-bottom:1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 0 solid #FFFFFF;
	border-top: 0 solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	color:#999999;
	}
	
#loginBox input.button {
	width: 60px;
	background-color:#2fb1ee;
	border: 1px solid #FFFFFF;
	font-size: 9px;
	color:#FFFFFF;
}

#loginBox input.button:hover {
	background-color:#999999;
	color: #2fb1ee;
	border: 1px solid #000000;
	cursor:pointer;
}

#mainNav {
	height: 48px;
	border-top: 4px solid #FFFFFF;
	text-align:left;
	background: url(../img/navbarback.jpg) repeat-x #DDDDDD;
}



#imageBar {
	height: 320px;
	/*background-color: #2fb1ee;*/
}

#redBar {
	height: 25px;
	background: url(../img/redbarback.jpg) no-repeat #ed1c24;
}

#greyBar {
	height: 26px;
	background: url(../img/greybarback.jpg) repeat-x #d1d1d1;
}

#greyBarThin {
	height: 8px;
	background: url(../img/greybarback.jpg) repeat-x #d1d1d1;
}

#lowerContent {
	width: 100%;
	/*background-color: #FFFFFF;*/
	background: url(../img/contentback.jpg) repeat-y #FFFFFF;
}


#displayPad {
	padding: 5px 25px 15px 20px;	
}

#lowLeft {
	width: 930px;
	float: left;
	text-align:left;
	background-color: #FFFFFF;
	/*background: url(../img/homeleftback.jpg) no-repeat #FFFFFF;*/
}

#displayPadHome {
	padding: 5px 25px 15px 20px;	
}

#lowLeftHome {
	width: 700px;
	float: left;
	text-align:left;
	background-color: #FFFFFF;
	/*background: url(../img/homeleftback.jpg) no-repeat #FFFFFF;*/
}

#latestNews {
	text-align: left;
	width: 100%;
	}

#insideLeft {
	padding: 15px 0 15px 0;
	text-align: left;
}


#lowRight {
	float: right;
	width: 321px;
	background:url(../img/homerightback.jpg) repeat-x #a7a9ac;
	background-position: bottom left;
	min-height: 250px;
}

#insidelowRight {
	float: right;
	width: 321px;
	background:url(../img/insiderightback.jpg) no-repeat #a7a9ac;
	min-height: 523px;
}

#freshListingsHead {
	height: 35px;
	background: url(../img/freshlistingsback.jpg) no-repeat;
}

#freshListingsHead p {
	line-height: 35px;
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#testimonials {
	padding: 20px 10px 20px 10px;
	text-align: left;
}

#testimonialHeader {
	/*font-weight:bold;*/
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color:#000000;
	/*padding-bottom: 4px;*/
	}
	
#testimonialAuthor {
	text-size: 11px;
	text-align:right;
	font-weight:bold;
	color: #000000;
	padding: 3px 15px 0 0;
}

#testimonialTeaser {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	margin: 2px 0 7px 0;
}

#footer{
	margin: 0 auto;
	/*border-top: #2fb1ee 10px solid;*/
	height: 62px;
	text-transform: uppercase;
	color: #2e7ab0;
	/* height: 135px; */
	background:url(../img/footerback.jpg) repeat-x #e1e1e1;
	width: 960px;
}

#footer p {
	line-height: 62px;
	padding: 0;
	margin: 0;
}

/* ==================================================================================== */
/* ==============================  Inside Styles  ===================================== */
/* ==================================================================================== */






/* =================================================================================== */
/* ===============================  END INSIDE STYLES ================================ */
/* =================================================================================== */


/* =================================================================================== */
/* =============================== Editor Styles ===================================== */
/* =================================================================================== */

.blueBold {
	color: #009DDC;
	font-size: 14px;
	font-weight: bold;
}

.redBold {
	color: #ED1C24;
	font-size: 14px;
	font-weight: bold;
}

/* Table CSS */
#topNavContain {
	height: 48px;
	border-top: 4px solid #FFFFFF;
	text-align:left;
	background: url(../img/navbarback.jpg) repeat-x #DDDDDD;
	padding-left: 18px;
}

.topNav {
	height: 48px;
	text-align:left;
	background: url(../img/navbarback.jpg) repeat-x #DDDDDD;
}

.topNav td {
	font-family: sans-serif;
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	margin: 0px;
	text-transform: uppercase;	
	cursor: pointer;
	white-space: nowrap;
}

.topNav a {
	position:relative;
	display: block;
	padding: 0 20px 0 20px;
	color: #009DDC;
	height: 48px;
	line-height: 48px;	
	text-decoration: none;
}

.topNav a:hover {
	color: #FFFFFF;
	background-color: #ED1C24;
}

#rightSection {
	width: 321px;
	background: url(../img/insideRightBack.jpg) repeat-x #48494d;
}

.topNav a.logina {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.topNav a.logina:hover {
	color: #FFFFFF;
	background-color: #ED1C24;
}
