/*___   layout styles   ___*/
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixMain #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 625px;
	padding: 0px;
} 
.twoColFixMain #header {
	position: absolute;
	width: 1000px;
	height: 135px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
} 
.twoColFixMain #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 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 */
}

/* --------- start sidebar navigation ---------- */

.twoColFixMain #sidebar {
	width: 200px;
	position: absolute;
	padding: 0px;
	height: 465px;
	background-color: #fff;
	top: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 0px;
}
#sidebarGraphicH {
	background-color: #FFF;
	padding: 0px;
	height: 0px;
	width: 13px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebarGraphicD {
	background-color: #FFF;
	padding: 0px;
	height: 0px;
	width: 13px;
	margin-top: 78px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebarGraphicS {
	background-color: #FFF;
	padding: 0px;
	height: 0px;
	width: 13px;
	margin-top: 101px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebarGraphicR {
	background-color: #FFF;
	padding: 0px;
	height: 0px;
	width: 13px;
	margin-top: 124px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebarGraphicC {
	background-color: #FFF;
	padding: 0px;
	height: 0px;
	width: 13px;
	margin-top: 147px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebarNav {
	background-color: #FFF;
	padding: 0px;
	height: 415px;
	width: 150px;
	position: absolute;
	margin: 0px;
	left: 48px;
	top: 50px;
}
/*-- end sidebar graphics ~ start nav text  -------*/
#sidebarNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarNav ul li{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 23px;
	
}
#sidebarNav ul li a:link, #sidebarNav ul li a:visited{
	text-decoration: none;
	margin: 0;
	color: #000000;
}
#sidebarNav ul li a:hover{
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
}
#sidebarNav ul li a:active{
	text-decoration: none;
	margin: 0;
	color: #000000;
}

/* --------- end sidebar navigation ---------- */

.twoColFixMain #mainContent {
	width: 800px;
	position: absolute;
	height: 465px;
	padding: 0;
	margin: 0px;
	left: 200px;
	top: 135px;
}

#mainContentHome {
	width: 1000px;
	position: relative;
	height: 465px;
	padding: 0;
	margin: 0px;
	left: 0px;
	top: 135px;
}
#graphicBox {
	padding: 0px;
	height: 400px;
	width: 760px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	background-image: url(../x-images/tru-designsRectangle.gif);
	background-repeat: no-repeat;
	top: 55px;
	left: 0px;
	margin-top: 0px;
}
#graphicBoxName {
	background-color: #303030;
	margin: 0px;
	padding: 0px;
	height: 25px;
	position: absolute;
	left: 25px;
	top: 20px;
	width: 500px;
}
#graphicBoxBackBtn {
	padding: 0px;
	height: 25px;
	width: 200px;
	position: absolute;
	left: 525px;
	top: 20px;
	margin: 0px;
}

#aboutDesigner {
	padding: 0px;
	height: 25px;
	width: 200px;
	position: absolute;
	left: 400px;
	top: 3px;
	margin: 0px;
}
#graphicBoxText {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 190px;
	position: absolute;
	left: 25px;
	top: 55px;
	line-height: 1.1em;
}
#graphicBoxContent {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 505px;
	position: absolute;
	left: 230px;
	top: 55px;
}
#tabbedPanelBox {
	margin: 0px;
	padding: 0px;
	height: 310px;
	position: absolute;
	left: 25px;
	top: 55px;
	width: 505px;
}
#projData {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 195px;
	position: absolute;
	left: 530px;
	top: 55px;
}
#projDataText {
	color: #999;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 175px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 0.75em;
	line-height: 20px;
}
.projDataTextSpecific {
	font-size: 1em;
	color: #CCC;
	font-weight: bold;
}
#bioImgBox {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 225px;
	position: absolute;
	left: 25px;
	top: 55px;
}
#bioTextBox {
	margin: 0px;
	height: 310px;
	width: 440px;
	position: absolute;
	left: 275px;
	top: 55px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#graphicBoxContent #frmContact  {
	font-size: 0.9em;
	color: #CCC;
	font-weight: bold;
	line-height: 30px;
}


/*---------   start footer  ------------*/
.twoColFixMain #footer {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 1000px;
	position: absolute;
	top: 600px;
	text-decoration: none;
}
#footerCopyRight {
	margin: 0px;
	position: absolute;
	padding: 0px;
	height: 25px;
	width: 175px;
	top: 0px;
	right: 50px;
	text-align: right;
	text-decoration: none;
}
#footeriiixiii {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 25px;
	width: 100px;
	left: 675px;
	text-align: right;
	text-decoration: none;
}
#footeriiixiii li {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footeriiixiii li a:link, #footeriiixiii li a:visited {
	text-decoration: none;
	margin:0;
	color: #000000;
	padding: 0px;
}
#footeriiixiii li a:hover {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}
#footeriiixiii li a:active {
	text-decoration: none;
	margin:0px;
	color: #000000;
	padding: 0px;
}
/*------------ end footer---------*/

.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;
}
/*_____  presentation styles   ____*/
h1 {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: .7em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 8px;
	text-decoration: none;
}
h5 {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.lightText {
	color: #CCC;
}
.boldRedText {
	font-weight: bold;
	color: #C33;
	text-indent: 0px;
	letter-spacing: 0.1em;
}
.med9emText {
	font-size: 0.9em;
	color: #999;
}
.med7emBoldText {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}
.twoColFixMain #container #mainContent #graphicBox #graphicBoxText .phoneNumber {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	letter-spacing: 5px;
}
.backBtnPos {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}

.pIndent {
	margin-left: 24px;
}

#mainContentHome #phnum {
	position: absolute;
	height: 10px;
	width: 140px;
	margin-top: 10px;
	margin-left: 50px;
}

/*================   DESIGN WORK   =================*/
#mainContentHome #designNav {
	height: 130px;
	width: 915px;
	position: absolute;
	left: 50px;
	top: 45px;
	}
#designNav a:link, #designNav a:visited {
	height: 130px;
	width: 915px;
	display:block;
	text-indent: -5000px;
	background: url(../x-images/home/designSP.png) no-repeat left top;
	} 
#designNav a:hover  {
	background-position: left bottom;
		}		
#designNav a.current  {
	background-position: left bottom;
		}
		
/*================   SERVICES   =================*/
#mainContentHome #servicesNav {
	height: 130px;
	width: 915px;
	position: absolute;
	left: 50px;
	top: 180px;
	}
#servicesNav a:link, #servicesNav a:visited {
	height: 130px;
	width: 915px;
	display:block;
	text-indent: -5000px;
	background: url(../x-images/home/servicesSP.png) no-repeat left top;
	} 
#servicesNav a:hover  {
	background-position: left bottom;
		}		
#servicesNav a.current  {
	background-position: left bottom;
		}
		
/*================   CONTACT   =================*/
#mainContentHome #contactNav {
	height: 130px;
	width: 915px;
	position: absolute;
	left: 50px;
	top: 315px;
	}
#contactNav a:link, #contactNav a:visited {
	height: 130px;
	width: 915px;
	display:block;
	text-indent: -5000px;
	background: url(../x-images/home/contactSP.png) no-repeat left top;
	} 
#contactNav a:hover  {
	background-position: left bottom;
		}		
#contactNav a.current  {
	background-position: left bottom;
		}		
