
div#wrapper
{
	width:620px;	
	background:url("../images/apostrophe2.gif") top right no-repeat;margin-top:8px;
}

*html div#wrapper
{
	background:url("../images/apostrophe2.gif") 0 right no-repeat;
}

ul#topMenuul
{
	list-style-type:none;
	padding:0px;
	margin-left:0px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#F89946;
}
/* this css for header content in mozila*/
ul#topMenuul li
{
	display:inline;
	border-right:1px solid #000000;
	padding:4px 18px 4px 11px;
}
/* this css for header content in IE*/
* html ul#topMenuul li
{
	border-right:1px solid #000000;
	padding:-0px 15px 0px 13px;
}

ul#topMenuul li#last
{
	border:none;
}

ul#topMenuul li a span
{
	background:url(../images/right_org_brace.gif) right top no-repeat;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

ul#topMenuul li a
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	color:#ffffff;
	background:#F89946 url(../images/left_org_brace.gif) left top no-repeat;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

ul#topMenuul li a:hover,ul#topMenuul li a.activetab
{
	background:none;
	
}

ul#topMenuul li a:hover span
{
	background:none;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	text-decoration:none;
}
ul#topMenuul li a.activetab span
{
	background:none;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	text-decoration:none;
    font-weight:bold;
}

#bb-callouts
{
	width: 280px;
	float:left;
	margin: 0 auto;
	padding: 0 auto;
	position:absolute;
	z-index: 100;
	display:none;
}
#bb-callouts-arrow
{
	background-image: url(../images/callout-pointer-2.gif);
	background-repeat:no-repeat;
	width: 12px;
	height: 23px;
	position:relative;
	top: 70px;
	left: 1px;
	float:left;
}
#bb-callouts-block
{
	width: 290px;
	min-height: 100px;
	background-color: #fff;
	border:solid 1px #f6821f;
	float:left;
	-moz-border-radius: 4px;
}
#bb-callouts-head
{
	background-color: #f6821f;
	font-family: Verdana;
	font-size: 15px;
	color: #fff;
	padding: 3px 0px 3px 5px;
	line-height: 25px;
	font-weight:bold;
}
#bb-callouts-txt
{
	width: 280px;
	height: auto;
	background-color: #fff;
	font-family: verdana;
	font-size:13px;
	float:left;
}
#bb-callouts-txt .cellLeft
{
	width: 75px;
	height: auto;
	padding-left:10px;
	padding-top:10px;
	float:left;
}
#bb-callouts-txt .cellRight
{
	width: 115px;
	height: auto;
	padding-top:10px;
	float:left;
}
#bb-callouts-txt span
{
	font-family: Verdana;
	font-size: 12px;
	color: #626262;
	display: block;
	padding: 5px 5px 5px 5px;
}
.textboxBB{
	font-family: verdana;
	font-size:13px;
	border:1px solid;
	border-color:#626262;
	padding: 2px;
	height:25px;
}
.button{
	font-family: verdana;
	font-size:13px;
	background-color:#F68735;
	color: #ffffff;
	border:1px solid #F68735;
	height:30px;
	width:75px;
	padding-bottom: 3px;
}