* {
margin: 0;
padding: 0;
}

@font-face {
	font-family: EzraSILW;
	src: url(SILEOT.woff);
	unicode-range: U+0590-05FF;
}
@font-face {
	font-family: GentiumPlusW;
	font-style: italic;
	src: url(GentiumPlus-I.woff);
	unicode-range: U+0370-03FF, U+1F00-1FFF;
}

/* -------- General -------- */
body {
font-family: EzraSILW, GentiumPlusW, Arial, Tahoma, Helvetica, sans-serif;
font-size: 14px;
color: #32393d;
}
p {
line-height: 1.4em;
margin: 0 0 15px 0;
}
a {
color: #891313;
text-decoration: underline;
}
a:hover {
color: #A91717;
}
h1 {
font-size: 1.7em;
color: #891313;
margin: 5px 0 10px 0;
font-weight: normal;
}
h2 {
font-size: 18px;
color: #891313;
margin: 5px 0 10px 0;
font-weight: bold;
}
h3 {
font-size: 1.1em;
color: #1e292b;
margin: 5px 0 10px 0;
}
h4 {
font-size: 0.9em;
color: #fe4819;
margin: 5px 0 10px 0;
}
h5 {
font-size: 0.9em;
color: #1e292b;
margin: 5px 0 10px 0;
}
img, img a {
border: 0;
}
ul, ol {
margin: 10px 0 10px 25px;
padding: 0;
}
li {
margin: 4px 0 4px 0;
line-height: 1.4em;
}
ul li {
	list-style-type: none;
}
blockquote {
margin-left: 28px;
}
hr {
border: 0;
border-top: 3px solid #DCEAF6;
height: 3px;
margin: 0 0 10px 0;
}

/* -------- Outer Content Wrapper (Surrounds header & content) -------- */
#Outer {
clear: both;
}

#Wrapper {
clear: both;
float: left;
display: inline;
}

#ContainerBottom {
	clear: both;
	position: relative;
	width: 100%;
}
#Calendar{
	width: 290px;
	border: 1px solid #891313;
}

#Calendar th{
	background: #891313;
	color: #FFFFFF;
	height: 40px;
	font-size: 18px;
	border: none;
}
#Calendar td{
	text-align: center;
	border: none;
	height: 24px;
	width: 24px;
}

#Calendar a{
	color: #891313;
	text-decoration: none;
}

#Calendar a:visited{
	display: block;
	color: #891313;
	
}

#Calendar a:hover{
	text-decoration: underline;
	font-weight: bold;
}

/* -------- Footer -------- */
	#Footer {
		margin: 0 auto;
		border-top: solid 1px #cccccc;
		max-width: 870px;
		padding: 15px 0 20px 0;
	}
	#Footer p{
		font-size: 0.85em;
		color: #666666;
		line-height: 1.8em;
	}
	#Footer .Small {
		font-size: 0.85em;
	}
	#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
		color: #666666;
		text-decoration: none;
		margin: 0;
	}
	#Footer a:hover {
		color: #891313;
		text-decoration: underline;
	}
/*------ End Footer -------*/
/*------ Calendar Setup ----*/
.no_link {
	color: #B3B3B3;
}

.today_link {
	background: url('../images/circle.png') no-repeat center;
	background-size: 35px 35px;
	color: #891313;
}
/*------ End Calendar -------*/

#Wrapper {
	width: 100%;
	max-width: 870px;
}

@media only screen and (max-width: 481px){
	
	#img_tag img {
		width: 80%;
		height: auto;
	}

/* Header */
#Header {
width: 100%;
height: 40px;
}

/* -------- Page Containers -------- */
#Container {
position: relative;
margin: 0 auto;
width: 95%;
}
#Logo {
	position: fixed;
	text-align: center;
	display: table;
	width: 50%;
	height: 50px;
	margin: 5px 20%;
	z-index: 5;
	/*display: inline;*/
}	
.Logo{
	color: #fff; 
	font-size: 1.4em; 
	font-weight:Bold;
}
.Logoext{
	color:#fff;
	font-size: 1.2em; 
	font-weight:Bold;	
}
/* -------- Main Content Area -------- */
.Content {
float: left;
min-height: 500px;
width: 90%;
padding: 0 0 20px 0;
}
	.Content.Wide {
		margin: 0;
		width: 95%;
		padding: 0 0 20px 0;
	}
	.Content .Block {
		clear: both;
		margin-bottom: 10px;
	}
	.Content.Home {
		margin: 0;
		width: 95%;
		padding: 0 0 0 0;
	}
	.BannerRound {
		display:none;
	}

	.emaillist{
		display: none;
	}
