/**************************************/
/*              GLOBALS               */
/**************************************/

@font-face {
        font-family: 'Helvetica Neue';
        src: url('HelveticaNeueLTPro-Roman.eot');
        src: local('Helvetica Neue'),
             local('Helvetica Neue'),
             url('HelveticaNeueLTPro-Roman.otf') format('opentype');
}
/* Bold declaration only for non-IE browsers */
@font-face {
        font-family: 'Helvetica Neue';
        src: url('HelveticaNeueLTPro-Bd.eot');
        src: local('Helvetica Neue Bold'),
             local('Helvetica Neue-Bold'),
             url('HelveticaNeueLTPro-Bd.otf') format('opentype');
        font-weight: bold;
}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 1.7em;
}

a {
	color: #94B404;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**************************************/
/*              HEADER                */
/**************************************/

#Header {
	width: 900px;
	height: 120px;
	margin: 40px auto 0;
}

#Header #Logo {
	margin: 7px 0 0 11px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#Header #Nav {
	float: right;
	font-size: 1.35em;
	line-height: 1.3em;
}
#Header #Nav ul {
	float: left;
	margin-left: 50px;
}
#Header #Nav h3 {
	text-transform: uppercase;
	color: #000;
}
#Header #Nav a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
#Header #Nav a:hover, #Header #Nav a:active {
	text-decoration: underline;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#Content {
	width: 900px;
	margin: 0 auto 20px;
	padding-bottom:10px;
	background: url(../images/siteShowcase/bg.gif) repeat-x center top;
}
#Content h2 {
	float: left;
	/*border-right: 1px solid #D6D6D6;*/
	font-size: 2.2em;
	color: #000;
	padding: 5px 15px 8px 0;
	margin: 25px 15px 0 15px;
}
#Content h4 {
	float: left;
	margin-top: 30px;
	font-size: 1.2em;
}
#Content h3 {
	font-size: 1.4em;
	color: #000;
	margin: 10px 0 10px 15px;
}
#Content p {
	margin: 10px 0 15px 15px;
	width: 560px;
	font-size: 1.1em;
	line-height: 1.45em;
}
#Content #Jumpbox {
	float: right;
	border: 1px solid #CCC;
	width: 238px;
	padding: 10px 0 40px;
	background-color: #FFF;
	font-size: 1.1em;
	margin-right: 15px;
}
#Content #Jumpbox p {
	margin: 0 10px;
	width: auto;
}

#Content #SiteShowcase {
	padding: 25px;
	padding-bottom: 0;
	margin-bottom: 20px; /*was 25 */
	font-size: 1.2em;
}
#Content #SiteShowcase #Screenshot {
	float: right;
	margin-left: 40px;
}
#Content #SiteShowcase big {
	font-size: 1.9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #999;
	margin-top: 75px;
	display: block;
	width: 275px;
	margin-bottom:-5px;
}
#Content #SiteShowcase span.site {
	font-size: 3.25em;
	font-weight: bold;
	line-height:1.2em;
	color: #000;
}

#Content .caseStudy p {
	width: auto;
}
#Content .caseStudy img {
	float: right;
	margin: 0 5px 0 40px;
}
#Content #Scroller {
	margin: -20px auto 20px;
	padding-right: 233px;
	text-align: right;
	font-size: 1.2em;
	font-weight:bold;
}
#Content #Scroller li {
	margin: 0 10px;
	display: inline;
	color: #94B404;
	cursor: pointer;
}
#Content #Scroller li:hover {
	text-decoration: underline;
}

#Content .project {
	display: block;
	width: 450px;
	height: 190px;
	float: left;
}
#Content .project img {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px;
	float: left;
	margin: 15px 15px 0 15px;
}
#Content .project h3 {
	margin: 15px 15px 0 0;
}
#Content .project p {
	width: auto;
	margin-right: 15px;
}

#Content #ContactForm {
	margin: 10px 0 15px 15px;
	font-size: 1.1em;
	line-height: 1.45em;
}
#Content #ContactForm .col {
	float: left;
	width: 385px;
}
#Content #ContactForm input {
	width: 360px;
	margin: 5px 0 10px 0;
	padding: 4px 4px 5px;
	/*font-size: 1.3em;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Content #ContactForm textarea {
	width: 360px;
	height: 237px;
	margin: 5px 0 10px 0;
	padding: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Content #ContactForm #Btns {
	clear: both;
	text-align: right;
	width: 750px;
}
#Content #ContactForm #Btns input {
	width: auto;
}

#News {
	background: url(../images/newsBar.jpg) no-repeat center top;
	padding-top: 50px;
	font-size: 1.1em;
}
/*Hide the Section Headers when css is active because the Headers are in the newBar image*/
#News h2 {
	text-indent: -99999px; height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0;
}

#News #TechNotes h3 {
	line-height: 1.3em;
}
#News #Lab, #News #TechNotes {
	float: left;
}
#News #Lab {
	width: 520px;
	margin-left: 10px;
}
#News  h3 {
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
}
#News #Lab p {
	width: auto;
}
#News #TechNotes {
	width: 325px;
	margin-left: 35px;
}
#News #TechNotes h3 {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/icons/news.jpg) no-repeat left 5px;
}
#News #TechNotes p {
	padding-left: 30px;
	width: auto;
}
#News #TechNotes hr {
	margin: 10px 0;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#Footer {
	background: url(../images/footerHR.gif) repeat-x left top;
	padding-top: 30px;
	color: #999;
	font-size: 1.2em;
}
#Footer small {
	font-size: 0.95em;
}
#Footer #FooterContents {
	width: 900px;
	margin: 0 auto 25px;
}
#Footer #FooterContents .email {
	font-weight: bold;
}
#Footer #FooterContents #SocialLinks {
	float: right;
}
#Footer #FooterContents #SocialLinks img {
	vertical-align: text-bottom;
}

/**************************************/
/*           LIVE VALIDATION          */
/**************************************/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display:none;
}

.LV_valid {
    color:#94B404;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}