@charset "UTF-8";
/* Starting reset.css */
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	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;
}
/* Starting base.css */
/* CSS Document */

/* Chris Bolt - added a default line-height */
body {
	line-height: 1.3em;	
}
/*body * {
	line-height: 1.4em;
}*/
/* input elements should not have such a high line-height */
input {
	line-height: 1.2em;	
}
/* End CHris Bolt

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
ul {
	list-style: inherit;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:0.5em;
}

/* Starting main.css */
/* CSS Document */

/*

Font Verdana, 12pt, Grey R51 G51 B51 #333333 and red R255 G0 B0 #FF0000.

Key lines red R255 G0 B0 #FF0000

Main red R153 G0 B0 #990000

Transparency on menu 85%.

*/

/*
html, body {
	height: 100%;	
	overflow: auto;
}
*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/design/background.jpg) #990000 fixed;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #ff0000;
	font-size: 12px;
}


/* Header */
#Top {
	position: absolute;
	top: 15px;
	left: 0;
}
/* IE 6 hack for position fixed */
/** html div#Top {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + 17 : document.body.scrollTop + 17);
}*/

#TopBase, #TopLogos {
	position: absolute;
	left: 0;
	top: 0;
	width: 742px;
	height: 130px;
}
#TopBase {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}
#TopLogos {
	margin: 0;
	padding: 0;
}


/* Navigation */
#Menu {
	position: absolute;
	left: 0;
	top: 145px;
	width: 212px;
}
/* IE 6 hack for position fixed */
/** html div#Menu {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + 147 : document.body.scrollTop + 147);
}*/
div#Menu {
	position: absolute;
	top:expression(eval(documentElement.scrollTop > 146) ? documentElement.scrollTop - 1 + 'px' : '145px');
}


#MenuBase {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	background: #990000;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
/* IE 6 hack for height 100% */
* html div#MenuBase {
	height: expression(document.getElementById('MenuContent').offsetHeight);	
}

#MenuContent {
	border: 1px solid #ff0000;
	padding: 0 15px 13px 15px;
	border-top-width: 0;
	border-left-width: 0;
}


/* Content Area */
#Content {
	margin-left: 227px;
	margin-top: 160px;
}


/* Footer */
#Footer {
	font-size: 10px;
	margin-left: 227px;
	border-top: 1px solid #ff0000;
	padding-top: 3px;
	color: #ffffff;
	padding-bottom: 15px;
}
#Footer a, #Footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Menu List */
/* main menu */
#MenuList {
	line-height: 16px;	
}
ul#MenuList {
	border-top: 1px solid #ff0000;
	margin: 0;
	padding: 0;
}
ul#MenuList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul#MenuList li a {
	color: #ffffff;
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0 0 0 -10px;
}
ul#MenuList li a:hover {
	text-decoration: none;	
	background: url(../images/design/menu-dash.gif) 0 10px no-repeat;
}
ul#MenuList li a span.Colon {
	display: none;	
}
ul#MenuList li a#HomeLink {
	margin-top: 6px;
}
ul#MenuList li a.current {
	padding-top: 8px;
	margin-top: 6px;
	background: url(../images/design/menu-level1-current.gif) 0 0 no-repeat;
}
ul#MenuList li a.actual {
	padding-top: 8px;
	margin-top: 6px;
	background: url(../images/design/menu-level1-actual.gif) 0 0 no-repeat;
}
ul#MenuList li a#HomeLink.current, ul#MenuList li a#HomeLink.actual {
	border-top-width: 0px;
	margin-top: 0px;
	padding-bottom: 14px;
	background: url(../images/design/menu-dash-home.gif) 0 16px no-repeat;
}
ul#MenuList li a.current span.Colon, ul#MenuList li a.actual span.Colon {
	display: inline;	
}

ul.Last, ul.Last a {
	border-bottom-width: 0 !important; 
	margin-bottom: 0 !important; 
	padding-bottom: 0 !important;	
}

/* sub menu */
ul#MenuList li ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ff0000;
	margin-bottom: 5px;
	padding-bottom: 6px;
	display: none;
}
ul#MenuList li ul.current {
	display: block;
}
ul#MenuList li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul#MenuList li ul li a {
	color: #ff0000;
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0 0 0 -10px;
}
ul#MenuList li ul li a:hover, ul#MenuList li ul li a:active, ul#MenuList li ul li a.current, ul#MenuList ul li a.actual {
	color: #ffffff;	
	border-top-width: 0;
	padding: 2px 0 2px 10px;
	margin: 0 0 0 -10px;
	background: url(../images/design/menu-dash.gif) 0 10px no-repeat;
}

