/*  CSS    :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* Design + Code: Jell Creative  ::  Client: Swift Media Group :: Created: 06.16.09  */

/*  GLOBALS  :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
*{
	margin:0px;
	padding:0px;
	}
body,div,ul,li,h1,h2,h3,h4,h5,form,fieldset,input,textarea,p,table,tr,th,td,embed,object,alt,img{ margin:0px;padding:0px; color: #000000; }
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr{ border:0; }
img, h1,h2,h3,h4,h5,h6,strong,var{ font-style:normal;font-weight:normal; }
ul { list-style:none; }
div { text-align: left;}
a,ins{ text-decoration:none; }
strong { font-weight: bold; }
body,html {
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#e8e7d9;
	padding:0px;
	margin:0px;
	}

html, body {
	width: 100%;
	height: 100%; 
	}
	
/*  Typography ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1, h2, h3, h4, h5, h6, p, a, li, img{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
p, #content_left li{
	font-size:12px;
	line-height:2em;
	margin-bottom:1.2em;
	letter-spacing:0.03em;	
	}
#content_left li{
line-height:1.6em;
}
	
.title{
	color:#6e7e29;
	}		
p a:link, p a:visited, h2 a:link, h2 a:visited, h2 a:hover{
	color:#6e7e29;
	text-decoration:none;
	}
	
	
p a:hover{
	/*border-bottom:solid 1px #83a331;*/

	border-bottom:solid 1px #6e7e29;
	}
	
#content_left h3{
	position:absolute;
	left:-9999em;
	}	
	
	
#content_left h1{		
	color:#999999;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:10px;
	}
	
#content_left h2, #content_right h2{		
	color:#6e7e29;
	font-weight:bold;
	font-size:14px;
	}	
#content_left ul{
	list-style:none;
	margin:0px 0px;
	padding:0px;
	}
	
#content_left li{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left:12px;
	margin-bottom:.6em;
	}
	
	
/*  Begin main containers  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content_wrap{
	margin:0px auto;
	width:800px;
	padding: 0px 20px;
	}	
	
#main{
	float:left;
	width:100%;
	background-color:#FFFFFF;
	}	
	
#login{
	float:left;
	width:800px;
	text-align:right;
	
	}
	
#top{
	float:left;
	width:100%;
	}
#logo{
	float:left;
	}	

#footer{
	float:left;
	width:100%;
	background-color:#e8e7d9;
	margin:30px 0px 10px 0px;
}	

#footer p {
	padding:16px 16px;
	margin:0px;
	font-size:10px;
	color:#666666;
	}

#footer a:link, #footer a:visited, #footer a:hover{
color:#666666;

}
 #footer a:hover{
border-bottom:solid 1px #666666;
}
	
#footer img{
	padding:8px 16px;
	float:right;
	
	}
.byline{
	font-size:10px;
	color:#999;
	margin:0px;
	float:left;
	padding-bottom: 20px;
	
	}

.byline a:link, .byline a:visited, .byline a:hover{
	color:#999;
	border:none;
	}


	
.left{
	float:left;

	}

.right{
	float:right;

	}		

/*  Begin Login specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#login_btn{
	float:right;
	width:103px;
	height:24px;
	cursor:pointer;

	}
.close{
		background-image:url(../images/client_access_close.gif);
		background-repeat:no-repeat;
	}	

#login_bar{
	/*background-color:#e8e7d9;*/
	background-color:#6f7e2b;
	display:none;
	padding:10px 0px;
	width:800px;
	z-index:1000;
	overflow:hidden;
	}

#login_bar label{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	display:inline;
	}

#login_bar input{
	padding:1px;
	margin-left:10px;
	width:120px;
	color:#333;
	font-size:11px;
	border:none;
	}

#login_bar .submit{
	width:63px;
	float:right;
	margin:0px;
	padding:0px;
	margin-right:20px;
	}





	
	
