/* BROWSER FLAGS (promaids/global): default */
/* -------------------------------- default -------------------------------- */
.moveDown {
	display: none;
}
/* =RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
td {vertical-align: top;}
:focus, img:focus, a:focus, input:focus {outline: none;}

/* =GLOBAL STYLES */
body {
	background-image: url(/data/Image/Template/bodyBg.png);
	background-repeat: repeat-x;
	background-position:left top;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.body {
	background-image: url(/data/Image/Template/middleContainerBg.png);
	background-repeat: repeat-y;
}
.container {
	background-image: url(/data/Image/Template/bodyBg.png);
	background-repeat: repeat-x;	
	/* margin: 0 auto; */
	width: 990px;
	position: relative;
}
h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-bottom: 2px;
}
h1 {
	font-size: 28px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #ff9900;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {font-size: 20px;}
h3 {font-size: 17px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}

/* ------------------ =HEADER ------------------ */
.headerToTop {
	left: 0;
	position: absolute;
	top: 0;
}
.header {
	background-repeat: no-repeat;
	background-positon: left top;
	width: 990px;
	height: 224px;
	position: relative;
}

/* =HEADER CAPTION */
.headerCaption {
	background-image: url(/data/Image/Template/headerCaption.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 73px;
	right: 0px;
	width: 990px;
	height: 139px;
}

/* =TOP NAVIGATION */
.topNav {
	font-size:11px;
	position:absolute;
	right: 0px;
	top:10px;
}
.topNav a {
	color: #000;
}
.topNav ul {
	list-style-type: none;
}
.topNav li {
	display: block;
	float: left;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
.topNav .lastNode {
	border: 0 none;
}

/* =MAIN NAVIGATION */
.mainNav {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size:14px;
	position:absolute;
	right: 0px;
	top:48px;
	text-transform: uppercase;
}
.mainNav a {
	color: #FFF;
	text-decoration: none;
}
.mainNav ul {
	list-style-type: none;
}
.mainNav li {
	display: block;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.mainNav .lastNode {
	border: 0 none;
}

/* =LOGO */
.logo a {
	position: absolute;
	display: block;
	background-image: url(/data/Image/Template/logo.jpg);
	background-repeat: no-repeat;
	width: 234px;
	height: 90px;
	top: 95px;
	left: 50px;
	z-index: 1;
}

/* =LEFT SIDEBAR IMAGE */
.leftSidebarImage {
	background-image: url(/data/Image/Template/middleContainerTopBg.png);
	background-repeat: no-repeat;
	width: 227px;
	height: 29px;
	position: absolute;
	left: 0px;
	bottom: -7px;
}

/*  ------------------ end header ------------------  */

/*  ------------------ =MIDDLE CONTAINER  ------------------ */
.middleContainer {
	padding-top: 224px;
	position: relative;
}

/* =MAIN SIDEBAR */
.mainSidebar {
	float: right;
	width: 763px;
}
.mainTd {
	min-width: 550px;
}

/* =TOP BREADCRUMBS */
.topBreadcrumbs {
	position: absolute;
	top: 230px;
	left: 260px;
}
.topBreadcrumbs,
.topBreadcrumbs a {
	font-size: 11px;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
}
.topBreadcrumbs a.posLast {
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
.topBreadcrumbs a.pos1 {
	padding-left: 0px;
}
/* =CALL US */
.callUs {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #333;
	position: absolute;
	right: 20px;
	top: 210px;
	text-align:right;
}
.callUs .call {
	color: #ff9900;
}

/* =CONTENT */
.contentHeader {
	padding-left: 30px;
	padding-right: 20px;	
	padding-top: 30px;
	padding-bottom: 10px;
}
.content {
	color: #666;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.content a {
	color: #1e93c2;
	font-weight: bold;
}
.content li {
	margin-left: 15px;
}
.content h1 {
	padding-bottom: 8px;
	line-height: 1em;
	font-weight: normal;
}

/* =SUB SIDEBAR */
.subSidebar {
	float: right;
	width: 227px;
	background-color: #fff5cc;
	padding-top: 5px;
}
.subTd .testimonials {
	margin-top: 35px;
}

/* =LEFT NAVIGATION */
.leftNav {
	padding-left: 20px;
}
.leftNav h3 {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: normal;
	color: #ff9900;
}
.leftNav ul {
	list-style-type: none;
}
.leftNav a {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* =Non-Active */
.leftNavDiv0 a,
.leftNavDiv1 a,
.leftNavDiv2 a,
.leftNav-item-0-active a,
.leftNav-item-1-active a,
.leftNav-item-2-active a {

}

/* =Hover */
.leftNavDiv0 a:hover,
.leftNavDiv1 a:hover,
.leftNavDiv2 a:hover,
.leftNavDiv0-active a:hover,
.leftNavDiv1-active a:hover,
.leftNavDiv2-active a:hover {
	text-decoration: underline;
}

/* =Active */
.leftNav-item-0-active .currentPage a,
.leftNav-item-1-active .currentPage a,
.leftNav-item-2-active .currentPage a {
	color: #FF9900;
}

/* 1st level */
.leftNav-item-1 a,
.leftNav-item-1-active a {
	padding-left: 35px;
}
/* 2nd level */
.leftNav-item-2 a,
.leftNav-item-2-active a {
	padding-left: 50px;
}

/*  ------------------ end middle container  ------------------ */

/* =FOOTER */
.footerContainer {
	text-align: center;
	background-image: url(/data/Image/Template/footerBg.png);
	background-repeat: repeat-x;
	min-height: 55px;
	_height: 55px;	
}
.footer {
	width: 990px;
	margin: 0 auto;
}
.footerNav {
	padding-top: 5px;
}
.footerNav ul {
	list-style-type: none;
	margin-left: 400px;
}
.footerNav li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}
.footerNav a {
	color: #000;
	font-size: 11px;
}
.footerNav .lastNode {
	border: 0 none;
}

.copyrightInfo {
	font-size: 10px;
	color: #999;
	padding-top: 12px;
}

/* =FORMS */
.form th {
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.formRequired {
	color: red;
}
.xFormErrorLabel,
.xFormErrorList {
	font-weight: bold;
	color: red;
	float: left;
}
.form textarea {
	width: 200px;
	height: 100px;
}
.form .submitButton {
	margin-top: 5px;
	padding: 1px;
}
#xFormFieldD38 { /* customer feedback form checkbox */
	margin-right: 5px;
}
#F3 { /* customer feedback form */
	width: 500px;
}
#xFormFieldD182 { /* donate form checkbox */
	vertical-align: middle;
}

/* quick quote form on home page */
.formF5 div {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.formF5 input,
.formF5 textarea {
	background-color: #FFF5CC;
	width: 200px;
}
.formF5 textarea {
	height: auto;
}
.formF5 .submitButton {
	font-weight: bold;
	font-size: 11px;
	width: auto;
}

/* =MAIN STYLES */
.stylesHeader {
	display: block;
	background-color: #1E93C2;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
/* =TABLES */
.tableNote {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}

/* table class "list" */
.list {
	width: 100%;
	border: 1px solid #1E93C2;
}
.list td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list tr.list-row-pos0 td {
	background-color: #1E93C2;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.list .list-row0 td {
	background-color: #93defc;
}

/* table class "list11" */
.list11 {
	width: 100%;
	border: 1px solid #1E93C2;
}
.list11 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list11 tr.list-row-pos0 td {
	background-color: #1E93C2;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.list11 tr.list-row-pos1 td {
	background-color: #fff;
	color: #1E93C2;
	font-weight: bold;
	border-bottom: 1px solid #1E93C2;
}
.list11 td.list-col-1 {
	background-color: #93defc;
}
/* ------------------ =HOME PAGE ----------------- */
body.home {
	background-image: url(/data/Image/Template/bodyBgHome.png);
	background-repeat: repeat-x;
}
.bodyHome {
	background-image: url(/data/Image/Template/middleContainerBg.png);
	background-repeat: repeat-y;
}
.containerHome {
	background-image: url(/data/Image/Template/bodyBgHome.png);
	background-repeat: repeat-x;	
}
.middleContainerHome {
	padding-top: 324px;
}
.leftSidebarImageHome {
	bottom: -97px;
}
.headerCaptionHome {
	background-image: url(/data/Image/Template/headerCaptionHome.jpg);
	height: 229px;
}
.logoHome a {
	top: 120px;
}

.home .subSidebar .testi {
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
}
.home .subSidebar testi {
	margin-bottom: 20px;
}
.subSidebarHome h1 {
	padding-left: 15px
}
.contentHeaderHome {
	padding-top: 0px;
}
.headerHome {
	height: 234px;
}
.callUsHome {
	position: static;
}
.mainNavHome #mainNav0-first {
	display: none;
}
/* ------------------ end home page ----------------- */