/*---------------------------------------------
Global Style Sheet v.A

Version:	1.0
Site: 		www.tandemodus.com
-----------------------------------------------*/

body  {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	background: rgb(60, 52, 38);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 10px;
	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: rgb(60, 52, 38);
}
body a:link, 
body a:active, 
body a:visited  {
color: #c16d29;
text-decoration: underline; 
}

body p {
font-family:Arial, Helvetica, sans-serif; 
}



.twoColLiqLtHdr #container { 
	width:860px;  /* this will create a container 80% of the browser width */
	background: rgb(255, 247, 245); 
	position: absolute; top: 0px; 
	left: 50%;
	margin-left: -430px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 .twoColLiqLtHdr #header { 
	background: rgb(60, 52, 38);
	padding: 0px;  /* 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. */
} 
.twoColLiqLtHdr #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 avoie32ds the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 288px; /* since this element is floated, a width must be given */
	height:100%;
	background: rgb(255, 247, 245); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div  */
	margin: 20px 0px 0px 0px;
	display:table-cell;
	text-align:center;
	padding: 0px 0px 0px 0px;
	}
.twoColLiqLtHdr #smallhead1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; color: rgb(116, 128, 59);
	text-transform: uppercase;
	padding: 0px 0px 0px 18px;
	}	
	

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	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;
}
.twoColLiqLtHdr #mainContent { 
	position:relative;
	margin: 20px 0px 0px 288px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height:100%;
	border-left-style:solid;
    border-color: rgb(60, 52, 38);
    border-width:1px;
	padding: 10px 20px 10px 10px;
} 
.twoColLiqLtHdr #mainContentbox { 
    width:410px; 
	position:relative;
	background: rgb(255, 247, 245); 
	margin: 0px 0px 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height:100%;
	border-left-style:solid;
    border-color: rgb(60, 52, 38);
    border-width:1px;
	padding: 20px 20px 20px 20px;
	text-align:left;
} 
.twoColLiqLtHdr #mainContent li { 
font:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 20px;
list-style-type:disc;
color:#333;
}
.twoColLiqLtHdr #mainContent ul {margin-left: 0; padding-left: 18px; font-family:Arial, Helvetica, sans-serif;}
.twoColLiqLtHdr #mainContenta {
	position:absolute;
	bottom:0px;
	right:572px;
	width:288px;
	text-align:left;
	}	
.twoColLiqLtHdr #mainContenta p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: rgb(60, 52, 38);
	line-height: 18px;
	padding-left:18px;
}	
.twoColLiqLtHdr #mainContenta a:link, 
.twoColLiqLtHdr #mainContenta a:active, 
.twoColLiqLtHdr #mainContenta a:visited  {
text-decoration: underline; 
color: rgb(60, 52, 38);
}
.twoColLiqLtHdr #mainContent h1 { 
	font-family:Georgia, Times, serif;
    font-weight:100;
    font-size:21px;
    line-height: 24px;
    color: #c16d29;
    float: none;
    padding: 5px 0px 0px 0px;  
} 
.twoColLiqLtHdr #mainContent h2 { 
	font-family: Georgia, Times, serif;
    color: #c16d29;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 1.7em;
    font-weight:100;
    float: none;
    margin: 5px 0px -10px 0px; 
} 
.twoColLiqLtHdr #mainContent h3 { 
    font-family: Georgia, Times, serif;
    color: rgb(60, 52, 38);
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 1.7em;
    font-weight:100;
    float: none;
    margin: 5px 0px 0px 0px;  
} 
.twoColLiqLtHdr #mainContentbox h3 { 
    font-family: Georgia, Times, serif;
    color: rgb(60, 52, 38);
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 1.7em;
    font-weight:100;
    float: none;
    margin: 5px 0px 0px 0px;  
} 
#allcaps {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: rgb(60, 52, 38);
	text-transform:uppercase;
	font-weight:bold;
}
#smallhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: rgb(116, 128, 59);
	letter-spacing:.2em;
	line-height: -2em;
	text-transform: uppercase;
	}
#smallheadorange {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #c16d29;
	line-height: -2em;
	text-transform: uppercase;
	}	
#orange {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #c16d29;
	}	
#orangebold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #c16d29;
	font-weight:bold;
	}	
#brownbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: rgb(60, 52, 38);
	font-weight:bold;
	}		
#brownitalic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(60, 52, 38);
	font-style:italic;
	}
#integrated {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; color: rgb(116, 128, 59);
	line-height: 18px;
    color:#999;
	}	
.twoColLiqLtHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: rgb(255, 247, 245);
} 
.twoColLiqLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* 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: 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;
}
   #nav {
	position: absolute;
	list-style-type: none;
	top: -19px;
	left: -25px;
	font-family: Georgia, Times, serif;
    color: #FFF;
    word-spacing: 0em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 2em;
	float: none;
	margin: 5px 0px 0px 0px;
	width: 250px;
}

#nav li {color:#FFF; list-style-type:none; }
#nav li a:hover {color:#FFF; text-decoration: underline;}
#nav li a {color:#FFF; text-decoration: none;}
#nav li ul {color:#FFF; display: inline;}
#nav li.active {text-decoration: underline;}
#sidenav {
	list-style-type: none;
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	line-height: 24px;
	text-align:left;
	color: rgb(60, 52, 38);
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left:10px;
}
#sidenav ul {margin-left: 0; padding-left: 10px; }
#sidenav li {color: rgb(60, 52, 38); list-style-type:none; }
#sidenav li a:hover {color: #c16d29; text-decoration: underline;}
#sidenav li a {color: rgb(60, 52, 38); text-decoration: none;}
#sidenav li.active {color: #c16d29; text-decoration: none;}

hr  {
   margin: 1px 0px 5px 0px;
   padding: 0;
   width: auto;
   float: center;
   color: #c16d29;
   height: 1px;
   border-style:none;
   }