/* =CSS Rest v1.0 | 20080212
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */

/* =Body 
-----------------------------------------------------------------------------------------*/
body {
	background:#eeede5 url(../images/bg_Header.jpg) repeat-x;
	color: #323232;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
}

body.nonFeatured {background-image: url(../images/bg_HeaderB.jpg);}
	
/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong{font-weight: bold;}
em{font-style: italic;}
img.left {padding:10px;}
img.right {padding:10px;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, .learnMore{
	font:normal 1.2em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

#intro p{
	color: #fff;
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}


ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

/* =Headings
-----------------------------------------------------------------------------------------*/

h1{
	font:normal 2.1em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}

#intro h1{color: #fff;}

h2{
	font:normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}

h3{
	font:normal 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

h3.heading{
	color: #fc8d1a;
	cursor: pointer;
	font:bold 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}
h4{
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}	

h5{
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}	

h6{
	font:normal 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{color: #fc8d1a;font-weight:bold;}
a:hover, a:active, h3.over{color: #323232;}		

#copyright a:link, #copyright a:visited{
	color: #323232;
	font:bold 1em/1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active{color: #fc8d1a;}

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav{
	clear: both;
	margin: 0px;
	z-index:10;
}

#nav li{
	display: block;
	float: left;
	font:bold 15px/15px "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: none;
	position: relative;
	z-index:100;
}

#nav li a:link, #nav li a:visited{
	color: #323232;
	display: block;
	line-height: 28px;
	margin: 18px 16px 0 0;
	padding:0 0 6px 0;
	text-decoration: none;
	z-index:100;
}

#nav li a:hover, #nav li a:active{
	color: #fc8d1a;
	z-index:100;
}

#nav li ul li a:link, #nav li ul li a:visited{
	background-color: #eeeee6;
	height: 27px;
	line-height: 18px;
	margin: 0;
	padding:8px 0 0 8px; 
	text-align: left;
	width: 100%;
	z-index:100;
}

* html #nav li ul li a:link, * html #nav li ul li a:visited{padding:8px 0 0 16px;}

#nav li ul li a:hover, #nav li ul li a:active{color: #fc8d1a; z-index:100;}

#nav li ul { /* second-level lists */
	border: 2px solid #b1b0ac;
	border-top: 4px solid #eeeee6;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 21px 0 0 0px;
	padding: 0px;
	position: absolute;
	width:182px;
	z-index:100;
}

#nav li ul li{
	display:block;
	width:174px;
	z-index:100;	
}

#nav li:hover ul,  #nav li.sfhover ul{ /* lists nested under hovered list items */
	left:0;
	margin-left: -8px;
	top: 31px;
	z-index:100;
}

/* =miniNav
-----------------------------------------------------------------------------------------*/
#miniNav{
	color: #fff;
	float: left;
	font:bold 15px/26px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
}

#miniNav li{list-style: none;text-indent: 25px;}
#miniNav .homePage{background: url(../images/icon_HomePage.jpg) no-repeat 0px 7px;}
#miniNav .contactPage{background: url(../images/icon_Contact.jpg) no-repeat 0px 7px;}
#miniNav .phoneNumber{background: url(../images/icon_Phone.jpg) no-repeat 0px 7px;}
#miniNav a:link, #miniNav a:visited{color: #fff;text-decoration: none;}
#miniNav a:hover, #miniNav a:active{color: #fc8d1a;}


/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
.threeColumn{
	float: left;
	margin: 10px 0px 48px 0;
	width: 290px;
}

.threeColumnImg{
	background-image: url(../images/featuredHeaderBG.gif);
	height: 79px;
	padding: 11px;
	width: 269px;
}

.threeColumnImg div{
	height: 78px;
	width: 269px;
	overflow:hidden;
}

.centerThree{margin: 10px 49px 48px 49px;}
* html .centerThree{margin: 10px 47px 48px 47px;}

.threeColumn p, .threeColumn h2{margin: 10px 5px;}

.threeColumn ul{
	list-style: none;
	margin: 0;
}

