/*-------- COMMON CLASS --------*/
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	font-size:12px;
}
a:link, a:active, a:visited {
	cursor:pointer;
	color:#265c7a;
	text-decoration:underline;
}
a:hover {
	color:#424242;
	text-decoration:none;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
h1, h2, h3 {
	font-family:Helvetica, Arial, sans-serif;

}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#265c7a;
	text-transform:uppercase;
}


.asd {
	font-size:20px;
	font-weight:normal;
	color:#32B407;
	background:url(../images/bg_heading.gif) left top no-repeat;
	padding:3px 0 2px 50px;
	text-transform:uppercase;
}

.asd span {
	color:#424242;
}
h1 span {
	color:#9c0b21;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#265c7a;
}
h3 {
	font-size:16px;
	font-weight:normal;
}
h4 {
	font-size:13px;
	font-weight:normal;
}
h5 {
	font-size:16px;
	font-weight:normal;
}
p {
	text-align:justify;
	line-height:18px;
}
.txt10 {
	font-size:10px;
}
.txt13 {
	font-size:13px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatclear {
	clear:both;
}
.divider5 {
	height:5px;
	font-size:0px;
}
.divider10 {
	height:10px;
	font-size:0px;
}
.divider15 {
	height:15px;
	font-size:0px;
}
.divider20 {
	height:20px;
	font-size:0px;
}
.paddleft10 {
	padding:0 0 0 10px;
	float:left;
}
.paddright10 {
	padding:0 10px 0 0;
	float:left;
}

.text15{ font-size:15px;
	font-weight:normal;
	color:#265c7a;
	}
/*-------- LAYOUT --------*/
.wrapper {
	width:100%;
	float:left;
}
.header {
	width:1000px;
	margin:0 auto;
	clear:both;
}
.header .headercontent {
	width:980px;
	padding:10px 10px;
	float:left;
}
.contentarea {
	width:100%;
	padding:0 0 10px 0;
	float:left;
	background:url(../images/bg-middle-part.gif) left top repeat-x;
}
.contentarea .content {
	width:1000px;
	margin:0 auto;
	padding:10px 0 0;
	clear:both;
}
.contentarea #twocolumn {
	clear:both;
}
#twocolumn .main_content {
	width:765px;
	float:left;
}
#twocolumn .right_panel {
	width:225px;
	padding:0 0 0 10px;
	float:left;
}
.contentarea #threecolumn {
	clear:both;
}
#threecolumn .left_panel {
	width:225px;
	padding:0 10px 0 0;
	float:left;
}
#threecolumn .main_content {
	width:530px;
	float:left;
}
#threecolumn .right_panel {
	width:225px;
	padding:0 0 0 10px;
	float:left;
}
.footer {
	width:100%;
	height:183px;
	float:left;
	background:url(../images/bg_footer.gif) left top repeat-x;
}
.footer .footercon {
	width:1000px;
	margin:0 auto;
	clear:both;
}
/*-------- HEADER --------*/
.headercontent .colleft {
	float:left;
	width:490px;
	text-align:left;
}

.headercontent .colleft1 {
	float:left;
	width:325px;
}


.headercontent .colleft2 {
	float:left;
	width:413px;
}

.headercontent .colleft .logo {
	
	float:left;
	height:50px;
	text-align:left;
	font-size:18px;
	font-weight:normal;
	color:#9c0b21;
	text-transform:uppercase;
}

.headercontent .colleft1 .logo {
	background:url(../images/broadplace-logo.jpg) left top repeat;
	float:left;
	width:325px;
	height:196px;
}
.headercontent .colright {
	float:left;
	width:490px;
	padding:0px 0 0;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
}

.headercontent .colright1 {
	float:right;
	width:242px;
	padding:0px;
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
}
.headercontent .colright .phoneno {
	color:#32B407;
	font-size:20px;
}
.headercontent .colright .infolink {
	color:#424242;
	font-size:12px;
}
/*-------- MENU --------*/
.navmenu {
	float:left;
	width:1000px;
	padding:0 0 10px 0;
}

