
/*___________________   CRH / General Styles */

* {
	margin:0;
	padding:0;
}

body {
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	font-size: 80%;
	line-height: 1.4em;
	color: #000;
	overflow: visible !important;
}


h1	{
	font-size: 150%;
	padding:0;
}

h2	{
	font-size: 120%;
	margin-bottom: 15px;
}

h3	{
	font-size: 110%;
	color: #000;
	font-weight: bold;
	margin: 5px 0 4px 0;
}

h4	{
	font-size: 100%;
	line-height: 1.em;
	margin-bottom: 4px;
}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}


ul, ol	{
	padding:0;
	position:relative;
}


a  {
	color: #000;
	text-decoration: none;
}

a:hover	{
	color:#600;
	text-decoration: none;
}

address	{
	margin-bottom:5px;
}

/* Links */

a.internalink	{
	background: url(../images/bullet_red.gif) no-repeat left;
	padding-left: 17px;
	display:block;
}

a.highlightlink	{
	background: url(../images/bullet_lime.gif) no-repeat left;
	padding-left: 17px;
	display:block;
}
p.printthis	{
	background: url(../images/icon_print.gif) no-repeat left 2px;
	padding-left: 20px;
	display:block;
}

/* Contentwrappers */

#pagewrapper	{
	width: 718px;
	margin: 0 auto;
	padding-bottom: 50px;
	backgroun: #FFF;
	overflow: visible !important;
}
#headwrapper	{
	width: 718px;
	background: none;
	height: 3em;
	overflow: visible !important;
}

#headwrapper h1.hidden	{
	display:block;
	text-indent:0;
}
.rightwrapper,
.leftwrapper .section1 p,
.leftwrapper .section1 p a,
.leftwrapper .internalink,
#headwrapper ul.utilities li a,
#headwrapper ul.main,
#pagefooter	{
	display:none;
}
#headwrapper ul.utilities li	{
	display:none;
}
#headwrapper ul.utilities li#tel	{
	display:block;
	color:#000;
	font-size:130%;
	/*position:absolute;
	top:0;
	right: 4em;*/
}
#maincontent	{
	overflow: visible !important;
}

.leftwrapper	{
	width: 100%;
	padding-right: 0;
	overflow: visible !important;
	float:none !important;
}

/* Footer */

ul.footlinks, ul.locations	{
	list-style-type: none;
	clear:both;
	text-align:center;
	margin-left: 75px;
}
ul.locations	{
	margin-bottom:20px;
}

ul.footlinks li, ul.locations li	{
	display:inline;
}

ul.locations li 	{
	font-weight: bold;
	margin-right: 10px;
}
ul.footlinks li a {
	color:#000;
	text-decoration: none;
	display:block;
	float: none !important;
	margin-right: 10px;
}

ul.footlinks li a:hover {
	color:#666;
	text-decoration: undrline;
}
	
/* General Classes	*/

.hidden	{
	text-indent: -7000px;
}

.tel	{
	padding-left: 20px;
}

/* Headings */

.maintitle	{
	font-size: 150%;
	margin-bottom: 12px;
	background: url(../images/bullet_maintitle.gif) no-repeat left;
	display:block;
	padding-left:20px;
	color:#600;
}

.midtitle	{
	font-size: 120%;
	margin-bottom: 6px;
}

.section1	{
	clear:both;
	background: url(../images/bg_section1.jpg) no-repeat bottom;
	padding: 0 10px 30px 10px;
	overflow: visible !important;
	width: 390px;
}

.section2	{
	background: url(../images/bg_menufooter.jpg) no-repeat bottom;	
	padding: 0 10px 40px 15px;
	overflow: visible !important;
}


.left	{
	float:none;
}
.right	{
	float:none;
}
.leftbar, .rightbar {
	float:none;
	width: 180px;
}

.leftbar	{
	margin-right: 10px;
}


.imgholder	{
	margin: 20px 20px;
}

.imgholder img	{
	clear:both;
	display:block;
	margin: 15px 0;
}

.imgleft	{
	float: none !important;
	margin: 10px 10px 10px 0;
}

.imgright	{
	float: none !important;
	margin: 10px 0 10px 10px;
}

/* Form Styles */

fieldset	{
	padding: 5px 10px 20px 20px;
	margin: 5px 0 20px 0;
}

legend	{
	padding: 2px 5px;
}
form p	{
	margin-top: 10px;
}
.formlabel	{
	clear: both;
	display: block;
	foat:left;
	padding: 5px 0;
}

.component	{
	clear:both;
	margin-bottom: 10px;
}