/*----------Search Categories------------------*/
	#Categories{
		font-size: 1.4em;
	}
	#col1 {
		margin: 30px auto;
		width: 80%;
		height: auto;
	}
	
	#col2{
		margin: 30px auto;
		width: 80%; 
		min-height: auto;
	}
	
	#col3{ 
		margin: 30px auto;
		width: 80%; 
		min-height: auto;
	}
/* -------- Main Menu for Round design -------- */

	#Menu {
		position: fixed;
		/*clear: both;
		float: left;*/
		width: 100%;
		background-color: #891313;
		height: 30px;
		/*display: inline;*/
		/*position: fixed;*/
		z-index: 3;
		font-weight: bold;
		top: 0;
		left: 0;
		
	}
	#Menu ul { 
		margin: 0;
		padding: 0;
		width: 50%;
		list-style: none;
		overflow: hidden;
		background-color: #891313;
	}

	#Menu .menu{
		clear: both;
	  	max-height: 0;
	  	transition: max-height .2s ease-out;
	}
	#Menu li a:hover { 
		text-decoration: underline;
	}
	#Menu li a{
		color: #fff;
		display: block;
 		padding: 5px 5px;
  		border-right: 1px solid #f4f4f4;
  		text-decoration: none;
	}
	* html #Menu li a {
		float: left;
	}
	#Menu .menu-icon {
  		cursor: pointer;
  		display: inline-block;
  		float: left;
  		padding: 15px 10px;
  		position: relative;
		color: #ffffff;
  		user-select: none;
	}
 
	#Menu .menu-icon .navicon {
  		background: #fff;
  		display: block;
  		height: 2px;
  		position: relative;
  		transition: background .2s ease-out;
  		width: 18px;
	}
 
	#Menu .menu-icon .navicon:before,
	#Menu .menu-icon .navicon:after {
  		background: #fff;
  		content: '';
  		display: block;
  		height: 100%;
  		position: absolute;
  		transition: all .2s ease-out;
  		width: 100%;
	}
 
	#Menu .menu-icon .navicon:before {
  		top: 5px;
	}
 
	#Menu .menu-icon .navicon:after {
  		top: -5px;
	}
	#Menu .menu-btn {
  		display: none;
	}
 
	#Menu .menu-btn:checked ~ .menu {
  		max-height: 440px;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon {
  		background: transparent;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		top: 0;
	}
/* -------- Top Right Menu-------- */

	#TopRight {
		display:none;
	}

/*------------E-mail Signup--------------------*/

	.emailsign{
		background-color:#F8FB9F; 
		margin: 5 8px 8px 8px; 
		text-align:center; 
		font-weight:bold;
	}
	.mainTitle{
		font-size:22px;
		line-height: 36px; 
		margin-bottom:0px; 
		color: #891313; 
		font-weight: bold;
	}
	#title{
		float:left; 
		width: 100%;
		text-align: center;
	}
	#social{
		clear: both;
		width: 40%;
		margin: 0 auto;
	}
	#Fact{
		clear:both;
	}
	#Fact h1{
		text-align:center;
		font-size: 1.4em;
		text-decoration:underline;
	}
	#Fact p{
		font-size: 16px;
	}
	#CalAd{
		clear:both;
		width: 98%;
		margin: 20px 0;
	}

	#CalAd a:visited{
		display: block;
		color: #891313;
	}

	/*#CalAd a:hover{
		text-decoration: underline;
		font-weight: bold;
	}*/
	#img_tag img{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 80%;
		height: auto;
	}
	#CalIcon{
		top: 0;
		right: 0;
		clear: both;
		position: fixed; 
		z-index: 4;
		cursor:pointer;
		outline: none;
	}
	#CalIcon img{
		margin: 2px 10px;
		cursor:pointer;
	}
	#gAd{
		display: none;
	}
	#Other{
		/*float:right;*/
		margin:20px 0; 
		border: 1px solid #891313; 
		width: 95%; 
		padding: 10px;
	}
	#divCalendar{
		display: none;
		position: fixed;
		top: 30px;
		right: 1%;
		padding-bottom: 5px;
		margin-bottom:20px;
		background-color: #fff;
		z-index: 5;
	}
	
	#CalIcon:focus + #divCalendar{
		display : block;
	}
	
	#divCalendar:hover{
		display : block;
	}
	
	#ContactForm{
		line-height:30px;
	}
	textarea{
		width: 98%;
  		min-height: 50px;
  		font-family: Arial, sans-serif;
  		font-size: 13px;
  		color: #444;
  		padding: 5px;
	}
	#SearchDiv{
		width:100%; 
		clear: both; 
		margin-left: 5px;
	}
	#Footer{
		width: 98%;
	}
}
@media only screen and (min-width: 480px) and (max-width:780px){
	
	/* Header */
	#Header {
		width: 100%;
		height: 40px;
	}

	/* -------- Page Containers -------- */
	#Container{
		position: relative;
		margin: 0 auto;
		width: 98%;
	}
	#Logo {
		float: left;
		width: 50%;
		height: 50px;
		margin: 15px 0 0 10px;
		display: inline;
	}	
