/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
	padding-top: 10px;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #f2f2f2;
}

a:link,
a:visited {
	text-decoration: none;
	color: #0056A5;
}

a:hover {
	color: #999;
}

h1 {
	color: #1e1918;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	color: #0056A5;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #111;
	height: 31px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #C0C0C0;
	font-size: 9px;
	line-height: 20px;
	width: 100%;
}

#top .inner,
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 375px;
	padding-top: 5px;
}

#top a:link,
#top a:visited {
	color: #FFF;

}

#top a:hover {
	color: #fff;
}

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 29px;
	padding-bottom: 20px;
	height: 75px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 16px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper .inner {
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
	min-height: 335px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
}

#footer .inner {
        font-family: tahoma, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 9px;
	padding: 10px 0 20px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
	padding: 17px 0 20px;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 292px;
	bottom: 20px;
	font-size: 15px;
}

ul#nav li {
	height: 12px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden;
}

/* our clients */
ul#nav li#home {
	width: 60px;
	
}

ul#nav li#home:hover {
	
}

ul#nav li#home.active {
	width: 60px;

}

/* the work */
ul#nav li#profile {
	width: 60px;

	padding-left: 4px;
}

ul#nav li#profile:hover {

}

ul#nav li#profile.active {
	width: 60px;

	padding-left: 4px;	
}

/* projects */
ul#nav li#pgallery {
	width: 76px;

	padding-left: 9px;
}

ul#nav li#pgallery:hover {
	
}

ul#nav li#pgallery.active {
	width: 76px;

	padding-left: 9px;	
}

/* services */
ul#nav li#services {
	width: 70px;

	padding-left: 2px;	
}

ul#nav li#services:hover {

}

ul#nav li#services.active {
	width: 70px;

	padding-left: 2px;		
}

/* good news */
ul#nav li#safety {
	width: 120px;

	padding-left: 4px;		
}

ul#nav li#safety:hover {
	
}

ul#nav li#safety.active {
	width: 120px;

	padding-left: 4px;		
}

/* good news */
ul#nav li#request {
	width: 120px;

	padding-left: 0px;		
}

ul#nav li#request:hover {
	
}

ul#nav li#request.active {
	width: 120px;

	padding-left: 0px;		
}
/* contact */
ul#nav li#contact {
	width: 80px;

	padding-left: 3px;		
}

ul#nav li#contact:hover {

}

ul#nav li#contact.active {
	width: 80px;
	
	padding-left: 3px;		
}

/*-  front
----------------------------------------------------------------------*/
#flash {
	width: 900px;
	position: relative;
	top: -7px;
	margin-bottom: 5px;
}

#profile-page {
	width: 900px;
	height:300px;
	position: relative;
	top: -7px;
	margin-bottom: 5px;
}


#front_work {
	float: left;
	width: 344px;
	padding-left: 16px;
	margin-bottom: 0px;
}

#front_work img#work_arrow {
	float: left;
	position: relative;
	left: 108px;
	top: -37px;
	margin-bottom: -35px;
}

#recentpro img#news_arrow {
	float: left;
	position: relative;
	left: 190px;
	top: -37px;
	margin-bottom: -35px;
}

#front_work ul#projects {
	padding-top: 5px;
}

#front_work ul#projects li img {
	left: 31px ! important;
}

#recentpro {
	float: right;
	width: 495px;
	padding-left: 16px;
}

#recentpro ul#projects li {
	margin-bottom: 13px;
}

#recentpro ul#projects li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#recentpro ul#projects li a:link,
#recentpro ul#projects li a:visited {
	color: #1a1a1a;
	font-size: 29px;
	letter-spacing: -0.05em;
	line-height: 1.0em;	
}

#recentpro ul#projects li a:hover {
	color: #616161;
}



/*-  the work section
----------------------------------------------------------------------*/

div#work_sidebar {
	width: 301px;
	float: left;
}

div#portfolio_nav {
	height: 30px;
	width: 299px;
}

div#portfolio_nav a#portfolio_nav_up {
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	background: #fff url(/images/portfolio_nav_up.gif) 0 0 no-repeat;
}

div#portfolio_nav a#portfolio_nav_down {
	display: block;
	float: left;
	height: 30px;
	width: 149px;
	background: #fff url(/images/portfolio_nav_down.gif) 0 0 no-repeat;
}

#work_sidebar #projects {
	height: 480px;
	overflow: hidden;
}

#projects {
	position: relative;
	padding: 0 1px;
	padding-bottom: 5px;
}

table#portfolio_table {	
	position: relative;
}

tr.gap td {
	height: 7px ! important;
}

#projects td {
	border-bottom: solid 1px #e9e9e9;
}

#projects td.thumb {
	padding-left: 10px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 7px 0;
}

#projects td.thumb img {
	width: 131px ! important;
	height: 71px ! important;
	border: solid 2px #fff ! important;
}

#projects td.president {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#projects tr.active td {
	background-color: #161616;
	color: #b0b0b0;
}

#projects tr.active td.thumb {
}

#projects tr.active td.president {
}

#projects td.president strong {
	color: #1e1918;
} 

#projects tr.active td.president strong {
	color: #fff;
}

#projects td.president a.view:link,
#projects td.president a.view:visited {
	display: inline;
}

#projects tr.active td.president a.view{
	display: none;	
}

#projects.front {
	padding-top: 5px;
}

#projects.front td.thumb {
	padding: 0 0 18px 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

#projects.front td.president {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

ul.project_nav {
	height: 27px;
	line-height: 1em;
	color: #292929;
	float: right;
	position: relative;
	top: -43px;
	margin-bottom: -43px;
	z-index: 500;
}

ul.project_nav a:link,
ul.project_nav a:visited {
	display: block;	
	padding: 9px 9px 6px 9px;	
}

ul.project_nav a:hover {
	background-color: #f6f6f6;
	color: #1d96b8;
}

ul.project_nav a#project_nav_previous:hover,
ul.project_nav a#project_nav_next:hover {
	background-color: #fff ! important;
}

ul.project_nav a.current {
	color: #292929;
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important	
}

/*
#project_nav_1 {
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important
}

*/
ul.project_nav li {
	float: left;
	border-right: solid 1px #e9e9e9;
}

ul.project_nav li img {
	display: block;
	float: left;
	padding-bottom: 8px;
}

ul.project_nav li.last {
	border-right: none ! important;
}




/*-  misc
----------------------------------------------------------------------*/
blockquote, bq {
	color: #aeb387;
	font-style: italic;
	padding: 0 ! important;
	margin: -1.5em 0 -1.5em 20px ! important;
}

.light {
	color: #a6acad;
}

ul.tightbottom li {
	margin-bottom: 0 ! important;
}

h2.topgap {
	margin-top: 50px;
}

p.buttons {
	margin-top: 12px;
}

