/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* >>> SET BROWSER DEFAULT SETTINGS - - <<<*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
	margin: 0px;
	background-color: #EFEFEF;
}

* { font: 100% Verdana, Tahoma, sans-serif; }
/* REMOVE PADDING AND MARGIN VALUES */
form, table, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {

}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {
	font-size: .8em;
	white-space: nowrap;
}
/* REPLACE PADDING FOR PARAGHRAPHS */
ul, dl, ol{	padding-bottom: 1.125em;}
/* LIST-BULLET TYPE */
ul, ol, dl {
	font-size: .8em;
}
ul ul, ol ol{
	font-size: .85em;
}

ul:first-child, ol:first-child, dl:first-child {padding-bottom: 0em;}
ul{
	list-style-type: square;
}
ol{
	list-style-type: decimal;
}
dl {
	list-style-type: none;

}
dd {

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - ->>> LAYOUT <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	width: 100%;
	height: 100%;
	font-size: 0.888em;
	color: #000000;
	position: relative;
	background-color: #FFFFFF;
}
#contect {
	height: 100%;
	width: 1280px;
	position: relative;
}


#header {
	position: relative;
	padding: 10px 10px 0px;
	background-color: #A60000;
	height: 85px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}
#header a {
	color: #FFFFFF;
}

#main {
	padding: 10px;
	width: 320px;
	float: left;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #EFEFEF;
	margin-right: 5px;
}
#main p {
	margin-top: .5em;
	margin-bottom: 0px;
}
#main2Column {
	margin: 10px;
	padding: 10px;
	float: left;
	height: auto;
	width: 900px;
}
#main2Column td {
	padding-right: 5px;
	padding-left: 5px;
}



#sidebar {
	width: 300px;
	font-size: 0.9em;
	padding: 10px;
	float: left;
	background-color: #E2E2E2;
}
#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
}
#sidebarContracts {
	background-color: #E2E2E2;
	margin: 5px;
	padding: 10px;
	width: 300px;
	border: 1px solid #000000;
	float: left;
}
#sidebarChecklist {
	width: 80%;
	font-size: 0.9em;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #22B422;
	margin-right: 10px;
	margin-left: 10px;
}


#sidebar2 {
	width: 288px;
	font-size: 0.9em;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #22B422;
}
#sidebar3 {
	width: 200px;
	font-size: 0.9em;
	padding: 10px;
	float: left;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
#sidebarMenu {
	font-family: Arial, Tahoma, sans-serif;
	font-size: .8em;
	margin: 10px 5px 5px 10px;
	padding: 5px;
	float: left;
	height: auto;
	width: 10%;
	border: 1px solid #FF0000;
}
#sidebarMenu p {
	margin-top: 0px;
	margin-bottom: .2em;
	background-color: #E2E2E2;
}


#footer {
	text-align: center;
	font-size: 0.9em;
	clear: both;
	padding: 10px;
	margin-top: 10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - -Navigation <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
	color: #00f;
}
a:visited {
	color: #800080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #e00;
}
a img, :link img, :visited img {border: none}
/* >>> -  -  - - SET HEADER NAVS -  -  - - <<<*/
/* >>> -  -  - - NAV -  -  - - <<<*/
    #navheader {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A60000;
	border-bottom-color: #A60000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
      }
    #navheader ul {
	float: left;
	padding: 0px;
      }
    #navheader li {
	display:inline;
      }
	#navheader a {
	padding: 5px 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000;
      }
	#navheader a:visited {
	}
    #navheader a:hover {
	text-decoration: underline;
      }
	#navheader a:active {
	}
	body#index #navheader #indexlink a,
	body#home #navheader #homelink a,
	body#listings #navheader #listingslink a,
	body#index3 #navheader #indexlink3 a,
	body#index4 #navheader #indexlink4 a,
	body#index5 #navheader #indexlink5 a,
	body#index6 #navheader #indexlink6 a,
	body#index7 #navheader #indexlink7 a {
	color: #e00;
	text-decoration: underline;
      }	  