.Logo{
	color: #891313; 
	font-size: 1.9em; 
	font-weight:Bold;
}
.Logoext{
	color:#9E9C9C;
	font-size: 1.7em; 
	font-weight:Bold;	
}
/* -------- Main Content Area -------- */
.Content {
float: left;
min-height: 500px;
width: 90%;
padding: 0 0 20px 0;
}
.Content.Wide {
margin: 0;
width: 95%;
padding: 0 0 20px 0;
}
.Content .Block {
	clear: both;
	margin-bottom: 10px;
}
.Content.Home {
margin: 0;
width: 95%;
padding: 0 0 0 0;
}
	.BannerRound{
		position: relative;
		text-align: left;
		width: 95%;
		height: 150px;
		background: url(../images/bg-banner-round.jpg) no-repeat;
		margin: 10px 0 30px 0;
		font-size: 1.7em;
		color: #007ec0;
		z-index: 0;
	}

/* -------- Main Menu for Round design -------- */

	#Menu {
		position: relative;
		clear: both;
		/*float: left;*/
		width: auto;
		background-color: #891313;
		height: 30px;
		/*display: inline;*/
		/*position: fixed;*/
		z-index: 3;
		font-weight: bold;
		outline: none;
		
	}
	#Menu ul { 
		margin: 0;
		padding: 0;
		width: 50%;
		list-style: none;
		overflow: hidden;
		background-color: #891313;
	}
/*#Menu li { 
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}

#Menu a { 
display: block;
height: 14px;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 1px 5px 0 5px;
}*/
	#Menu .menu{
		clear: both;
	  	max-height: 0;
	  	transition: max-height .2s ease-out;
	}
	#Menu li a:hover { 
		text-decoration: underline;
	}
	#Menu li a{
		color: #fff;
		display: block;
 		padding: 5px 5px;
  		border-right: 1px solid #f4f4f4;
  		text-decoration: none;
	}
	* html #Menu li a {
		float: left;
	}
	#Menu .menu-icon {
  		cursor: pointer;
  		display: inline-block;
  		float: left;
  		padding: 15px 10px;
  		position: relative;
		color: #ffffff;
  		user-select: none;
	}
 
	#Menu .menu-icon .navicon {
  		background: #fff;
  		display: block;
  		height: 2px;
  		position: relative;
  		transition: background .2s ease-out;
  		width: 18px;
	}
 
	#Menu .menu-icon .navicon:before,
	#Menu .menu-icon .navicon:after {
  		background: #fff;
  		content: '';
  		display: block;
  		height: 100%;
  		position: absolute;
  		transition: all .2s ease-out;
  		width: 100%;
	}
 
	#Menu .menu-icon .navicon:before {
  		top: 5px;
	}
 
	#Menu .menu-icon .navicon:after {
  		top: -5px;
	}
	#Menu .menu-btn {
  		display: none;
	}
 
	#Menu .menu-btn:checked ~ .menu {
  		max-height: 440px;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon {
  		background: transparent;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		top: 0;
	}
/* -------- Top Right Menu-------- */

	#TopRight {
		display:none;
	}

