@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images-structure/frontPageBack.gif);
	background-repeat: repeat-x;
	background-color: #EEE;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:20px;
}
#topBox {
	height: 140px;
	margin:70px 0 0 0;
	overflow: hidden;
}
#topBox #logo {
	float:left;
	margin-bottom: 10px;
	width: 300px;
}
#topBox #searchHolder {
	float: right;
	height: 80px;
	width: 420px;
}
#topBox #searchHolder #searchHolderLeft {
	float: left;
	width:200px;
	height: 80px;
	background-image: url(../images-structure/sticky.png);
}
#topBox #searchHolder #searchHolderRight {
	float: right;
	width:200px;
	text-align: right;
	height: 80px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #030;
}
#topBox #serchNavSep {
	height:20px;
	float:right;
	width: 600px;
}
#mainBody {
	margin:0 auto;
	margin-top:40px;
	width: 900px;
	padding: 0;
}
#mainBody #innerBox {
	padding:10px 0 0 0;
	background:url(../images-structure/backBar.png);
}
#mainBody #innerBoxTop {
	height:40px;
	background:url(../images-structure/backBarTop.png);
}
#mainBody #innerFooter {
	height:20px;
	background:url(../images-structure/backBarBottom.png);
}
#column1of2 {
	float:left;
	width:200px;
	margin-left:20px;
	border-right:1px #CCC dotted;
}
#column1of2 #column1of2top {
	height:20px;
	background-image: url(../images-structure/listTop.png);
}
#column1of2 #column1of2bottom {
	height:20px;
	background-image:url(../images-structure/listBottom.png);
}
#column1of2 #column1of2conent {
	background-color:#FFF;
	padding:10px;
}
#column2of2 {
	float:left;
	width:620px;
	margin-left: 30px;
}
#column2of2 #column2of2top {
	height:20px;
	background-image: url(../images-structure/listTop.png);
}
#column2of2 #column2of2bottom {
	height:20px;
	background-image:url(../images-structure/listBottom.png);
}
#column2of2 #column2of2conent {
	background-color:#FFF;
	padding:20px;
}

#navBar {
	width:600px;
	float: left;
	height: 40px;
	float:right;
	overflow: hidden;
}
#addBar {
	clear:both;
	width:900px;
	height:100px;
	background-color:#FFF;
	margin-top:10px;
}
#footerBar {
	clear:both;
	width:900px;
	height:50px;
	background-color:#EEE;
	margin-top:20px;
	text-align:center;
	color:#666;
	font-size: .9em;
}
#navBar ul {
	list-style-position: inside;
	list-style-type: none;	
	margin-top:0;
}
#navBar li {
	display:block;
	width:130px;
	float: right;
	height: 30px;
	margin:0 1px 0 0;
	text-align:center;
	background-image: url(../images-structure/tabTop.gif);
	overflow:hidden;
	padding:10px 0 0 0;
}


/* Search Results */

.customerBox {
	width: 500px;
	margin: 0 0 20px 50px;
	border:1px #CCC dotted;
}
.customerBoxP {
	background:#DFEEA6;
}
.customerBoxInfill {
	padding: 0 0 10px 30px;
}
.customerLogoBox {
	margin:10px;
	float:right;
	text-align:center;
	background-color:#FFF;
}
.customerLogoBoxP {
	border:1px #CCC dotted;
}

/*     */ 

.wideDetailsBox {
	/*height: 150px;*/
	width: 540px;
	float: right;
	margin-top:20px;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #030;
	background-color:#FFF;
	clear:both;
}
.wideDetailsBoxTrans {
	/*height: 150px;*/
	width: 540px;
	float: right;
	margin-bottom:10px;
	padding:5px;
	clear:both;
	height: 245px;
}


.borderForAnything {
	border: 1px solid #060;
}
.boxPremum {
	width: 159px;
	height: 47px;
	background-image:url(../images-applied/companyPremium.png);
}
.boxPremumInsert {
	margin-top:15px;
	margin-left:30px;
}


/* News and Boxes */

.contentBoxlightGreen {
	background:#DFEEA6;
	margin:0 10px 20px 10px;
	padding:20px;
}

.contentBoxWhite {
	margin:0 10px 20px 10px;
	padding:20px;
	border:1px #CCC dotted;
}

.contentBoxHalfInsert {
	margin:10px;
	width:46%;
	float:left;
}

