@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F7EAD3;
	font-size: 12px;
	color: #A59C89;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-top: 10px;
}

img, img:link, img:hover, img:visited {
	border: none;
}

.clear {
	clear: both;
}

.clearSitemap {
	clear: both;
	padding-bottom: 10px;
}

ul {
	margin-left: 15px;
}


#header {
	margin: 0 auto;
	width: 950px;
	padding: 8px 0 35px 0;
}

#header a {
	text-decoration: none;
	color: #4B3748;
}

#header span {
	background: transparent url('images/canMapleLeaf.gif') no-repeat 0 -3.5px;
	height: 50px;
	text-transform: uppercase;
	font-size: 8.5px;
	letter-spacing: 2px;
	float: right;
	margin-top: 10px;
	padding-left: 20px;	
}

/* --- CONTENT CONTAINER --- */

#wrapper {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
}

/* --- MENU --- */

#nav {
	font-size: 13px;
	letter-spacing: 2px;
}

#nav, #nav ul {
    list-style: none;
	float: right;
}

#nav a {
	display: inline;
	color: #A79E8A;
}

#nav a:hover {
	color: #4B3728;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 5px 10px 5px 20px;
	text-transform: uppercase;
	background: transparent url('images/menuSliver.gif') no-repeat 0 -3px;
}

#nav li ul {
	display: block;
	position: absolute;
	width: 230px;
	left: -999em;
	background-color: #F7EAD3;
	padding: 10px;
	margin-left: -10px;
}

#nav li li {
    text-transform: none;
	padding: 5px 0 5px 0;
	background: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li.firstMenuItem {
	background: none;
	font-weight: bold;
}

#nav li.firstMenuItem a {
	color: #B99963;
}

#nav li.firstMenuItem a:hover {
	color: #4B3728;
}

#nav li.lastMenuItem {
	padding: 5px 0 5px 20px;
}

/* --- FOOTER --- */

#footer {
	background: #fff url('images/footerBtm.gif') repeat-x bottom left;
	height: 60px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 25px;
}

#footer ul {
	list-style: none;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* --- FOOTER -Top & Bottom footer area--- */

.top, .bottom {
	margin-left: 15px;
}

.top li, .bottom li {
	float: left;
	padding-right: 20px;
}


/* --- FOOTER - Top footer area--- */

.top {
	padding-top: 6px;
}

.top a {
	display: inline;
	color: #A79E8A;
}

.top a:hover {
	color: #A79E8A;
}


/* --- FOOTER - Bottom footer area--- */

.bottom {
	padding-top: 17px;
}

.bottom a {
	display: inline;
	color: #FFF;
}

/* --- UNDER FOOTER --- */

#underFooterContent {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 11px;
}

#underFooterContent .links {
	color: #A79E8A;
	text-align: center;
}

#underFooterContent a {
	color: #A79E8A;
	text-decoration: none;
}

#underFooterContent a:hover {
	color: #4B3728;
	text-decoration: none;
}

/* --- TEXT FORMATTING --- */

.colourHead {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 30px 0 15px 0;
}

/* ---TEXT FORMATTING - Message --- */

.message {
	font-style: italic;
}

.chipTitle {
	font-size: 10px;
	font-weight: bold;
}



