/*
THEME NAME: Identity Studios
THEME URI: www.identitystudios.biz
DESCRIPTION: Identity Studios Custom : Custom theme for www.identitystudios.biz
VERSION: 1.0
AUTHOR: Identity Studios
AUTHOR URI: http://www.identitystudios.biz
*/
/*
RESET
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/****** GLOBAL ******/

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background: #e9e9e9 url('images/bg.png') repeat-x top center;
	min-width: 960px;
	min-height: 100%;
}

#page {
	margin: 0 auto;
	width:960px; 	
	background: transparent url('images/radial.png') no-repeat center 35px;
	overflow: hidden;
	padding-bottom: 10px;
}



#header {
	width: 960px;
	height: 180px;
	position: relative;
	float: left;
}

#main {
	float: left;
	width: 960px;
}

#header h1 {
	width: 197px;
	height: 51px;
	text-indent: -5000em;
	margin-top: 40px;
	float: left;
}

#header h1 a {
	width: 197px;
	height: 51px;
	display: block;
	outline: 0;
	background: transparent url('images/logo.png') no-repeat top left;
}

#header p {
	width: 480px;
	font-size: 11px;
	height: 25px;
	padding-top: 10px;
}

#header p strong {
	color: #fff;
	font-weight: bold;
	padding-right: 8px;
}

#header p strong span {
	font-weight: normal;
}

#header p#header_identity {
	float: left;
	font-weight: bold;
}

#header p#header_contact {
	float: right;
	text-align: right;
}

#header p#header_contact a, #header p#header_contact a:visited {
	color: #fff;
	text-decoration: none;
}

#header p#header_contact a:hover {
	color: #fff;
	text-decoration: underline;
}




/* Navigation
*****************************************************/
ul#main_nav {
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	height: 47px;
	float: right;
}

ul#main_nav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: transparent url('images/menu_div.png') no-repeat top left;
}

ul#main_nav li.first {
	background: none;
}

ul#main_nav li a, ul#main_nav li a:visited {
	border: 0;
	text-decoration: none;
	height: 17px;
	padding: 15px 0;
	margin: 0 5px 0 25px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	float: left;
	display: inline;
}

ul#main_nav li a:hover {
	color: #999;
}


.sidebar {
	margin: 0 10px 20px 0;
	width: 195px;
	float: left;
	clear: left;
	display: inline;
}

.sidebar.subnav {
	background-color: #fff;
	padding: 15px 20px;
	width: 155px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

.sidebar.subnav h2 {
	color: #000;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.sidebar.subnav ul li {
	border-bottom: 1px solid #ccc;
}

.sidebar.subnav ul li.last {
	border: 0;
}

.sidebar.subnav ul li a, .sidebar.subnav ul li a:visited {
	color: #000;
	text-decoration: none;
	width: 139px;
	padding: 8px;
	display: block;
}

.sidebar.subnav ul li a:hover, .sidebar.subnav ul li a.current, .sidebar.subnav ul li a:visited.current {
	color: #fff;
	background-color: #f8270a;
}

.sidebar.module {
	padding: 10px 10px 0;
	width: 175px;
	font-size: 13px;
}

.sidebar.module h1, .sidebar.module h2, .sidebar.module h3, .sidebar.module h4, .sidebar.module h5, .sidebar.module h6  {
	font-size: 18px;
}


.module {
	float: left;
}

.module_container {
	float: left;
	margin-top: 20px;
}

.module_container .module {
	width: 205px;
	height: 150px;
	margin-right: 65px;
	padding: 25px 35px;
}

.module_container .module.last {
	margin-right: 0;
}

.module a, .module a:visited {
	font-weight: bold;
	text-decoration: none;
}

.module a:hover {
	text-decoration: underline;
}

.module p {
	margin-bottom: 15px;
}

.module h1, .module h2, .module h3, .module h4, .module h5, .module h6  {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.module h5 {
	margin-top: -15px;
}

.module.black {
	background-color: #111;
	color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
}

.module.black a, module.black a:visited {
	color: #f8270a;
}

.module.red {
	background-color: #f8270a;
	color: #111;
	border-top: 1px solid #f96;
	border-bottom: 1px solid #930;
}

.module.red h3, .module.red h5 {
	color: #fff;
}

.module.red a, module.red a:visited {
	color: #fff;
}

.module.white {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.module.white a, module.white a:visited {
	color: #f8270a;
}


.content {
	position: relative;
	padding: 35px;
	background-color: #fff;
	width: 685px;
	margin: 0 auto;
	float: right;
	display: inline;
	border-bottom: 1px solid #ccc;
}

.content.wide {
	width: 890px;
}



.column_left, .column_right {
	width: 410px;
	float: left;
}

.column_left {
	padding-right: 35px;
}

.column_right {
	padding-left: 35px;
}

.content strong {
	color: #F8260A;
	font-weight: bold;
}

.content em {
	font-style: italic;
}


.content p {
	padding-bottom: 15px;
	clear: left;
}

.content h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content h3 {
	font-weight: bold;
	font-size: 24px;
	clear: left;
	margin-bottom: 20px;
}

.content h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.content ul {
	list-style-type: none;
	padding: 10px 0 15px 15px;
	float: left;
	clear: left;
}

.content ul li {
	list-style-type: none;
	width: 280px;
	float: left;
	padding: 0 30px 15px 15px;
	font-weight: normal;
	list-style-position: inside;
	background: transparent url('images/dark_bullet.png') 2px 6px no-repeat;
}

body.page .content ul li {
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}


body.page-careers .content ul li {
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}



body.page-privacy-policy .content ul li {
	width: 600px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 15px 40px;
	clear: left;
}

.content ol li {
	list-style-type: decimal;
	padding-left: 15px;
}

.content table {
	border-collapse: separate;
	border-spacing: 2px;
	color: #fff;
	margin-bottom: 20px;
	width: 700px;
}

.content thead tr td {
}

.content tbody tr td {
}

.content table tr td {
	padding: 10px;
	vertical-align: top;
}

.content table ul, .content table ol {
	padding: 0 0 15px 20px;
}

.content table ul li, .content table ol li {
	padding-left: 5px;
}

.content .flashmovie, .content .pullleft {
	float: left;
	margin: 0 50px 20px -80px;
}

.content a, .content a:visited {
	color: #F8260A;
	text-decoration: none;
}

.content a:hover, .content a:hover {
	text-decoration: underline;
}

#main img#splash {
	margin-bottom: 20px;
}

.content h2 {
	color: #000;
	font-weight: bold;
}

body.home .content a {
	font-weight: bold;
}

#client_properties, #client_details, #client_links {
	float: left;
	clear: left;
	width: 100%;
}

#client_properties .property_panel {
	float: left;
	margin-right: 50px;
	font-weight: bold;
	font-size: 11px;
}

