@charset "utf-8";
/* CSS Document */

/* Digital Direction */
/* Created by ImMedia | www.immediagroup.net */

/* ------------------------------------------------------------------- */
/*	General Styles	*/
/* ------------------------------------------------------------------- */

body {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #2c2d28;
	margin: 0;
}

.iehack {
    visibility: hidden;
    width: 100%;
    height: 2px;
    margin-bottom: -40px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #2c2d28;
	padding: 0;
}

h1, h2,h3,h4 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #7d911a;
	text-align: left;
}

a.icon {
	background-image: url("../resources/icon.png");
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 1px 15px 2px 20px;
	color: #7d911a;
}

a.icon:hover {
	color:#9cad44;
	text-decoration: none;
}

a.icon2 {
	background-image: url("../resources/icon2.png");
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0 10px 0 15px;
	margin-left: 5px;
	color: #7d911a;
}

a.icon2:hover {
	background-image: url("../resources/icon2.png");
	background-repeat: no-repeat;
	color:#9cad44;
	text-decoration: none;
}

a.icon3 {
	width: 130px;
	display: block;
	background-image: url("../resources/icon4.png");
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0 15px 0 20px;
	margin: 10px 0 0 10px;
	color: #990000;
}

a.icon3:hover {
	color: #996666;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */
/*	Main Structure Styles	*/
/* ------------------------------------------------------------------- */

.box {
	width: 910px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	overflow: hidden;
}
	
.container {
	width: 910px;
	height: 100%;
	margin: 0 auto;
	padding: 0 2px;
	border: none;
/*  Equal-height Columns  
	overflow: hidden;
	Equal-height Columns  */
}

.topbar {
	height: 10px;
	width: 910px;
	background-color: #636568;
}

.line {
	width: 100%;
	border-bottom: #e7e7e7 solid 1px;
	margin: 25px 0 15px 0;
}

/* --------------------- */
/*	Masthead Styles	*/
/* --------------------- */

.masthead {
	width: 100%;
	height: 115px;
	float: left;
	border-bottom: #e7e7e7 solid 1px;
	margin: 0 0 30px 0;
	z-index: 1;
}

#logo {
	float: left;
	height: 98px;
	width: 230px;
	background-image: url("../resources/logo.jpg");
	background-repeat: no-repeat;
	padding: 0;
	margin: 15px 15px 0 30px;
	z-index: 1;
}

#qbox {
	width: 500px;
	height: 17px;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
	text-align: right;
	color: #2c2d28;
	margin: 0 10px 63px 0;
	float: right;
}

#qbox a {
	background-image: url("../resources/bullet.gif");
	background-repeat: no-repeat;
	padding: 0 15px 0 13px;
	color: #2c2d28;
}

#qbox a:hover {
	color:#9cad44;
	text-decoration: none;
}

/* --------------------- */
/*	Navigation Styles	*/
/* --------------------- */

#navbox {
	width: 600px;
	height: 35px;
	float: right;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	text-align: right;
	margin-top: 11px;

}
#navbox a {
	height: 35px;
	color:#76787b;
	background: url("../resources/navborder.jpg");
	background-repeat: no-repeat;
	padding: 5px 25px 6px 25px;
}

#navbox a:hover {
	color:#9cad44;
	text-decoration: none;
}

/* --------------------- */
/*	Main Screen Styles	*/
/* --------------------- */

.screen {
	width: 910px;
	margin: 0 auto;
	padding: 3px 0 7px 0;
	height: 208px;
	border-top: #b4b6b8 solid 1px;
	float: left;
}

.screenimage {
	width: 500px;
	height: 210px;
	background-color: #efeded;
	float: left;
}

.flashbox {
	width: 406px;
	height: 210px;
	background-color: #e9f1bd;
	float: right;
}

.screenbar {
	height: 26px;
	width: 910px;
	background: url("../resources/screenbar.png") repeat-x;
	margin-bottom: 20px;
	float: left;
}

