body, h1, h2, h3, h4, ul, li, p, a {
padding:0;
margin:0;
}
a img {
	border:none;
}
body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#container {
	position:relative;
	width:840px;
	height:auto;
	overflow:visible;
	margin:0 auto 0 auto;
	text-align:left;
}
h1 {
	background-image:url(images/mainheader.gif);
	width:840px;
	height:147px;
	text-indent:-5000px;
}
h2 {
	position:relative;
	top:0px;
	left:0px;
	height:2em;
	width:470px;
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	color:#888888;
	border-bottom:1px solid #888888;
	margin:0 0 30px 0;
	font-family:"Bradley Hand ITC", "Comic Sans MS", sans-serif;
	font-size:2em;
	padding:1em 0 0 0;
}
h2.wide {
	width:650px;
	}
h3 {
	color:#f68f1e;
	font-size:1.4em;
	margin-bottom:5px;
	}
h4 {
	color:black;
	font-size:1.2em;
	}
ul#accessNav {
	text-align:right;
	width:840px;
	margin:5px auto 5px auto;
	}
ul#accessNav li {
	list-style:none;
	display:inline;
	}
ul#accessNav li a {
	text-decoration:none;
	color:#999999;
	}
ul#accessNav li a:hover {
	text-decoration:underline;
	color:#999999;
	}
/* Top Nav */

#topNav {
	position:absolute;
	top:127px;
	right:20px;
	z-index:100;
}

#topNav a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#FFFFFF;
	padding:0 5px 0 5px;
	border-left:1px solid white;
	line-height:1.2em;
	font-weight:bold;
	font-size:1.2em;
}
#topNav a.first {
	border:none;

}
#topNav a:hover.first {
	border:none;

}
#topNav li {
	float: left;
	width: auto;
	list-style: none;
	position:relative;
}

#topNav li ul {
	position: absolute;
	width: 120px;
	left: -999em;
	background-color:#939598;
	padding:5px;
}
#topNav li li {
	float:none;
	display:block;
	width:100%;
}
#topNav li li a {
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	border:none;
	line-height:1em;
	font-weight:bold;
	padding:5px 0 5px 0;
}
#topNav li li a:hover {
	display:block;
	width:100%;
	text-align:center;
	border:none;
	line-height:1em;
	font-weight:bold;
	padding:5px 0 5px 0;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
}
#topNav li:hover a, #topNav li.sfhover a {
	color:#f68f1e;
}
#topNav li:hover li a, #topNav li.sfhover li a {
	color:white;
}
#topNav li:hover li a:hover, #topNav li.sfhover li a:hover {
	color:#f68f1e;
}
/* End of Top Nav */
.clear {
	clear:both;
	}
#leftCol {
	width:470px;
	float:left;
	overflow:visible;
	height:auto;
	padding:0 0 0 0;
	position:relative;
}
#leftCol.wide {
	width:650px;
}
#leftNav {
	height: auto;
	width: 160px;
	overflow: visible;
	float:left;
}
#mainContent {
	width:290px;
	overflow:visible;
	height:auto;
	float:right;
}
#mainContent.wide {
	width:470px;
}
#mainContent.tools {
	height:600px;
}
#mainContent p {
	margin:0 0 10px 0;
}
#mainContent p.warningBox {
	padding:5px;
	border:1px solid black;
}
#mainContent p.contact {
	color:#f68f1e;
	text-align:center;
	font-size: 1.2em;
}
#mainContent a {
	color:#f68f1e;
}
#mainContent a:hover {
	color:#f68f1e;
}
#mainContent .strongLeft {
	display:block;
	padding:5px 0 5px 0;
	}
#mainContent .strongRight {
	display:block;
	text-align:right;
	padding:5px 0 5px 0;
	}
#mainContent .strongHighlight {
	color:#f68f1e;
	}
#mainContent .highlight {
	color:#f68f1e;
}
#mainContent ul {
	margin:15px 0 15px 15px;
}
#mainContent ul li {
	margin:0 0 10px 0;
	}
#mainContent ol {
	margin:15px 0 15px 15px;
}
#mainContent ol li {
	margin:0 0 10px 0;
	}
#mainContent ul.linkList {
	margin:15px 0 15px 0;
}
#mainContent ul.linkList li {
	list-style:none;
}
#mainContent blockquote {
	font-style:italic;
}
#mainContent p.source {
	font-style:normal;
	font-weight:bold;
}
#mainContent #whoWeAre blockquote {
	font-style:italic;
	color:#666666;
	font-size:1.6em;
	clear:both;
	padding:30px 0 10px 0;
	margin:0;
}
#mainContent #whoWeAre p {
	margin:0 10px 0 10px;
}
#mainContent #whoWeAre p.right {
	text-align:right;
}
#mainContent #whoWeAre p.source {
	font-style:normal;
	font-weight:bold;
	color:#f68f1e;
}
#mainContent #whoWeAre img.left {
	float:left;
	margin:0 10px 0 0;
	}
