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

html {
	height: 100%;
}
p {
	font-size: 11px;
	line-height: 21px;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px; 
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	background-color: #000000;
	height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link,a:visited {
	color:#005CB7;
	text-decoration:underline;
	outline:none;
	font-weight: bold;

}
a:hover,a:active {
	color:#0066CC;
	text-decoration:none;
	outline:none;
	

}
#wrapper {
	background-image: url(../img/carbon_fiber_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	height: 100%;
}
#wrapperLaunch {
	background-image: url(../img/login_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 50px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#headerLaunch {	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	text-align: right;
	height: 140px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	line-height: 40px;
	clear: both;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.smallText {
	font-size: 10px;
}
#login {
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: 15px;
	padding-top: 30px;
	width: 340px;
}
#border {
	width: 960px;
	background-color: #FFFFFF;
	height: 1px;
	margin-left: 10px;
}
#wrapper_outer {
/*	background-image: url(../img/dmac_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%; */
}
#container {
	width: 983px; /* the auto margins (in conjunction with a width) center the page */
	height: 398px;
	text-align: left;
	margin: 0 auto;
}
#containerLaunch {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containerServices {
	width: 983px; /* the auto margins (in conjunction with a width) center the page */
	height: 670px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containerContact {
	width: 983px; /* the auto margins (in conjunction with a width) center the page */
	height: 661px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containerPartners {
	width: 983px; /* the auto margins (in conjunction with a width) center the page */
	height: 500px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContentLaunch {
	width: 400px;
	height: 200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/work_simplified_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
}
#mainContentRight {
	width: 507px;
	height: 397px;
	float: left;
}
#mainContentServices {
	width: 453px;
	background-color: #181817;
	height: 397px;
	float: left;
	background-image: url(../img/our_services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContentContact {
	width: 453px;
	background-color: #181817;
	height: 397px;
	float: left;
	background-image: url(../img/making_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_padding {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.content_paddingRight {
	padding-top: 110px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#mainContentLeftProd {
	width: 453px;
	background-color: #181817;
	height: 397px;
	float: left;
}
#mainContentLeft {
	width: 453px;
	background-color: #181817;
	height: 397px;
	float: left;
	background-image: url(../img/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#mainContentLeftPartners {
	width: 453px;
	background-color: #181817;
	height: 500px;
	float: left;
	background-image: url(../img/our_products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContentLeftContact {
	width: 453px;
	background-color: #181817;
	height: 680px;
	float: left;
	background-image: url(../img/gradient2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainContentLeftServices {
	width: 453px;
	background-color: #181817;
	float: left;
	background-image: url(../img/our_products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContentRightPartners {
	width: 507px;
	height: 500px;
	float: left;
	background-color: #181817;
}
#mainContentRightServices {
	width: 495px;
	float: left;
	background-color: #181817;
}
#mainContentRightContact {
	width: 507px;
	height: 680px;
	float: left;
	background-color: #181817;
}
#mainContentRightProd {
	width: 507px;
	height: 397px;
	float: left;
	background-color: #181817;

}
#col_left {
	height: 397px;
	width: 10px;
	float: left;
	background-image: url(../img/overhang.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col_right {
	height: 397px;
	width: 10px;
	margin-left: 970px;
}
#col_leftAbout {
	height: 397px;
	width: 10px;
	float: left;
}
#col_left_services {
	height: 670px;
	width: 10px;
	float: left;
	background-image: url(../img/overhang.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col_right_services {
	height: 670px;
	width: 10px;
	margin-left: 970px;
}
#col_right_contact {
	height: 660px;
	width: 10px;
	margin-left: 970px;
}
#col_left_contact {
	height: 660px;
	width: 10px;
	float: left;
	background-image: url(../img/overhang.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col_right_partners {
	height: 500px;
	width: 10px;
	margin-left: 970px;
}
#col_left_partners {
	height: 500px;
	width: 10px;
	float: left;
	background-image: url(../img/overhang.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.title_bar {
	background-color: #002748;
	margin-top: 14px;
	height: 56px;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(../img/gradient_blue.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.title_bar_grey {
	margin-top: 14px;
	height: 56px;
	padding-top: 10px;
	padding-left: 25px;
}
.title_bar_noshadow {
	background-color: #002748;
	margin-top: 14px;
	height: 56px;
	padding-top: 10px;
	padding-left: 25px;
}
.greybox {
	height: 670px;
	width: 960px;
	background-color: #181817;
	float: left;
}
.greybox_partners {
	height: 500px;
	width: 960px;
	background-color: #181817;
	float: left;
}
.tableheight {
	height: 100%;
}
#dmaclogo {
	background-image: url(../img/dmac_logo_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact_shadow {
	background-color: #181817;
	background-image: url(../img/gradient_bot.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
#thankyou {
	width: 453px;
	height: 150px;
	padding: 30px;
}

.inputElement {
}

.inputElementErrorFlagged {
    background-color: #FFD0D0;
    border-color: red;
}

.errorMessage {
    color: red;
    font-size: 6pt;
}

.errorMessageLarge {
    color: red;
    font-size: 9pt;
}
.citruslink {
	color:#FFFFFF;
}
#logo {
	float: left;
	width: 100px;
	padding-top: 5px;
	padding-right: 15px;
	}

