/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

.normal-cursor {
	cursor: default !important;
}
html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
	font-weight: normal;
	line-height: normal;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #5B5C56;
	text-align: center;
}

/* LINKS and FONTS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #FA6629;   /* ORANGE */
}

a:hover {
	text-decoration: underline;
}


h2 {
	font-size: 26px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	margin-bottom: 28px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.headline {
	font-size: 18px;
	margin-bottom: 15px;
}

.byline {
	text-transform: uppercase;
}

a.more {
	text-transform: uppercase;
	color: #FA6629;   /* ORANGE */
	display: block;
	margin-top: 20px;
}

/* STRUCTURE
_____________________________________________________________________________*/

#header,
#header-container {
	background-color: #5B5C56;
	height: 216px;
}

#header-container,
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 973px;
	position: relative;
}

#content {
	background: repeat-y url(/images/site/bg-content.gif) 757px 0px;
	margin-top: 12px;
	line-height: 18px;
}

#left-column {
	float: left;
	width: 739px;
}

#right-column {
	float: right;
	width: 197px;
}

/* HEADER
_____________________________________________________________________________*/

a#logo1 {
	display: block;
	width: 489px;
	height: 50px;
	position: absolute;
	top: 30px;
	background: no-repeat url(/images/site/logo1.gif);
	text-indent: -3000px;
}

a#logo2 {
	display: block;
	width: 199px;
	height: 64px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: no-repeat url(/images/site/logo2.gif);
	text-indent: -3000px;
}

#header a {
	text-transform: uppercase;
	color: #FFFFFF;
}

#header a.current {
	color: #F8662A;
}

#header ul {
	position: absolute;
	top: 100px;
}

#header .submenu {
	color: #FFFFFF;
	padding-left: 5px;
	visibility: hidden;
}

#header .submenu a {
	padding: 0 3px 0 0px;
	text-transform: none;
	font-style: italic;
}



/* BREADCRUMBS	
_____________________________________________________________________________*/

#breadcrumbs {
	margin-bottom: 36px;
	text-transform: uppercase;
}

#breadcrumbs a {
	text-transform: uppercase;
}

/* FEATURED PROJECT / NEWS
_____________________________________________________________________________*/

.featured-project {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.featured-pix {
	margin-bottom: 11px;
}

.featured-main {
	height: 495px;
	margin-bottom: 5px;
	cursor: pointer;
}

.featured-nav img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.featured-nav li {
	display: inline;
}

.featured-project .headline {
	margin-bottom: 7px;
}

.featured-project .byline{
	margin-bottom: 15px;
}

.news-pic {
	margin-bottom: 15px;
}

/* PERSPECTIVE
_____________________________________________________________________________*/

#perspective {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#perspective .featured-nav {
	margin-bottom: 15px;
}

#perspective .featured-main {
	height: 246px;
}

#perspective .byline {
	margin-bottom: 7px;
}

#perspective .headline {
	margin-bottom: 15px;
}

.blog-info a {
	color: #FA6629;   /* ORANGE */
}

.blog-info {
	color: #FA6629;   /* ORANGE */
	margin-top: 20px;
}

#comments {
	margin-bottom: 30px;
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
}

.comment .blog-info {
	margin-top: 0px;
	padding-bottom: 10px;
}

.comment {
	background: url(/images/site/bg-dotted.jpg) repeat-x top left;
	margin-bottom: 10px;
	padding-top: 10px;
}

.comment p {
	margin-top: 0px;
	margin-bottom: 5px;
}

input.checkbox {
	display: inline;
	border: none;
}

#comment_form {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	padding-bottom: 30px;
}

#comment-text {
	float: right;
	padding-right: 100px;
}

#comment_form textarea {
	margin: 0 30px 0 0;
	height: 242px;
	width: 300px;
	padding: 2px;
}

input.submit {
	background: none;
}

#comment_form input.text {
	width: 270px;
}


/* PROJECTS PAGE
_____________________________________________________________________________*/

#projects {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#project-categories {
	margin-bottom: 18px;
}

#project-categories a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	width: 179px;
	background-color: #FA6629;   /* ORANGE */
	padding-bottom: 5px;
	font-size: 15px;
	margin: 0px 7px 7px 0px;
}

#project-categories a img {
	margin-bottom: 5px;
}

#project-categories a:hover {
	text-decoration: none;
}

#project-list {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 53px;
	padding-bottom: 30px;
}

#project-list ul {
	float: left;
	width: 180px;
	line-height: 15px;
}

#project-list li.head {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

#project-list li {
	width: 150px;
	margin-bottom: 5px;
}

#project-list .headline {
	margin-bottom: 30px;
}

#project-list a {
	text-decoration: none;
}

#project-list a:hover {
	text-decoration: underline;
}

/* CONTACT FORM
_____________________________________________________________________________*/

#contact-form {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 53px;
	padding-bottom: 53px;
}

#contact-form .right {
	width: 469px;
	float: right;
}