.threeColumn li{
	list-style: none;
	margin: 10px 5px;
}

.learnMore{
	clear: both;
	float: right;
}	

#contentHeader{
	background: url(../images/header_Web.jpg) no-repeat center;
	height: 98px;
	margin: 22px 0;
	width: 100%;
}
	
#copyright p{
	float: left;
	font:bold 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 40%;
}
	
#copyright p.valid{
	background: url(../images/bg_Check.jpg) no-repeat;
	float: right;
	text-align: right;
	width: 16%;
}

#header{
	height: 180px;
	margin: 0 auto;
	width: 970px;
}

#homeIntro{
	float: right;
	width: 424px;
}

* html #homeIntro{
	float: right;
	width: 424px;
}

#introWrapper{
	background-color: #323232;
	padding-top: 35px;
	width: 100%;
}

#intro{
	margin: 0 auto;
	position: relative;
	width: 970px;
}

#intro ul{
	float: left;
	margin: 0 10px 10px 30px;
	padding: 0px;
	width: 355px;
}

#intro ul.portfolio{
	float: left;
	margin: 0 10px 10px 30px;
	padding: 0px;
	width: 645px;
}

#intro ul li{
	color: #fff;
	list-style: none;
	margin: 5px 0;
	padding: 0px;
}

#intro .pimage{
	float: left;
	width: 218px;
}

#intro h1.pimage{margin: 0 10px 10px 30px;}

#introFooter{
	background-image: url(../images/bg_HeaderBottom.jpg);
	height: 18px;
}

#keywords{
	clear: both;
	height: 14px;
	margin:0 auto;
	text-align:center;
	width:970px;
}

#line{
	background: url(../images/hr_OrangeBar.jpg) no-repeat center;
	clear: both;
	height: 14px;
	width: 100%;
}

#logo{
	float: right;
	height: 116px;
	margin: 6px 0px 0 0;
	width: 270px;
}

#wrapper, #copyright{
	margin:0 auto;
	width:970px;
}

#wrapperTwoColumn{
	background: url(../images/bg_Sidebar.jpg) 0px 0px;
	margin:0 auto;
	width:970px;
}

#wrapperTwoColumnPortfolio{
	background: url(../images/bg_Sidebar.jpg) 0px 0px;
	margin:0 auto;
	width:970px;
}

#mainColumn{	
	float: left;
	width: 715px;	
}

#sideBarTop{
	background:#e3e0d7 url(../images/bg_SidebarTop.jpg) no-repeat;
	clear: both;
	float: right;
	height: 10px;
	margin-top: -5px;
	width: 240px;
}

.nonFeatured #sideBarTop{margin-top: -7px;}

#supportColumn{
	float: right;
	padding: 0 5px;
	width: 230px;	
}

#wrapperTwoColumnPortfolio #supportColumn p, #wrapperTwoColumnPortfolio #supportColumn h2, #wrapperTwoColumnPortfolio #supportColumn ul{width: 230px;}

#wrapperTwoColumnPortfolio p{
	float: left;
	width: 715px;
}

#wrapperTwoColumnPortfolio ul{
	float: left;
	margin: 10px 0;
	padding: 0px;
	width: 970px;
}

#wrapperTwoColumnPortfolio ul li{
	float: left;
	list-style: none;
	margin: 5px 0;
	padding: 0px;
	width: 695px;
}

#wrapperTwoColumnPortfolio ul li p{	font-size:1em;}

#wrapperTwoColumnPortfolio ul li.pimage{
	float: right;
	width: 218px;
}

#wrapperTwoColumn #supportColumn p, #wrapperTwoColumn #supportColumn h2, #wrapperTwoColumn #supportColumn ul{width: 230px;}

#wrapperTwoColumn p{
	/*float: left;
	width: 715px;*/
}

#wrapperTwoColumn ul li.pimage{
	float: right;
	width: 218px;
}

.staffMember{
	clear: left;
	min-height: 200px;
}

.staffMember img{
	float: left;
	margin: 5px 10px 0 0 ;
}

