/* ------------------------------------------------------------------------
CSS sheet for Virtualtech
Author: Chris Robinson
Date Created: 7-11-2009

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:
BLUE: #48637c;
LIGHT GREEN: #a0aa68;
DARK GREEN: #7a8f2f;
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;

}
body{
	color: #000;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #d5e0a8;
}
#wrap{
	width: 1000px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#outerHeader{
	width: 100%;
	height: 253px;
	display: block;
	position: relative;
	background: url(../images/headerbg2.jpg) repeat-x;
}
#header{
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}
#header h1 a{
	display: block;
	width: 180px;
	height: 180px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 15px 10px 5px 10px;
	overflow: hidden;
}
#header h2{
	float: left;
	width: 450px;
	font: 36px/1.4em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #444c2b;
	margin: 60px 0px 0px 30px;
}
#header h2 a{
	color: #444c2b;
	text-decoration: none;
	border-bottom: 1px dashed #444c2b;
}
#header h2 a:hover{
	border-bottom: 1px solid #444c2b;
}
ul.nav{
	display: block;
	clear: both;
	width: 100%;
	float: left;
	margin-top: 13px;
	list-style: none;
}
ul.nav li{
	float: left;
	display: block;
	position: relative;
}
ul.nav li a{
	font: 18px/39px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	border-left: 1px solid #acc353;
	border-right: 1px solid #3e4c0b;
	text-decoration: none;
	padding: 0px 10px;
	float: left;
}
ul.nav li.home a{
	border-left: 0px;
}
ul.nav li.home a:hover{
	padding: 0px 10px 0px 9px;
	border-left: 1px solid #3e4c0b;
}
ul.nav li.contact a:hover{
	padding: 0px 9px 0px 10px;
	border-right: 1px solid #3e4c0b;
}
ul.nav li.contact a{
	border-right: 0px;
}
ul.nav li a:hover, ul.nav li:hover{
	background: url(../images/navHover.jpg) repeat-x;
}
ul.nav li ul{
	display: none;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	width: 185px;
	position: absolute;
	top: 38px;
	left: -1px;
	z-index: 9999;
	background: #9bb343;
	overflow: hidden;
	text-align: left;
	border-left: 1px solid #4d5827;
	border-bottom: 1px solid #4d5827;
	border-right: 1px solid #4d5827;	
}
ul.nav li ul li{
	float: none;
	width: 100%;
	border-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	background: #9bb343;
}
ul.nav li ul li a{
	width: 100%;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	background: #9bb343;
	color: #fff;
	padding: 0px 5px;
	overflow: hidden;
}
ul.nav li ul li a:hover{
	background: #8ca339;
}
#staff a{
	display: block;
	background: url(../images/staff.png) no-repeat;
	width: 245px;
	height: 224px;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	right: 0px;
}
	
/* -----------------------------------------------------------------------
=GREEN ELEMENTS
-------------------------------------------------------------------------*/
#outerDarkGreen{
	width: 100%;
	overflow: hidden;
	background: #414e13 url(../images/green_bg2.jpg) top left repeat-x;
	border-bottom: 3px solid #262F06;
}
.inner{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 10px 10px;
	color: #000000;
	text-align: left;
}
.inner #content{
	width: 640px;
	min-height: 400px;
	float: left;
	margin-right: 10px;
}
.inner ul, .inner ol{
	margin-left: 20px;
}
.inner h3{
	font: 20px/1.5em Georgia, "Times New Roman", Times, serif;
}
.inner h3 .note{
	display: block;
	font-size: 12px;
	line-height: 10px;
}
.inner #sidebar{
	width: 350px;
	float: left;
}
.inner a{
	color: #444c2b;
	text-decoration: none;
	border-bottom: 1px dashed #444c2b;
}
.inner a:hover{
	border-bottom: 1px solid #444c2b;
}
.inner #featured{
	display: block;
	float: left;
	width: 486px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background: url(../images/featuredBG.png) no-repeat;
}
#featured img{
	margin: 18px auto;
	border: 1px solid #818181;
}
#featured h2{
	float: left;
	font: 24px/1.5em Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
}
#featured p{
	float: right;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
	text-align: right;
}
#featured a{
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#homeContent{
	width: 440px;
	display: block;
	float: right;
	color: #fff;
	margin-top: 8px;
	padding: 5px 15px;
	background: url(../images/intro_bg.png) top left repeat-x;
}
#homeContent p{
	margin: 10px 0px;
	color: #fff;
	font: 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#homeContent h3{
	font: 25px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0px;
}
body.full #homeContent{
	width: 95%;
}
/* -----------------------------------------------------------------------
=BLUE ELEMENS
-------------------------------------------------------------------------*/
#outerLightGreen{
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	overflow: hidden;
	background: #d5e0a8 url(../images/ltGreenBg.jpg) top left repeat-x; /* apply to $outerLightGreen for full blue BG, apply to $outerLightGreen .inner for just inner blue*/
}
body.interior #outerLightGreen{
	border-top: 15px solid #a0ab69;
}
#outerLightGreen .inner{
	color: #444c2b;
}
#outerLightGreen .box{
	display: block;
	width: 300px;
	float: left;
	border-left: 1px solid #939d6b;
	border-right: 1px solid #939d6b;
	margin: 20px 14px 15px 14px;
}
#outerLightGreen .box h3{
	height: 81px;
	color: #fff;
	font: 21px/1.4em Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	display: block;
	padding: 25px 0px 0px 125px;
	text-shadow: #000 0.0em 0.0em 0.1em;
	font-weight: bold;
}
#outerLightGreen #design{
	background: url(../images/greenDesign.jpg) no-repeat;
}
#outerLightGreen #email{
	background: url(../images/greenEmail.jpg) no-repeat;
}
#outerLightGreen input#email{
	background: #fff;
}
#outerLightGreen #seo{
	background: url(../images/greenSeo.jpg) no-repeat;
}
#outerLightGreen #email h3{
	padding-left: 150px;
}
#outerLightGreen .box p{
	color: #000;
	margin: 10px;
}
#outerLightGreen .box  a{
	color: #262F06;
	font-size: 14px;
	width: auto;
	overflow: hidden;
	border-bottom: 1px dashed #262F06;
	text-decoration: none;
}
#outerLightGreen .box p a:hover{
	border-bottom: 1px solid #262F06;
}
#recent{
	display: block;
	clear: both;
	width: 640px;
	float: left;
}
#recent h3{
	font: 30px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #202020;
	margin-left: 10px;
}
#recent ul{
	margin: 0px;
}
#recent ul li{
	float: left;
	list-style: none;
	margin: 6px 7px;
}
#recent a img {
	padding: 10px;
	float: left;
	background: #fff;
	border: 1px solid #262F06;
}
#recent a{
	float: left;
	border-bottom: 0px;
}
#clientsSay{
	float: left;
	background: #092a56;
	color: #d4e0f1;
	width: 288px;
	padding: 10px;
	margin: 10px 0px 0px 16px;
}
#clientsSay h3{
	font: 24px/1.5em Georgia, "Times New Roman", Times, serif;
}
#clientsSay p{
	margin: 0px;
	font: 15px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#clientsSay p .by{
	display: block;
	margin-top: 10px;
	font-style: italic;
}
.blue{
	float: right;
	color: #d4e0f1;
	margin: 10px;
	padding: 2px;
	border: 2px solid #092a56;
}
.blue a{
	color: #d4e0f1;
	border-bottom: 1px dashed #d4e0f1;
}
.blue a:hover{
	border-bottom: 1px solid #d4e0f1;
}
.blue .blueInner{
	width: 300px;
	padding: 5px;
	overflow: hidden;
	background: url(../images/testimonialBg.jpg) repeat-x #051e3c;
}
.blue .blueInnerSm{
	width: 250px;
	padding: 5px;
	overflow: hidden;
	background: url(../images/testimonialBg.jpg) repeat-x #051e3c;
}
.blue p{
	margin: 20px 0px;
	display: block;
	clear: both;
	font: 15px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.blue .blueInner p.email{
	text-align: center;
	font-weight: bold;
}
.blue .blueInner p.email img{
	margin: 0px auto;
	float: none;
}
.blue p.by{
	display: block;
	margin-top: 10px;
	font-style: italic;
}
.blue p img{
	float: left;
	border: 1px solid #d4e0f1;
	margin-right: 5px;
}
form.signup{
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: left;
}
form.signup p{
	margin: 10px 0px;
}
form.signup label{
	font: 14px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
img.inTheNews{
	float: right;
	border: 10px solid #fff;
	margin: 10px;
}
img.staff{
	margin: 0px 10px 0px 0px;
	float: left;
	background: #fff;
	border: 1px solid #262F06;
}
div.bio{
}
div.bio p{
	margin-top: 10px;
}
dl.step{
	width: 600px;
	margin: 10px 18px 10px 0px;
}
dl.step dt{
/*	width: 100%;*/
	width: 600px;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.step dt img{
	border: 1px solid #5e6837;
	display: block;
	margin-bottom: 5px;
}
div.step{
	display: block;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #000;
	padding: 1.5em 0px;
}
.step h4{
	background: url(../images/stepBG.jpg) top center repeat-x;
	color: #fff;
	width: 600px;
	letter-spacing: 2px;
	font: 41px/52px Impact, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #000 0.0em 0.0em 0.1em;
}
div.step ul{
	margin: 1.5em 15px;
}
div.step img{
	float: right;
	margin: 0px 10px;
}
div.step div.redesign{
	float: left;
	width: 300px;
	margin: 0 20px;
	text-align: center;
}
div.step div.redesign img{
	display: block;
	margin: 3px auto;
	float: none;
	border: 1px solid #000;
}
h4.digMark{
	background: url(../images/stepBG.jpg) top center repeat-x;
	color: #fff;
	width: 100%;
	letter-spacing: 2px;
	font: 31px/52px Impact, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #000 0.0em 0.0em 0.1em;
	clear: both;
}
p.digMark{
	float: left;
	width: 300px;
	margin: 20px 20px 20px 0px;
	text-align: left;
	font-weight: bold;
}
p.digMark a img{
	display: block;
	margin-bottom: 5px;
}
div.castHistory{
	display: block;
	clear: both;
}
ul.promo li{
	float: left;
	width: 30%;
}
p.promo{
	font-weight: bold;
	margin: 0px;
}
div.toggle p{
	margin: 0px 10px 10px 10px;
}
dl.faq{
	margin: 1.5em 0px 0px 0px;
	padding: 0px 0px 1.5em 0px;
	border-bottom: 1px solid #444C2B;
}
dl.last{
	border: 0px;
}
dl.faq dt{
	font-weight: bold;
}
dl.faq dd{
	margin: 5px 0px 0px 10px;
}
dl.meta dt{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
dl.newsletters dt{
	font-weight: bold;
	display: block;
	clear: both;
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #000;
	padding-top: 20px;
}
dl.newsletters dd{
	padding-top: 20px;
	border-top: 1px solid #000;
	float: left;
	margin-top: 20px;
	width: 700px;
}
/* -----------------------------------------------------------------------
=COMMUNITY ELEMENTS
-------------------------------------------------------------------------*/
ul.community li{
	list-style: none;
	float: left;
	width: 30%;
	height: 144px;
	line-height: 144px;
	margin: 10px
}
ul.community li a, ul.community li a img, ul.community li a:hover{
	border: 0px;
}
/* -----------------------------------------------------------------------
=PORTFOLIO SEARCH ELEMENS
-------------------------------------------------------------------------*/
div.map{
	display: block;
	width: 370px;
	height: 260px;
	background: url(../images/map.png) no-repeat;
	float: right;
}
#searchBar{
	display: block;
	clear: both;
}
form.search{
	width: 250px;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
}
form.search label{
	display: block;
	clear: both;
	font-weight: bold;
	color: #fff;
}
form.search select{
	background: #D5E0A8;
	border: 1px solid #3e4c0b;
	font-weight: bold;
	color: #000;
	width: 100%;
}
form.search option:hover{
	background-color: #fff;
}
form.search input[type="text"]{
	background: #D5E0A8;
	border: 1px solid #3e4c0b;
	font-weight: bold;
	color: #000;
	width: 100%;
}
form.search input[type="image"]{
	float: right;
	margin-top: 5px;
	border: 1px solid #3e4c0b;
}
.portfolio{
	display: block;
	clear: both;
	float: none;
	list-style: none;
	overflow: hidden;
	margin: 10px 0px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #000;
}
.last{
	border: 0px;
}
.portfolio a img{
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #262F06;
}
.portfolio div{
	float: left;
	width: 600px;
	margin: 0px 10px;
}
.portfolio p{
	margin: 0px 0px 10px 0px;
}
.portfolio a{
	border-bottom: 0px;
}
/* -----------------------------------------------------------------------
=PAYMENT FORM ELEMENTS
-------------------------------------------------------------------------*/
form.payment label{
	width: 140px;
	display: block;
	float: left;
	clear: both;
	margin: 5px 0px;
}
form.payment input{
	width: 200px;
	margin: 5px 0px;
}
form.payment #x_card_code{
	width: 100px;
	margin: 5px 0px;
}
form.payment input#x_card_code{
	width: 100px;
	margin: 5px 0px;
}
form.payment select{
	width: 130px;
	margin: 5px 0px;
}
form.payment .monthdate{
	width: 100px;
	margin: 5px 0px;
}
form.payment input#submit{
	display: block;
	clear: both;
	width: auto;	
	background: url(../images/submitBG.jpg) top center repeat-x #6b8627;
	color: #fff;
	border: 1px solid #262f06;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font: 24px/23px Impact, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: #000 0.0em 0.0em 0.1em;
	}
