@charset "utf-8";

/*******************************************************/
/***              RESET AND UTILITY                  ***/

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {		
	margin-top: 0; 
	padding: 0;	
}
	/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

a img { border: none; }

.right { 
	float: right;
}
.left {
	float: left;
}
.clear { 
	clear: both;

}

/*******************************************************/
/***                  STRUCTURE                      ***/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #77C9FF;
}

#body {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#header {
	height: 150px;
	background-color: #FFFF33;
	background-image: url(../../images/layout/colour-bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
#wade-carrie-phone {
	margin: 0px;
	padding: 0px;
	float: left;
}

#content {
	background-image: url(../../images/layout/page-back-side-gradient.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F36;
}
#nav-main {
	background: #FF3;
}

#info {
	width: 705px;
	float: left;
	padding: 20px 35px 10px 20px;
}
#footer {
	position: relative;
	background-image: url(../../images/layout/colour-bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	text-align: center;
	background-color: #FF3;
	padding-bottom: 8px;
}

/*******************************************************/
/***                  TYPOGRAPHY                     ***/

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #33F;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

p {	font-size: .8em; }

#info a:link, #info a:visited {
	color: #33F;
	text-decoration: underline;
}
#info a:hover {
	color: #F60;
}

/*******************************************************/
/***                    FOOTER                       ***/
#footer span {
	font-size: 14px;
}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}

/*******************************************************/
/***                    CLAYROSE                     ***/
#clayrose {
	padding-top: 10px;
	color: black;
	text-align: center;
}
#clayrose a {
	color: black;
	text-decoration: none;
}
#clayrose a:hover {
	text-decoration: underline;
}
