/* CSS RESET */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */





p a:link { color: #F7931E; font-weight: normal; text-decoration: underline;}
p a:visited { color: #F7931E; font-weight: normal; text-decoration: underline; }
p a:active { color: #F7931E; font-weight: normal; text-decoration: underline; }
p a:hover { color: #fff; background-color: #F7931E; font-weight: normal; text-decoration: none; }


body {
	margin: 0;
	text-align: center;
	background: #1c2d15 url(../images/bg-mainGradient.jpg) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
	height: 520px;
	background: url(../images/bg-header.jpg);
	position: relative;
	z-index: 2;
}

#headerLogo {
	position: absolute;
	left: 90px;
	top: 50px;
}

/* NAV */

#navContainer {
	height: 170px;
}






div#nav {
	position: absolute;
	right: 15px;
	top: 90px;
}

div#nav div.navItem {
	display: inline;
	margin-right: 40px;
	position: relative;
}

div#solutionsSubMenuContainer {
	position: absolute;
	z-index: 100;
	width: 260px;
	top: 110px;
	left: 502px;
	display: none;
}

div#solutionsSubMenu {
	margin-top: 10px;
	background-color: #0e2a49;
	position: relative;


}

div#solutionsSubMenu div.subNavItem {
	height: 30px;
	line-height: 30px;
	color: #fff;	
	padding-left: 10px;
	border-top: 1px solid #0b1b2e; /*--Create bevel effect--*/  
    border-bottom: 1px solid #2c4664; /*--Create bevel effect--*/  
    position: relative;
}

div#solutionsSubMenu div.subNavItem a {
	color: #fff;
	display: block;
	text-decoration: none;
	position: relative;
}





/* END NAV */





#content {
	width: 100%;
	background: url(../images/bg-content.jpg);

}

#paddedContent {

}

#footer {
	width: 100%;
	height: 100px;
	background: url(../images/bg-footer.jpg) top center no-repeat;
	position: relative;
}

#footer p {
	color: #4d5a48;
	font-size: 11px;
	position: absolute;
	right: 35px;
	top: 40px;	
}

#footer img {
	float: left;
	margin: 0 10px 0 0;
}

#footer a:link { color: #4d5a48; font-weight: normal; text-decoration: underline;}
#footer a:visited { color: #4d5a48; font-weight: normal; text-decoration: underline; }
#footer a:active { color: #4d5a48; font-weight: normal; text-decoration: underline; }
#footer a:hover { color: #fff; background: transparent; font-weight: normal; text-decoration: none; }


#mainImage {
	width: 940px;
	height: 320px;
	margin-left: 30px;
	margin-bottom: 30px;
/*	background: url(../images/bg-mainImage.png); */
}

#mainImageContent {
	width: 920px;
	height: 300px;
	position: relative;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#contentLeftColumn {
	width: 540px;
	float: left;
	position: relative;
	left: 55px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#contentLeftColumn img {
	margin: 0 0 10px 0;
}

#contentLeftColumn p {
	margin: 10px 0 10px 0;
}

#contentLeftColumn h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 20px 0;
}

#contentRightColumn {
	width: 300px;
	float: right;
	position: relative;
	right: 55px;
}



/* CONTACT */

.contactInfoBox {
	margin: 30px 0 0 0;
	position: relative;
}

.contactInfoBox img {
	border: 2px solid black;
	float: left;
	margin-right: 20px;
}

.contactInfoBox .contactInfoBoxText {
	float: left;
	position: relative;
	left: 20px;
	top: -10px;
}

.contactInfoLabel {
	width: 70px;
	color: #0071BC;
}

.contactInfoBox .contactInfoBoxName {
	font-weight: bold;
	font-size: 18px;
}

/* END CONTACT */



/* BOX */
.rightColumnBoxTop {
	width: 300px;
	height: 30px;
	background: url(../images/bg-rightColumnBoxTop.gif);
}

.rightColumnBoxContent {
	width: 300px;
	background: url(../images/bg-rightColumnBoxContent.gif) repeat-y;
}

.rightColumnBoxBottom {
	width: 300px;
	height: 30px;
	background: url(../images/bg-rightColumnBoxBottom.gif);
	margin-bottom: 30px;
}

.rightColumnBoxContentPadded {
	width: 240px;
	position: relative;
	left: 30px;
}

.rightColumnBoxContent h1 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -.05em;
	color: #0071BC;
	margin-bottom: 20px;
}

.rightColumnBoxContent p {
	margin: 20px 0 20px 0;
}