.navmenu .leftpart {
	float:left;
	padding:0px;
	width:9px;
	height:42px;
	background:url(../images/bg_topmenuleft.jpg) left top no-repeat;
}

.navmenu .rightpart {
	float:right;
	padding:0px;
	width:9px;
	height:42px;
	background:url(../images/bg_topmenuright.jpg) right top no-repeat;
}



.navmenu ul {
	float:left;
	width:982px;
	height:42px;
	background:url(../images/bg-topmenu.jpg) left top repeat-x;
}
.navmenu ul li.leftcor {
	float:left;
	padding:0px;
	width:10px;
	height:42px;
	background:url(../images/bg_topmenuleft.jpg) left top no-repeat;
}
.navmenu ul li {
	float:left;
	padding:7px 5px 0;
}
.navmenu ul li a:link, .navmenu ul li a:active, .navmenu ul li a:visited {
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 10px;
}
.navmenu ul li a:link span, .navmenu ul li a:active span, .navmenu ul li a:visited span {
	float:left;
	padding:5px 9px 8px 0;
}
.navmenu ul li a:hover {
	background:url(../images/bg-left-topmenu.gif) left top no-repeat;
	float:left;
}
.navmenu ul li a:hover span {
	background:url(../images/bg-right-topmenu.gif) right top no-repeat;
}
.navmenu ul li a.selected {
	background:url(../images/bg-left-topmenu.gif) left top no-repeat;
	float:left;
}
.navmenu ul li a.selected span {
	background:url(../images/bg-right-topmenu.gif) right top no-repeat;
}
.navmenu ul li.rightcor {
	float:right;
	padding:0px;
	width:10px;
	height:42px;
	background:url(../images/bg_topmenuright.jpg) right top no-repeat;
}
/*-------- CONTENT AREA --------*/
.insertform {
	border-collapse:collapse;
}
.insertform td {
	padding:0 5px 10px 0;
}
.insertform td label {
	font-weight:bold;
	float:right;
	text-align:right;
}
.insertform td table td {
	padding:0 0 5px 0;
}
.insertform td table td label {
	font-weight:normal;
	float:left;
}
ul.arrowbullet {
	float:left;
}
ul.arrowbullet li {
	float:left;
	background:url(../images/icon-right.gif) no-repeat left 10px;
	padding:10px 0 10px 25px;
	border-bottom:dashed 1px #CCCCCC;
}
ul.arrowbullet li a:link, ul.arrowbullet li a:active, ul.arrowbullet li a:visited {
	color:#424242;
}
ul.arrowbullet li span {
	color:#32B407;
	font-weight:bold;
	font-size:13px;
}
ul.arrowbullet li ul {
	float:left;
}
ul.arrowbullet li ul li {
	border:none;
	clear:both;
	float:left;
	background:none;
	padding:5px 0;
}
.readmore:link, .readmore:visited, .readmore:active {
	background:url(../images/icon-more.gif) left 2px no-repeat;
	padding:0 0 0 15px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	text-decoration:none;
	text-transform:uppercase;
}
.readmore:hover {
	color:#32b407;
}
.newssection h2 {
	background:url(../images/icon-news.gif) left top no-repeat;
	padding:20px 0 0 60px;
	float:left;
}
.articlesection h2 {
	background:url(../images/icon-article.gif) left top no-repeat;
	padding:20px 0 0 60px;
	float:left;
}
.articlesection ul.arrowbullet li {
	width:180px;
}
.quickenquiry h2 {
	background:url(../images/icon-quickenq.gif) left top no-repeat;
	padding:23px 0 0 60px;
	float:left;
}
.quickenquiry .formtable {
	width:200px;
}
.quickenquiry .formtable label {
	width:65px;
}
.quickenquiry .formtable .textinput {
	width:130px;
}
.quickenquiry .formtable li.textinput ul {
	width:130px;
}
.quickenquiry .formtable li.textinput label {
	width:100px;
}
.services h2 {
	background:url(../images/icon-article.gif) left top no-repeat;
	padding:20px 0 0 60px;
	float:left;
}
.services ul.arrowbullet li {
	width:180px;
}
.certifysection h2 {
	background:url(../images/icon-news.gif) left top no-repeat;
	padding:20px 0 0 55px;
	float:left;
}
blockquote {
	padding:1px 0 10px;
	background: url(../images/start-quote.gif) left top no-repeat;
	text-indent: 30px;
	border-bottom:1px dashed #CCCCCC;
}
blockquote span {
	display: block;
	padding:0 0 10px;
	text-align:justify;
	line-height:18px;
	background: url(../images/end-quote.gif) bottom right no-repeat;
}
.logobox {
	float:left;
}
.logobox ul {
	float:left;
	width:720px;
}
.logobox li {
	padding:15px 20px;
	float:left;
}
.logobox ul li a:link, .logobox ul li a:active, .logobox ul li a:visited {
	border:1px solid #CCCCCC;
	background:#fff;
	float:left;
	height:80px;
	padding:10px 0 0;
	text-align:center;
	width:110px;
}
.logobox ul li a:hover {
	border:1px solid #32B407;
}
.arrowlist{
	float:left;
}
.arrowlist li{
	background:url(../images/arrow.gif) left 5px no-repeat;
	padding:0 0 10px 15px;
	clear:both;
}
.arrowlist li a:link, .arrowlist li a:active, .arrowlist li a:visited{
	text-decoration:none;
}
.midtextinner .arrowlist li{
	width:700px;
}
.resulttable{
	border-collapse:collapse;
}
.resulttable td{
	padding:0 0 0 10px;
	border:1px solid #CCC;
}
.resulttable .txt13{
	font-size:13px; 
	color:#32B407;
}
.resulttable th{
	color:#FFF;
	text-transform:uppercase;
	background:#000;
}
.error .arrowlist li{
	width:210px;
}
.packagetbl{
	border:1px solid #ccc;
	border-bottom:none;
	border-collapse:collapse;
}
.packagetbl .col_first{
	width:230px;
}
.packagetbl .col_one{
	width:160px;
	text-align:center;
}
.packagetbl .col_two{
	width:160px;
	text-align:center;
}
.packagetbl .col_three{
	width:160px;
	text-align:center;
}
.packagetbl .smopackage{
	border-collapse:collapse;
}
.packagetbl .smopackage th{
	background:#f9faf7;
	border-bottom:#c6d6e3 1px solid;
	text-align:left;
	color:#258605;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 0 7px 7px;
}
.packagetbl .smopackage td{
	border-right:#c6d6e3 1px solid;
	border-bottom:#c6d6e3 1px solid;
	padding:5px;
	vertical-align:text-top;
	color:#444;
}
.packagetbl .smopackage td.last{
	border-right:none;
}
.smopackage td h1{
	background:none;
	padding:0px;
	color:#303030;
}
.smopackage td h2{
	font-size:26px;
	color:#303030;
}
.smopackage td h2 span{
	font-size:20px;
}
.smopackage td h2.light{
	color:#929283;
	text-decoration:line-through;
}
.smopackage td p{
	text-align:center;
}

