@charset "utf-8";

/*--------------------------------------------------Body & Wrapper--------------------------------------------------*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 715px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;

	
} 



/*--------------------------------------------------Header--------------------------------------------------*/

.twoColFixLtHdr #header { 
	background: #fff; 
	background-image: url(images/header.jpg);
	height:160px;
	
} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 15px;
	padding-left:398px;
	color:#FF0000;
	font-size:16px;
}



/*--------------------------------------------------SubHeader--------------------------------------------------*/

.twoColFixLtHdr #subheader { 
	background: #FFFFFF;
	background-image:url(images/subheader.jpg);
	background-repeat: repeat-x; 
	margin:0;
	padding:5px;
	height:20px;
	border-bottom:2px solid #c6c6c6;

} 


/*----- Search List Class-----*/
	
.twoColFixLtHdr #subheader ul.search { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: left;
	}
	

.twoColFixLtHdr #subheader ul.search li { 
	display: inline; 
	
	}
	


/*----- Function List Classes (print, pdf, etc)-----*/

.twoColFixLtHdr #subheader ul.functions { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right;
	}
	

.twoColFixLtHdr #subheader ul.functions li { 
	display: inline; 
	
	}
	
	
	
/*----------Function List Icon Classes----------*/

.twoColFixLtHdr #subheader li.bookmark  { 
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	

.twoColFixLtHdr #subheader li.print  { 
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
.twoColFixLtHdr #subheader li.pdf  { 
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
.twoColFixLtHdr #subheader li.contact  { 
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
/*-----End List Icon  Classes------*/


.twoColFixLtHdr #subheader ul li a { 
	text-decoration: none; 
	padding: .1em .5em;
	font-size:10px;
	color: #6a4d56;
	}
	
.twoColFixLtHdr #subheader ul li a:hover {
	color: #333333;
	border-top: 2px solid #887178;
	border-bottom: 2px solid #887178;
	}
	

	

	
	

/*--------------------------------------------------SideBar1--------------------------------------------------*/

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #f1f3f5;*/
	margin:40px 0 0 0;
	padding:0;
	
}

.twoColFixLtHdr #sidebar1 p{
	margin-top: 30px; /* 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-top: 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url();
	background-repeat: repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #fff;
}



/*--------------------------------------------------Nav--------------------------------------------------*/

.twoColFixLtHdr #nav {
		margin:0px 10px 10px 22px;
		padding:10px 0px 10px 0px;
		border-right: 2px solid  #c6c6c6;
		border-left: 2px solid  #c6c6c6;
		width:175px;
		background-color:#f5f5f5;
		line-height:20px;
		display:block;
		font-size:14px;
		font:Arial, Helvetica, sans-serif;
		color:#000000;
		font-weight:bold;
}

.twoColFixLtHdr #nav a{
	display: block;
	color: #887178;
	width: 149px;
	margin:0;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #000099;*/
	font-weight: bold;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #nav a:hover{
	border-top: 2px solid #887178;
	border-bottom: 2px solid #887178;
	background-color:#bfb3b7;
	color:#000000;
}

.twoColFixLtHdr #nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/*---Navigation List Classes----*/


.twoColFixLtHdr #nav td.web_design  { 
	
	background-image: url(images/nav1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}
	
.twoColFixLtHdr #nav td.graphic_design  { 
	
	background-image: url(images/nav2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}

.twoColFixLtHdr #nav td.credentials  { 
	
	background-image: url(images/nav3.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}

.twoColFixLtHdr #nav td.tutorials  { 
	
	background-image: url(images/nav6.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}
		
.twoColFixLtHdr #nav td.portfolio  { 
	
	background-image: url(images/nav4.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}

.twoColFixLtHdr #nav td.home  { 
	
	background-image: url(images/nav5.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 25px;
	margin: .4em 0;
	text-indent: 5px;
	height:27px;
	}
	
.twoColFixLtHdr #nav td.products  { 
	
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	text-indent: 0px;
	color:#887178;
	font-size:10;
	font-weight:bold;
	}

/*-------*/


	
/*-----Subnav------*/

.twoColFixLtHdr #subnav ul li { 
	text-decoration: none; 
	padding: .1em .1em;
	font-size:14px;
	color: #000000;
	font-weight:bold;
	}

.twoColFixLtHdr #subnav ul li a { 
	text-decoration: none; 
	padding: .1em .5em;
	font-size:14px;
	color: #6a4d56;
	font-weight:bold;
	}
	
.twoColFixLtHdr #subnav ul li a:hover {
	color: #333333;
	border-top: 2px solid #887178;
	border-bottom: 2px solid #887178;
	background-color:#bfb3b7;
	}
	
.twoColFixLtHdr #subnav ul.functions { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: center;
	}
	

.twoColFixLtHdr #subnav ul.functions li { 
	display: inline; 
	
	}

/*--------------------------------------------------MainContent--------------------------------------------------*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px;
	padding:25px 25px 0 10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:454px;
} 

.twoColFixLtHdr #mainContent p{
	margin: 0 0 15px 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:0 0 10px 0;
	font-size:14px;
	color:#333333;
	text-align:justify;
	line-height:18px;
}

.twoColFixLtHdr #mainContent p.underline{
	border-bottom: 1px solid #c6c6c6;
}

.twoColFixLtHdr #mainContent a{
	font-size:14px;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent a.red{
	font-size:12px;
	color:#990000;
}

.twoColFixLtHdr #mainContent a.redMed{
	font-size:10px;
	color:#990000;
}


.twoColFixLtHdr #mainContent a.redSmall{
	font-size:8px;
	color:#990000;
}

.twoColFixLtHdr #mainContent a:hover{

	color: #887178;
}

.twoColFixLtHdr #mainContent h1{
	margin: 0 0 20px 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: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:24px;
	color:#887178;
	border-bottom:2px solid #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.twoColFixLtHdr #mainContent h2{
	margin: 45px 0 0 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
	color:#990000;
}

.twoColFixLtHdr #mainContent h3{
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #6c5272;
	text-decoration: underline;
}


.twoColFixLtHdr #mainContent ul{

		margin:20px 0 0 15px;
		padding:0 0 0 20px;
		

}

.twoColFixLtHdr #mainContent ol{

		margin:20px 0 0 15px;
		padding:0 0 0 20px;
		

}


.twoColFixLtHdr #mainContent li{

		padding:0 0 10px 0;
		

}









/*--------------------------------------------------Footer--------------------------------------------------*/

.twoColFixLtHdr #footer { 
	margin-top:20px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/subheader.jpg);
	border-top: 1px solid #c6c6c6;
	height:30px;
} 
.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 */
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}


#wallname {
	font:12px arial;
	line-height:12px;
	color:#000000;
	}


.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;
}

/*------------dropmenu--------------*/

#dropmenudiv{
position:absolute;
border:2px solid #c6c6c6;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 2px solid #c6c6c6;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#887178;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #bfb3b7;
color:#000000;
}