/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*
	(1) html elements */
body {
	background-color: #eee7d5;
	font-size: 65%;
	font-family: verdana, sans-serif;
	color: #666;
}

a img {
	border: none;
}

h1 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	color: #999;
}

h1 strong { color: #778129; }

h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}


p {
	margin: 0 0 20px; 
}
	
/*
	(2) global structures */
#main {
	width: 800px;
	margin: 0 auto;
	background: transparent url(../images/bg_main.gif) 0 0 repeat-y;
}

#masthead {
	width: 800px;
	margin: 0 auto;
	background: transparent url(../images/bg_masthead.gif) top right no-repeat;
}

#logo {
	padding: 11px 0 13px 39px;
	float: left;
}

#tagline {
	float: right;
	padding: 35px 47px 0 0;
}

#identity {
	padding: 0 0 0 11px;
}

#primary-nav {
	border-left: 16px solid #7e8493;
	margin-left: 11px;
}

#content {
	width: 775px;
	border-left: 16px solid #7e8493;
	margin-left: 11px;
	padding: 20px 0;
	line-height: 1.8em;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 15px 10px 0 10px;
	background: transparent url(../images/bg_footer.gif) 0 0 no-repeat;
	font-size: .9em;
	letter-spacing: -.05em;
}

/*
	(3) formatting for global structures */

#identity img {
	border-bottom: 1px solid #fff;
}

#primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#primary-nav ul li {
	float: left;
	height: 20px;
	border-left: 1px solid #fff;
	text-align: center;
}

#primary-nav ul li a {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	float: left;
	margin: 0 auto;
	height: 20px;
}

#primary-nav ul li.home a 			{ background-image: url(../images/bg_nav_home.gif); background-color: #7e8493; width: 126px; }
#primary-nav ul li.home a:hover,
#primary-nav ul li.home a.active	{ background-image: url(../images/bg_nav_home_on.gif); }

#primary-nav ul li.perspective a 	{ background-image: url(../images/bg_nav_perspective.gif); background-color: #98a33f; width: 128px; }
#primary-nav ul li.perspective a:hover,
#primary-nav ul li.perspective a.active	{ background-image: url(../images/bg_nav_perspective_on.gif); }

#primary-nav ul li.capabilities a 	{ background-image: url(../images/bg_nav_capabilities.gif); background-color: #d99a23; width: 128px; }
#primary-nav ul li.capabilities a:hover,
#primary-nav ul li.capabilities a.active	{ background-image: url(../images/bg_nav_capabilities_on.gif); }

#primary-nav ul li.work a 			{ background-image: url(../images/bg_nav_work.gif); background-color: #a86342; width: 127px; }
#primary-nav ul li.work a:hover,
#primary-nav ul li.work a.active		{ background-image: url(../images/bg_nav_work_on.gif); }

#primary-nav ul li.clients a 		{ background-image: url(../images/bg_nav_clients.gif); background-color: #ac893f; width: 130px; }
#primary-nav ul li.clients a:hover,
#primary-nav ul li.clients a.active	{ background-image: url(../images/bg_nav_clients_on.gif); }

#primary-nav ul li.contact a 		{ background-image: url(../images/bg_nav_contact.gif); background-color: #656161; width: 115px; }
#primary-nav ul li.contact a:hover,
#primary-nav ul li.contact a.active	{ background-image: url(../images/bg_nav_contact_on.gif); }



#secondary-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 157px;
	/*letter-spacing: -0.1em;*/
}

#secondary-nav li {
	display: inline;
}

#secondary-nav li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-left: 18px;
	border-bottom: 1px solid #ccc;
	width: 139px;
}

#secondary-nav li.last a {
	border-bottom: none;
}

#secondary-nav li a.active, #secondary-nav li a:hover {
	background: transparent url(../images/bullet_secondary-nav.gif) 6px 6px no-repeat;
	font-weight: bold;
}




#footer p {
	margin: 0;
}

/*
	(4) general purpose */

/* common columns */
#a, #b, #c {
	float: left;
}



table.form {}

table.form td {
	vertical-align: top;
	padding: 5px;
}

table.form td.label {
	text-align: right;
}

table.form input.text {
	background: #fff url(../images/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #cecece;
	border-bottom-color: #e4e4e4;
	border-top-color: #8f8f8f;
	width: 280px;
}

table.form textarea.text {
	border: 1px solid #a9a9a9;
	border-top-color: #868686;
	width: 320px;
	height: 100px;
}





a.read-more {
	font-weight: bold;
	color: #999;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }

/* utilities */
.t-right 		{ texet-align: right; }
.t-left			{ texet-align: left; }
.t-center		{ texet-align: center; }
.f-right 		{ float: right; margin-left: 10px; }
.f-left			{ float: left; margin-right: 10px; }
.rollover		{ cursor: hand; cursor: pointer; }