/*------------E-mail Signup--------------------*/

	.emailsign{
		background-color:#F8FB9F; 
		margin: 8px; 
		width: auto;
		text-align:center; 
		font-weight:bold;
	}
	.mainTitle{
		font-size:1.5em; 
		line-height: 36px; 
		margin-bottom:0px; 
		color: #891313; 
		font-weight: bold;
	}
	#title{
		float:left; 
		width: 65%;
	}
	#social{
		float: right;
		width: 34.5%;
		margin:10px 0 0 0;
	}
	#Fact{
		clear:both;
	
	}
	#Fact h1{
		font-size: 1.4em;
		text-decoration:underline;
	}
	#Fact p{
		font-size: 16px;
	}
	#CalAd{
		width: 300px;
		margin: 20px auto;
	}

	#CalAd a:visited{
		display: block;
		color: #891313;
	}

	#CalAd a:hover{
		text-decoration: underline;
		font-weight: bold;
	}
	#CalIcon{
		top: 65px;
		right: 2%;
		position: absolute;
		z-index: 4;
		cursor:pointer;
		outline: none;
	}
	#CalIcon img{
		margin: 2px 10px;
		cursor:pointer;
	}
	#divCalendar{
		display: none;
		position: fixed;
		top: 95px;
		right: 3%;
		padding-bottom: 5px;
		margin-bottom:20px;
		background-color: #fff;
		z-index: 5;
	}
	
	#CalIcon:focus + #divCalendar{
		display : block;
	}
	
	#divCalendar:hover{
		display : block;
	}
	#img_tag{
		float:left; 
		margin: 0 15px 15px 0;
		width: 80%;
		height: auto;
	}
	/*---Home Page---*/
	.HomeBanner {
		position: relative;
		width: auto;
		background: url(../images/banner-home.png) no-repeat;
		background-size: contain;
		height: 0;
		padding-top: 28.75%;
		overflow: auto;
		margin-top: 0;
		font-size: 24px;
		color: #007ec0;
		z-index: 0;
	}
	.HomeColumns770 {
		float: left;
		width: 100%;
		padding: 0 0 20px 0;
	}
	#Footer{
		width: 98%;
	}
	#Other{
		/*float:right;*/
		margin:20px auto; 
		border: 1px solid #891313; 
		width: 98%; 
		padding: 10px;
	}
	#gAd{
		/*float:right;*/
		margin:20px auto; 
		border: 1px solid #891313; 
		width: 98%; 
		padding: 10px;
		height: 200px;
	}

}
@media only screen and (min-width: 780px){

/* Header */
#Header {
	width: 100%;
	max-width: 870px;
	height: 90px;
}

/* Logo */
#Logo {
float: left;
width: 42%;
height: 50px;
margin: 30px 0 0 20px;
display: inline;
}

/* -------- Page Containers -------- */
#Container {
position: relative;
margin: 0 auto;
width: 100%;
max-width: 870px;
}

	#image {
		disply: block;
	}

/* -------- Main Content Area -------- */
.Content {
float: left;
min-height: 500px;
width: 62%;
padding: 0 0 20px 0;
}

.Logo{
	color: #891313; 
	font-size: 32px; 
	font-weight:Bold;
}
.Logoext{
	color:#9E9C9C;
	font-size: 28px; 
	font-weight:Bold;	
}
.Content.Wide {
margin: 0;
width: 538px;
padding: 0 0 20px 0;
}
.Content .Block {
clear: both;
margin-bottom: 10px;
}
.Content .BlockContent {
}
.Content.Home {
margin: 0;
width: 870px;
padding: 0 0 0 0;
}

.BannerRound {
position: relative;
text-align: left;
width: 100%;
height: 150px;
background: url(../images/bg-banner-round.jpg) no-repeat;
margin: 10px 0 30px 0;
font-size: 1.7em;
color: #007ec0;
z-index: 0;
}
/*----------Search Categories------------------*/
	#col1 {
		float:left; 
		width: 33%; 
		min-height: 220px;
	}
	
	#col2{
		float:left; 
		width: 33%; 
		min-height: 220px;
	}
	
	#col3{
		float:right; 
		width: 33%; 
		min-height: 220px;
	}
	
/* -------- Main Menu for Round design -------- */

#Menu {
position: relative;
clear: both;
float: left;
width: 100%;
background-color: #891313;
height: 31px;
display: inline;
z-index: 10;
font-weight: bold;
}
#Menu ul { 
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
#Menu li { 
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
	margin-left: 10px;
}

#Menu a { 
display: block;
height: 24px;
color: #fff;
font-size: 11px;
/*font-weight: bold;*/
text-decoration: none;
padding: 6px 13px 0 13px;
}

#Menu li a:hover { 
text-decoration: underline;
}

	.menu-btn{
		display: none;
	}

/* -------- IE 6 MENU FIX -------- */

* html #Menu li a {
float: left;
}

/*--------- Fact Section ----------------*/

#Fact{
	margin-left: 25px;
	float: left;
	width: 63%;
	min-height: 550px;
}

