@charset "UTF-8";
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: 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;
	background-image: url(images/bg_top_grad.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1025px;  /* 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 */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container img {border:none;}

.twoColFixLtHdr #header {
	padding: 0 0px 0px 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. */
	height: 79px;
	background-image: url(images/bg_top_grad.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 50px;
	margin: 42px 0 0 0;
	width: 150px;
}

.twoColFixLtHdr #sidebar1 h3{
	font-size:15px;
	color: #f26522;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 46px 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0px 10px 0 0px;
	border-top: 1px solid #000000;
	margin-top: 20px;
	color: #999999;
	margin-left: 50px;
} 

.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-size: 9px;
}
.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;
}
.twoColFixLtHdr #container #header #paula_name {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 50px;
}
.twoColFixLtHdr #container #header .topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66615A;
	float: right;
	padding-top: 20px;
	word-spacing: 0.5em;
}
.twoColFixLtHdr #container #header .phone_number {
	letter-spacing: 0.15em;
	padding-left: 50px;
	color: #FFFFFF;
}

.twoColFixLtHdr #container #header .topnav .selectedNav {
	color: #f26522;
}

.twoColFixLtHdr #container #header .topnav .small { color:#ACACAC; font-size:9px; word-spacing:normal;
}

#header a:link {color:#FFFFFF; text-decoration: none;}
#header a:visited {color:#FFFFFF; text-decoration: none;}
#header a:hover {color:#dae5f2; text-decoration: none;}
#header a:active {
	color:#CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .contact{
	color: #ffffff;
}
.twoColFixLtHdr #container #sidebar1 ul {
	font-size: 11px;
	line-height: 24px;
	color: #66615b;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #sidebar1 ul li {
	padding-top: 10px; font-weight: bold;
}

.twoColFixLtHdr #container #sidebar1 ul li .selectedCompany {color:#000000;}
.twoColFixLtHdr #container #sidebar1 ul li .selectedProject {color:#000000; list-style-image: url(images/dash_orange.gif)}

.twoColFixLtHdr #container #sidebar1 ul ul {
	line-height: 16px;
	list-style-position: inside;
	list-style-image: url(images/dash.gif);
}

.twoColFixLtHdr #container #sidebar1 ul ul li { padding-top: 0px; font-weight:normal;}

.twoColFixLtHdr #container #sidebar1 ul ul li a:link {color:#66615b; text-decoration:none;}
.twoColFixLtHdr #container #sidebar1 ul ul li a:visited {color:#66615b; text-decoration:none;}
.twoColFixLtHdr #container #sidebar1 ul ul li a:hover {color:#575bad; text-decoration:none;}
.twoColFixLtHdr #container #sidebar1 ul ul li a:active {color:#464646; text-decoration:none;}

.twoColFixLtHdr #container #mainContent h1 {
	font-size: 11px;
	color: #66615b;
}
.twoColFixLtHdr #container #mainContent .main_header {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #dedad7;
	height: 20px;
	color: #66615b;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .main_header .project_nav {
	color: #66615b;
	float: right;
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #container #mainContent .main_header .project_nav .divider {
	color:#ebe7e4;
}

.twoColFixLtHdr #container #mainContent .main_header .project_nav a:link{ color: #66615b; text-decoration:none;}
.twoColFixLtHdr #container #mainContent .main_header .project_nav a:visited{color: #66615b; text-decoration:none;}
.twoColFixLtHdr #container #mainContent .main_header .project_nav a:hover{color: #575bad; text-decoration:none;}
.twoColFixLtHdr #container #mainContent .main_header .project_nav a:active{color: #000000; text-decoration:none;}



.twoColFixLtHdr #container #mainContent .main_header #project_title {
	font-size: 11px;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent .main_header #project_title .company {
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent .sampleAndDescription {
}
.twoColFixLtHdr #container #mainContent .sampleAndDescription .image590w {
	margin: 0px;
	padding: 0px;
	float: left;
}

.twoColFixLtHdr #container #mainContent .sampleAndDescription .image588w {
	margin: 0px;
	padding: 0px;
	float: left;
	border:1px solid #dedad7;
}



.twoColFixLtHdr #container #mainContent .sampleAndDescription p {
	margin-left: 615px;
	font-size: 11px;
	line-height: 20px;
	color: #66615b;
}

.twoColFixLtHdr #container #mainContent .sampleAndDescription a:link {text-decoration:none; color:#575bad;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription a:visited {text-decoration:none; color:#575bad;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription a:hover {text-decoration:none; color:#575bad;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription a:active {text-decoration:none; color:#000000;}

.twoColFixLtHdr #container #mainContent .sampleAndDescription .pageNumbers {
	background-color: #000000;
	padding: 2px;
	text-align: center;
	margin-right: 5px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	color: #f26522;
	border: 1px solid #66615b;
	
}

.twoColFixLtHdr #container #mainContent .sampleAndDescription a.pageNumbers {background-color:#ebebeb;}

.twoColFixLtHdr #container #mainContent .sampleAndDescription .pageNumbers a:link { text-decoration:none; color:#ffffff;font-weight: bold;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription .pageNumbers a:visited {text-decoration:none; color:#ffffff;font-weight: bold;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription .pageNumbers a:hover {text-decoration:none; color:#dae5f2;font-weight: bold;}
.twoColFixLtHdr #container #mainContent .sampleAndDescription .pageNumbers a:active {text-decoration:none; color:#f26522;font-weight: bold;}

.twoColFixLtHdr #container #header .contact {
	font-size: 11px;
	padding-top: 20px;
	color: #66615b;
	word-spacing: .5em;
}
