/**
* Global Styles Defintions
*
* @author			Matt Gifford
* @copyright		2009 Timeshifting Interactive Limited
* @version		2.0
*/

html, 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;
	}

html {
	/* always display vertical scrollbar, stops centered content jumping between pages */
	overflow: -moz-scrollbars-vertical; overflow-y: scroll;
	}

body {
	font: normal 13px/1.231 georgia, times new roman, times, serif;
	*font-size: small; /* for IE */
	background: #f1f1f1 url(../images/page-bg.png) no-repeat 100% 0px;
	color: #000;
	}

select, input, textarea {
	font: normal 99% arial, geneva, helvetica, sans-serif;
	}

a {
	color: #e43224; text-decoration: none;
	}

a:hover {
	color: #e43224; text-decoration: underline;
	}

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

fieldset, img { 
	border: 0; display: block;
	}

legend {
	color:#000;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
	}

b, strong {
	font-weight: bold;
	}

cite, i, em {
	font-style: italic;
	}

pre, code {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
	}

caption, th {
	text-align: left;
	}

ul, ol {
	list-style: none;
	}

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 {
	position: relative; display: inline-block; vertical-align: 0.3em; height: 1.2em;
	}

sub {
	position: relative; display: inline-block; vertical-align: -0.1em; height: 1.2em;
	}

a.active {
	cursor: default;
	}

a:active {
	outline: none !important;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none !important;
	}

.invisible {
	visibility: hidden !important;
	}

img.wp-smiley {
	display: inline;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}




/*  ::  Global Styles  */

#page {
	position: relative; margin: 0 auto; padding: 0; width: 980px;
	}



/*  ::  Global Styles  --  Header  */

#globalHeader {
	position: relative; width: 100%; height: 120px;
	}

#globalHeaderLogo {
	position: absolute; left: 3px; top: 0px;
	}



/*  ::  Global Styles  --  Header  ::  Navigation  */

#globalHeaderNav {
	position: absolute; bottom: 0; right: 10px;
	}

#globalHeaderNav li {
	float: right; display: block; margin: 0 0 0 2px; padding: 0 0 0 12px;
	font: normal 14px georgia, times new roman, times, serif; color: #424242;
	}

#globalHeaderNav li a {
	display: block; padding: 6px 12px 0 0; height: 23px;
	color: #424242; text-decoration: none;
	}

#globalHeaderNav li a:hover {
	text-decoration: underline;
	}

#globalHeaderNav li.active {
	background: url(../images/global-header-nav-bg.png) no-repeat 0px 0px;
	}

#globalHeaderNav li.active a {
	background: url(../images/global-header-nav-bg.png) no-repeat 100% 0px;
	font-weight: bold; color: #fff;
	}

#globalHeaderNav li a.active:hover {
	text-decoration: none;
	}



/*  ::  Global Styles  --  Content  */

#globalContent {
	position: relative; width: 100%; z-index: 100;
	min-height: 400px;
	word-wrap: break-word;		/* stops very long words from increasing the width of their container */
	}



/*  ::  Global Styles  --  Content  ::  Heading Styles  */

#globalContent h1 {
	padding: 0 0 12px 0;
	font: bold 197% arial, sans-serif; color: #333;
	}

#globalContent h2 {
	padding: 0 0 10px 0;
	font: bold 167% arial, sans-serif; color: #333;
	}

#globalContent h3 {
	padding: 0 0 8px 0;
	font: bold 144% arial, sans-serif; color: #333;
	}

#globalContent h4 {
	padding: 0 0 6px 0;
	font: bold 122% arial, sans-serif; color: #333;
	}

#globalContent h5 {
	padding: 0 0 4px 0;
	font: bold 107% arial, sans-serif; color: #333;
	}

#globalContent h6 {
	padding: 0 0 3px 0;
	font: bold 92% arial, sans-serif; color: #333;
	}