/*	INT - Main Screen Styles	*/

.screen2{
	width: 910px;
	height: 150px;
	margin: 0 auto;
	padding: 3px 0 5px 0;
	border-top: #b4b6b8 solid 1px;
	float: left;
}

.screenimage2 {
	width: 280px;
	height: 150px;
	background-color: #efeded;
	float: left;
}

.infobox {
	width: 626px;
	height: 150px;
	background-color: #e9f1bd;
	float: right;
}

.co1 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #2c2d28;
	text-align: right;
	margin: 60px 30px 0 0;
}

.co2 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 18px;
	color: #7d911a;
	text-align: right;
	margin: 3px 30px 0 0;
}

/* --------------------- */
/*	Body Styles	*/
/* --------------------- */

.body {
	width: 900px;
	height: 100%;
	padding: 0 5px 20px 5px;
	float: left;
	margin:0;
}

.main {
	width: 585px;
	height: 100%;
	float: left;
	padding: 0;
}

.main .h1 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 18px;
	color: #7d911a;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 30px;
}

.main .h2 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 14px;
	color: #7d911a;
	text-align: left;
	margin: 10px 0 -10px 0;
	padding-left: 40px;
}


.main p {
	padding: 0 20px 0 50px;
}

.main .bullet {
	background-image: url("../resources/bullet2.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 20px 0 15px;
	margin-left: 55px;
	color: #7d911a;
}
.main .list {
	background-image: url("../resources/bullet2.gif");
	background-repeat: no-repeat;
	padding: 2px 20px 0 15px;
	margin-left: 60px;
}

.main .point {
	padding: 0 20px 15px 70px;
}

.career {
	padding: 0 20px 15px 70px;
	font-size: 11px;
}


.company {
	width: 380px;
	height: 100%;
	font-size: 11px;
	line-height: 14px;
	color: #5a5a5a;
	border-top: #bbbaba solid 1px;
	background-color: #e9f1bd;
	margin: 8px 0 35px 174px;
	padding: 8px 5px 10px 15px;
}

.h1 {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 18px;
	color: #7d911a;
	text-align: left;
}

.right {
	position: relative; /* ADD */
  	width: 285px;
	height: 100%;
	float: right;
	padding: 37px 0 0 0;
}

a.sideimg1 {
	display: block;
	width: 285px;
	height: 140px;
	background: url("../resources/side_highlights.png") 0 0 no-repeat;
	text-decoration: none;
	margin-bottom: 12px;
	float: left;
}
a.sideimg2 {
	display: block;
	width: 285px;
	height: 140px;
	background: url("../resources/side_whitepapers.png") 0 0 no-repeat;
	text-decoration: none;
	margin-bottom: 12px;
	float: left;
}
.right :hover {
	background-position: 0 -150px;
}

.right2 {
	position: relative; /* ADD */
	width: 255px;
	height: 100%;
	float: right;
	margin: 8px 0 30px 0;
	padding: 0 15px 0 15px;
}

/* --------------------- */
/*	Footer Styles	*/
/* --------------------- */

#fbox {
	width: 100%;
	height: 60px;
	font-size: 11px;
	line-height: 28px;
	color: #636363;
	text-align: center;
	border-top: #bbbaba solid 8px;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	float: left;
}

#fbox a {
	background-image: url("../resources/bullet.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
	color: #636363;
}

#fbox a:hover {
	color:#9cad44;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */

.label {
	font-size: 11px;
	font-weight: bold;
}

.input {
	width: 200px;
	font-size: 11px;
	border: #bbbaba solid 1px;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 3px;
}

textarea {
	width: 200px;
	height: 100px;
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 11px;
	border: #bbbaba solid 1px;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 3px;
}
.req {
	font-family: Arial, Tahomoa, Verdana, Sans-serif;
	font-size: 11px;
	color: #CC0000;
}

.button {
	margin: 10px 0 0 5px;
}




