@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;
	

}


#container {
	width: 64em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
} 
#header {
	padding: 0px;
	height: 19em;
	border-bottom: 1px solid black;
} 


#sidebar1 {
	float: left;
	width: 11em;
	margin: 1em 0em 0em 0em;
	background-color: #FFF;
	height: 52em;
	border: solid #999 1px;
	display: none;
}
#sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	display: none;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}







#main_navbar {
	background-color: #999;
	padding: .19em .0em .19em .0em;
	width: 100%;
	display: none;

	
}
#main_navbar li {
	margin-left: 0px;
	list-style-type: none;
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0.3em;
	text-decoration: none;
}
#main_navbar a {
	padding: .19em .65em .19em .65em;
	list-style-type: none;
	text-decoration: none;
	color: #000;	
}
#main_navbar a:link  {
	text-decoration: none;
}
#main_navbar a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FC0;
}
#main_active a {
	text-decoration: none;
	color: #000;
	background-color: #FC0;
}




#sub_nav_bar li {
	list-style-type: none;
	text-decoration: none;
	margin: auto;
	vertical-align: middle;
	font-size: 0.675em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	border-bottom: solid #999 1px;
}
#sub_nav_bar a {
	padding: 3px 6px 3px 6px;
	list-style-type: none;
	text-decoration: none;
	color: #000;
	text-align: left;
	display: block;
	text-align: left;
}
#sub_nav_bar a:link a:visited  {
	color: #000;
	text-decoration: none;
}
#sub_nav_bar a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #663366;
}
#sub_active a {
	color: #FFF;
	text-decoration: none;
	background-color: #663366;
}



#main_content {
	margin: 1em 0em 0 0em;
	height: auto;/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 1em 1em 2em 0em;
} 
#main_content_wrapper {
	height: auto;
}


/* Project Content */
#projects_content {
	margin: 0em;
	padding: 0px 0px 18px 0px;
	display: none;
}


/* Project Text */
#projects_text {
	width: 42em;
	padding: 0px;
	color: #000;
}
#projects_text p{
	font-size: 12pt;
	text-transform: capitalize;
	letter-spacing: 1pt;
	line-height: 22pt;
}
#projects_text p2{
	font-size: 12pt;
	text-transform: capitalize;
	padding: 0px 9px 0px 0px;
	letter-spacing: 1pt;
	line-height: 22pt;
}
#projects_text li {
	margin: 0;
	padding: 0px 9px 0px 0px; /* spacing between list items */
	list-style-type: none;
	text-decoration: none;
	display: block;
	font-size: 12pt;
	letter-spacing: 1pt;
	line-height: 22pt;
}
#projects_text ul {
	margin: 0;
	padding: 0px 9px 0px 0px; /* spacing between list items */
	list-style-type: none;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	letter-spacing: 1pt;
	line-height: 22pt;
	
}



/* Footer  */
#footer {
	padding-top: 15px;
	padding-left: 3px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 100px;
	border-top: 1px solid black;
	font-size: 14pt;
	color: #000;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer li {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 9px 0px 9px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-left: 1pt solid black;
	list-style-type: none;	
	text-decoration: none;
	display: inline;
	letter-spacing: 1pt;
	line-height: 18pt;
}
.footer_bfi {
	padding: 0px 9px 0px 0px;
}




a:link {
	color: #000;
}
a:hover {
	color: #663366;
}


/* slideshow parameters */
#slideshow {
    position:relative;
    height: 338px;
	width: 600px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}


/* pricelist parameters */
dl {
	width: 46em;
	overflow: auto;
	margin: 0;
	border-bottom: dotted black 1px;
}
dm {
	width: 46em;
	overflow: auto;
	margin: 0;
}
dt,dd.price {
}
dt {
	float: left;
	color: #000
}
dd {
	margin:0
}
dd.price {
	float: right;
	color: #000
}
dd.details {
	float: left;
	width: 100%;
	color: #000;
}


/* heading parameters */
h1{
	font-size: 16pt;
	letter-spacing: 2pt;
	text-decoration: none;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	text-transform: uppercase;
}	

h2{
	font-size: 16pt;
	letter-spacing: 2pt;
	line-height: 22pt;
	text-decoration: none;
	padding:0em;
	margin: 0em;
	text-transform: uppercase;
	padding: 0px 9px .2em 0px
}
h3{
	font-size: 16pt;
	letter-spacing: 2pt;
	line-height: 22pt;
	text-decoration: none;
	padding:0em;
	margin: 0em;
	text-transform: uppercase;
	padding: 0px 9px .2em 0px
}


/* Miscellaneous classes for reuse */
.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: 10px;
}
.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;
}