/* END BOX */






/* FORMS */

#getStartedForm {
	display: none;
}

p#getStartedSuccess {
	display: none;
	color: #00cc00;
}

#getStartedForm label,
#customerAreaLogInContainer label,
#addANewDocumentForm label,
#transitTimeEstimatorForm label { 
	text-align: left;
	display: block;
	font-size: 14px;
	color: #000;
	margin: 10px 0 0 0;
}

#getStartedForm input.textInput,
#customerAreaLogInContainer input.textInput,
#addANewDocumentForm input.textInput,
#transitTimeEstimatorForm input.textInput {
	width: 200px;
	border: 1px solid #0071BC;
	font-size: 14px;
	height: 30px;
	color: #0070BB;
	line-height: 30px;
}

.sendButton, .loginButton {
	margin-top: 20px;
	display: block;
}

 .addButton {
 	margin-top: 20px;
 }

/*
#transitTimeEstimatorForm label {
	text-align: left;
	width: 160px;
	display: block;
	float: left;
	position: relative;
	top: 8px;

}

#transitTimeEstimatorForm input.textInput {
	width: 50px;
	border: 1px solid #0071BC;
	font-size: 14px;
	height: 30px;
	color: #0070BB;
	clear: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
*/
.calculateButton {
	margin-top: 20px;
}

div#transitTimeEstimatorResultLabel {
	color: #39B54A;
	margin-top: 20px;
	display: none;
}

span#transitTimeEstimatorResult {
	margin-top: 20px; 
	font-weight: bold;
	color: #000;
}

#customerAreaLogInContainer {
	margin-top: 20px;
	width: 250px;
}




/* END FORMS */



/* LISTS */

ul.checkMarkList {
	margin: 40px 0 0 0;
	list-style-image: url(../images/bullet-checkMark.png);
	list-style-position: outside;
	margin-left: 40px;
}

ul.checkMarkList li {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;

}

ul.checkMarkList li dt {

/*	padding-top: 20px; */
	font-weight: bold;
}

ul.checkMarkList li dd {
	font-size: 14px;
	color: #808080;
/*	padding-left: 24px; */
}

/* END LISTS */



/* WHY US */

.whyUsBioContainer {
	border-bottom: 1px dotted #d4dadb;
	margin-bottom: 30px;
}

.whyUsBioText {
	width: 360px;
	float: left;
	position: relative;
	top: -10px;
}

.whyUsBioText p {
	margin-top: 0;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.whyUsBioText ul {
	margin-left: 20px;
	list-style: outside;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.whyUsBioText ul li {
	margin-bottom: 10px;
}

.whyUsBioHeadShot {
	float: left;
	margin: 0 20px 20px 0;
}

.whyUsBioHeadShot img {
	border: 2px solid black;
	display: block;
}

.whyUsBioHeadShot p {
	font-weight: bold;
	line-height: 12px;
	margin-top: 0;
	margin-bottom: 0;
}	

/* WHY US */




/* CUSTOMER AREA */

.customerAreaError {
	color: red;
}

.customerAreaSuccess {
	color: #00cc00;
}

.customerAreaList ul {
	list-style-type: none;

	margin: 20px 0 20px 0;
}

.customerAreaList ul li {
	list-style-type: none;
	background: url(../images/bullet-document.png) left 1px no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 30px 50px;
}

.customerAreaList ul li p {
	display: inline;
}

.customerAreaDeleteButton, .customerAreaRenameButton {
	margin: 0 0 0 10px;
	position: relative;
	top: 10px;
	
}



.loggedInAs {
	font-size: 11px;
	margin: 0;
	position: relative;
	top: 10px;
}


/* END CUSTOMER AREA */


.clearBoth {
	clear: both;
}

#flag {
	width: 100%;
	text-align: center;
}


#linkedInCompanyBadgeContainer {
	position: absolute;
	z-index: 10;
	right: 30px;
	top: 7px;
}

.whyUsBioContainer .socialMediaContainer img {
	border: none;
}

.whyUsBioContainer .socialMediaContainer a {
	float: left;
	margin-right: 5px;
}

.contactInfoBox .socialMediaContainer {
	margin-left: 100px;
	z-index: 10;
	position: absolute;
	left: 240px;
	top: 31px;
}

.contactInfoBox .socialMediaContainer img {
	border: none;
	margin: 0;
}

.contactInfoBox .socialMediaContainer a {
	float: left;
	margin-right: 5px;
	margin-left: 0;
}

