@charset "utf-8";
.contact_no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}



/* Left Content*/

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #666666;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
#body_left_content h1, table h1 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0.75em 0;
}
#body_left_content h2, table h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0.75em 0;
}
#body_left_content h3, table h3 {
	font-size: 16px;
	color: #666;
	padding: 0;
	margin: 0.75em 0;
}
#body_left_content h4, table h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0.75em 0;
}
#body_left_content p, #body_left_content ul, #body_left_content ol, table p, table ul, table ol {
	font-size: 12px;
	color: #666666;
	padding: 0;
	margin: 0.75em 0;
	line-height: 18px;
}
#body_left_content ul, #body_left_content ol, table ul, table ol {
	list-style-position: outside;
	margin-left: 15px;
}
#body_left_content a, table a {
	color: #333;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #ffed02;
}
#body_left_content a:hover, table a:hover {
	color: #ffed02;
	background-color: #666;
}

/* Right Content*/

.right_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#body_right_content h1, table h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ffed02;
	padding: 0;
	margin: 0 0 0.75em 0;
}
#body_right_content h2, table h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0.75em 0;
}
#body_right_content h3, table h3 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0.75em 0;
}
#body_right_content h4, table h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ffed02;
	padding: 0;
	margin: 0.75em 0;
}
#body_right_content p, #body_right_content ul, #body_right_content ol, table p, table ul, table ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0.75em 0;
	line-height: 18px;
}
#body_right_content ul, #body_right_content ol, table ul, table ol {
	list-style-position: outside;
	margin-left: 15px;
}
#body_right_content a, table a {
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px dotted #ffed02;
}
#body_right_content a:hover, table a:hover {
	color: #ffed02;
	background-color: #666;
}

/* Business Categories */
div.clearfix {
	clear: both;
}
div#bus_list {
	
}
div.bus_item {
	clear: both;
	border-bottom: 1px dotted #eee;
	margin-bottom: 10px;
}
div.bus_contact {
	float: right;
	width: 220px;
	padding: 10px;
	margin-left: 20px;
}

/* Content Images */
img[align="right"] {
	margin: 0 0 15px 15px;
}
img[align="left"] {
	margin: 0 15px 15px 0;
}

/* Contact Us Form */
div.form label {
	float: left;
	width: 100px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
div.form input[type="text"] {
	width: 200px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 11px;
	color: #666666;
}
div.form textarea {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #666;
	font-size: 11px;
	font-family: arial, sans-serif;
}
div.form_error {
	font-size: 12px;
	color: #ffed02;
	background-color: #999;
	padding: 5px;
	margin: 5px 50px 5px 0;
	border: 1px dotted #ffed02;
	
}