/* Content boxes */
.CBox {
	border: 1px solid #ff0000;
	padding: 15px;
	padding-bottom: 0;
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 15px;
}
.Wide {
	width: 707px;
}
.Narrow {
	width: 483px;
}

.Wide .Left, .FlashBox .Left {
	width: 483px;
	margin-right: 0px;
	float: left;
	/*border-right: 1px solid #ff0000;*/
}

.Wide .Right, .FlashBox .Right {
	margin-left: 498px;
	padding-left: 15px;
	border-left: 1px solid #ff0000;
	height: 100%;
	margin-bottom: 15px;
}
.Right p {
	padding-bottom: 0;	
}


.Narrow .Left {
	width: 278px;
	margin-right: 0px;
	float: left;
	/*border-right: 1px solid #ff0000;*/
}

.Narrow .Right {
	margin-left: 293px;
	/*padding-left: 15px;
	border-left: 1px solid #ff0000;*/
	margin-bottom: 15px;
}

/* IE seems to get this wrong */
*html div.Right {
	margin-left: 493px;
}

.ClearLeft {
	clear: left;
	font-size: 0px;
	height: 0px;
}

.ClearBoth {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.ImgBox {
	border: 1px solid #ff0000;
	background-color: #990000;
	margin-bottom: 15px;
	width: 513px;
	overflow: hidden;
	line-height: 0;
}

.VerticalImgBox {
	padding-bottom: 5px !important;
}
.VerticalImgBox img {
	margin-bottom: 10px;
}

.AlignCenter {
	text-align: center;
}

/* Two Column Box Layout */
.TwoColLayout {
	width: 739px;
}
.TwoColLayout .LeftCol {
	width: 515px;
	float: left;
}
.TwoColLayout .LeftCol .CBox {
	
}
.TwoColLayout .RightCol {
	float: right;
	width: 224px;
}
.TwoColLayout .RightCol .RBox {
	border: 1px solid #ff0000;
	padding: 15px;
	padding-bottom: 0;
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 15px;
}


/* Image Bar  (about us pages) */
.ImgBar {
	border: 1px solid #ff0000;
	padding: 7px 15px 7px 15px;
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 15px;
	width: 707px;
	line-height: 0px;
}

.ImgBar img {
	vertical-align: middle;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/* Flash Box */
.FlashBox img {
	
}
.FlashBox {
	position: relative;
	border: 1px solid #ff0000;
	background-color: #ffffff;
	color: #333333;
	padding-top: 0;
	margin-bottom: 15px;
	width: 737px;
}

.FlashBox .Left {
	width: 529px;
	
	margin-right: -1px;
}

.FlashBox .Right {
	margin-left: 529px;
	padding-top: 15px;
	padding-left: 0;
	border-left-width: 0;
	height: 100%;
	margin-bottom: 0;
}

.CloseProject {
	position: absolute;
	right: 15px;
	bottom: 11px;
	padding-right: 20px;
	background: url(../images/content/close.gif) right bottom no-repeat;
}

a:hover.CloseProject {
	text-decoration: none;
	background: url(../images/content/close-over.gif) right bottom no-repeat;
}

/* Text headings etc */

h1, .h1 {
	color: #ff0000;
	font-size: 20px;
	font-family: Arial, Geneva, sans-serif;
	
	/*font-weight: normal;*/

	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
	line-height: 120%;
	
	margin-top: -5px;
}

h2 {
	color: #ff0000;
	font-size: 15px;
	font-family: Arial, Geneva, sans-serif;

	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	
	line-height: 150%;
	
	margin-top: -5px;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

p.CorporateFont {
	font-size: 13px;	
}

.strong {
	font-weight: bold;	
}

/* Links */

a:link, a:active, a:hover, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

/* Lists */
ul, ol {
	margin-top: 0;
	padding-top: 0;
}

/* Other text and item styles */

.Red {
	color: #ff0000;	
}
p.Red a {
	text-decoration: underline;	
}
p.Red strong a {
	text-decoration: none;	
}
p.Red strong a:hover {
	text-decoration: underline;
}

.Small {
	font-size: 10px;	
}

.Separator {
	border-top: 1px solid #ff0000;
	margin-bottom: 15px;
}

.Quote {
	/*margin-right: -4px; 
	margin-left: -4px	*/
}
img.Quote {
	display: block;	
}

.List {
	line-height: 19px;
	position: relative;
	top: -5px;
	margin-bottom: -6px;
}

/* Home page */
#HomeSocialMedia {
	margin-left: 15px;	
}
#HomeSocialMedia img {
	margin-right: 3px;	
}
#RightContact {
	position: relative;
	margin-bottom: 15px;
	margin-left: 15px;
}
#RightContactBase {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	background: #990000;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
/* IE 6 hack for height 100% */
* html #RightContactBase {
	height: expression(document.getElementById('RightContact').offsetHeight);	
}

