
table, tbody, td, tr, td h3, td p, tr p{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.admin-bar {
    height: 30px;
    width: auto;
    margin: 0px auto;
    padding: 10px 100px;
    background-color: #5537e3;
	background-image: -ms-linear-gradient(top,#7a5ced,#3e25db);
	background-image: -moz-linear-gradient(top,#7a5ced,#3e25db);
	background-image: -o-linear-gradient(top,#7a5ced,#3e25db);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#7a5ced),to(#3e25db));
	background-image: -webkit-linear-gradient(top,#7a5ced,#3e25db);
	background-image: linear-gradient(top,#7a5ced,#3e25db);
    border: 1px solid #333333;
    border-top: 0px;
    z-index: 999;
    font-size: 14px;
    line-height: 30px;
    color: #f5f5f5;
    font-family: Trebuchet MS, Arial, sans-serif;
    -moz-box-shadow: 0px 1px 5px #999999;
	-webkit-box-shadow: 0px 1px 5px #999999;
	box-shadow: 0px 1px 5px #999999;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-decoration: none;
	text-shadow: 0px 2px 0px #333333;
}

.admin-bar:hover {
	background-color: #573cd7;
	cursor: pointer;
	background-image: -ms-linear-gradient(top,#573cd7,#2c19c6);
	background-image: -moz-linear-gradient(top,#573cd7,#2c19c6);
	background-image: -o-linear-gradient(top,#573cd7,#2c19c6);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#573cd7),to(#2c19c6));
	background-image: -webkit-linear-gradient(top,#573cd7,#2c19c6);
	background-image: linear-gradient(top,#573cd7,#2c19c6);
}

.admin-bar a {
	color: #ffffff; 
	text-decoration: none;
}

body {
	background: #e1e1e1;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 14px/20px "Trebuchet MS", sans-serif;
}
img, a img {
	border: 0;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
ul {
	margin-left: 20px;
}
#banner {
	height: 110px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-shadow: none;
}
#banner #logo {
	width: 280px;
	height: 53px;
	padding: 0 10px;
	margin: 20px auto 15px auto;
}
#banner #phone {
	font-size: 20px;
	line-height: 20px;
	padding: 0 10px;
}
#banner #phone a {
	color: #2271b8;
}

#content_wrapper h3.show_page {
	display: block;
	cursor: pointer;
	font-size: 22px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	color: #f5f5f5;
	margin: 0;
	padding: 0 10px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	background-color: #333;
	background-image: -ms-linear-gradient(top,#333333,#4f4f4f);
	background-image: -moz-linear-gradient(top,#333333,#4f4f4f);
	background-image: -o-linear-gradient(top,#333333,#4f4f4f);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#333333),to(#4f4f4f));
	background-image: -webkit-linear-gradient(top,#333333,#4f4f4f);
	background-image: linear-gradient(top,#333333,#4f4f4f);
}
#content_wrapper h3.current {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	background: #2271b8;
}
#content_wrapper h3 span.circle {
	display: block;
	float: left;
	background: url(../images/menu.png) top no-repeat;
	width: 60px;
	height: 60px;
}
#content_wrapper h3.current span.circle {
	background: url(../images/menu.png) bottom no-repeat;
}
#content_wrapper .page_div {
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px;
}
#footer {
	padding: 10px 0;
	text-shadow: none;
}
#footer p {
	text-align: center;
	font-size: 14px;
	color: #2271b8;
	margin: 10px 0;
	padding: 0;
}
#footer p.socialmedia a {
	padding: 0;
	margin: 0 10px;
	text-decoration: none;
}

#footer a {
	color: #2271b8;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#footer p.socialmedia a img {
	margin: 0;
	padding: 0;	
}

#gmap {
	position: relative;
	margin: 12px auto;
	width: 240px;
	height: 240px;
	border: 1px solid #cccccc;
}
#getDirections {
		text-align: center;
	}
	#saddr {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;
		margin: 0 auto 5px auto;
		font-weight: bold;
		color: ##333333;
		text-align: center;
		text-decoration: none;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #dddddd;
		background-image: -ms-linear-gradient(#eeeeee,#dddddd);
		background-image: -moz-linear-gradient(#eeeeee,#dddddd);
		background-image: -o-linear-gradient(#eeeeee,#dddddd);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#dddddd));
		background-image: -webkit-linear-gradient(#eeeeee,#dddddd);
		background-image: linear-gradient(#eeeeee,#dddddd);
		border: 1px solid #b3b3b3;
		text-shadow: 0px 1px 1px #ffffff;
	}
	#submit {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;
		margin: 0 auto 5px auto;
		cursor: pointer;
		font-weight: bold;
		color: ##333333;
		text-align: center;
		text-decoration: none;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #eeeeee;
		background-image: -ms-linear-gradient(top,#fdfdfd,#eeeeee);
		background-image: -moz-linear-gradient(top,#fdfdfd,#eeeeee);
		background-image: -o-linear-gradient(top,#fdfdfd,#eeeeee);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eeeeee));
		background-image: -webkit-linear-gradient(top,#fdfdfd,#eeeeee);
		background-image: linear-gradient(top,#fdfdfd,#eeeeee);
		border: 1px solid #cccccc;
		text-shadow: 0px 1px 1px #f6f6f6;
	}
	#contact_div {
		text-align: center;
	}


#content_form input {
	width: 90%;
	padding: 2px;
	font: italic 14px/20px "Trebuchet MS", sans-serif;
	color: #999;
	text-indent: 5px;
}

#content_form input:focus {
	font-style: normal;
	color: black;
	border: 2px solid #208fc7;	
}

#content_form textarea {
	width: 90%;
	resize: none;
	padding: 2px;
	font: italic 14px/20px "Trebuchet MS", sans-serif;
	color: #999;	
	text-indent: 5px;
}

#content_form textarea:focus {
	font-style: normal;
	color: black;
	border: 2px solid #208fc7;
}


#content_form input.btnSendContact {
	cursor: pointer;
	font-style: normal;
	display: block;
	width: 120px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	background: url(../images/Button_Submit.png) top no-repeat;
	border: 0;
	text-shadow: 1px 1px 1px #17648c;
	letter-spacing: 1px;
}

#content_echo form input.btnSendContact:hover {
	color: #f2f2f2;
	background-position: 0 -30px;
	text-shadow: 1px 1px 1px #527022;
	text-decoration: none;
}



