@charset "UTF-8";
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: #000;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/siteDesign/general/inmersol_background_two.jpg) no-repeat fixed center center;
}
#wrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	overflow: hidden;
	height: auto;
}
#container {
	position: absolute;
	height: auto;
	width: 950px;
	z-index: 1;
}
#inmersolLogo {
	position:absolute;
	left:-47px;
	top:5px;
	width:250px;
	height:250px;
	z-index:4;
}
#slogan {
	position:absolute;
	left:228px;
	top:25px;
	width:700px;
	height:88px;
	z-index:2;
	overflow: hidden;
}
#languageBar {
	position:absolute;
	left: 700px;
	top: 160px;
	width: 225px;
	height: 50px;
	z-index:3;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#languageBar a {
	color: #007515;
	font-size: medium;
	font-weight: bold;
}
#languageBar a:hover {
	font-weight: bold;
	color: #1231d0;
}
#supportedBrowsers {
	position:absolute;
	left:158px;
	top:158px;
	width:225px;
	height:60px;
	z-index:5;
}
#header {
	padding: 0;
	width: 950px;
	height: 150px;
	float: left;
	display: inline;
	background: url(../images/siteDesign/general/Inmersol-Head-Background.jpg) repeat-x;
}
#navTopMenu {
	padding-top: 5px;
	margin-left: 625px;
	height: 20px;
	width: 300px;
	text-align: right;
	font-size: small;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#navTopMenu a {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navTopMenu a:hover {
	color: #fdff00;
	font-weight: bold;
}
#navMenu {
	width: 710px;
	height: 25px;
	float: left;
	display: inline;
	margin-top: 100px;
	color: #ffffff;
	margin-left: 200px;
	z-index: 90;
	position: relative;
}
#mainContentWrapper {
	margin-top: 75px;
	height: auto;
	width: 950px;
	display: inline;
	float: left;
}
#mainContentTop {
	width: 950px;
	height: 20px;
	float: left;
}
#mainContent {
	width: 930px;
	height: auto;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	display: inline;
	background-image: url(../images/siteDesign/general/Inmersol-box-middle.png);
}
#mainContentBottom {
	width: 950px;
	height: 20px;
	float: left;
	display: inline;
}
#footer {
	width: 940px;
	height: auto;
	background: url(../images/siteDesign/general/Inmersol-Footer.png) no-repeat center center;
	display: inline;
	float: left;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: small;
}
#mainContent h1 {
	text-align: center;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
#mainContent h2 {
	text-align: center;
}
.bold {
	font-weight: bold;
	font-size: medium;
}
#mainContent h4 {
	background: url(../images/siteDesign/general/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#mainContent h4.close {
	background-image: url(../images/siteDesign/general/close.png);
}
#mainContent .answer {
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ff0;
}
#inmersolLogo img {
	border-style: none;
}
fieldset {
	border: 1px solid #257c00;
}
legend {
	color: #ba3b00;
	border: 1px solid #257c00;
	padding: 2px 6px;
	font-size: x-small;
	font-weight: bold;
}
label.error {
	color: #a90f0a;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.makeLeftColumn {
	width: 590px;
	display: inline;
	float: left;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.makeRightColumn {
	width: 305px;
	margin-left: 10px;
	float: left;
	display: inline;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}
div#countryIDWrapper img {
	margin-top: 4px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding-bottom: 4px;
}
fieldset label {
	float: left;
	width: 200px;
	text-align: right;
	padding: 2px 5px 0 0;
}
.makeRightColumn h2 {
	color: #bc0000;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.makeRightColumn li {
	font-weight: bold;
	font-style: italic;
}
div#footer img {
	vertical-align: middle;
}
.centerImage {
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
.panelistFlag {
	vertical-align: middle;
	width: 75px;
	height: 75px;
}
.welcomeMessage {
	font-weight: bold;
	color: #900;
	font-size: x-large;
}
input {
	text-align: right;
}
#userInformationUpdateForm {
	width: 430px;
	float: left;
	margin-left: 10px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#passwordChangeForm {
	width: 450px;
	float: left;
	margin-left: 10px;
}
#newsArea {
	width: 425px;
	height: 265px;
	padding: 10px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	overflow: auto;
	border: 1px solid #257c00;
}
#panelistNav a {
	font-size: small;
}
#panelistNav a:hover {
	color: #900;
}
#accountSummary {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: 300px;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
}
#personalProfile {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	padding: 10px;
	border: 1px solid #257c00;
}
.alignRight {
	text-align: right;
}
#clientNav a {
	font-size: small;
}
#clientNav a:hover {
	color: #900;
}
#clientProjects {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: 500px;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
}
#adminNav a {
	font-size: small;
}
#adminNav a:hover {
	color: #900;
}
#dailySignups {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
}
#adminClients {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
	font-size: small;
}
#adminGeneral {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
	font-size: small;
}
#adminPanelists {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
	font-size: small;
}
#adminSurveys {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
	font-size: small;
}
#adminUsers {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 885px;
	height: auto;
	border: 1px solid #257c00;
	overflow: auto;
	padding: 10px;
	font-size: small;
}
.InmersolForm {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
