@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.twoColFixLtHdr #container_view {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.twoColFixLtHdr #container_h {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.twoColFixLtHdr #container_l {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 980px;
	z-index: 12;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FC0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	color: #333;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 500px;
	z-index: 1;
	text-align: left;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 600px;
}
.twoColFixLtHdr #mainContent {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #000;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent_2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #000;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1200px;
	width: 100%;
} 
h1 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FC0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0
    font-size: 1px;
    line-height: 0px;
}

#apDiv2 {
	position:absolute;
	width:457px;
	height:437px;
	z-index:auto;
	visibility: visible;
}
#apDiv3 {
	position:absolute;
	width:457px;
	height:339px;
	z-index:2;
	visibility: hidden;
}
#apDiv4 {
	position:absolute;
	width:468px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv5 {
	position:absolute;
	width:465px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv6 {
	position:absolute;
	width:457px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv7 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv8 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv9 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv10 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv11 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv12 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv13 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv14 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv15 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv16 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv17 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv18 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv19 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
#apDiv20 {
	position:absolute;
	width:546px;
	height:339px;
	z-index:1;
	visibility: hidden;
}
.imageline {
	padding: 2px;
	border: 1px solid #666666;
	margin: 3px;
}

#menu {
	text-align: left;
	z-index: 999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.2em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#body_hom #nav_hom a,
#body_about #nav_about a,#body_lines #nav_lines a,#body_contact #nav_contact a {
	color: #F1F1F1;
	font-weight: 100;
	list-style-type: none;
	background-color: #999;
}


#nav a {
	display: block;
	width: 150px;
	w\idth:135px;
	text-decoration: none;
	text-align: center;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 0.25em;
	padding-right: 1px;
	padding-bottom: 0.25em;
	padding-left: 1px;
	color: #CCC;
}
#nav a:hover {
	display: block;
	width: 100px;
	w\idth:135px;
	text-decoration: none;
	text-align: center;
	background-color: #999;
	color: #FFF;
}


#nav li {
	float: left;
	padding: 0;
	width: 135px;
}

#nav li contact {
	float: left;
	padding: 0;
	width: 135px;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 135px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
	background-color:#000;
	visibility: visible;
}

#nav li li {
	width: 135px;
}

#nav li ul a {
	width: 135px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #FFF;
	background-color: #000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #900;
	background-color: #F1F1F1;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CCC;
	color: #900;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
	background-color: #F1F1F1;
}



ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: 100;
	color: #333;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 260px;
	padding-bottom: 10px;
	padding-top: 40px;
	padding-left: 5px;
}
.content {
	width: 650px;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 650px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */


 

 The following block is a conditional comment, and only IE/Win browsers will
look inside the special "if IE" section. Within are the Jscript call, some height
bug fixes, the margin-left hacks for older IE/Wins, and a noscript block. Inside
the noscript block is another style block which also expands the menu similarly to 
IE5/Mac, but it does this only when IE/Win is JavaScript disabled, and could not 
otherwise access the menu flyouts. All these rules and the ones for IE5/Mac above 
should follow the main styling, so that these "dumbed down" rules will override 
the main rules. If they precede the main rules, then the nav can never be
expanded for IE5/Mac, or IE/Win when in non-scripting mode. 

[if IE]>

      <style type="text/css">
      
        body {behavior: url(csshover.htc);}
      
    

      <noscript>
        <style type="text/css">
      
	 		ul ul {position: static;}
      
        </style>
      </noscript>
			
<![endif]

