@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; /* 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;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 929px;
	height: 695px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/master_back.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #nav_menu {
	width: 690px;
	height: 50px;
	padding: 0 10px 0 20px;  
} 

.twoColFixLtHdr #nav_menu ul {
	display:inline;
	list-style-type: none;
}

.twoColFixLtHdr #nav_menu li {
	float:left;
}

.twoColFixLtHdr #nav_menu a{
	color: #FFF;
	font-size:1em;
	text-decoration: none;
	display:block;
	padding:16px;
	margin-right:30px;
}

.twoColFixLtHdr #nav_menu a:hover{
	color: #F90;
}

.active_menu {
	background:url(images/active_menu_back.gif);	
	color:#030303;
}

.twoColFixLtHdr #heading_bar {
	float:left;
	width:680px;
	margin-top:13px;
	margin-bottom:30px;
	font-size:1.4em;
	color: #800000;
}

.active_header {
	color:#000;	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px;
	height: 525px;
	color:#FFF;
	margin-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar1 h3 {
	padding-top:10px;
	padding-left: 10px;
	margin-bottom:0px;
	margin-top:0px;
	font-size: 1em;
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 h3 a {
	font-size:1em;
}

.twoColFixLtHdr #sidebar1 ul, ol {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.twoColFixLtHdr #sidebar1 li {
	padding-left:5px;	
	padding-right:10px;
}

.twoColFixLtHdr #sidebar1 a {
	padding-left:5px;
	color:#FFF;
	font-size: .8em;
	text-decoration:none;
	display:block;
	line-height:1.8em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.twoColFixLtHdr #sidebar1 a:hover {
	border-top-color: #EEE;
	border-bottom-color: #EEE;
}

.twoColFixLtHdr #sidebar1 ol {
	padding-left: 10px;
}	

.twoColFixLtHdr #sidebar1 hr {
	color: #9C6C3D;	
	background-color: #9C6C3D;
	height: 2px;
	border:0px;
	margin-left: 5px;
	margin-right: 5px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 195px;
	padding: 0 15px 0 5px;
} 

.twoColFixLtHdr #mainContent h1 {
	font-size: 1.4em;
	padding-left:10px;
	padding-top:15px;
}

.twoColFixLtHdr #mainContent p {
	font-size:.9em;
	line-height:1.3em;
	padding-left:10px;
	padding-right: 90px;	
}

.twoColFixLtHdr #mainContent h3 {
	text-align:center;	
}

.twoColFixLtHdr #mainContent td {
	font-size: .8em;
	line-height:1.4em;
}


.twoColFixLtHdr #mainContent td a {
	color:#813400;
	
}

.twoColFixLtHdr #mainContent td a:hover {
	color:#D29D41;
}

.twoColFixLtHdr #mainContent td hr {
	margin-right:20px;
}
/* Style declarations for captions on portfolio page */
div.wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	/* styling below */
	background-color:black;
	font-family: 'tahoma';
	font-size:1.2em;
	text-align:center;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}
a.description_content{
	padding:0px;
	margin:0px;
	text-align:center;
	color:white;
	text-decoration:none;
}

a:hover.description_content {
	color:#D2A03D;
}
/* Style for rotating image boxes, large and small with offset for shadows */
.twoColFixLtHdr #rotateBox { 
	width:660px;
	height: 433px;
	position: relative;
	bottom: 7px;
	right: -7px;
} 

.twoColFixLtHdr #rotateBoxSm { 
	width:500px;
	height: 318px;
	position: relative;
	bottom: 7px;
	right: -7px;
} 


 
/* Shadow definitions.  Rotating Images Require defined width / height */

.shadow1{
 box-shadow: -5px 5px #818181;
 -webkit-box-shadow: -5px 5px #818181;
 -moz-box-shadow: -5px 5px #818181;
 filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=-5, offY=5, positive=true);
 }
 
.twoColFixLtHdr #shadowHome {
	width:660px;
	height: 433px;
	position: relative;
	background-color: #7D7D7D;
}

.twoColFixLtHdr #shadowContact {
	width:500px;
	height: 318px;
	position: relative;
	float:right;
	margin-right:10px;
	background-color: #7D7D7D;
}

.twoColFixLtHdr #shadow_img {
	position: relative;
	float:right;
	margin-top:5px;
}

.twoColFixLtHdr #thumbnailBox {
	float:right;
	margin-left: 15px;
	background:#6D6D6D;
	padding:3px;

}
/* Project Page Thumbnaili Styles */
.twoColFixLtHdr #thumbnailBox a img {
	margin:3px;
	border: 2px solid #6D6D6D;
}

.twoColFixLtHdr #thumbnailBox a:hover img {
	border: 2px solid #F90;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
} 

.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;
	font-size: .7em;
	color: #FFF;
}
.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;
}
