/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color:#fff;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:140%;
	color:black;
}

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

a:hover {
	text-decoration:underline;
}

a.more {
        color: #336633; font-size: 16px; font-weight: bold; text-decoration: none;
}
a.more:hover {
        color: #336633; font-size: 16px; font-weight: bold; text-decoration: underline;
}


img.spacer {
        margin: 0px 20px 0px 20px;
}

p {
	padding-bottom:20px;
}

#container {
	margin:0 auto;
	background:#efece2 url('images/container_bg.jpg') no-repeat scroll 0 100%;
	width:1000px;
	position:relative;
	padding-top:41px;
	padding-bottom:329px;
}


#nav {
	height:54px;
	width:100%;
	background-color:white;
}

#nav li {
	padding:0px 14px;
	line-height:55px;
	float:right;
	font-size:18px;
	cursor:pointer;
}

#nav li a {
	color:#ffba00;
	text-transform:uppercase;
	display:block
	font-family:Arial, Helvetica, sans-serif;
}

#nav li a:hover {
	color:black;
	text-decoration:none;
}

#logo {
	width:171px;
	height:101px;
	position:absolute;
	left:61px;
	top:54px;
	z-index:10;
	background:transparent url('images/logo2.png') no-repeat scroll 0 0;
}

#logo a {
	width:171px;
	height:101px;
	display:block;

}

#innerContent {
	width:920px;
	padding:0px 40px 20px 40px;
	margin-top: 10px;
}

#rotateImage {
	width:400px;
	height:150px;
	overflow:hidden;
	border:1px solid #666666;
	float:right;
}


#innerContent h2 {
	font-size:18px;
	font-weight:bold;
	margin:20px 0px;
}

.greenParts {
	width:190px;
	height:150px;
	background:transparent url("images/greenpartsTop.jpg") no-repeat scroll 0 0;
	position:absolute;
	top:100px;
	left:303px;
}

.greenParts a {
	margin-top:26px;
	display:block;
	width:190px;
	height:94px;
}

#footer {
  position:absolute;
  bottom:0px;
  width:1000px;
  height:169px;
}

#greenPartsBottom {
	float:right;
	margin-right:23px;
	display:block;
	width:294px;
	height:169px;
}

#ontarioBottom {
	float:right;
	margin-right:94px;
	width:171px;
	height:169px;
}
#ontarioBottom a {
	display:block;
	margin-top:42px;
	width:171px;
	height:127px;
}

#ucdaBottom {
	width:152px;
	height:169px;
	margin-right:79px;
	float:right;
}

#ucdaBottom a {
	display:block;
	margin-top:75px;
	width:152px;
	height:46px;
}