#client_properties .property_panel h5 {
	color: #000;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

#client_properties .property_panel.industry p {
	color: #999;
}

#client_properties .property_panel.services p {
	color: #f8270a;
}

#client_details .detail_panel {
	width: 340px;
	float: left;
	color: #333;
	font-size: 11px;
	line-height: 1.6;
}

#client_details .detail_panel.pullquote {
	width: 230px;
	padding: 15px 0 0 110px;
	font-style: italic;
	font-size: 18px;
	line-height: 1.3;
	font-family: Cambria, Georgia, sans-serif;
	background: transparent url('images/large_quote.png') no-repeat 60px 0;
}

#client_links a {
	display: block;
	float: left;
	margin-right: 40px;
	font-weight: bold;
}

#client_links {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 7px 4px;
	margin: 10px 0 20px;
	width: 677px;
}

.sidebar .pullquote {
	text-align: right;
	margin-top: 40px;
	color: #000;
	background: transparent url('images/small_quote.png') no-repeat top left;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.sidebar .pullquote p {
	float: right;
	clear: right;
	width: 100%;
}

.sidebar .pullquote em {
	width: 170px;
	font-style: italic;
	font-size: 20px;
	line-height: 1.3;
	font-family: Cambria, Georgia, sans-serif;
	display: inline;
	float: right;
	padding: 0 0 10px 25px;
	overflow: hidden;
}



.sidebar .pullquote a, .sidebar .pullquote a:visited {
	color: #f8270a;
	text-decoration: none;
}

.sidebar .pullquote a:hover {
	text-decoration: underline;
}


body.services .content h2,
body.page .content h2,
body.contact .content h2 {
	font-size: 36px;
	font-weight: normal;
}

body.services .content h2 strong {
	font-weight: normal;
	color: #f8270a;
}

body.services .content strong {
	color: #000;
}

.divider_panel {
	float: right;
	width: 685px;
	padding: 70px 35px;
}

.divider_panel.black {
	padding: 35px;
	color: #ccc;
	background-color: #000;
}

.divider_panel.black ul {
	list-style-type: none;
	padding: 0 0 15px 15px;
	clear: left;
}

.divider_panel.black ul li {
	list-style-type: none;
	padding: 0 0 8px 12px;
	font-size: 12px;
	width: 210px;
	float: left;
	font-weight: normal;
	margin: 0;
	background: transparent url('images/light_bullet.png') 0px 5px no-repeat;
}



.divider_panel p {
	padding-bottom: 15px;
}

.divider_panel h2 {
	font-size: 32px;
	padding-bottom: 15px;
}

.divider_panel strong {
	font-weight: bold;
	font-size: 16px;
}

.divider_panel.black h2 {
	color: #fff;
}

.divider_panel h4 {
	font-size: 30px;
	padding-bottom: 15px;
}

.divider_panel h4 strong {
	color: #000;
	font-size: 30px;
}

.divider_panel.black a, .divider_panel.black a:visited {
	color: #ccc;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.divider_panel.black a:hover {
	text-decoration: underline;
}

.divider_panel li {
	padding: 3px 0 8px 0;
	font-size: 16px;
	width: 216px;
	float: left;
	font-weight: bold;
	margin-right: 11px;
}

.divider_panel ul li strong em {
	color: #e9e9e9;
	background: transparent url('images/ordered_bullet.png') no-repeat top left;
	display: inline;
	margin-top: -3px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	float:left;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-right: 7px;
}

.divider_panel h4 a, .divider_panel h4 a:visited {
	color: #f8270a;
	text-decoration: none;
}

.divider_panel h4 a:hover {
	text-decoration: underline;
}

body.services .content p a {
	font-weight: bold;
}

#footer {
	float: left;
	display: inline;
	clear: left;
	text-align: center;
	font-size: 13px;
	margin: 25px 0 10px 205px;
	width: 755px;
}

