 

/* General styles that apply globally to all pages */

/* remember to apply this style to the head section of all pages:

[if IE]>
<style type="text/css">
body { zoom: 1; }

</style>
<![endif] 

*/

* { 
	padding: 0; 
}

html {border: 0; margin: 0;}

body {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: small; 					/* Technique I'm going for here is the keywords + percentages combo as described by Dan Cederholm. */
	line-height: 125%;
	font-weight: normal;
	color: #747474;
	background-color: #FFFFFF;
	background-image: url(images/bg2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

h1, h2, h3 {font-size: 75%;} 			/* The reason I've used 75% here is because I want to use an image replacement technique that works */
										/* with CSS disabled, but that also allows for an increase in browser text sizing up to maximum.  */
										/* By using 75%, This should ensure that the text font NEVER peeks out from behind the image replacement! */
										/* Remember to delete headings if actual browser text is intended for use. */

.emphasis {								/* Use this class to provide uniform emphasis to any body text throughout the site.  Remember to populate values! */ 
	font-size: ;
	font-weight: bold;
	color: #0099ff;
}

/* wrappers, containers, self clearing code */

#wrapper {
	padding: 10px;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto; 					/* I've included the overflow rule to ensure that the container and therefore the background colour expands */
}										/* to fill all elements within it.  To make this work, the container needs to have a specified width. */
										/* The danger then exists that should any content within the container exceed the width of the container */
										/* then scrollbars could appear.  Frankly I think other problems would be more serious in that event! */

#banner {
	padding: 10px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: auto;
}
#bannerimage {
	float: right;
	padding-right: 140px;
	padding-top: 35px;
	margin: 0 0 30px 0;
}
#main {
	width: 960px;
	padding: 10px;
}
#testimonial_container {
	width: 960px;
	padding: 10px;
	margin-top: 20px;
	clear: both;
}
	
#mainleft {
	padding: 0;
	width: 470px;
	float: left;
	margin-right: 10px;
}
#mainright {
	width: 460px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.serviceslist {												/* This style has been added to counteract the padding 0 rule applied globally at the top of the style sheet */
	margin-left: 20px;									/* which is making the <ul> in firefox disappear off the left hand side of the page. */
	list-style-type: none;
}

.serviceslist li {
	background-image: url(images/blue_bullet.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;	
	height: 366px;
	text-indent: -9999px;
}
#footer ul {
}
#footer ul li {
}
#copyright {
	width: 960px;
	margin: 0 auto 0 auto;
	font-size: 90%;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 20px;
}
#copyl {
	float: left;
}
#copyr {
	float: right;
}
#copyr a {
	text-decoration: none;
	color: #0099ff;
}

/* h1 image replacements */

.header { 											/* This class is used to set the height for the 'viewable window'.  If the size of the heading images */
	height: 143px;									/* are different throughout the h1-6 range, then additional classes will be necessary. */
	float: left;									/* This float rule is required to allow a nav bar to sit on the right hand side at the same level. */
	overflow: hidden;	
		
}
#logo {												/* replace this id name with the name of the heading */
	background-image: url(images/logo_final.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 143px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}

/* h2 image replacements */.

.address { 											
	height: 143px;																
	float: right;					
	overflow: hidden;				
}
#address_block {												/* replace this id name with the name of the heading */
	background-image: url(images/address_block.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 143px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
	text-indent: -9999px;
}

/* h3 image replacements left side*/

.subhead { 											
	height: 37px;																
	overflow: hidden;
}
#welcome {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/welcome.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#testimonial {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/testimonial.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#dr_rob {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/dr_rob.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#contact {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#findme {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/find_me.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#followme {												/* replace this id name with the name of the heading */
	background-image: url(images/Headings/follow_me.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 37px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
.bannerheader {
	width: 580px;
	float: left;
	height: 272px;
	overflow: hidden;
	margin-top: 15px;
}
#banner_text_block {												/* replace this id name with the name of the heading */
	background-image: url(images/banner_text_block.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 272px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#action {
	clear: both;
	width: 980px;
	background-image: url(images/grey_container.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#actionleft {
	width: 305px;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
#actioncenter {
	width: 305px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#actionright {
	width: 250px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 50px;
}
#actionright img {
	margin-top: 30px;
}
#actionright a {
	border: none;
	text-decoration: none;
}
#actionright p {
	font-size: 130%;
	color: #979797;
	line-height: 125%;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}
label {
	text-align: right;
	clear: left;
	float: left;
	width: 5em;
	margin-right: 5px;
	position: relative;
	color: #0099ff;
}
fieldset ol {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	position: relative;
}
#map_canvas {
	width: 305px;
	height: 257px;
	margin-top: 15px;
}