#globalContent h1.runOn,
#globalContent h2.runOn,
#globalContent h3.runOn,
#globalContent h4.runOn,
#globalContent h5.runOn,
#globalContent h6.runOn {
	padding-bottom: 2px;
	}

#globalContent h1.sectionEnd,
#globalContent h2.sectionEnd,
#globalContent h3.sectionEnd,
#globalContent h4.sectionEnd,
#globalContent h5.sectionEnd,
#globalContent h6.sectionEnd {
	padding-bottom: 35px;
	}



/*  ::  Global Styles  --  Content  ::  Paragraph Styles  */

#globalContent p {
	font-size: 100%;
	padding: 0 0 16px 0;
	}

#globalContent p.runOn {
	padding-bottom: 6px;
	}

#globalContent p.sectionEnd {
	padding-bottom: 35px;
	}



/*  ::  Global Styles  --  Content  ::  List Styles  */

#globalContent ol,
#globalContent ul {
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0 0 0 15px;
	}

#globalContent ol {
	list-style: decimal;
	}

#globalContent ul {
	list-style: disc;
	}

#globalContent ol.runOn,
#globalContent ul.runOn {
	margin-bottom: 6px;
	}

#globalContent ol.sectionEnd,
#globalContent ul.sectionEnd {
	margin-bottom: 35px;
	}

#globalContent ol.noIndent,
#globalContent ul.noIndent {
	margin-left: 0; padding-left: 0;
	list-style: inside;
	}

#globalContent ol.noBullets,
#globalContent ul.noBullets {
	list-style: none;
	}

#globalContent li {
	font-size: 100%;
	padding-bottom: 6px;
	}



/*  ::  Global Styles  --  Content  ::  Column Styles  */

#globalContent div.cols2 {
	float: left; width: 49.975%;
	}

#globalContent div.cols3 {
	float: left; width: 33.275%;
	}

#globalContent div.cols4 {
	float: left; width: 24.975%;
	}

#globalContent div.cols5 {
	float: left; width: 19.975%;
	}



/*  ::  Global Styles  --  Footer  */

#globalFooter {
	position: relative; width: 890px; z-index: 100; padding: 35px 45px 0 45px; height: 135px;
	background: #000;
	}

#globalFooter p.links {
	padding: 0 0 10px 0;
	font: normal 12px georgia, times new roman, times, serif; color: #222;
	}

#globalFooter p.links a {
	color: #f1f1f1;
	}

#globalFooter p.links a.active {
	color: #e60c0c; font-weight: bold;
	}

#globalFooter p.legal {
	padding: 0 0 12px 0;
	font: normal 12px georgia, times new roman, times, serif; color: #828282;
	}

#globalFooter p.legal a {
	font: normal 12px georgia, times new roman, times, serif; color: #828282;
	text-decoration: underline;
	}

#globalFooter p.legal a:hover {
	font: normal 12px georgia, times new roman, times, serif; color: #e43224; text-decoration: none;
	}

#globalFooter p.social {
	position: relative; width: 100%; overflow: hidden;
	display: none;
	}

#globalFooter p.social a {
	float: left; display: block; width: 28px; height: 28px; margin: 0 10px 0 0;
	background: url(../images/global-footer-social-bg-array.png) no-repeat 0px 0px;
	text-indent: -9999px;
	}

#globalFooter p.social a.facebook {
	background-position: -0px -0px;
	}

#globalFooter p.social a.facebook:hover {
	background-position: -0px -28px;
	}

#globalFooter p.social a.twitter {
	background-position: -28px -0px;
	}

#globalFooter p.social a.twitter:hover {
	background-position: -28px -28px;
	}

#globalFooter p.social a.rss {
	background-position: -56px -0px;
	}

#globalFooter p.social a.rss:hover {
	background-position: -56px -28px;
	}



/*  ::  Page Styles  --  Home  ::  Branding  */

#homeBranding {
	position: relative; width: 980px; height: 295px;
	}

#homeBranding img {
	position: absolute; left: 0; top: 0;
	}

