body {
	font: 12px/20px Arial,Helvetica,sans-serif;
	color: #222;
	line-height: 18px;
	/* background: url(/style/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x scroll 50% top #EEEEEE; */
	background: url(/images/layout/top_bg.png) repeat-x scroll 0 0 #fff;
	margin: 0;
}

input, textarea, select {
	background: url(/images/inputbox_bg.gif) repeat-x scroll 0 0 #fff;
	border: 1px solid #ddd;
	font-size: 0.9em;
	line-height: 1em;
	padding: 3px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #00a8ec;
	font-weight: bold;
}

#body {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: none;
}

#page-head {
	position: relative;
	height: 72px;
}

#page-head .site-logo {
	width: 320px;
	height: 71px;
}

#page-head .navbar {
	/* position: absolute;
	right: 0;
	top: 3px; */
	float: right;
	height: 67px;
}

.navbar .nav-links {
	height: 57px;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-links li {
	list-style: none;
	display: inline-block;
	line-height: 57px;
	padding: 4px;
	float: left;
}

#page-head .nav-links li a, #page-head .nav-links li a:active, #page-head .nav-links li a:visited {
	color: #00aaef;
	font-size: 15px;
	font-weight: bold;
}

.nav-links li a {
	text-decoration: none;
}

#get-free-quote-link {
	position: absolute;
	left: 15px;
	top: 12px;
	width: 169px;
	height: 19px;
	background: url(/images/layout/get-free-quote.png) 0 0 no-repeat;
}

#screen {
	position: relative;
	height: 176px;
}

#screen-01 {
	position: absolute;
	left: 0;
	top: 43px;
	width: 657px;
	height: 133px;
	background: url(/images/layout/scr1.jpg) no-repeat;
}

#screen-02 {
	position: absolute;
	right: 0;
	top: 43px;
	width: 243px;
	height: 133px;
	background: url(/images/layout/scr2.jpg) no-repeat;
}

#screen-03 {
	position: absolute;
	right: 0;
	top: 0;
	width: 243px;
	height: 43px;
	background: url(/images/layout/scr3.jpg) no-repeat;
}

#screen-text-01, #screen-text-02 {
	position: absolute;
	font-size: 22px;
	font-style: italic;
}

#screen-text-01 {
	left: 232px;
	top: 84px;
}

#screen-text-02 {
	left: 301px;
	top: 107px;
	color: #000;
}

#page-main {
	margin: 0 0 3em 0;
	position: relative;
}

.page-content {
	font-size: 11px;
}

#page-foot {
	padding: 2em 0;
	border-top: 5px solid #ddd;
	line-height: 32px;
	text-align: center;
}

#page-foot .nav-links {
	float: right;
}

#page-foot .nav-links li {
	line-height: 16px;
}

.col-left, .col-right {
	display: block;
}

.col-left {
	width: 320px;
	margin: 2em 0 0 1em;
	position: absolute;
	left: 0;
	top: 0;
}

.col-right {
	position: relative;
	background: #eceff5;
	padding: 1em 0 2em 0;
	width: 568px;
	min-height: 385px;
	float: right;
}

.col-right .main-content-container {
	position: relative;
	margin: 0 4em 0 64px;
}

.form-row {
	display: block;
	line-height:20px;
	margin: 4px 0;
}

.form-row .label {
	display: inline-block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

.form-row input, .form-row select {
	display: inline-block;
}

.submit {
	cursor: pointer;
	margin: 0 4px;
}

.message-box {
	padding: 1em;
	line-height: 16px;
}

.page-title {
	font-size:20px;
	line-height:32px;
	margin-top:0;
	padding:0.25em;
}

.section-title {
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 13px;
	color: #000;
	white-space: nowrap;
}

.section-title strong {
	/* color: #00AAEF; */
}

.picture-frame {
	padding: 0.5em .5em 0em .5em;
	background: #fff;
	border: 1px solid #ccc;
}

.get-quote-link {
	cursor: pointer;
}