.smopackage td.sliver{
	background:url(../images/bg_sliver.gif) left top repeat-x;
	text-align:center;
}
.smopackage td.gold{
	background:url(../images/bg_gold.gif) left top repeat-x;
	text-align:center;
}
.smopackage td.platinum{
	background:url(../images/bg_platinum.gif) left top repeat-x;
	text-align:center;
	border-right:none;	
}
.packagetbl .keyfeature{
	background:#464646;
}
.packagetbl .keyfeature h1{
	background:none;
	padding:5px 0 5px 10px;
	color:#fff;
}

/*-------- FOOTER --------*/
.footercon .footerlogo {
	width:1000px;
	height:115px;
	float:left;
}
.footerlogo ul, .footerlogo li {
	float:left;
}
.footerlogo li {
	padding:12px 15px;
}
.footerlogo ul li a:link, .footerlogo ul li a:active, .footerlogo ul li a:visited {
	border:1px solid #CCCCCC;
	background:#fff;
	float:left;
	height:80px;
	padding:10px 0 0;
	text-align:center;
	vertical-align:middle;
	width:110px;
}
.footerlogo ul li a:hover {
	border:1px solid #265c7a;
}
.footercon .footermenu {
	float:right;
	width:1052px;
	padding:10px 0 0 0;
}
.footermenu ul li {
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #898787;
}
.footermenu ul li.last {
	border:none;
}
.footermenu ul li a:link, .footermenu ul li a:active, .footermenu ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
.footercon .copyright {
	font-size:11px;
	color:#585858;
	float:left;
	padding:15px 0 0 10px;
}
/*-------- COMPONENT --------*/
.comp1 .topcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp1/corner.gif) left top no-repeat;
	float:left;
	font-size:0px;
}
.comp1 .midtop {
	height:10px;
	background:url(../images/comp1/topbot.gif) left top repeat-x;
	float:left;
	font-size:0px;
}
.comp1 .topcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp1/corner.gif) right top no-repeat;
	float:left;
	font-size:0px;
}
.comp1 .midcorleft {
	padding:0 0 0 10px;
	background:url(../images/comp1/leftright.gif) left top repeat-y;
	float:left;
}
.comp1 .mid {
	background:#fff;
	float:left;
}
.comp1 .midcorright {
	padding:0 10px 0 0;
	background:url(../images/comp1/leftright.gif) right top repeat-y;
	float:left;
}
.comp1 .botcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp1/corner.gif) left bottom no-repeat;
	float:left;
	font-size:0px;
}
.comp1 .midbot {
	height:10px;
	background:url(../images/comp1/topbot.gif) left bottom repeat-x;
	float:left;
	font-size:0px;
}
.comp1 .botcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp1/corner.gif) right bottom no-repeat;
	float:left;
	font-size:0px;
}
.midtext .compwidth {
	width:510px;
}
.midtextinner .compwidth {
	width:745px;
}
.comp2 .topcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp2/corner.gif) left top no-repeat;
	float:left;
	font-size:0px;
}
.comp2 .midtop {
	height:10px;
	background:url(../images/comp2/topbot.gif) left top repeat-x;
	float:left;
	font-size:0px;
}
.comp2 .topcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp2/corner.gif) right top no-repeat;
	float:left;
	font-size:0px;
}
.comp2 .midcorleft {
	padding:0 0 0 9px;
	background:#fff url(../images/comp2/leftright.gif) -1px top no-repeat;
	float:left;
	border-left:1px solid #c8c8c8;
}
.comp2 .mid {
	background:#fff url(../images/comp2/bg_mid.gif) left top repeat-x;
	float:left;
}
.comp2 .midcorright {
	padding:0 9px 0 0;
	background:#fff url(../images/comp2/leftright.gif) 101% top no-repeat;
	float:left;
	border-right:1px solid #c8c8c8;
}
.comp2 .botcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp2/corner.gif) left bottom no-repeat;
	float:left;
	font-size:0px;
}
.comp2 .midbot {
	height:10px;
	background:url(../images/comp2/topbot.gif) left bottom repeat-x;
	float:left;
	font-size:0px;
}
.comp2 .botcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp2/corner.gif) right bottom no-repeat;
	float:left;
	font-size:0px;
}
.newssection .compwidth {
	width:205px;
}
.articlesection .compwidth {
	width:205px;
}
.quickenquiry .compwidth {
	width:205px;
}
.services .compwidth {
	width:205px;
}
.certifysection .compwidth {
	width:205px;
}
.comp3 .greentopcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp3/corner.gif) left top no-repeat;
	float:left;
	font-size:0px;
}
.comp3 .greenmidtop {
	height:10px;
	background:url(../images/comp3/topbot.gif) left top repeat-x;
	float:left;
	font-size:0px;
}
.comp3 .greentopcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp3/corner.gif) right top no-repeat;
	float:left;
	font-size:0px;
}
.comp3 .greenmidcorleft {
	padding:0 0 0 9px;
	background:#fff url(../images/comp3/leftright.gif) -1px top no-repeat;
	float:left;
	border-left:1px solid #91d55e;
}
.comp3 .greenmid {
	background:#fff url(../images/comp3/bg_mid.gif) left top repeat-x;
	float:left;
}
.comp3 .greenmidcorright {
	padding:0 9px 0 0;
	background:#fff url(../images/comp3/leftright.gif) 101% top no-repeat;
	float:left;
	border-right:1px solid #91d55e;
}
.comp3 .greenbotcorleft {
	padding:0 0 0 10px;
	height:10px;
	background:url(../images/comp3/corner.gif) left bottom no-repeat;
	float:left;
	font-size:0px;
}
.comp3 .greenmidbot {
	height:10px;
	background:url(../images/comp3/topbot.gif) left bottom repeat-x;
	float:left;
	font-size:0px;
}
.comp3 .greenbotcorright {
	padding:0 10px 0 0;
	height:10px;
	background:url(../images/comp3/corner.gif) right bottom no-repeat;
	float:left;
	font-size:0px;
}
.testimonial .compwidth {
	width:490px;
}
.testimonialinner .compwidth {
	width:725px;
}
/* Buttons Class */ 
.btn_findoutnow {
	background:url(../images/enquirenow.gif) left top no-repeat;
	float:left;
	width:122px;
	height:41px;
	border:0px;
	cursor:pointer;
}
.btn_sendmsg {
	background:url(../images/btnbg-submit.jpg) left top no-repeat;
	float:left;
	width:122px;
	height:35px;
	border:0px;
	cursor:pointer;
}

