﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:black;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0.2em 0em 0.2em 0em;
	font-size: 2em;
	font-weight: bold;
}
h2
{
    margin: 0.2em 0em 0.2em 0em;
    font-size: 1.8em;
    font-weight: bold;

}
h3 {
	margin: 0.2em 0em 0.2em 0em;
	font-size: 1.6em;
	font-weight: bold;

}
h4 {
	margin: 0.8em 0em 0.8em 0em;
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p
{
    margin: 11px 0em 11px 0em;
    font-size: 0.9em;
    line-height: 1.75em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: Verdana;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	color:#680000;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#333333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body
{
    padding: 0 372px;
    text-align: center;
    font-family:   Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #2A2A2C;
    color: #333333;
    background-image: url(images/background.gif);
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#sizer
{
    margin: 0 auto;
    padding: 10% 0 10% 0;
    width: 60%;
    max-width: 150px;
    text-align: left;
}
#expander {
	position: relative;
	min-width: 890px; /* Critical Safari fix! */
	margin: 0 -370px;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	/*background-image:url(Images/content_border.gif);
	background-repeat:repeat-y;*/
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar
{
    display: inline; /* IEwin doubled margin bug fix */
    float: right;
    width: 192px;
    margin-left: -3px; /*IE Win 3px gap fix*/
}

html>body #sidebar {margin-left:0;}

#content
{
    height: 1%;
    margin: 0;
    padding: 0;
}
#header
{
    background-color: #680000; /*padding-top:2px;*/ /*padding-left:10px;*/
}
#headertop
{
    background-color: #000000;
    position: relative;
    height: 130px;
}

#newmenu
{
    height: 29px;
    background-image: url(images/backg_menu.jpg);
    background-repeat: repeat-x;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
margin:0;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0;
padding: 0;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin:0;
padding: 0;
background-color: #680000; /*Brown color theme*/ 
}

#modernbricksmenu2 a:hover{
background-color: #000000; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #000000; /*Brown color theme*/ 
color: white;
border-color: #000000; /*Brown color theme*/ 
}


#contentwrapper1
{
    background-image: url(images/backg_main.png);
    background-repeat: repeat-y;
    background-position: left top;
}
#contentwrapper2
{
    background-image: url(images/backg_side.png);
    background-repeat: repeat-y;
    background-position: right top;
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 

#sidebarcontent
{
    margin: 20px 10px 5px 0px;
}

#sidebarcontent .sbcontentcontainer
{
    padding: 2px 5px 2px 5px;
    color: #680000;
    font-size: 95%;
    
}
#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}
#sidebarcontent .sbcontentcontainer ul {list-style-type:none;}
#copy
{
    /* margin-left: 10px;*/
    margin: -1px 0px 0px 0px;
    padding: 0px;
    color: #333333;
}

#copy td, #copy th {padding: 0.2em 0.5em;} 

#copy table td {font-size:0.9em;}

#copy img {
	padding:1px;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .txtBox
{
    margin-left: 1em;
    border: 1px solid #666666;
    background-color: #FFFFFF;
}
#copy .txtBox:focus {
	border:1px solid #573323;
	background-color:#FFFFFF;
}
#copy .button {
	border:1px solid #942727;
	background-color:#F9A60D;
	color:#333333;
}

#copy legend {background-color:#FFFFFF;padding:0.5em;}

#copy caption {text-align:left; font-weight:bold;}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer
{
    margin: 0px;
    clear: both;
    height: 20px;
    color: #696969;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    text-align: center;
    background-image: url(images/backg_footer.jpg);
    background-repeat: repeat-x;
}

div.sdmenu {
	width: 150px;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 10px;
	background-color: #680000;
	/*background: url(Images/bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.sdmenu div {
	/*background: url(Images/title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(Images/toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	color: white;
	background: url(Images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(Images/collapsed.gif);
}
div.sdmenu div a
{
    padding: 5px 10px;
    background: #fff7ee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #680000;
}
div.sdmenu div a.current {
	background : #F2DBBB;
}
div.sdmenu div a:hover {
	background : #680000 url(Images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");*/
	}


.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
padding: 2px 0;
margin: 10px 0;
font-size: 8pt;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid #680000;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: #680000;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #fff;
background-color: #680000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected
{
    /*Pagination div "flatview" links style*/
    color: #000;
    background-color: #680000;
    font-size: 8px;
    color: #ffffff;
}

.treeview ul
{
    /*CSS for Simple Tree Menu*/
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.treeview li
{
    /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    font-size: 11px;
    list-style-type: none;
    padding-left: 10px;
    line-height: 15px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}



@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family: Verdana;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy{
		margin:0;
		padding:0;
	}

	#copy fieldset{border:none;}

	#copy legend{color:#942727;}

	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}

	#content{width:100%;}

	html>body #content {
		width:85%;
		margin-left:2em;
	}
}
