/* Misc */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size:  1.3em;
	font-weight: normal;
	margin-bottom: 3px;
}
h2.arrow {
	background: url(/images/arrow_red_big.gif) 0 2px no-repeat;
	padding-left: 18px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}

.title {
	color: #d40c1a;
	font-size: .95em;
}
.note {
	font-size: .85em;
	font-weight: normal;
}
.required {
	color: #d40c1a;
}
.filesize {
	font-size: .85em;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #d40c1a;
}
a:hover {
	color: #222;
}
a img {
	border: none;
}




/* Forms */
.form-select {
	width: 100%;
	margin: 0 0 20px 0;
}
label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
label.normal {
	display: inline;
	margin: 0;
	font-weight: normal;
}
input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222;
	width: 300px;
	padding: 1px 2px;
}
input.radio,
input.checkbox {
	width: auto;
}
textarea.wysiwyg {
	width: 400px;
	height: 250px;
}

button {
	width: auto;
	padding: 5px 15px;
	border: none;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
button:hover {
	background: #d40c1a;
}

ul.alerts {
	margin: 10px 0 !important;
	padding: 5px 1.7em;
	border: 1px solid #d40c1a;
	color: #d40c1a;
}
ul.alerts.error {
	border: 1px solid #d40c1a;
	color: #d40c1a;
}
ul.alerts.success {
	border: 1px solid #2b7c29;
	color: #2b7c29;
}

.add-link,
.back-link {
	display: block;
	float: right;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.add-link {
	background: #444;
	color: #fff;
}
.add-link:hover {
	background: #d40c1a;
	color: #fff;
}
.back-link {
	background: #666;
	color: #fff;
}
.back-link:hover {
	background: #d40c1a;
	color: #fff;
}




/* Tables */
table {
	border: none;
}
table th {
	text-align: left;
	border-bottom: 2px solid #222;
}
table th, 
table td {
	padding: 6px;
	vertical-align: top;
}
table td.label {
	font-weight: bold;
	text-align: right;
}
table td.total {
	font-weight: bold;
	border-top: 2px solid;
}
table tr.drag td {
	cursor: move;
}




/* Layout */
#header {
	height: 142px;
	background: url(/images/header_bkgd.jpg) repeat-x;
}
#header_print {
	display: none;
}
#header div.shadow {
	width: 100%;
	height: 8px;
	background: url(/images/header_shadow.png) repeat-x;
	position: relative;
	top: 0;
}
#header div.content {
	width: 872px;
	height: 142px;
	margin: 0 auto;
	background: url(/images/header.jpg) repeat-x;
}
#header div.content a.logo {
	display: block;
	width: 220px;
	height: 85px;
	margin-top: 20px;
	float: left;
}
#header #subnav, #header #nav {
	list-style: none;
}
#header #subnav li, #header #nav li {
	display: block;
	float: left;
}
#header #subnav li a, #header #nav li a {
	display: block;
	float: left;
	text-indent: -999px;
	overflow: hidden;
}


#header #subnav {
	width: 269px;
	margin-top: 12px;
	float: right;
}
#header #subnav li a {
	height: 30px;
}
#header #subnav li a.send_file {
	width: 80px;
	background: url(/images/subnav/send_file.png) top no-repeat;
}
#header #subnav li a.request_quote {
	width: 109px;
	background: url(/images/subnav/request_quote.png) top no-repeat;
}
#header #subnav li a.contact_us {
	width: 80px;
	background: url(/images/subnav/contact_us.png) top no-repeat;
}
#header #subnav li a.resources {
	width: 80px;
	background: url(/images/subnav/resources.png) top no-repeat;
}
#header #subnav li a:hover {
	background-position: bottom;
}


#header #nav {
	width: 605px;
	margin-top: 12px;
	float: right;
	position: relative;
}
#header #nav #pointer {
	display: none;
	width: 24px;
	height: 11px;
	background: url(/images/nav/pointer.png) top no-repeat;
	position: absolute;
	top: 59px;
	left: 20px;
}
#header #nav li a {
	height: 70px;
}
#header #nav li a.home {
	width: 66px;
	background: url(/images/nav/home.png) top no-repeat;
}
#header #nav li a.solutions {
	width: 99px;
	background: url(/images/nav/solutions.png) top no-repeat;
}
#header #nav li a.case_studies {
	width: 116px;
	background: url(/images/nav/case_studies.png) top no-repeat;
}
#header #nav li a.portfolio {
	width: 98px;
	background: url(/images/nav/portfolio.png) top no-repeat;
}
#header #nav li a.team {
	width: 63px;
	background: url(/images/nav/team.png) top no-repeat;
}
#header #nav li a.profile {
	width: 81px;
	background: url(/images/nav/profile.png) top no-repeat;
}
#header #nav li a.equipment {
	width: 100px;
	background: url(/images/nav/equipment.png) top no-repeat;
}
#header #nav li a.clients {
	width: 79px;
	background: url(/images/nav/clients.png) top no-repeat;
}
#header #nav li a.news {
	width: 66px;
	background: url(/images/nav/news.png) top no-repeat;
}
#header #nav li.cur a {
	background-position: bottom;
}