#RightContactContent {
	border: 1px solid #ff0000;
	padding: 15px;
	padding-bottom: 0;
	color: #fff;
}

#RightContact p {
	padding-top: 5px;
	margin-top: 0px;
	font-size:	20px !important;
	text-align: left;
	line-height: 22px;
	color: #fff;
	/*margin-bottom: -4px;*/
	margin-top: -8px;
}
#RightContact p strong {
	color: #fff;
}
#RightContact p a {
	color: #fff;
}


table {
	margin: 0;
	padding: 0;
}

/* Team Page */
.BioPage h2 {
	margin: 0 0 1em 0;	
}
.BioPage h2.h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
	line-height: 100%;
}
img.Bio {
	position: relative;
	top: -15px;
	margin-bottom: -30px;
	vertical-align: bottom;
}
.MemberName {
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;	
}
.JobTitle  {
	font-weight: normal;
	color: #333333;
	font-size: 15px;
}

/* Services Pages */
#SText {
	position: absolute;
	left: 755px;
	color: #ffffff;
}
#SGrid {
	width: 535px;
	height: 530px;
	font-size: 0px;
}

#SGrid div.Active, #SGrid div.Blank, #SGrid div.Disabled {
	float: left;
	margin-right: 15px;	
	margin-bottom: 15px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	line-height: 0;
}

#SGrid div.Blank {
	border: 1px solid #ff0000;
}
#SGrid div.Blank img {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	background: #990000;
}


#SGrid div.Disabled {
	border: 1px solid #ff0000;
	background: #990000;
}
#SGrid div.Disabled img {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

#SGrid a img {
	border: 1px solid #ff0000;
	background: #990000;
}

#SGrid a:hover img {
	border: 1px solid #ffffff;
}

/* Flash is blocked!!! */
.FlashBGImg {
	background-position: center;	
	background-repeat: no-repeat;
}

/* add this class to images to make them fade in */
.FadeIn {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/* Articles Page */
.ArticleHeading {
	margin: 0;
	padding: 0;
	font-size: 15px;
	padding-bottom: 5px;
	color: #ff0000;	
	/*font-weight: normal;*/
}
.ArticlePageHeading {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.Author {
	font-weight: normal;
	font-size: 10px;
	color: #ff0000;	
}
.ArticleList p {
	margin-bottom: 0px;
	padding-bottom: 5px
}
.ArticleList p.Published {
	font-weight: normal;
	font-size: 10px;
	color: #ff0000;
	padding-bottom: 15px;
}

/* Site Map */
ul.SiteMap {
	margin: 0;	
}
ul.SiteMap li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style-type: none;
}
ul.SiteMap li li {
	list-style-type: disc;
	margin-bottom: 0;
}
ul.SiteMap ul {
	margin-bottom: 0;
	margin-top: 0;
}
ul.SiteMap a {
	color: inherit;	
}

/* Social Approval */
.socialApproval {
	border-top: 1px solid #ff0000;
	padding-top: 12px;
	margin-bottom: 12px;	
}

/* Starting thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	/*font: 12px Arial, Helvetica, sans-serif;*/
	color: #333333;
}

#TB_secondLine {
	font-size: 10px;
	color:#333333;
}
/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#333;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#333333;
	display:none;
	border: 1px solid #ff0000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 15px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 15px;
	margin-bottom:1px;
}

#TB_title{
	color: #ff0000;
	background-color:#fff;
	height:27px;
	border-bottom: 1px solid #ff0000;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


