/* base css file */
html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	background: #F1F1F1 url(../img/site_back.jpg) repeat-x left top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: verdana, arial, helvetica, sans serif;
	}
* {
	/* set all padding and margins to 0 */
	padding: 0px;
	margin: 0px;
	outline: none !important;
	color: #696969;
	}
h1 {
	font-size: 2.1em;
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	font-weight: bold;
	color: #0093dd;
	line-height: 1.3em;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 8px;
	}
h2 {
	font-size: 1.9em;
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	line-height: 1.8em;
	margin: 10px 0px 8px 0px;
	padding: 0;
	color: #626262;
	border-bottom: 1px groove #d3d3d3;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #626262;
	font-family: arial, Helvetica, Sans Serif;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p {
	font-weight: normal;
	padding: .3em 0px .6em 0px;
	font-size: 1em;
	line-height: 1.5em;
	}
.quote {
	font-style: italic;
	color: #938058;
	}
ul, ol {
	margin-left: 4px;
	padding-left: 0px;
	font-size: 11px;
	}
ul li, ol li {
	margin-right: 0px;
	margin-left: 16px;
	padding-left: 0px;
	text-indent: 0px;
	font-size: 1em;
	line-height: 1.5em;
	}
table, th, td {
	font-size: 1em;
	line-height: 1.4em;
	}

hr {
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	padding-top: 8px;
	padding-top: 1;
	margin: 0;
	color: transparent;
	background: transparent URL(../img/hr.gif) repeat-x center bottom;
	border: 0 solid transparent;
	}

a, #a:link, a:visited {
	text-decoration: none;
	color: #0093dd;
	}
a:hover, a:active  {
	text-decoration: underline;
	color: #32cd32;
	}

/* ID zones */
#wrapper {
	position: relative;
	width: 830px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../img/site_header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
#wrapper_bottom {
	position: relative;
	width: 830px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/site_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#page {
	position: relative;
	height: auto;
	width: auto;
	margin-right: 14px;
	margin-left: 14px;
	}
#header {
	position: relative;
	height: 105px;
	width: auto;
	padding-right: 9px;
	text-align: right;
	}
#logo {
	position: relative;
	top: 0px;
	float: right;
	}
#logo a {
	display: block;
	height: 105px;
	width: 235px;
	}
#top_line {
	position: relative;
	top: 31px;
	left: 10px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	}
#tag_line {
	position: relative;
	top: 48px;
	left: 10px;
	float: left;
	height: auto;
	width: 480px;
	padding: 3px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #01317D;
	text-align: left;
/*
	border: 2px solid #ffd700;
	background-color: #FFE575;
*/
	}
#linkbar {
	position: relative;
	margin-bottom: -1px;
	height: 30px;
	width: auto;
	padding: 0 9px 0 0;
	overflow: hidden;
	z-index: 100;
	background: none;
	}
#linkbar ul {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	height: 30px;
	background: none;
	}
#linkbar li {
	float: left;
	list-style-image: none;
	list-style-position : none;
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 30px;
	}
#linkbar a, #linkbar a:link{
	display: block;
	width: 108px;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	line-height: 30px;
	color: #a9a9a9;
	background-image: URL(../img/tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #E4E4E4;
	}
#linkbar a:hover {
	color: #fff;
	background-position: 0px -30px;
	background-color: #c0c0c0;
	}
#linkbar a.active, #linkbar a.active:hover {
	color: #0093dd;
	font-weight:bold;
	cursor: default;
	background-position: 0px -60px;
	background-color: #efefef;
	}
#sublinks {
	position: relative;
	height: 33px;
	width: auto;	
	background: #efefef URL(../img/sublink_bar.gif)  no-repeat 0px 0px;
	font-size: 12px;
	line-height: 31px;
	padding-left: 30px;
	text-align: left;
	color: #c0c0c0;
	z-index: 1;
	}
#sublinks a, #sublinks a:link, #sublinks a:visited {
	text-decoration: none;
	color: #a9a9a9;
	background: none;
	}
#sublinks a:hover, #sublinks a:active  {
	text-decoration: underline;
	color: #0093dd;
	}
#sublinks a.active:hover, #sublinks a.active  {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	cursor: default;
	}
#home_img {
	position: relative;
	margin-top: 10px;
	height: 187px;
	width: 802px;
	background: url(../img/home_img_001.jpg) no-repeat left top;
	}
#home_img a.special {
	position: absolute;
	bottom: 10px;
	right: 30px;
	height: 62px;
	width: 190px;
	background-image: url(../img/freeestimates.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
#home_img a.special:hover {
	background-position: left bottom;
	}

/* Modules */
#modules {
	position: relative;
	height: auto;
	width: 802px;
	overflow: hidden;
	margin: 11px 0 0 0;
	padding: 0;
	}
#modules blockquote {
	position: relative;
	float: left;
	height: 157px;
	width: 260px;
	margin: 0px 11px 0px 0px;
	padding: 0;
	text-align: left;
	background-image: url(../img/mod_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	}
