/* GLOBAL CSS TE MPLATE */
.menucellnormal {  background-color: #000099}
.menucellover {  background-color: #000000}
.menuitem {  font-family: "MS Sans Serif"; font-size: xx-small; font-weight: bold; color: #000000; text-decoration: none; text-transform: none}
.menutitle {  background-color: #990000; color: #FFFFFF; text-decoration: none}
a:hover {  color: #CC0033; font-weight: bold; font-style: normal; text-decoration: underline}
.menuitemwhite { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; color: #FFFFFF; text-decoration: none }
.menucell { background-color: #0066CC}
.menuitem2 { font-family: "MS Sans Serif"; font-size: xx-small; font-weight: bold; color: #FFFFFF; text-decoration: none; text-transform: none }
.tableback-grey {  background-color: #E6E3C4}
.small-black-links {  color: #000000; text-decoration: none; font-size: x-small}
.small-bluelinks { color: #0000CC; text-decoration: none; font-size: x-small }
.blacklinks {  color: #000000; text-decoration: none}
.blue {  color: #0000CC; text-decoration: none}
.florida  {background-image : url('images/beach_100.jpg') no-repeat center;} 

/*   TOP- BAR */
.nounderline { 
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

.nounderline a:hover {
	text-decoration: underline;
}

.topmenu {
	font-size: 14px;
	background-color : #0066CC;
	color:white;
	text-decoration: none;
	cursor: pointer;
	font-weight : bold;
}

.topmenucbp {
	font-size: 14px;
	background-color : #E80000;
	color:white;
	text-decoration: none;
	cursor: pointer;
	font-weight : bold;
}

.rightmenu {
	font-size:13px;
}

#blogLink,#homeLink,#loginLink,#aboutusLink, #contactusLink,#calculatorsinfoLink,#linktootherLink,#marketindexLink {
	text-decoration: none;
	color:white;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}


/*  SITE MAP */
#beta {
	float:left;
	width:744px;
}

#search-results-wrapper ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
}

/* CONTAINER */	
#outerContainer {
  width: 995px;
  margin: 0 auto;
  background-color: #FFFFFF;
  text-align  : center;
  padding-top :0px;
  height : 500px;
  /*height: 100%;*/
 }
 
#mainBody {
	text-align:center;
}

