body {
	background: url(../images/green/bg_header_top.jpg) repeat-x #222222;
}
#wrapper {
	width:1013px;
	margin:0 auto;
}
.center {
	text-align:center;
}

/* 
==========
	Header
==========
*/
#headerTop {
	height:46px;
}
#headerTop p {
	text-align:right;
	margin:0;
	padding:10px 40px 0 0;
}
#headerTop a {
	display:block;
	float:right;
	margin-left:20px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
#headerTop a.homeIcon {
	background:url(../images/green/top_icons.png) no-repeat left top;
	height:24px;
	padding-left:26px;
	line-height:24px;
}
#headerTop a.contactIcon {
	background:url(../images/green/top_icons.png) no-repeat left -50px;
	height:24px;
	padding-left:26px;
	line-height:24px;
}
#headerTop a.homeIcon:hover {
	background:url(../images/green/top_icons.png) no-repeat left -25px;
	text-decoration:underline;
}
#headerTop a.contactIcon:hover {
	background:url(../images/green/top_icons.png) no-repeat left -75px;
	text-decoration:underline;
}

#headerImageArea {
	position:relative;
	width:1013px;
	height:200px;
}
#saskatoon {
	width:1013px;
	height:202px;
	margin:0;
	padding:0;
	list-style:none;
}
#saskatoon li {
	display:none;
}
h1#logo {
	margin:0;
	padding:0;
	position:absolute;
	z-index:9999;
}
h1#logo a {
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/green/logo.png) no-repeat;
	width:202px;
	height:202px;
}
/* 
==========
	Menu
==========
*/
#menu {
	background:url(../images/green/bg_nav.jpg) repeat-x;
	height:332px;
	width:159px;
	padding:40px 13px 0 30px;
	float:left;
}
#menu ul {
	margin:0; padding:0;
	list-style:none;
}
#menu li {
	border-bottom:1px dotted #fff;
}
#menu li.last {
	border:none;
}
#menu li a {
	color:#fff;
	display:block;
	background:url(../images/arrows.png) no-repeat 0 center;
	padding:7px 7px 7px 15px;
	text-decoration:none;
	font-size:14px;
}
/* 
========== 
	Content
==========
*/
#contentWrap {
	min-height:525px;
	background-color:#f6f7f6;
}
.groupImage {
	padding-right:10px;
	float:right;
	padding-top:10px;
}
.groupImage img {
	border:1px solid #4a6725;
	padding:1px;
}
/* *********** Content Left *********** */
#contentLeft {
	width:580px;
	padding-left:10px;
	float:left;
	padding-top:15px;
}

#contentLeft h1 {
	color:#4c721d;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px dotted #4c721d;
	padding-bottom:4px;
	margin:0 0 10px 0;
}
#contentLeft h2 {
	color:#4c721d;
	font-size:16px;
}
#contentLeft h3 {
	color:#4c721d;
	font-size:14px;
}
#contentLeft h4 {
	color:#4c721d;
	font-size:12px;
}
#contentLeft h5 {
	color:#4c721d;
}
#contentLeft h6 {
	color:#4c721d;
}
#contentLeft p {
	color:#000;
	font-size:12px;
	line-height:22px;
}
#contentLeft a {
	color:#4c721d;
	text-decoration:underline;
	font-weight:bold;
}
#contentLeft a:hover {
	background-color:#e7f0dc;
}
#contentLeft blockquote {
	background:url(../images/green/bg_blockquote.jpg) no-repeat -118px top #e7f0dc;
	padding:10px 0 0 40px;
}
#contentLeft blockquote p {
	margin:0; padding:0 40px 10px 0;
	line-height:18px;
	background: url(../images/green/bg_blockquote.jpg) no-repeat 412px bottom;
}
#contentLeft ul {
}
#contentLeft ol {
}
#contentLeft li {
	font-size:12px;
	line-height:22px;
}
#contentLeft ul li ul, 
#contentLeft ul li ul li ul,
#contentLeft ol li ol, 
#contentLeft ol li ol li ol {
	margin-top:0; padding-top:0;
}
#contentLeft table {
	border-collapse:collapse;
	margin:10px 0;
}
#contentLeft td {
	font-size:12px;
	padding:3px;
}
#contentLeft th {
	font-size:12px;
	color:#4c721d;
	padding:3px;
}
#contentLeft tr:hover {
	background-color:#e7f0dc;	
}
#contentLeft .noHover tr:hover,
#contentLeft .noHoverContact tr:hover,
#contentLeft .homeTable tr:hover {
	background-color:transparent;
}
#contentLeft thead {
	background-color:#e7f0dc;	
}
#contentLeft table caption {
	color:#4c721d;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:3px solid #4c721d;
}
#contentLeft img,
#contentRight img {
	border:1px solid #4a6725;
	padding:1px;
}
#contentLeft .getReader {
	line-height:16px;
}
#contentLeft .getReader img {
	margin-right:6px;
}
#contentLeft .greenBg {
	background-color:#e7f0dc;	
}
#contentLeft .noMargin {
	margin:0;
}
#contentLeft .noHover td,
#contentLeft .noHoverContact td{
	width:33%;
	overflow:hidden;
}
#contentLeft .noHover td img,
#contentLeft .noHoverContact td img {
	float:left;
	margin-right:5px;
}
#contentLeft .noHover td p,
#contentLeft .noHoverContact td p {
	line-height:16px;
}

