
@charset "utf-8";



#container { 
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
} 
#header { 
	padding: 0;
	position: relative;
	background-image:url(/custom/themes/default/images/top-tile.jpg);
	height: 119px;
} 

#tagline{
	position: absolute;
	top: 80px;
	left: 249px;
	width: 536px;
	height: 25px
	}
#nav{
	position: absolute;
	top: 40px;
	left: 249px;
	width: 536px;
	height: 45px;
}


#tagline h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color:#000066;
	font-weight: normal;
	font-style:italic;
	}
	
	
.menu_category {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ad030a;
}

#phone{
	position: absolute;
	top: 37px;
	left: 725px;
	width: 200px;
	text-align:right;
}
#search {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 400px;
	color: #ffffff;
	font-weight:bold;
}
#quicklinks{
	position: absolute;
	top: 45px;
	left: 260px;
	width: 400px;
	z-index: 5;
}
	
#featurewrap{
	width: 535px;
	}	

#topright{
	position: absolute;
	top: 0px;
	left: 930px;
	height: 85px;
	width: 20px;
	background-image:url(/custom/themes/default/images/toprightcorner.jpg);
}	

#hometable{
	float: left;
	width: 665px;
	position: relative;
	}
#hometable h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color:#000066;
	font-weight: normal;
	margin: 0 0 0 5px;
	}	
	
#sidebar1 {
	float: left; 
	width: 235px;
	margin: 0 0 0 5px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#mainContent {
	margin-left: 250px;
	padding: 2px 0 0 0;
	width: 675px;
	background-color:#FFFFFF;
} 

#title1{
	border-bottom: 5px solid #159dd3;
	width: 525px;
}

#title1 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	color:#159dd3;
}

#title2{
	border-bottom: 5px solid #d44247;
	width: 525px;
}

#title2 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	color:#d44247;
}
#title3 H3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color:#d44247;
}

#gborder{
	border-left: 2px solid #e2e4e5;
	padding: 3px 2px 0 4px;
	}
.padleft{
	padding: 3px 0 3px 5px;
	}

#footerwrap { 
	position: relative;
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
	}
	
#footer { 
	background-image: url(/custom/themes/default/images/footer.gif);
	background-color: #636d73;
	height: 51px;
	width: 950px;
} 

#footaddress{
	position: absolute;
	top: 26px;
	left: 270px;
	color: #ffffff;
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