#contact-form a {
	display: block;
	width: 163px;
	height: 45px;
	background: no-repeat url(/images/site/logo3.gif);
	text-indent: -3000px;
	margin: 30px 0 15px 0;
}

input, textarea {
	border: 1px solid #636466;
	display: block;
}

input.text {
	width: 205px;
	margin: 5px 0 10px 0;
}

#contact-form textarea {
	width: 417px; 
	height: 322px;
	margin: 5px 0 8px 0;
	padding: 2px;
}

#contact-form input.submit {
	float: right;
	margin-right: 50px;
	background: none;
	cursor: pointer;
	width: auto;
}

#error {
	color: #FA6629;
	visibility: hidden;
}

/* FIRM PROFILE
_____________________________________________________________________________*/

.firm-profile {
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
	margin-bottom: 53px;
	padding-bottom: 53px;
	margin-top: 53px;
}

#profiles {
	margin-top: 47px;
}

.profile {
	margin-bottom: 15px;
}

.profile div.right {
	float: right;
	width: 576px;
}

.profile .byline {
	margin-bottom: 15px;
}

/* LINK ARCHIVE
_____________________________________________________________________________*/

ul.link-archives {
	margin: 25px 0 50px 0;
	padding-bottom: 50px;
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
}

ul.link-archives li {
	float: left;
	width: 50%;
}

ul.link-archives .editor-button {
	position: relative;
	float: left;
}

/* RIGHT COLUMN
_____________________________________________________________________________*/

.right-tout {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url(/images/site/bg-dotted.jpg) repeat-x bottom left;
}

.archive a {
	display: block;
	color: #FA6629;   /* ORANGE */
	text-transform: uppercase;
}

.right-tout img {
	margin-bottom: 20px;
}

/* POLLS
_____________________________________________________________________________*/

#polls {
	margin-bottom: 50px;
}

ul.lg-polls-answers input {
	border: 0 !important;
}

#polls input.submit {
	background: none;
	margin-top: 10px;
}

.poll-answer {
	text-transform: uppercase;
}

.poll-pct {
	color: #FA6629;   /* ORANGE */
	font-style: italic;
	margin-bottom: 3px;
}

.poll-bar-border {
	width: 100%;
	border: 1px solid #666666;
}

.poll-bar {
	background-color: #FA6629;
}

#polls li {
	margin-bottom: 20px;
}

p.green {
	color: #40AA31; /*  GREEN  */
}

/* CLIENT AREA
_____________________________________________________________________________*/

body#myaccount #left-column {
	width: 100%;
	min-height: 300px;
}

body#myaccount #content {
	background: none;
}

body#myaccount #left {
	float: left;
	width: 45%;
}

body#myaccount #right {
	float: right;
	width: 45%;
}

.login-error {
	color: #FA6629;
	margin-bottom: 20px;
}

.login-success {
	color: #00CC33;
	margin-bottom: 20px;
}

body#myaccount #footer {
	padding-top: 100px;
}

body#myaccount #footer a {
	font-size:10px;
}

body#myaccount .headline {
	margin-bottom: 0;
}

#table-border {
	border: 1px solid #5B5C56;
}

input.hidden {
	border: 0;
}

td.c1 {
	color: #FFF;
	font-weight: bold;
	background-color: #5B5C56;
	padding: 5px;
	margin: 0px;
}

td.c1red {
	color: #FFF;
	font-weight: bold;
	background-color: #FF5B13;
	padding: 5px;
	margin: 0px;	
}

td.c2 {
	color: #5B5C56;
	font-weight: bold;
	background-color: #EEE;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

td.c2red {
	color: #5B5C56;
	font-weight: bold;
	background-color: #EEE;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

td.c3 {
	color: #5B5C56;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

td.c4 {
	color: #5B5C56;
	background-color: #364D6D;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

table.filetrack {
	padding: 3px;	
}

.text1 {
	color: #FFF;
}

.messages {
	color: #FF0000;
}

.ninept {
	font-size: 9pt;
}

.actionbutton {
	margin: 1em 0;
	width: 9em;
	font-size: 70%;
	font-weight: bold;
}

.actionbutton a {
	display: block;
	width: 100%;
}

.actionbutton a:link,
.actionbutton a:visited,
.actionbutton a:hover {
	background-color: #FFF;
	color: #5B5C56;
	text-decoration: none;
}

.actionbutton a:link,
.actionbutton a:visited {
	border: 1px solid #cecece;
}

.actionbutton a:hover {
	border: 1px solid #4a4a4a;
}

.bg0 {
	background-color: #FFF;
}

.bg1 {
	background-color: #EEE;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	text-align: center;
	margin: 52px 0 34px 0;
	text-transform: uppercase;
	font-size: 10px;
	clear: both;
}

a#logo3 {
	display: block;
	width: 163px;
	height: 45px;
	background: no-repeat url(/images/site/logo3.gif);
	text-indent: -3000px;
	margin: 0 auto 20px auto;
}