#stafferPic {
	clear: left;
	margin:0 auto;
	width:200px;
}

#contactForm{
	float: left;
	width: 500px;
}

fieldset {border: 0px solid transparent;}
legend{display: none;}
form p{clear: both;}

input, textarea, select {
	border-top: 2px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #999;
	color: #434343;
	font-size: 1em;
	float: left;
	margin: 5px 0;
	padding: 0.2em;
	width: 350px;
}

label{
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
	width: 120px;
}

input:focus, textarea:focus {background-color: #fff5be;}

input#contactSubmit {
	font-size: 0.85em;
	margin: 5px 0 25px 130px;
	width: 100px;
}

#contactForm label.error { 
	color: #fc8d1a; 
	margin: 0px 0 5px 130px;
	width: 300px;
}


#map{
	float: right;
	width: 400px;
}
#map1{
	border: solid 1px #323232;
	height: 276px;
	margin: 15px 0 10px 0;  
}
#map1, #directions1, #address{
	width: 400px;
}
#map ul, #map ul li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px;
}

#map ul li{
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0px;
}
#map label{
	font-size: 1.2em;
	margin: 3px 0px;
	width: 100px;
}
#map input{
	margin: 0 0 0 5px;
	width: 285px;
}
#map #query-submit-1{
	clear: both;
	margin: 2px 0 0 105px;
	width: 100px;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

.description, #detail-project-briefing, #detail-analysis, #detail-interactive-blueprint, #detail-usability-testing, #detail-component-modeling, #detail-coding, #detail-beta-testing, #detail-deployment, #detail-monitoring{
	background-color: #EFF3F8;
	border: 1px solid silver;
	display: none;
	margin-top: 10px;
	padding: 0 5px 5px 5px;
}
/*Blog
------------------------------------------------------------------------------------------*/
#otherTitle{
	font-size:1.3em;
	margin-top:50px;
	color:#fc8d1a;
	font-weight:bold;
}
#cookieBlog {
	margin-bottom:10px;
	text-align:left;
}
#cookieBlog a {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.cookie-image {
	border:0;
	margin-top:5px;
}
.cookie-ttl {
	font-weight:bold;
	font-size:1.3em;
	margin-top:10px;
	color:#fc8d1a;
}
.cookie-ttl a {
	color:#fc8d1a;
	text-decoration:none;
}
.cookie-date {
	font-size:.95em;
	font-style:italic;
	padding-top:3px;
	padding-bottom:5px;
}
.cookie-intro {
	font:normal 1.2em/1.3em;
}
.cookie-body {
	font:normal 1.2em/1.4em;
	margin:10px;
}
.cookie-comment {
	margin-bottom:10px;
	margin-left:30px;
	background-color:#e2e2e2;
	padding:5px;
}
.comment {	
	
}
.comment h2 {
	font-size:1.1em;
	margin-bottom:0;
}
.otherCookies {
	margin-top:20px;
	border-top:solid thin Black;
}
.securityWrong {
	font-weight:bold;
	color:Red;
	margin:5px;
}

.tweet {
	clear: both;
	width: 700px;
 font-family: Georgia, serif;
 font-size: 120%;
 color: #323232; }
  
.tweet .tweet_list {
-webkit-border-radius: .5em;
list-style-type: none;
margin: 0;
padding: 0;
background-color: #e3e0d7; }

.tweet .tweet_list li {
overflow: auto;
padding: .5em; }

.tweet .tweet_list li a {
color: #323232; }

.tweet .tweet_list .tweet_even {
background-color: #eeede5; }

.tweet .tweet_list .tweet_avatar {
padding-right: .5em;
float: left; }

.tweet .tweet_list .tweet_avatar img {
vertical-align: middle; }
li span.tweet_text{
}

.article-table {
	padding:5px;
	font-size:1.2em;
	width:50%;
}
.article-table tr th{
	text-align:left;
	margin-right:5px;
	border-bottom: 1px solid #000;
}
.article-table td{
	border:1px solid #a3a3a3;
	padding:3px;
}