#modules blockquote h2 {
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	line-height: 20px;
	margin: 14px 0px 8px 14px;
	padding: 0;
	color: #000;
	border: 0 solid transparent;
	}
#modules blockquote p {
	position: relative;
	z-index: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 16px;
	margin: 10px 20px 0px 14px;
	padding: 0;
	color: #000;
	}
#modules blockquote a {
	position: absolute;
	bottom: 10px;
	left: 14px;
	}
a.arrow, #modules blockquote a {
	display: block;
	text-indent: 13px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 16px;
	text-decoration: none;
	color: #01327E;
	font-weight: bold;
	background: url(../img/arrow_orange.gif) no-repeat left center;
	}
a.arrow:hover, #modules blockquote a:hover {
	text-decoration: underline;
	color: #3083C6;
	}
#modules blockquote img {
	position: absolute;
	bottom: -1px;
	right: 0px;
	height: 91px;
	width: 111px;
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#modules blockquote img.cloud {
	background-image: url(../img/mod_cloud.png);
	}
#modules blockquote img.clipbrd {
	background-image: url(../img/mod_clipbrd.png);
	}
#modules blockquote img.thirty {
	background-image: url(../img/mod_30.png);
	}



/* MAIN PAGE SECTIONS */
#main_left {
	position: relative;
	float: left;
	width: 531px;
	height: auto;
	margin-right: 11px;
	margin-top: 11px;
	margin-bottom: 11px;
	color: #808080;
	text-align: left;
	overflow: hidden;
	}
#main_left div.content,
#main_left div.content_gry {
	position: relative;
	width: auto;
	height: auto;
	padding: 14px 20px 10px 20px;
	}
#main_left div.content {
	background: url(../img/main_left.gif) no-repeat left top;
	}
#main_left div.content_gry {
	background: url(../img/main_left_gry.gif) no-repeat left top;
	}
#main_left p {
	font-size: 1.2em;
	}
#main_left ul {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#main_left div.content h1 {
	}
#main_left div.bottom {
	position: relative;
	width: auto;
	height: 10px;
	background: url(../img/main_left.gif) no-repeat left bottom;
	}
#main_left div.float_left {
	position: relative;
	float: left;
	width: 24%;
	height: auto;
	}

#main_right {
	position: relative;
	float: left;
	width: 260px;
	height: auto;
	margin-top: 11px;
	margin-bottom: 11px;
	color: #808080;
	text-align: left;
	}
#main_right div.content,
#main_right div.content_gry,
#main_right div.faq,
#main_right div.downloads {
	position: relative;
	width: auto;
	height: auto;
	padding: 14px 20px 10px 20px;
	}
#main_right div.content {
	background: url(../img/main_right.gif) no-repeat left top;
	}
#main_right div.content_gry,
#main_right div.faq,
#main_right div.downloads {
	background: url(../img/main_right_gry.gif) no-repeat left top;
	}
div.faq ul li,
div.downloads ul li {
	list-style-type: none;
	list-style-image: url(../img/arrow_orange.gif);
	list-style-positionnn: outside;
	margin-top: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
	}
#main_right p {
	font-size: 1.2em;
	}
#main_right div.bottom {
	position: relative;
	width: auto;
	height: 10px;
	background: url(../img/main_right.gif) no-repeat left bottom;
	}

/* TEXTLINKS */
#textlinks {
	position: relative;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #a9a9a9;
	padding: 0 10px;
	}
#textlinks a {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif;
	text-decoration: none;
	color: #808080;
	}
#textlinks a:hover {
	text-decoration: underline;
	color: #808080;
	}

/* COPYRIGHT */
#copyright {
	position: relative;
	text-align: center;
	width: auto;
	height: auto;
	margin-top: 20px;
	font-size: 1.1em;
	color: #a9a9a9;
	}
#copyright a {
	text-decoration: underline;
	color: #477CB0;
	}
#copyright a:hover {
	text-decoration: none;
	color: #65B7E2;
	}


.expand {
	position: relative;
	top: 0px;
	padding: 0px 0px 0px 11px;
	margin: 0px 0px 0px 20px;
	background: #fff;
	border: 0px solid #fff;
	height: 17px;
	line-height: 18px;
	font: 10px ms sans serif;
	text-align: left;
	background: ;
	cursor:hand;
	}


/*Error Handling*/
.errorhead {
	display:block;
	background:#ff0000 url(../img/error.gif) no-repeat 2px 2px;
	padding: 2px 2px 2px 20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}
.errorbox {
	color: #000;
	padding: 6px;
	font-size: 12px;
	}
.errorbox ol, .errorbox ul, .errorbox li {
	list-style-position : outside;
	color: #000;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 12px;
	}

div#content form {
	width: 530px;
	border: 1px solid #c0c0c0;
	}
div#content fieldset{
	border: none;
	padding: 10px;
	color: #000;
	}
.form_label{
	font-size:12px;
	border-bottom: 1px solid #c0c0c0;
	background:#efefef;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	}
div#content label{
	display: block;
	width: 120px;
	}