#Fact h1{
	text-decoration:underline;
}

#Fact p{
	font-size: 16px;
}

/*------------E-mail Signup--------------------*/

.emailsign{
	background-color:#F8FB9F; 
	margin: 8px; 
	text-align:center; 
	font-weight:bold;
}

/*------------Calendar Section ----------------*/
#CalAd{
	float: right;
	width: 33%;
	margin: -30px 0 20px 0;
}

#CalAd a:visited{
	display: block;
	color: #891313;
	
}

#CalAd a:hover{
	text-decoration: underline;
	font-weight: bold;
}

/* -------- Top Right Menu-------- */

#TopRight {
float: right;
width: 45%;
margin-top: 10px;
overflow: hidden;
}

#TopRightPhone {
float: right;
font-size: 1em;
padding: 0 0 0 0;
display: inline;
}

#TopRightLinks {
float: right;
font-size: 11px;
padding: 0 0 0 0;
display: inline;
}
.price {
	font-size: 1em;
	padding: 0px;
	float: right;
	display: inline;
}

/* -------- Top Right Menu-------- */

#TopRightMenu {
margin: 30px 0 0 50px;
}


/* -------- Left & Right Content Area -------- */

	.mainTitle{
		font-size:24px; 
		line-height: 36px; 
		margin-bottom:0px; 
		color: #891313; 
		font-weight: bold;
	}
	
	#title{
		float:left; 
		width: 46%;
	}
	#social{
		float:left; 
		margin:10px 0 0 60px;
	}
.Left {
float: left;
width: 190px;
padding: 0px 0 20px 0;
margin: 0 20px 0 0;
}
.Right {
float: right;
width: 190px;
padding: 20px 0 20px 0;
}
.Left .Block, .Right .Block {
}
.Left .BlockContent, .Right .BlockContent {
padding: 0 20px 0 20px;
}
.SideBox {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.SideBoxTop {
margin: 10px 0 10px 0;
padding: 0;
height: 5px;
font-size: 0;
}
.SideBox form {
margin: 0;
}
.SideBox input {
width: 140px;
margin: 0;
}
.Left ul {
list-style: none;
padding: 0;
margin: 0 0 0 -20px;
}
.Left li {
list-style: none;
padding: 0;
margin: 0;
}
.Left li a {
display: block;
width: 150px;
color: #1e292b;
font-size: 1em;
text-decoration: none;
border-bottom: solid 1px #dddddd;
padding: 2px 0 2px 0;
margin: 0 0 0 20px;
}
.Left li a:hover {
color: #2c84c4;
background-position: -150px 100%;
}
.Left li.Selected {
background: url(../images/arrow-blue.gif) 10px 9px no-repeat;
}
.Left li.Selected a {
background-position: -150px 100%;
}

.Left li.GroupTitle {
width: 160px;
font-weight: bold;
background: #E1E1E1;
padding: 5px 0px 5px 10px;
margin: 5px 0px 5px 0px;
}
.Left li.GroupTitle a {
width: auto;
margin: 0;
padding: 0;
background: transparent;
}

/* -------- Tables -------- */
table.General {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0 0 10px 0;
}
table.General th {
font-size: 0.9em;
text-align: left;
vertical-align: top;
padding: 6px 10px 6px 10px;
border-bottom: 1px dotted #c4c4c4;
}
table.General td {
padding: 6px 10px 6px 10px;
vertical-align: top;
}

/* -------- Miscellaneous Styles -------- */
.FloatRight {
float: right;
}
.FloatLeft {
float: left;
}
.ClearRight {
clear: right;
}
.ClearLeft {
clear: left;
}
.Clear {
clear: both;
}
.Small {
font-size: 0.75em;
}
.ImgFloatLeft {
	float: left;
	padding: 0 20px 10px 0;
}
.ImgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}
img.ScreenGrab {
	border: 1px solid #dbdcdc;
	margin-bottom: 5px;
}

.PullQuote {
font-size: 1.4em;
float: right;
width: 200px;
padding: 10px 0 10px 10px;
margin: 0 0 20px 10px;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
}

/* -------- Home Page -------- */

.HomeBanner {
position: relative;
width: auto;
background: url(../images/banner-home.png) no-repeat;
height: 250px;
margin-top: 0;
font-size: 24px;;
color: #007ec0;
z-index: 0;
}


.HomeSubtext {
font-size: 14px;
text-align: left;
line-height:1.6;
width: 350px;
float:right;
margin-right:30px;
color: #ffffff;
z-index: 0;
}

