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,
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-weight: normal;
	font-style:normal;
	font-size: 100%;
	font-family:inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: arial;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration:none;
}

h1, h2, h3 {
	font-weight:bold;
}


/* 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;
}

html, body {
	background:#f89624;
}

#middle .inner a {
	color:#006ea9;
	border-bottom:1px dotted #006ea9;
}

#wrapper {
	width:100%;

}

.inner {
	width:960px;
	margin:0px auto;
	position:relative;
}

#header {
	background:#0082c8;
	position:relative;
	width:100%;
}

#header h1 a {
	width:279px;
	display:block;
	height:0;
	padding-top:45px;
	overflow:hidden;
	background:url('header.gif') no-repeat;
	font-size:1px;
	position:relative;
	top:44px;
	border:none;
}

#header .inner {
	background:#0082c8;
	height:150px;
	position:relative;
}

#middle {
	background:#fff;
}

#middle .inner {
	min-height:300px;
	height:auto !important;
	height:300px;
	background:#fff;
	padding:20px 0;
	line-height:1.2em;
}

#middle .inner h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:24px;
	margin:12px 0;
}

#middle .inner h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;
	margin:10px 0;
}

#middle p {
	margin-bottom:12px;
}


#footer .inner {
	min-height:275px;
	height:auto !important;
	height:275px;
	background:url('footer.gif') no-repeat left 17px;
	padding-top:17px;
	padding-bottom:17px;
}

#copy {
	position:relative;
	display:block;
}

#copy {
	font-size:14px;
	padding-top:22px;
	text-align:center;
}

#copy a {
	color:#222;
	border-bottom:1px dotted #222;
}

#livehelp img {
	display:none;
}

/* Login box */

#header .inner #loginbox {
	position:absolute;
	top:60px;
	right:0;
	width:500px;
	text-align:right;
}

#header .inner #loginbox label {
	width:70px;
	display:inline-block;
	text-align:left;
}

.row {
	margin:0 0 12px 0;
}

.login .row {
	margin:2px 0;
}

.right {
	float:right;
}

.remember {
	font-size:12px;
	color:#333;
	line-height:24px;
	text-align:right;
}

.forgotten a {
	color:#ddd;
	font-size:12px;
}

#loginbox input {
	font-size:16px;
}



.remember label {
	width:120px;
	font-size:12px;
	text-align:left;
}

#message {
	position:absolute;
	width:400px;
	top:-58px;
	left:70px;
}

#message .message_error {
	padding:7px 12px;
	font-size:16px;
	padding-bottom:14px;
	background:#ffffdd url('../images/error2.gif') left bottom no-repeat;
	text-align:left;
}

div.message_error{
	padding:0;
	margin: 10px 0 15px 0;

}

div.message_info {
	padding:0;
}

div.message_info ul{
	background: #c9e0f2;
	border: 1px solid #096bb3;
	padding: 8px;
	min-height:16px;
	line-height:16px;
	color:#333;
}

/* Navigation */
#navigation {
	height:28px;
	position:absolute;
	bottom:0;
	right:0px;
	width:940px;
}

#navigation ul {
	height:28px;

}

#navigation ul li {
	float:left;
	height:28px;
	line-height:28px;
	display:block;
	margin-left:12px;

}

#navigation ul li a {
	padding:0 10px;
	display:block;
	font-size:16px;
	color:#fff;
	letter-spacing:0.02em;
	border:none;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul li.selected {
	background:url('corners.gif') no-repeat #fff -2px top;
}

#navigation ul li.selected a {
	color:#001131;
	background:url('corner_right.gif') no-repeat right top;
}

/* Request a call back */
#callback {
	padding:17px;
	width:339px;
	float:left;
	display:inline;
	margin-right:15px;
}

#callback-form {
	background:#feaa00;
	border:2px solid #f89028;
	position:relative;
	top:-2px;
	left:-2px;
	margin-bottom:10px;
}

#footer h2 {
	font-size:20px;
	color:#300000;
	margin-bottom:14px;
}

#features {
	width:248px;
	float:left;
	padding:17px;
	margin-right:17px;
	display:inline;
}

#features ul {
	list-style:inside;
}

#features ul li {
	line-height:1.3em;
}

#features ul li a {
	color:#222;
	border-bottom:1px dotted #222;
}

#brochure {
	width:272px;
	float:left;
	text-align:center;
}

#brochure h2 {
	margin:16px 0 24px 16px;
}

#brochure img {
	margin-left:7px;
}

.downloadourbrochure {
	display:block;
	width:267px;
	height:0;
	padding-top:46px;
	overflow:hidden;
}

.getaquote {
	background: url('getaquote.gif') no-repeat;
	display:block;
	float:left;
	width:158px;
	height:0;
	padding-top:46px;
	overflow:hidden;
}

.livehelponline {
	background: url('livehelponline.gif') no-repeat;
	display:block;
	float:right;
	width:169px;
	height:0;
	padding-top:46px;
	overflow:hidden;
}

li {
	line-height:1.3em;
	list-style:disc inside;
}

li li {
	margin-left:2em;
	list-style:circle inside;
}

#signupform {


}

#signupform table {
	width:50%;
	float:left;
	font-size:1.1em;

}

#signupform table input, #signupform table select {
	font-size:1.1em;
}

#signupform table td {
	padding:5px 0;
}

.signupnow {
	border:none !important;
	display:block;
	width:321px;
	height:0;
	padding-top:66px;
	overflow:hidden;
	background:url('signupnow.gif') no-repeat;
	margin:0 auto;
}

.signupnow_sml {
	border:none !important;
	display:block;
	width:225px;
	height:0;
	padding-top:46px;
	overflow:hidden;
	background:url('signupnow_sml.gif') no-repeat;
	margin:0 auto;
}

/* Portfolio */
#portfolio .leasection {
	display:none;
}

#portfolio .lea a {
	display:block;
	border:none;
}

#portfolio .site img {
	margin-right:8px;
}

#portfolio .flags a {
	border:none;
}

#portfolio .flags .selected {
	background:#6cb4da;
}

.site {
	clear:both;
	padding:10px 0;
}

/* video popup styles */

#tourvideo{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -277px;
	margin-top: -250px;
	z-index: 30000;
	padding: 20px;
	background: #fff;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -10px 10px 10px #000;
	-webkit-box-shadow: -10px 10px 10px #000;
}

#tourvideo-close-button {
	width: 16px;
	height: 16px;
	position: relative;
	top: -10px;
	left: 420px;
	background: url('../images/deletepage.gif') no-repeat;
	cursor: pointer;
}