/*  Begin Homepage specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#banner{
	float:left;
	}	
	
#three_col{
	width:100%;
	margin-top:20px;
	}	
#three_col, #col_1, #col_2, #col_3{
	float:left;
	}
#col_1, #col_2, #col_3{
	width:248px;
	margin-right:28px;	
	}
#three_col p{
line-height: 1.5em;
}
#col_3{
	margin-right:0px;
	}	

#three_col h1{
	position:absolute;
	left:-9999em;
	}
#col_1 img{
	margin-bottom:.8em;
	}	
	
#col_2 img, #col_3 img{
	 margin:.4em 0em; 
	 }
#col_2 .first_row, #col_3 .first_row{
margin-top:0em;
}



/*  Begin Internal Page specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#banner_internal{
	float:left;
	width:780px;
	background-color:#6f7e2b;
	text-align:left;
	padding:10px;
	height:13px;
	
	}
#content_left{
	float:left;
	width:524px;
	margin-right:28px;
	}
#content_right{
	float:left;
	width:248px;
	margin-top: 30px;
	}
.head_mar{
	margin :30px 0px 10px 0px;
	
	}	
	

.rounded_container{
	float:left;
	width:222px;
	background-image:url(../images/tan_btm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e8e7d9;
	padding:10px 10px 5px 16px;
	}
.rounded_container a:link, .rounded_container a:hover, .rounded_container a:visited, .rounded_container p{
	font-size:12px;
	display:block;
	color:#333333;
	margin-bottom:.6em;
	line-height:normal;
	line-height:1.6em;
	
	} 
	
/*  Begin Testimonial specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	

.testimonial{
	background-image:url(../images/start_quote.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:15px;
	}
.attribution{
	text-align:right;
	font-size:10px;
	margin:8px 0px 10px 0px;
	
	}	
.first_testimonial{
	margin-top:10px;
	}
	
.last_testimonial{
	border:none;
	
	}
	
	
/*  Begin Our Team specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content_left #tabs{
background-image:url(../images/gry_line.gif);
background-repeat:repeat-x;
background-position:bottom;
	float:left;
	width:524px;
	margin-bottom:25px;
	
	}

#tabs li{
	padding:10px 20px;
	border:solid 1px #CCCCCC;
	
	background-color:#efefef;
	line-height:normal;
	display:inline-block;
	background-image:none;
	margin:0px;
	float:left;
	}
#tabs .core{
	border-right:none;
	border-left:none;
	}	
#tabs .selected {
	background-color:#FFFFFF;
	color:#6e7e29;
	border-bottom:solid 1px #FFFFFF;
	}
#tabs .selected a{	
	color:#6e7e29;
	}
	
#core_staff, #directory{
	float:left;
	width: 524px;
	}	
#directory{
	display:none;
	}
#directory p{
margin-bottom:20px;

}	

.staff{
	float:left;
	margin-bottom:25px;
	
	}
	
.staff_nav a:hover{
border:none;

}
	
.staff .left_col{
float:left;
width:110px;
margin-right:24px;


	}	
.staff .right_col{
	float:left;
	width:390px;
	
	}
.staff_block{
	float:left;
	}	

.staff_block .staff_selected{
	color:#666666;
	
	}	
.quote{
	background-image:url(../images/quote_bub_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:23px 0px 0px 0px;
	background-color:#efefef;
	display:none;
	}
.start_quote{
	padding-left:23px;
	margin:0px 15px 0px 10px;
	background-image:url(../images/staff_quote_start.gif);
	background-repeat:no-repeat;
	
	}	

.quote p{
	margin-bottom:0px;
	
	}



/*  Begin Clients specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#client_table td{
vertical-align:middle;
padding:20px 0px;
text-align:center;
width:248px;

}

/*  Begin Contact specific  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content_right h2{
margin-top:47px;

}




/* shadowbox styles  ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#demo_box_learn_dev_hold, #demo_box_live_hold, #demo_box_virtual_hold, #demo_box_communication_hold{
display:none;
background-color:#000000;
margin-left:50%;
position:absolute;
z-index:1000;

}

#demo_box_learn_dev_hold{
width:603px;
left:-301px;
}

#demo_box_communication_hold{
width:603px;
left:-301px;
}



.info_area{
width:100%;
float:left;
}


.info_area p{
padding:10px;
margin-bottom:0px;
line-height:normal;
color:#FFFFFF;

}

#close_learn, #close_communication, #close_virtual, #close_live{
cursor:pointer;


}

#demo_box_live_hold{
	position: absolute;
	left: 50%;
	margin-left: -313px;
	width: 626px;
}

#demo_box_virtual_hold{
	position: absolute;
	left: 50%;
	margin-left: -230px;
	width: 459px;
}



/* ===========================  CONTACT FORM ===================== */

#cnct_container {
	width: 495px;
	padding: 14px; 
	float: left;
	margin: 0;
	background-color: #efefef;
}
#cnct_container #btn_send_contact {
	width: 84px;
	height: 28px;
	border: none;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}
#cnct_container input, #cnct_container textarea {
	border: 1px solid #cccccc;
	padding: 6px 10px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cnct_container input {
	width: 207px;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#cnct_container textarea {
	height: 130px;
	width: 468px;
}
.inpt_right {
	margin-left: 27px;
}
#cnct_bottom_row {
	float: left;
	width: 100%;
	height: 30px;
	padding: 14px 0 0;	
}
#cnct_bottom_row p, #cnct_bottom_row label {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#cnct_bottom_row p {
	float: left;
	width: 85px;
	padding-top: 3px;
}
#cnct_bottom_row label {
	float: left;
	width: 35px;
	text-align: right;
	padding-right:5px;
	padding-top:8px;
}
#cnct_bottom_row input {
	width: 15px;
	height:15px;
	float: left;
}
.nodisplay {
	display: none;
}
.cnct_failure {
	color: #FF0000;
}
.cnct_success {
	color: #6E7E29;
}


/* =========================== END CONTACT FORM ===================== */



/* =========================== Begin Browser Check Styles ===================== */

#browser_alert{
background-color:#999;
float:left;
padding:10px;
margin-bottom:20px;

}
#browser_alert p{
color:#FFFFFF;
margin-bottom:5px;
line-height:1.3em;

}

#broswer_download{
float:left;
}
#broswer_download img{
margin-right:10px;
}

#no_thanks{
float:right;
margin-top:10px;
cursor:pointer;
}



