#mainContent #whoWeAre img.right {
	float:right;
	margin:0 0 0 10px;
	}
#mainContent #whoWeAre img {
	position:relative;
	top:-30px;
	}
#mainContent table {
	width:100%;
	border:1px solid black;
	margin:10px 0 10px 0;
	}
#mainContent table th {
	background-color:#f68f1e;
	color:#FFFFFF;
	text-align:center;
	font-size:1.4em;
	}
#mainContent table ul {
	margin:0 0 0 15px;
	}
#midCol {
	width:165px;
	height:45em;
	overflow:visible;
	float:left;
	margin:40px 0 0 15px;
	position:relative;
	text-align: center;
}
#midCol img {
	margin:0 auto 0 auto;
	display:block;
	}
	
/* #midColImages {
	height:28.5em;
	overflow:visible;
	float:left;
	margin:0;
} */
#midCol ul {
	width:165px;
	background-color:#e7e7e8;
	padding:5px 0 5px 0;
	position:absolute;
	padding:5px 0 5px 0;
	top:27em;
	left:0;
	text-align: left;
}
#midCol ul li {
	list-style:none;
	padding:0 0 0 20px;
	background-image:url(images/orangebullet.gif);
	background-position:5px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
}
#midCol #midColEnquire {
	display:block;
	position:absolute;
	top:37.5em;
	left:0;
	}
#rightCol {
	width:160px;
	height:auto;
	overflow:visible;
	float:right;
	margin: 5px 0 0 0;
}
#rightCol h3 {
	background-color:#636466;
	width:152px;
	font-size:1.2em;
	color:white;
	padding:10px 4px 20px 4px;
	font-weight:bold;
	margin:16px 0 0 0;
}
#rightCol h3 a {
	color:white;
	text-decoration:none;
	}
#rightCol h3 a:hover {
	color:white;
	text-decoration:underline;
	}
#rightCol ul {
	width:160px;
	background-color:#f68f1e;
	background-image:url(images/mainNavBGshiv.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin:0 0 20px 0;
}
#rightCol ul li {
	width:160px;
	list-style:none;
	padding:0;
	border-bottom:1px solid white;
	position:relative;
	top:2px;
	
}
#rightCol ul a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	line-height:1em;
	padding:8px 5px 8px 35px ;
	font-weight:bold;
}
#rightCol ul a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:1em;
	line-height:1em;
	padding:8px 5px 8px 35px ;
	font-weight:bold;
}


#rightCol ul#application {
	width:160px;
	background-color:#9bcd6d;
	background-image:url(images/appNavBGshiv.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#rightCol ul#application li {
	width:160px;
	list-style:none;
	padding:0;
}
#rightCol ul#application li.info {
	background-color:#7ac142;
	background-image: url(images/appNavBGshivdark.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#rightCol ul#application a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	line-height:1em;
	padding:8px 5px 8px 35px ;
	font-weight:bold;
}
#rightCol ul#application a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:1em;
	line-height:1em;
	padding:8px 5px 8px 35px;
	font-weight:bold;
}
#rightCol .tick {
	background-image:url(images/mainNavBG.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}
#rightCol #application .tick {
	background-image:url(images/mainNavBG3.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}
#footer {
	clear:both;
	width:100%;
	text-align:center;
	padding:80px 0 0 0;
	height:auto;
	overflow:visible;
}
#footer p {
	margin:0 0 10px 0;
	font-size:0.9em;
}
#footer p strong {
	margin:0 0 10px 0;
	font-size:1.2em;
}
#footer a {
	color:black;
}
#footer a:hover {
	color:black;
}
#footer li {
	list-style:none;
	display:inline;
	color:#9a9b9e;
}
#footer ul {
	border-bottom:1px solid black;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-weight:bold;
}

#footer li a {
	text-decoration:none;
	color:#9a9b9e;
	padding:0 10px 0 10px;
}
#footer li a:hover {
	text-decoration:underline;
	color:#9a9b9e;
	padding:0 10px 0 10px;
}
#footer li.first {
	border:none;
}

/* Page specific CSS */
#firstTimeBuyer h2 {
	background-image:url(images/firsttimebuyer.gif);
}

#welcome h2 {
	background-image:url(images/welcome.gif);
}

/* iframe stuff */

iframe {
	position:absolute;
	top:91px;
	left:0px;
	width:650px;
	height:600px;
	}