#contentLeft .homeTable {
}
#contentLeft .homeTable td {
	overflow:hidden;
	text-align:center;
	font-size:11px;
}
#contentLeft .homeTable td h1 {
	border:none;
	font-size:30px;
	font-weight:normal;
	background-color:#fff;
	padding:1px;
	border:2px solid #4c721d;
}
#contentLeft .homeTable td h1 a {
	font-size:30px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	background-color:#4c721d;
	display:block;
}
#contentLeft .homeTable td h1 a:hover {
}
#contentLeft .homeTable td strong {
	text-decoration:underline;
}
#contentLeft .homeTable td img {
}
.form input, 
.form textarea {
	padding: 5px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
.form textarea {
	height: 90px;
}

.form textarea:focus,
.form input:focus {
	border: 2px solid #4a6725;
}

.form input.submit-button {
	width: 100px;
}

.form label {
	float: left;
	text-align: right;
	margin-right: 15px;
	/* width: 100px; */
	width: 200px;
	padding-top: 5px;
	font-weight:bold;
}
.antispam { display:none;}
#contentLeft .ratesTable {
	border:1px solid #4c721d;
}
#contentLeft .ratesTable th {
	border-bottom:1px solid #4c721d;
	background-color:#e7f0dc;	
	color:#4c721d;
	font-size:14px;
}
#contentLeft .ratesTable tr:hover {
	background-color:#e7f0dc;	
}
.downloadsTable th {
	width:30px;
}
.downloadsTable td a {
	padding-top:3px;
	display:block;
}

iframe {
	border:1px solid #4c721d;
}
.brokerNames {
	font-size:10px;
	text-align:center;
	margin-top:3px;
}

/* *********** Content Right *********** */
#contentRight {
	width:201px;
	float:right;
	border-left:1px dotted #85a85a;
	padding:15px 0 0 9px;
	min-height:600px;
}
#contentRight .search {
	display:none;
}
#contentRight .search input {
	width:160px;
	border:1px solid #858585;
}
#contentRight .search .searchSubmit {
	background:url(../images/green/icon_search.png) no-repeat;
	border:none;
	width:24px;
	height:24px;
}
#contentRight .applyMortgage {
	margin-top:17px;
}
#contentRight .applyMortgage a {
	display:block;
	width:187px;
	height:142px;
	text-decoration:none;
	background:url(../images/green/icon_apply2.jpg) no-repeat left -143px;
	text-indent:-9999px;
	overflow:hidden;
}
#contentRight .applyMortgage a:hover {
	background:url(../images/green/icon_apply2.jpg) no-repeat left top;
}

#contentRight .bestRates {
	margin-top:17px;
}
#contentRight .bestRates a {
	display:block;
	width:187px;
	height:135px;
	text-decoration:none;
	background:url(../images/green/best_rates.jpg) no-repeat left -151px;
	text-indent:-9999px;
	overflow:hidden;
}
#contentRight .bestRates a:hover {
	background:url(../images/green/best_rates.jpg) no-repeat left top;
}

#contentRight .sideLink {
	padding:14px 14px 0 0;
}
#contentRight .sideLink p {
	margin-bottom:7px;
}
#contentRight .sideLink a {
	background:url(../images/green/icon_plus.jpg) no-repeat left center;
	padding:0 0 0 17px;
	font-size:14px;
	color:#4c721d;
	text-decoration:none;
}
#contentRight .sideLink a:hover {
	text-decoration:underline;
}
#contentRight .sideLink p.info {
	padding:0 0 0 26px;
	margin:0;
	line-height:20px;
}

/* 
==========
	Footer
==========
*/
#footer {
	background:url(../images/green/bg_footer.jpg) repeat-x;
	height:46px;
	width:1013px;
}
#footer p {
	margin:0;
	padding:15px 0 0 50px;
	color:#fff;
}