body.home #footer {
	margin: 25px 0 10px 0;
	width: 960px;
}

body.services #footer {
	margin: -30px 0 10px 205px;
}

#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

body.services img.alignleft {
	margin: -40px 40px 0 40px;
}

body.contact .contact_form .label { 
	position: relative; 
	float: left; 
	clear: left;
	color: #999;
	display:inline;
	margin-bottom: 20px;
}

body.contact .contact_form .over { 
	color: #999; 
	position: absolute; 
	top: 7px;
	left: 8px;
	z-index: 100;
	font-weight: bold;
}

body.contact .contact_form input {
	float: left;
	clear: left;
	padding: 5px;
}

body.contact .contact_form {
	float: left;
	width: 65%;
}

body.contact .contact_details {
	float: left;
	width: 35%;
}

body.contact .content h2 {
	margin-bottom: 0;
}

body.contact .content h2 {
	margin-bottom: 0;
}

body.contact .content h4 {
	margin: 15px 0;
}

body.contact .content h5 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 50px;
}

.slide_out_form {
	width: 290px;
	height: 470px;
	background: #f8270a url('images/slide_form_book.png') 0px 20px no-repeat;
	color: #f2f2f2;
}

.handle {
	width: 44px;
	height: 334px;
	background: transparent url('images/slide_form_tab.png') 0px 0px no-repeat;
	outline: none;
}

.open .handle {
	background-position: -44px 0;
}

.slide_out_form h3 {
	margin-top: 20px;
	padding: 0 10px 0 90px;
	font-size: 18px;
	line-height: 24px;
}

.slide_out_form h3 em {
	font-style: italic;
}

.slide_out_form h4 {
	padding: 35px 25px 20px 25px;
	font-weight: bold;
	font-size: 18px;
}

.slide_out_form p.success {
	padding: 0 22px 15px 22px;
}

.slide_out_form form, .slide_out_form fieldset {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.slide_out_form form fieldset p {
	margin: 30px 0 0 70px;
	float: left;
	font-size: 12px;
}

.slide_out_form p a, .slide_out_form p a:visited {
	text-decoration: none;
	color: #f2f2f2;
}

.slide_out_form p a:hover {
	text-decoration: underline;
}

.slide_out_form form fieldset p a, .slide_out_form form fieldset p a:visited {
	display: block;
	background: transparent url('images/slide_form_arrow.png') no-repeat right 1px;
	padding-right: 10px;
}


.slide_out_form label {
	float: left;
	clear: left;
	display: block;
	width: 90px;
	position: relative;
	padding: 8px 10px 4px 0;
	height: 14px;
	margin-bottom: 12px;
	text-align: right;
}

.slide_out_form input {
	width: 150px;
	border: 1px solid #e9e9e9;
	padding: 5px 5px 4px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	color: #000;
}

.slide_out_form input.checkbox {
	width: 14px;
	clear: left;
	margin: 5px 15px 0 20px;
	border: none;
}

.slide_out_form label.label_checkbox {
	clear: none;
	width: 210px;
	padding: 0;
	margin-top: 5px;
	text-align: left;
}

.slide_out_form input.small {
	width: 155px;
}

.slide_out_form input.error {
	background-color: #ff9c9c;
	color: #fff;
}

.slide_out_form input#submit {
	margin: 20px 0 30px 20px;
	outline: none;
	width: 94px;
	height: 33px;
	clear: left;
	float: left;
	padding: 0;
	border: none;
}

#error, #success, #invalid, #corpinvalid {
	display: none;
}