/* css added on 4-2-10*/

.footercon .footerbox {
	width:1000px;
	height:115px;
	float:left;
}
.footerbox ul, .footerbox li {
	float:left;
}

.footerbox li {
	padding:12px 15px;
}

.footerbox ul li span{
	border:1px solid #CCCCCC;
	background:#fff;
	float:left;
	height:80px;
	text-align:center;
	vertical-align:middle;
	width:110px;
	padding:10px 0 0;
}

.logobox1 {
	float:left;
}
.logobox1 ul {
	float:left;
	width:720px;
}
.logobox1 li {
	padding:15px 20px;
	float:left;
}
.logobox1 ul li span {
	border:1px solid #CCCCCC;
	background:#fff;
	float:left;
	height:80px;
	padding:10px 0 0;
	text-align:center;
	width:110px;
}

.catlink:link{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#006699; text-decoration:none;}
.catlink:visited{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#006699; text-decoration:none;}
.catlink:hover{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000; text-decoration:none;}
.catlink:active{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#006699; text-decoration:none;}

/*05Feb10*/

/* start css for drop down menu*/

#dropmenudiv{position:absolute;background:#81d909;z-index:100; margin:0 0 0 0;padding:0; margin-top:4px;}

#dropmenudiv  a{display: block;border-bottom: 1px dotted #1d9802;padding-top:5px;text-decoration: none; color:#006e2e; background:#81d909; height:19px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; padding-left:10px; width:auto; margin:0;
}

#dropmenudiv a:hover{background:#006e2e;color:#ffffff;height:19px; padding-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; padding-left:10px; width:auto; margin:0;
}

/* end css for drop down menu*/

.logobg{padding-left:20px;}
