
/*				General				      */
/**************************************************************/

.clearFloat	{
	clear:both;
}

body	{
	margin:0px;
	background-color:#94C4EC;
	background-image:url(../img/outerWrap.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#226AA5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link	{color:#1F649E;}
a:visited{color:#1F649E;}
a:hover{color:#1F649E}
a:active{color:#1F649E}


#wrapper	{
	/*width:800px;*/
	min-height:955px;
	margin-top:0px;
	/*margin-left:auto;
	margin-right:auto;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	background-color:#FFFFFF;*/
}

#top	{
	height:54px;
	background-color:#94C4EC;
	background-image:url(../img/outerWrap_Top.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#mid	{
	background-color:#94C4EC;
	background-image:url(../img/outerWrap_Mid.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

#bot	{
	height:62px;
	background-color:#94C4EC;
	background-image:url(../img/outerWrap_Bot.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#content_wrapper	{
	width:955px;
	margin:auto;
	border:#17578D 1px solid;
}

#heading	{
	width:955px;
	height:183px;
	margin:auto;
	background-image:url(../img/heading.jpg);
	background-repeat:no-repeat;
}

#index_logo	{
	width:800px;
	height:100px;
	background-color:#FFFFFF;
	padding-top:5px;
	margin:auto;
	/*text-align:center;*/
}

#menuBar	{
	width:955px;
	height:30px;
	background-image:url(../img/MainMenuBackGnd.gif);
	background-repeat:repeat-x;
	z-index:1;
}

.links	{
	color:#226AA5;
	text-decoration:none;
}

.menu_main	{
	float:left;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:14px;
	padding-left:5px;
	padding-right:10px;
	/*border-right:#0066FF 1px solid;
	padding:5px;*/
	background-image:url(../img/MainMenuBackGnd.gif);
	background-repeat:repeat-x;
	z-index:0;
}

#sub_wrapper	{
	float:left;
	width:210px;
	/*min-height:1132px;*/
	float:left;
	background-image:url(../img/Admin/subMenuBkGnd.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.menu_sub	{
	width:200px;
	height:30px;
	text-align:left;
	line-height:30px;
	padding:2px;
	border-bottom:#FFFFFF 1px solid;
}

#content	{
	float:left;
	
	/*line-height:18px;
	letter-spacing:2px;
	max-width:880px;*/
	/*float:left;
	padding:10px;
	margin-top:20px;*/
}

#footer	{
	width:955px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	padding-right:5px;
	text-align:right;
	line-height:28px;
	/*font-size:10px;*/
	font-weight:bold;
	color:#FFFFFF;
	/*line-height:14px;
	background-color:#FFFFFF;*/
}

/**************************************************************/

/*				Search Results			      */
/**************************************************************/

#resultsDes	{
	width:955px;
	margin-top:10px;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color:#306A99;
	text-decoration:underline;
	text-align:center;
			}
			
.buisnessName	{
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-size: 18px;
	font-weight: bold;
}

.address	{
font-size:14px;
}

.desc	{
	font-size:14px;
}
			
.services	{
	/*font-weight:bold;*/
	font-size:14px;
	line-height:1.5em;
}
/*********************************************************/

/*********************************************************/

#login	{
	font-size:12px;
	padding-left:10px;
}


/*********************************************************/