/*
Title:      Styles for CTC - Commercial Team Construction
Author:     Karinne Legault, kl@karinnelegault.com
Updated:    March 15, 2006
*/

* {
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/ 
html, body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	background-color: #fff;
	margin-bottom: 35px;
}

/* ---| common elements |--------------------- */

img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

strong {
	color: #063;
}

h1 {
	display: none;
}

h2 {
	color: #000;
	font-size: 24px;
}

#main table {
	border-collapse: collapse;
	border: 0;
}

.lnewsdate {
	color: #c30;
}

/* ---| form elements |----------------------- */

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

legend {
    display: none;
}

input, textarea {
    margin: 0px;
    padding: 1px;
    font-family: Courier, monospace;
    font-size: 11px;
    border: 1px solid #999999;
}

span.cursor {
    cursor: pointer;
}

p#Error_msg {
    color: red;
}

span.required {
	color: red;
	font-weight: bold;
	font-size: 9px;
}

p.required {
	color: red;
	font-weight: bold;
}

/* ---| links |------------------------------- */

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #063;
}

a:hover {
	text-decoration: none;
}

#fright a:link, #fright a:visited, #fright a:active {
	color: #000;
	text-decoration: none;
}

#fright a:hover {
	color: #666;
}

/* ---| layout |------------------------------ */

#wrap {
	margin: 0 auto;
	width: 739px;
	
	border-top: 13px solid #b8c8c1;
	text-align: left;
	background-color:#f5f5f5;
}

#wrap_project {
	margin: 0 auto;
	width: 739px;
	background: url(../images/projects-bg.jpg) repeat-y center top;
	border-top: 13px solid #b8c8c1;
	text-align: left;
}

#header {
	width: 739px;
}

#header #hleft {
	width: 280px;
	float: left;
}

#header #hright {
	width: 459px;
	float: right;
}

* html #hright {
	margin-left: -3px;
}

* html #hleft {
	width: 275px;
	height: 1%;
}

#leftside {
	width: 225px;
	float: left;
	padding: 10px 30px 0 25px;
}

* html #leftside {
	width: 280px;
	w\idth: 225px;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	background-color:#f5f5f5;
	min-height:200px;
}

* html #content {
	width: 459px;
	width: 409px;
}



#footer {
	
	width: 739px;
	height: 30px;
	color: #000;
	text-align: center;
	padding-top: 10px;
}

* html #footer {
	height: 60px;
	he\ight: 30px;
}

#footer #fleft {
	width: 280px;
	float: left;
	font-size: 10px;	
}

#footer #fright {
	width: 459px;
	float: right;
	font-size: 9px;
}

/* ---| menu |-------------------------------- */
#menu {
	width: 280px;
	margin-top: -2px;
}

#menu ul {
	list-style: none;
	border: none;
	margin-bottom: 0px;
}
		
#menu li {
	margin: 0;
	
	margin-bottom: -4px;
}

#menu li a {
	display: block;
	text-decoration: none;
	border: 0;
	width: 280px;
	height: 32px;
}

#menu li a span {
	display:none;
}

#menu li a.aboutus {
	background: url(../images/menu/about-us.jpg) no-repeat top;
}
#menu li a.aboutus:hover {
	background: url(../images/menu/about-us-hover.jpg) no-repeat top;
}

#menu li a.services {
	background: url(../images/menu/services.jpg) no-repeat top;
	
}
#menu li a.services:hover {
	background: url(../images/menu/services-hover.jpg) no-repeat top;
}

#menu li a.design {
	background: url(../images/menu/design-and-build.jpg) no-repeat top;
}
#menu li a.design:hover {
	background: url(../images/menu/design-and-build-hover.jpg) no-repeat top;
}

#menu li a.employment {
	background: url(../images/menu/employment.jpg) no-repeat top;
}
#menu li a.employment:hover {
	background: url(../images/menu/employment-hover.jpg) no-repeat top;
}

#menu li a.contact {
	background: url(../images/menu/contact.jpg) no-repeat top;
	height: 25px;
}
#menu li a.contact:hover {
	background: url(../images/menu/contact-hover.jpg) no-repeat top;
}

#menu li a.mission {
	background: url(../images/menu/mission-statement.jpg) no-repeat top;
}
#menu li a.mission:hover {
	background: url(../images/menu/mission-statement-hover.jpg) no-repeat top;
}

#menu li a.testimonials {
	background: url(../images/menu/testimonials.jpg) no-repeat top;
}
#menu li a.testimonials:hover {
	background: url(../images/menu/testimonials-hover.jpg) no-repeat top;
}

#menu li a.portfolio {
	background: url(../images/menu/portfolio.jpg) no-repeat top;
}
#menu li a.portfolio:hover {
	background: url(../images/menu/portfolio-hover.jpg) no-repeat top;
}