#wrapper {
	width: 100%;
	float: left;
	background: url(/images/dots_bkgd.gif) center top;
	font-size: .8em;
}
#wrapper div.main {
	width: 916px;
	margin: 0 auto;
	clear: left;
}
#wrapper div.main div {
	float: left;
}
#wrapper div.main div.content {
	width: 844px;
	height: auto;
	min-height: 300px;
	padding: 15px 36px;
	background: url(/images/content_bkgd.jpg) center top repeat-y;
}
* html #wrapper div.main div.content {
	height: 300px;
}

#wrapper div.main div.content div.left {
	width: 568px;
	padding: 15px 30px;
	margin-right: 8px;
}
#wrapper div.main div.content div.left p {
	margin-bottom: 20px;
	line-height: 1.4em;
}
#wrapper div.main div.content div.left ul {
	margin: 0 0 1.5em 1.7em;
}
#wrapper div.main div.content div.left ul li {
	padding: .2em 0;
}

#wrapper div.main div.content div.right {
	width: 208px;
}

#wrapper div.main div.content div.right div.top {
	width: 208px;
	margin-bottom: 6px;
	background: #ec9a16 url(/images/block_top_bkgd.jpg) top repeat-x;
}
#wrapper div.main div.content div.right div.top div.stuff {
	padding: 10px 15px;
	font-size: .95em;
}
#wrapper div.main div.content div.right div.top div.stuff ul.options {
	list-style: none;
	margin-top: 10px;
}
#wrapper div.main div.content div.right div.top div.stuff ul.options li a {
	padding-left: 15px;
	background: url(/images/arrow_grey.gif) 0 4px no-repeat;
}
#wrapper div.main div.content div.right div.top div.stuff ul.options li.fb a {
	display: inline-block;
	height: 14px;
	padding-left: 20px;
	position: relative;
	left: -5px;
	background: url(/images/facebook_badge.gif) no-repeat;
}
#wrapper div.main div.content div.right div.top div.stuff a {
	text-decoration: none;
	color: #222;
}
#wrapper div.main div.content div.right div.top div.stuff a:hover {
	color: #fff;
}

#wrapper div.main div.content div.right div.middle {
	width: 208px;
	margin-bottom: 6px;
	background: #a7a000 url(/images/block_middle_bkgd.jpg) top repeat-x;
}
#wrapper div.main div.content div.right div.middle div.stuff {
	padding: 10px 15px;
	font-size: .95em;
}
#wrapper div.main div.content div.right div.middle div.stuff form {
	padding-top: 5px;
}
#wrapper div.main div.content div.right div.middle div.stuff p, #wrapper div.main div.content div.right div.middle div.stuff label {
	margin-bottom: 3px;
}
#wrapper div.main div.content div.right div.middle div.stuff input.input {
	width: 123px;
	height: 16px;
	padding: 2px 5px;
	border: none;
	color: #555;
	background: url(/images/input_ag_login.png) no-repeat;
}
#wrapper div.main div.content div.right div.middle div.stuff input.login {
	width: 79px;
	height: 21px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	background: url(/images/submit_ag_login.png) no-repeat;
}
#wrapper div.main div.content div.right div.middle div.stuff a.username_switch {
	display: block;
	width: 133px;
	height: 20px;
	cursor: text;
	background: url(/images/input_ag_username.png) no-repeat;
}
#wrapper div.main div.content div.right div.middle div.stuff a.password_switch {
	display: block;
	width: 133px;
	height: 20px;
	cursor: text;
	background: url(/images/input_ag_password.png) no-repeat;
}

#wrapper div.main div.content div.right div.bottom {
	width: 188px;
	/*margin-top: 6px;*/
	font-size: .95em;
	/*background: #cacaca url(/images/block_bottom_foot.gif) bottom no-repeat;*/
}
#wrapper div.main div.content div.right div.bottom a.read_more {
	display: inline-block;
	width: 70px;
	background: url(/images/arrow_red.gif) right 5px no-repeat;
}

/* Wordpress Feed */
#wp-feed {
	list-style: none;
	width: 184px;
	float: left;
	margin: 0;
	padding: 10px 10px 0px 10px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
#wp-feed li {
	margin: 0 0 10px 0;
}



/* Footer */
#footer {
	background: #e0e0e0 url(/images/footer_bkgd.jpg) top repeat-x;
	font-size: .85em;
	width: 100%;
	float: left;
}
#footer div.content {
	width: 816px;
	height: auto;
	min-height: 160px;
	margin: 0 auto;
	padding: 20px 50px;
	background: url(/images/footer_content_bkgd.jpg) no-repeat;
}
* html #footer div.content {
	height: 160px;
}