/* >>> -  -  - - SIDEBAR NAV -  -  - - <<<*/
#navsidebar {
	float: left;
	width: 100%;
}
#navsidebar ul  {
	padding-left: 0px;
}
#navsidebar li {
	list-style-type: none;
	background-image: url(images/bgBar2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #99FFFF;
}
#navsidebar a {
	padding: 5px 5px 5px 20px;
	background-image: url(images/bgBar.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
}
#navsidebar a:visited {
}
#navsidebar a:hover {
	background-image: url(images/bgBar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
	text-decoration: none;
}
#navsidebar a:active {
}
	body#index #navsidebar #indexlink a,
	body#index1 #navsidebar #indexlink1 a,
	body#index2 #navsidebar #indexlink2 a,
	body#index3 #navsidebar #indexlink3 a,
	body#index4 #navsidebar #indexlink4 a,
	body#index5 #navsidebar #indexlink5 a,
	body#index6 #navsidebar #indexlink6 a,
	body#index6 #navsidebar #indexlink7 a {
	background-image: url(images/bgBar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000;
}
/* >>> -  -  - - FOOTER NAV -  -  - - <<<*/
    #navfooter {
	position: relative;
	width: 100%;
      }
    #navfooter ul {
	padding-right: 0px;
	padding-left: 0px;
      }
    #navfooter li {
	display:inline;
	font-size: 1.1em;
      }
	#navfooter a {
	padding: 5px 10px;
	float: left;
      }
	#navfooter a:visited {
	}
    #navfooter a:hover {
      }
	#navfooter a:active {
	}
	body#index #navfooter #indexlink a,
	body#index1 #navfooter #indexlink1 a,
	body#index2 #navfooter #indexlink2 a,
	body#index3 #navfooter #indexlink3 a,
	body#index4 #navfooter #indexlink4 a,
	body#index5 #navfooter #indexlink5 a,
	body#index6 #navfooter #indexlink6 a,
	body#index7 #navfooter #indexlink7 a {
	color: #e00;
      }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - -TABLES <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
/* SET FONT */
table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - ->>> CLASSES <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.easyread {
	width: 360px;
}
.clear {
	clear: both;
}
.highlighter {
	position: relative;
	background-color: #FFFF00;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 22B422;
	width: 100%;
	height: 1px;
	clear: both;
}
.lineOver {
	text-decoration: overline;
}
.lineThrough {
	text-decoration: line-through;
}
.lineUnder {
	text-decoration: underline;
}
.right {
	text-align: right;
	width: 10%;
	float: right;
}
.left {
	float: left;
	width: 70%;
}
.notes {
	font-size: .8em;
}
.wtc_tr {
	text-indent: 5px;
}

.QA {


}
.QA dt {
	margin: .8em 0.5em .5em 1em;
}


.QA dt:first-line {
	font-weight: bold;
	float: left;
}

.QA dt:first-letter {
	font-size: 2em;
	color: #90413C;
	font-family: fantasy;
	float: left;
	padding-right: 5px;
}
.QA dd:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: #2222B4;
	font-family: fantasy;
	float: left;
	padding-right: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - -BEGIN PHOTO LAYOUT <<<*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
img[name] {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #000;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	position: relative;
}
.imgRight {
	float: right;
	margin-left: 10px;
	position: relative;
}
div.figure {
	float: left;
	width: 277px;
	margin-right: 20px;
}

.figure img {
	border: 1px solid #666;
	float: left;
}

.figure p {
	text-align: center;
	font-size: .8em;
	font-family: Arial, Tahoma, sans-serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - -BEGIN PRINT LAYOUT <<<*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#print {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	height: 792pt;
	width: 520pt;
	margin: 0pt 0pt 0pt 20pt;
}
#print p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#print th, td {
	font-size: 10pt;
}
#print th {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
#wrapper_print {
	text-align: left;
	font-size: 0.888em;
	color: #000000;
	position: relative;
}
#main_print {
	position: relative;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