.HomeColumns {
float: left;
width: 980px;
padding: 0 0 20px 0;
}
.HomeColumns770 {
float: left;
width: 870px;
padding: 0 0 20px 0;
}

.HomeItem {
float: left;
width: 237px;
margin: 5px 0 0 30px;
min-height: 140px;
overflow: hidden;
margin-top: 5px;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}
.HomeItemFirst {
float: left;
width: 237px;
min-height: 140px;
margin: 5px 0 0 0;
overflow: hidden;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}

.HomeItem .HomeImage, .HomeImage {
float:left;
padding: 10px 0 5px 10px;
margin: 0;
width: 85px;
background: url(../images/HomeItemBgTopHlt.gif) top left no-repeat;
}
.HomeItem .HomeDetails, .HomeItemFirst .HomeDetails {
float: left;
width: 135px;
margin: 0;
padding: 15px 7px 10px 0;
background: url(../images/HomeItemBgTopHlt.gif) top right no-repeat;
}
.HomeItem h2, .HomeItemFirst h2 {
font-size: 1.2em;
color: #32393d;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
height: auto;
}
.HomeItem p, .HomeItemFirst p, .HomeDetails p {
font-size: 0.85em;
margin: 0 0 5px 0;
}

/* Round Corner Container Boxes */
/*Gray Box*/
.hdr_box_t_lt {
	background:url(../images/hdr-bdr-t-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_t_rt {
	background:url(../images/hdr-bdr-t-rt.gif) right top no-repeat;
	height:18px;
		margin-left:18px;
}
.hdr_box_m {
	padding:0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	height: 150px;
}
.hdr_box_b_lt {
	background:url(../images/hdr-bdr-b-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_b_rt {
	 background:url(../images/hdr-bdr-b-rt.gif) right top no-repeat; 
	height:18px;
	 margin-left:18px;
}

/*Steps*/
.step_done {
    color: #006600;
	font-weight:bold;
}

.step_active {
    color: #0066FF;
	font-weight: bold;
	font-size: 12px;
}

.step_pending {
    color:#CC0000;
}

.smallBox {
	width:227px; 
	margin-top: 10px;
	margin-right:25px; 
	float:right;
	border:2px solid;
	border-color: #E7E7E7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}




/*----Begin Search Area------*/
#Categories{
	font-size: 24px;
	color: #891313;
	margin: 15px 0 0 35px;
	width: 95%;
	text-align: center;
}

#Categories td{
	width: 250px;
	padding-bottom: 15px;
	vertical-align: top;
}
#Categories a{
	text-decoration: none;
}
#Categories a:hover{
	text-decoration: underline;
}
#bread{
	font-size: 18px;
	margin-left: 15px;
}

#masons{
	margin: 25px 0 0 25px;
	font-size: 16px;
}

#masons tr{
	
}

#masons td{
	width: 225px;
	padding-bottom: 15px;
}

#top{
	position: relative;
	clear: both;
	float: left;
	width:550px; 
	height:31px; 
	z-index: 10;
}
.breadcrumb { 
	margin: 0;
	padding: 0;
	width: 870px;
	float: left;
	list-style: none;
	font-size: 20px;
}
.breadcrumb > li{ 
	display: inline-block;
	*display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#dbResults {
	width: 840px;
	margin: 10px 0 15px 18px;
}

#dbResults td {
	padding: 5px;
	width: 210px;
}
	#img_tag{
		float:left; 
		margin: 0 15px 15px 0;
	}
	#img_tag img {
		width: 221px;
		height: auto;
	}
	
	#CalIcon{
		display: none;
	}
	#Other{
		float:right; 
		margin-bottom:20px; 
		border: 1px solid #891313; 
		width: 93%; 
		padding: 10px;
	}
	#gAd{
		float:right; 
		margin-bottom:20px; 
		border: 1px solid #891313; 
		width: 93%; 
		padding: 10px;
		height: 200px;
	}
	#divCalendar{
		width: 100%;
		float:right; 
		margin-bottom:20px;
	}
	#ContactForm{
		margin-left:150px; 
		line-height:30px;
	}
	textarea{
		width: 500px;
  		min-height: 50px;
  		font-family: Arial, sans-serif;
  		font-size: 13px;
  		color: #444;
  		padding: 5px;
	}
	#SearchDiv{
		width:100%; 
		clear: both; 
		margin-left: 170px;
	}
	#Footer{
		width: 99%;
	}
}