* {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	background:#ECECEC;
	color:#333;
	border-top:3px solid #eee;
}
div {
	font-size: 1em;
}
p {
	margin-bottom:10px;
}
img {
	border: 0;
}
#main IMG {
}
a:link {
	color: #0A6EBB;
	text-decoration:none;
}
a:visited {
	color: #0A6EBB;
	text-decoration:none;
}
a:hover {
	cursor: pointer;
	color: #0a6ebb;
	text-decoration:underline;
}
h1, h2, h3 {
	color:#0F396B;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dotted #AAAAAA;
	padding-bottom:5px;
}
h1 {
	font-size:24px;
	border-bottom:none;
}
h2 {
	font-size:16px;
}
TABLE {
	border: 1px solid #eee;
	clear: left;
	margin: 1em 0;
	padding: 0.5em;
	text-align: left;
}
TABLE THEAD {
	background: #0a6ebb;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 0.5em;
	text-transform: uppercase;
}
TABLE TD {
	border: 1px solid #eee;
	padding: 0.2em;
}
.forms {
	background:#FAF9F7;
	padding:10px;
	border:1px solid #E7E2D7;
}
.forms li {
	list-style:none;
	clear:both;
}
li {
	padding-bottom:5px;
}
.forms LABEL {
	float:left;
	display:block;
	width:140px;
	color:#656A7E;
	font-size:12px;
	padding:3px;
	margin:4px 0;
}
.forms INPUT, .forms TEXTAREA, #getDir, INPUT.submit, SELECT {
	border:1px solid #BEBFC3;
	color:#656A7E;
	background:url(../images/bckg_body.gif) repeat-x top left;
	padding:3px;
	margin:4px 0;
}
INPUT.submit {
	background:#656A7E;
	border-right: 1px solid #333;
	color:#fff;
	font-weight:bold;
	border-bottom: 1px solid #333;
}
.clear {
	clear:both;
}
/*****************
basic layout 
*****************/

div#container {
	margin: 0 auto;
	width: 1010px;
	background: #fff;
	position:relative;
	padding:0 10px;
}
.colLeft {
	float:left;
	width:60%;
}
.colRight {
	float:right;
	width:38%;
	background:#efefef;
	padding:8px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
#results_canvas {
	height:300px;
	overflow:auto;
}
.clear {
	clear:both;
}
.header {
	position:relative;
}
.header h1 {
	margin:5px;
	float:left;
	padding-bottom:0;
}
.header h1 a {
	background:transparent url(../images/mosque_finder.png) no-repeat scroll 0 0;
	display:block;
	height:45px;
	text-decoration:none;
	text-indent:-999em;
	width:270px;
	border:none!important;
}
.header span.slogan {
	color:#5E5E5E;
	left:275px;
	position:absolute;
	top:10px;
}
span.slogan b {
	font-size:16px;
}
.mainNav {
	height:30px;
	background:url(../images/mainNav_bg.gif) repeat-x bottom left;
	position:relative;
	clear:both;
	margin-bottom:1em;
}
.mainNav .left {
	height:30px;
	background:url(../images/mainNav_left.gif) repeat-x bottom left;
	display:block;
	width:7px;
	float:left;
}
.mainNav .right {
	height:30px;
	background:url(../images/mainNav_right.gif) repeat-x bottom left;
	display:block;
	width:7px;
	position:absolute;
	right:0;
	top:0;
}
.mainNav li {
	list-style:none;
	float:left;
	display:block;
	padding:5px;
}
.mainNav li a {
	font-size:14px;
	padding:8px 0px 8px 20px;
	font-weight:bold;
}
.mainNav li.selected a {
	color: #0a6ebb;
}
.add a {
	background:transparent url(../images/action_add.png) no-repeat 0 50%;
}
.find a {
	background:transparent url(../images/home.png) no-repeat 0 50%;
}
.contact a {
	background:transparent url(../images/letter.png) no-repeat 0 50%;
}
.search {
	background:#eee;
	margin-bottom:10px;
	text-align:center;
	position:relative;
}
.search input, .search select {
	color:#555;
	padding:4px;
	border:1px solid #ccc;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.search .searchSubmit {
	background:#0a6ebb;
	border:none;
	color:#fff;
}
.search .main {
	background:url(../images/search_bg.gif) repeat-x bottom left;
	border:1px solid #518690;
	width:450px;
	margin:0 auto;
	padding:10px;
}
.advSearch {
	border-left:none;
	margin:0 auto;
}
.advSearch a {
	font-size:14px;
	color:#555;
	font-weight:bold;
}
.map {
	float:left;
	width:717px;
	padding:5px;
	min-height:250px;
}
.rightCol {
	float:right;
	width:26%;
	padding:5px;
	min-height:250px;
}
.footer {
	clear:both;
	color:#333;
	background:#FBFBFB;
	border-top:1px solid #ccc;
	padding:5px;
	margin-top:25px;
}
.map .main {
	background: url(../images/find.png) no-repeat left center;
	padding:3px;
}
.tooltip {
	display:block;
	background: url(../images/box-body-r.png) no-repeat 0 0;
	font-size: 100%;
	margin-bottom:2px;
	border-bottom:1px solid #d0d0d0;
}
.tooltip .tooltipbody {
	background: url(../images/box-body-l.png) no-repeat top right;
	margin: 0;
	padding:3px;
	text-align:center;
	border:none;
}
.gimage {
	padding:3px;
	border:1px dotted #AAAAAA;
}
#results_canvas li {
	list-style:none;
}
#results_canvas li A {
	list-style:none;
	border:1px dotted #aaa;
	display:block;
	margin:2px 0;
	outline:none;
	padding:2px;
}
#results_canvas li A:hover {
	background:#aaa;
	color:#fff;
	text-decoration:none;
}
.mosquePopup .floatL {
	width:32%;
}
.mosquePopup .floatR {
	width:58%;
	float:left;
}
.popupDirections {
	clear:both;
	padding-top:5px;
}
.toolbox {
	background:#FAF9F7 none repeat scroll 0 0;
	border:1px solid #E7E2D7;
	padding:10px;
	margin-bottom:10px;
}
#directions {
	border:1px dotted #E7E2D7;
	margin-bottom:0;
}
#map_canvas {
	border:1px solid #d0d0d0;
}
.jp {
	position:relative;
	background:#FAF9F7 url(../images/jp.gif) no-repeat 98% center;
}
.jp h3 {
	border-bottom:none;
	margin-bottom:0;
}
.jp label, #directions label, .map label {
	float:none!important;
	display:inline;
	font-weight:bold;
}
.jp form div {
	vertical-align:middle;
}
.gmaps {
	background:#FAF9F7 url(../images/gmaps.png) no-repeat 98% center;
}
.getHere {
	float:right;
	margin-bottom:0;
}
.getHere H2 {
	cursor:pointer;
	margin-bottom:0;
	border-bottom:none;
	padding:5px 5px 4px 40px;
	background: url(../images/find.png) no-repeat left center;
}
.map label {
	font-size:15px;
}
.other {
	font-size:14px;
}
.other B
{
	display:block;
	width:165px;
	float:left;
 }
.flags {
}
.flags ul {
	list-style:none;
}
.flags li * {
	vertical-align:middle;
}
.flags li {
	float:left;
	margin-right:4px;
	width:30px;
}
.address a
{
 }
.telno
{
	font-size:14px;
	font-weight:bold; 
}
h1.mosqueTitle
{
	margin-bottom:0;
}
.getdirection a
{
	background:url(../images/tubes.png) 0 -49px no-repeat;
	font-size:12px;
	margin-left:4px;
 	padding-left:20px;
 }