#homeBranding h1,
#homeBranding p {
	position: absolute; left: 0; top: 0;
	text-indent: -9999px;
	}


/*  ::  Page Styles  --  Home  ::  Intro  */

#homeIntro {
	float: left; position: relative; width: 550px; padding: 40px 35px 50px 15px;
	}

#homeIntro h2 {
	padding: 0 0 24px 0;
	font: bold 18px georgia, times new roman, times, serif; color: #000;
	}

#homeIntro p {
	padding: 0 0 24px 0;
	font: normal 14px georgia, times new roman, times, serif; color: #000;
	}


/*  ::  Page Styles  --  Home  ::  News  */

#homeNews {
	float: left; position: relative; width: 330px; padding: 30px 25px 50px 25px;
	background: url(../images/home-news-bg.png) repeat-x 0px 0px;
	}

#homeNews div.inner {
	position: relative; width: 300px; padding: 12px 14px 20px 14px;
	background: #fffdf1;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#homeNews h2 {
	padding: 0 0 12px 0;
	font: bold 18px georgia, times new roman, times, serif; color: #317ca2;
	}

#homeNews ul {
	margin: 0; padding: 0; list-style: none;
	}

#homeNews ul li {
	margin: 0; padding: 12px 0; list-style: none;
	border-top: 1px dashed #c1c0b7;
	}

#homeNews ul li span {
	display: block; margin: 0 0 2px 0;
	font: bold 14px georgia, times new roman, times, serif; color: #2e2e2e;
	}

#homeNews ul li span a {
	font-weight: normal;
	}

#homeNews ul li a.timestamp {
	font-size: 12px; padding: 0 0 0 7px;
	background: url(../images/global-elements-cross-small-red.png) no-repeat 0px 60%;
	}


/*  ::  Page Styles  --  What  ::  Branding  */

#whatBranding {
	position: relative; width: 980px; height: 89px;
	}

#whatBranding img {
	position: absolute; left: 0; top: 0;
	}

#whatBranding h1 {
	position: absolute; left: 0; top: 0;
	text-indent: -9999px;
	}


/*  ::  Page Styles  --  What  ::  Content  */

#whatContent {
	position: relative; width: 950px; padding: 8px 15px 50px 15px;
	}

#whatContent div.serviceItem {
	position: relative; width: 950px; padding: 30px 0;
	border-bottom: 1px dashed #bcbcbc;
	}

#whatContent div.serviceItemLast {
	border: 0;
	}

#whatContent div.serviceItem div.photo {
	float: left; width: 455px;
	}

#whatContent div.serviceItem div.text {
	float: left; width: 495px;
	}

#whatContent div.serviceItem div.text h2 {
	padding: 0 0 16px 0;
	font: bold 18px georgia, times new roman, times, serif; color: #000;
	}

#whatContent div.serviceItem div.text p {
	padding: 0 0 16px 4px;
	font: normal 13px georgia, times new roman, times, serif; color: #000;
	}

#whatContent div.serviceItem div.text ul {
	margin: 0 0 16px 30px; padding: 0; list-style: square;
	}

#whatContent div.serviceItem div.text li {
	padding: 0 0 4px 0;
	font: normal 13px georgia, times new roman, times, serif; color: #000;
	}

#whatContent div.serviceItem div.text p.sectionEnd a {
	font-size: 13px; padding: 0 0 0 7px;
	background: url(../images/global-elements-cross-small-red.png) no-repeat 0px 60%;
	}



/*  ::  Page Styles  --  Who  ::  Branding  */

#whoBranding {
	position: relative; width: 980px; height: 89px;
	}

#whoBranding img {
	position: absolute; left: 0; top: 0;
	}

#whoBranding h1 {
	position: absolute; left: 0; top: 0;
	text-indent: -9999px;
	}


/*  ::  Page Styles  --  Who  ::  Content  */

#whoContent {
	position: relative; width: 950px; padding: 8px 15px 50px 15px;
	}

