/****************
  Framework 
*****************/

body {
	padding:0px;
	margin:0px;	
}

.container {
	position:relative;
	display:block;
	width:1024px;
	min-width:1024px;
	height:auto;
	margin:0 auto 0 auto;
}

.header {
	display:block;
	width:100%;
	height:120px;
	background-image:url(../images/bg_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.nav {
	position:absolute;
	left:210px;
	top:100px;
}
}

.buildBorder#bg_white {
	display:block;
	background-color:#ffffff;
}

.buildBorder#bg_grey {
	display:block;
	background-color:#e3e2e2;
}

.s1 { 
	background-image:url(../images/b_white_s1.gif);
	background-position:right top;
	background-repeat:repeat-y;
}

.c1 {
	background-image:url(../images/b_white_c1.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.s2 { 
	background-image:url(../images/b_white_s2.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.s1#b_grey {
	height:100%;
	background-image:url(../images/b_gray_s1.gif);
}

.searchBlock {
	width:175px;
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
}

.featuredCompanies {
	width:164px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
}

.mainContent {
	margin-left:2px;
	width:1020px;
	height:auto;
}	

.topColumns {
	display:block;
	width:100%;
}

.mainContentBody {
	display:block;
	width:100%;
	clear:both;
}

#boxCount {
	height:10px;
}

#boxCount img {
	margin:2px 2px 0 0;
}
/****************
  Style
*****************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, #spotlightText, .listings {
	font-size:9px;
}

.headingText, .strongText, .nav a, .redText {
	text-transform:uppercase;
}

input#searchField {
	height:11px;
}

input#submitSearch {
	font-size:8px;
}

input {
	font-size:9px;
}

.nav a {
	margin:0 30px 0 0;
	color:#041636;
	text-decoration:none;
}

.nav a:hover {
	color:#ffffff;
}

.strongText, .nav a {
	font-size:12px;
}

.headingText {
	font-size:15px;
	letter-spacing:1px;
	color:#041636;
}

.redText {
	color:#ea1c24;
}

/****************
  Home Page
*****************/

.featuredCompanies p {
	margin:15px 0 15px 0;
}

.featuredCompanies p img {
	margin:0 0 15px 0;
}

.topColLeft {
	text-align:right;
}

.topColLeft img {
	margin:10px 0 10px 0;
}

/****************
  Listing Page
*****************/