/**** REMOVES DEFAULT BROWSER STYLES ****/

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{

margin: 0;
padding: 0;
font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica;
}

/* Removes list-styles from lists  */

ol, ul{
list-style: 
none; 
}

/* Normalizes font-style and font-weight to normal  */

address, caption, cite, code, dfn, em,  th, var{
font-style: normal;
font-weight: normal; 
}

/* Removes  border from fieldset and img */

fieldset, img{
border : 0; 
}

/* Left-aligns text in caption and th */

caption, th{ 
text-align: left;
}

/* Removes  quotation marks from q  */

q:before, q:after{
content: '' ; 
}

*{
padding: 0;
margin: 0 0 0 0;
}	

/* MAIN PAGE STYLES START HERE */

body {
	text-align : left;
	background-image: url(../pagepix/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 18px;
}

p{
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

h1 {
padding-top: 14px;
}

h2 {
font-weight: normal;
}

/* container */

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

/* header */

#header{
height: 131px;
width: 950px;
}

/* column wrapper */

#col-wrapper {
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
	background-image: url(../pagepix/dotted-v.gif);
	background-repeat: repeat-y;
	background-position: 765px;
	float: left;
}

/* left column */

#left-col {
	width: 740px;
	height: 1%;
	float: left;
	padding-left: 18px;
}

#left-col img{

}

/* home page */

#block-wrapper{

}

#home-block{
	width: 950px;
}

#blurb{
	height: 240px;
	width: 468px;
	float: left;
	background-image: url(../pagepix/blurb.gif);
	background-repeat: no-repeat;
	background-position: left 27px;
}

#family-pic{
	background-image: url(../pagepix/family.jpg);
	background-repeat: no-repeat;
	height: 272px;
	width: 482px;
	float: right;
	background-position: right top;
}

/* right column */


#right-col {
	height: 1%;
	width: 180px;
	float: right;
	padding-bottom: 70px;
	padding-top: 15px;
}

#right-col img{
	padding-bottom: 12px;
	padding-top: 15px;
	margin-left: 7px;
}

#left-col #welcome{
	margin-bottom: 8px;
	margin-top: -45px;
	background-image: url(../pagepix/bruce-muir2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 26px;
	height: 194px;
	float: left;
	margin-left: 2px;
	width: 730px;
}

#left-col #welcome h1{
	font-size: 37px;
	font-weight: normal;
	line-height: 39px;
	float: left;
	padding-left: 120px;
	margin-top: 45px;	
}

#left-col #welcome img{
	margin-left: -4px;
	margin-right: 10px;
	float: left;
}

#left-col h1{
	color: #0D4276;
	font-weight: normal;
	font-size: 32px;
	padding-top: 6px;
	padding-bottom: 12px;
}

#left-col p{
	padding-top: 2px;
	padding-bottom: 12px;
	margin-right: 20px;
	line-height: 20px;
	padding-left: 4px;
}

#left-col h2{
	padding-top: 10px;
	padding-bottom: 2px;
	color: #7D3675;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
	background-image: url(../pagepix/heading-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 16px;
	margin-right: 25px;
}


#left-col h3{
	color: #0D4276;
	font-weight: normal;
	font-size: 27px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#left-col ul {
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 12px;
list-style-type: square;
}

#left-col li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	font-size: 14px;
	color: #000000;
	list-style-type: none;
	background-image: url(../pagepix/bullet.gif);
	background-position: left 13px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

#footer {
	width: 950px;
	height: 40px;
	margin-top: 14px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-image: url(../pagepix/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer a{
color: #666666;
}

#footer p{
color: #666666;
text-align: center;
font-size: 12px;
padding-top: 12px;
padding-bottom: 4px;
}

A:link	{
text-decoration:underline;
font-weight: normal;
color: #003399;
}

A:visited	{
text-decoration:underline;
font-weight: normal;
color: #800080;
}

A:hover	{
text-decoration:underline;
font-weight: normal;
color: #000000;
}

A:active	{
text-decoration:underline;
color: #003A8A;
}



/* contact and other forms */

.land-drop{
	width: 195px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit{
	margin-top: 4px;
}

fieldset
{
	border: 1px solid #D3C1D3;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 12px;
	width: 397px;
}

fieldset p
{
	color: #333333;
	font-weight: normal;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

legend
{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	width: 550px;
	margin-top: 10px;
}

#contact-form p{
	padding-top: 2px;
	padding-bottom: 2px;	
}

/* sections on forms */

.section{
	width: 400px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.float-right{
float: right;
padding: 6px;
margin-bottom: 12px;
margin-left: 12px;
margin-top: 4px;
}

.submit-button{
	margin-left: 140px;
}

/*- MAIN NAVIGAION */

/* top navigation bar */

#navlist3{
}

#top-navbox ul {
	color: #FFFFFF;
	width: 950px;
	float: left;
	height: 41px;
}

#top-navbox ul li {
	display:inline;
	margin:0;
	padding:0;
	height:28px;
}

#top-navbox ul li a {
	color:#FCF3E7;      /* POSSIBLE CHANGE COLOUR */
	text-decoration:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
	background-image: url(../pagepix/topnav-divider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#top-navbox ul li a:hover {
	background-image: url(../pagepix/topnavbg2.gif);
	background-position: right;
	background-repeat: no-repeat;
}


.intro{
	color: #000000;
	font-weight: bold;
}

/* spacve above page content on all pages except home */

#otherspacer{
	height: 20px;
	width: 940px;
	float: left;
}

.testimonial{
	float: left;
	width: 710px;
	padding-bottom: 6px;
	padding-top: 10px;
	background-image: url(../pagepix/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 12px;
}

#left-col .testimonial p{
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 0px;
}

#left-col .testimonial img{
	margin-top: -6px;
	margin-bottom: 0px;
}

.float-left{
	float: left;
	margin-right: 10px;
}

.float-right{
	float: right;
	margin-left: 10px;
}

.bignumber{
	font-size: 22px;
	font-weight: bold;
}

#discount{
	margin-left: -2px;
}