#whoContent div.personItem {
	position: relative; width: 950px; padding: 0 0 30px 0;
	border-bottom: 1px dashed #bcbcbc;
	}

#whoContent div.personItemLast {
	border: 0;
	}

#whoContent div.personItem div.body {
	float: left; width: 610px; padding: 30px 65px 0 0;
	}

#whoContent div.personItem div.body h2 {
	padding: 0 0 0 0;
	font: bold 18px georgia, times new roman, times, serif; color: #000;
	}

#whoContent div.personItem div.body h3 {
	padding: 0 0 16px 0;
	font: normal 15px georgia, times new roman, times, serif; color: #307ca2;
	}

#whoContent div.personItem div.body p {
	padding: 0 0 16px 4px;
	font: normal 13px georgia, times new roman, times, serif; color: #000;
	line-height: 1.4;
	}

#whoContent div.personItem div.body ul {
	margin: 0 0 16px 30px; padding: 0; list-style: square;
	}

#whoContent div.personItem div.body li {
	padding: 0 0 4px 0;
	font: normal 13px georgia, times new roman, times, serif; color: #000;
	}

#whoContent div.personItem div.body p.sectionEnd a {
	font-size: 12px; padding: 0 0 0 7px;
	background: url(../images/global-elements-cross-small-red.png) no-repeat 0px 60%;
	}

#whoContent div.personItem div.sidebar {
	float: left; position: relative; width: 235px; padding: 30px 20px 30px 20px;
	background: url(../images/home-news-bg.png) repeat-x 0px 0px;
	}

#whoContent div.personItem div.sidebar div.clients {
	margin: 0; padding: 0 0 35px 0;
	}

#whoContent div.personItem div.sidebar div.clients h3 {
	font: bold 14px georgia, times new roman, times, serif; color: #307ca2;
	}

#whoContent div.personItem div.sidebar div.clients ul {
	margin: 0; padding: 0; list-style: none;
	}

#whoContent div.personItem div.sidebar div.clients ul li {
	font-size: 13px; padding: 2px 0 2px 10px;
	background: url(../images/global-elements-cross-small-red.png) no-repeat 0px 50%;
	}

#whoContent div.personItem div.sidebar div.twitter {
	position: relative; width: 233px;
	background: #fffdf1;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#whoContent div.personItem div.sidebar div.twitter h3 {
	padding: 14px 0 18px 55px;
	font: bold 14px georgia, times new roman, times, serif; color: #317ca2;
	background: url(../images/who-person-sidebar-twitter-bg.png) no-repeat 0px 0px;
	}

#whoContent div.personItem div.sidebar div.twitter ul {
	margin: 0 14px; padding: 0; list-style: none;
	}

#whoContent div.personItem div.sidebar div.twitter ul li {
	margin: 0; padding: 12px 0; list-style: none;
	border-top: 1px dashed #c1c0b7;
	}

#whoContent div.personItem div.sidebar div.twitter ul li span {
	display: block; margin: 0 0 2px 0;
	font: normal 13px georgia, times new roman, times, serif; color: #2e2e2e;
	}

#whoContent div.personItem div.sidebar div.twitter ul li a.timestamp {
	font-size: 11px; padding: 0 0 0 7px;
	background: url(../images/global-elements-cross-small-red.png) no-repeat 0px 60%;
	}



/*  ::  Page Styles  --  Contact  ::  Branding  */

#contactBranding {
	position: relative; width: 980px; height: 89px;
	}

#contactBranding img {
	position: absolute; left: 0; top: 0;
	}

#contactBranding h1 {
	position: absolute; left: 0; top: 0;
	text-indent: -9999px;
	}


/*  ::  Page Styles  --  Contact  ::  Content  */

#contactContent {
	position: relative; width: 930px; padding: 35px 25px 50px 25px;
	}

#contactContent h2 {
	padding: 0 0 14px 0;
	font: bold 18px georgia, times new roman, times, serif; color: #000;
	}