#footer div.content div.logos {
	width: 400px;
	float: left;
}
#footer div.content div.logos a {
	margin-right: 10px;
}
#footer div.content div.quotes {
	width: 280px;
	padding: 10px 0 20px 10px;
	float: right;
	background: url(/images/quotes_opening.gif) left top no-repeat;
}
#footer div.content div.quotes div.quote_close {
	background: url(/images/quotes_closing.gif) right bottom no-repeat;
	padding: 0 10px 10px 0;
}
#footer div.content div.quotes div.credit {
	font-size: .9em;
	font-style: italic;
	float: right;
	padding-right: 60px;
}




/* Lightbox Styles */
#lb_wrapper {
	padding:15px;
	font-size:.85em;
	line-height:1.4em;
	background-color:#fff;
	float:left;
}
#lb_wrapper div {
	float:left;
}
#lb_wrapper ul {
	margin:10px 0 0 1.7em;
}
#lb_wrapper ul li {
	padding-bottom:5px;
}
#lb_wrapper h2 {
	margin-top:20px;
}

#lb_wrapper #img {
	width:25%;
	margin-right:5%;
}
#lb_wrapper #img img {
	width:100%;
}
#lb_wrapper #text {
	width:70%;
	padding-top:10px;
}

#lb_wrapper h1,
#lb_wrapper h2 {
	color:#D40C1A;
}

#lb_wrapper #text ul {
	list-style-image:url(/images/dot_red.gif);
}
#lb_wrapper #text p {
	margin-bottom:20px;
}




/* Team */
#team_members {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#team_members li {
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
#team_members .img {
	width: 175px;
	margin: 0 20px 0 0;
}
#team_members .info {
	width: 372px;
	margin: 0 0 30px 0;
}
#team_members a.email {
	display: block;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666;
}
#team_members a.email:hover {
	color: inherit;
}
#team_members .long {
	display: none;
}



/* Clients */
#client_list div.logo {
	width: 262px;
	text-align: center;
	margin: 15px 20px 15px 0;
}
#client_list div.logo img {
	padding-bottom: 15px;
}



/* Contact Us */
#contact_info {
	width: 568px;
	line-height: 1.45em;
}
#contact_info ul.options {
	list-style: none;
	margin-top: 10px;
}
#contact_info ul.options li {
	line-height: 1.1em;
}
#contact_info ul.options li a {
	padding-left: 15px;
	background: url(/images/arrow_grey.gif) 0 4px no-repeat;
}
#contact_info ul.options li.fb a {
	display: inline-block;
	height: 14px;
	padding-left: 20px;
	background: url(/images/facebook_badge.gif) no-repeat;
	position: relative;
	left: -5px;
}



/* News */
#news_entries div.news_entry {
	width: 568px;
	margin-bottom: 15px;
}
#news_entries div.news_entry .date {
	color: #D40C1A;
	font-size: .85em;
}
#news_entries div.news_entry p {
	padding-top: 5px;
}
#news_entries div.news_entry div.images {
	float: right;
	width: 150px;
	margin-left: 15px;
}
#news_entries div.news_entry div.images img {
	margin-bottom: 10px;
}




/* Portfolio */
#portfolio {
	width: 100%;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
#portfolio li {
	display: block;
	float: left;
	width: 176px;
	height: 160px;
	margin: 0 13px 15px 0;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}
#portfolio li div {
	width: 100%;
}
#portfolio.categories li {
	width: 125px;
	height: 125px;
	margin: 0 17px 20px 0;
}
#portfolio li img {
	margin-bottom: 3px;
}
#portfolio .type {
	color: #D40C1A;
}
#portfolio a.case_study {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}


#portfolio div.item {
	width: 176px;
	margin: 0 17px 20px 0;
	font-size: .9em;
	text-align: center;
}
#portfolio div.item .project {
	color: #D40C1A;
}



/* Case Studies */
#case_studies {
	padding-top: 10px;	
}
#case_studies div.case_study {
	width: 568px;
	margin-bottom: 20px;
}
#case_studies div.case_study div.img {
	margin-right: 15px;
}
#case_studies div.case_study div.info {
	padding-top: 5px;
	width: 453px;	
}



/* Resources */
#resources,
#resources ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
#resources li {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px solid #ddd;
}
#resources li:last-child {
	border: none;
}
#resources > li {
	margin: 0 0 30px 0;
	border: none;
}
#resources h2 {
	padding: 8px 10px;
	margin: 0 0 12px 0;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#resources h3 {
	margin: 0 0 3px 0;
}
#resources .img {
	width: 100px;
	min-height: 50px;
	margin: 0 20px 0 0;
}
#resources .info {
	width: 445px;
}
#resources .link {
	width: 100%;
	padding: 10px 0 0 0;
}