form.payment #cvvpic {
	display: block;
	clear: right;
	float: right;
	width: 600px;
	margin-top: -200px;
}
/* -----------------------------------------------------------------------
=GENERAL FORM AND TABLE ELEMENTS
-------------------------------------------------------------------------*/
form.contact label{
	width: 180px;
	display: block;
	float: left;
	clear: both;
	margin: 5px 0px;
}
form.contact input{
	width: 259px;
	margin: 5px 0px;
}
form.contact select{
	width: 263px;
	margin: 5px 0px;
}
form.contact input#submit{
	display: block;
	clear: both;
	width: auto;	
	background: url(../images/submitBG.jpg) top center repeat-x #6b8627;
	color: #fff;
	border: 1px solid #262f06;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font: 24px/23px Impact, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: #000 0.0em 0.0em 0.1em;
}
form.contact input#submit:hover{
	background: url(../images/submitBG.jpg) bottom center repeat-x;
}
.attn{
	color: red;
	font-weight: bold;
}
.attn a, .attn a:hover{
	color: red;
	border-color: red;
}
form select.month{
	width: 95px;
}
form select.year{
	width: 55px;
}
.tooltip{
	display: block;
	float: right;
	margin-right: 300px;
}
#validationbox{
	display: none;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	float: left;
	color: #000;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px solid #000;
	margin: 10px 0px 0px 0px;
}
#footer ul{
	float: left;
}
#footer ul li{
	float: left;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #000;
}
#footer ul li.home{
	border-left: 0px;
}
#footer p{
	float: right;
	margin: 0px;
}
#footer a{
	color: #000;
	text-decoration: none;
	border: 0px;
}
#footer a:hover{
	text-decoration: underline;
}
/* -----------------------------------------------------------------------
=SUPPORT ELEMENTS
-------------------------------------------------------------------------*/
.checks{
	float: left;
}
form.contact .checks input{
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul.social {
	float: right;
	margin-left: 0px;
	list-style-type: none;
}
ul.social li {
	padding-left: 10px;
	float: left;
}

/* -----------------------------------------------------------------------
=TALENT ORDER FORM ELEMENTS
-------------------------------------------------------------------------*/
.fieldText {
	width: 225px;
}
.fieldTextLg {
	width: 275px;
}
.fieldSelect {
	width: 225px;
}
.fieldLabel {
	font-weight: bold;
}
form#talentOrder {
	width: 400px;
	margin: 0px auto;
}
#talentOrder input, #talentOrder select {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	padding: 1px;
}
#talentOrder span {
	display: block;
	margin: 0px;
	width: 350px;
	padding: 6px;
}
#talentOrder span.hoverable:hover {
	background: #e9f3c0;
	border: 1px solid #7a8f2f;
	padding: 5px;
}
#talentOrder .fieldLabel {
	line-height: 24px;;
}
.radio {
	display: block;
	height: 80px;
}
.radioLg {
	display: block;
	height: 100px;
}	
.radioSm {
	display: block;
	height: 40px;
}	
.radio input, .radioLg input, .radioSm input {
	border: none !important;
}
.radio div, .radioLg div, .radioSm div {
	display: block;
	float: left;
	width: 165px;
	margin-right: 10px;
}
.clear {
	clear: both;
}	
.labelSm {
	font-size: 9pt; 
	color: #7a8f2f;
}
.noStyle {
	background: transparent;
	border: none !important;
	outline: none;
	color: #7a8f2f;
}
form#talentOrder input#orderBtn {
	width: 123px;
	height: 24px;
	display: block;
	background: url(../images/winBtn.png) no-repeat;
	border: none;
	padding: 0px !important;
}
form#talentOrder input#orderBtn:hover {
	background: url(../images/winBtnHover.png) no-repeat;
}