@CHARSET "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #aaaaaa;
}

body * {
	font-family: Arial, sans;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	color: #444444;
}

li {
	margin-left: 15px;
}

p {
	margin: 0px;
	padding: 0px;
}

input[type="submit"] {
	* width: 70px;
	* text-align: center;
}

/*Master Container - Contains all elements in all pages*/
.masterContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #fafafa;
}

.masterContainer * {
	font-size: 12px;
}

/*Toolbar(menu) - Included in all pages*/
.toolbarTop {
	background-color: #005180;
	text-align: center;
	z-index: 100;
	* height: 27px;
	* padding-left: 44px;
}

.toolbarTop * {
	vertical-align: middle;
	line-height: 27px;
	min-height: 27px;
}

.russianPad {
	* padding-left: 105px;
}

.separator {
	width: 2px;
}

.menuItem {
	text-transform: uppercase;
}

.menuEntryContainer {
	padding-left: 3px;
	padding-right: 3px;
}

.menuEntryContainer a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

.menuEntryContainer, .subMenuEntryContainer {
	position: relative;
	display: inline-block;
	* float: left;
}

.menuEntryContainer {
	margin-left: 1px;
	margin-right: 1px;
}

.subMenuEntryContainer {	
	position: absolute;
	min-height: 1px!important;	
	top: 27px;
	left: 0px;
}

.menuEntry {/* Contains the sub menu entry */
	visibility: hidden;
	margin-top: -10000px;
	background-color: #bacde2;
	opacity: .85;
	filter:alpha(opacity=85);
	* visibility: hidden!important;
}

.subMenuPrimer {
}

.subMenuEntry {
	padding-left: 2px;
	padding-right: 2px;
	min-width: 150px!important;
}

.subMenuEntry a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #005180;
}

.logoContainer {
	height: 120px;
	background-color: #bacde2;
}

.logoContainer a {
	text-decoration: none;
}

.logoContainer img {
	border: 0px transparent solid;
}

.customerLogo {
	width: 276px;
	height: 82px;
	margin-top: 19px;
	margin-left: 19px;
}

.taglineContainer {
	height: 153px;
	width: inherit;
	z-index: 0;
}

.tagline {
	height: inherit;
	width: inherit;
}

.languageContainer {
	position: absolute;
	top: 3px;
	right: 1px;
	height: 18px;
}

.languageContainer a {
	text-decoration: none;
}

.languageContainer img {
	border: 0px transparent solid;
}

.flag {
	width: 21px;
	height: 16px;
	margin-right: 3px;
}

.divisor {
	width: 100%;
	height: 2px;
}

.white {
	background-color: white;
}

.blue {
	background-color: #005180;
}

/* All Pages - Common attributes */
.main, .aboutus, .services, .correspondingOffices, .associates, .forms, .contactUs {
	min-height: 400px;
	padding: 20px;	
}

.title {
	margin-bottom: 10px;
}

.title, .title * {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

/*Main - Index page contents*/
.mainServicesTitle , .mainServicesTitle *, .mainContentTitle, .mainContentTitle * {
	font-size: 14px;
	font-weight: bold;
}

.mainServicesContainer {
	padding-left: 20px;
}

.mainContentsContainer {
	width: 500px;
}

.mainServicesContainer {
	width: 220px;
	float: right;
	border-left: gray thin dotted;
}

.mainServicesContainer a {
	text-decoration: none;
	/*margin-left: 190px;*/
}

.mainServices {
	/*max-height: 380px;*/
	max-height: 300px;
	overflow: hidden;
}

.pad {
	clear: both;
	height: 1px;
}

.readMore {
	margin-top: 10px;
	text-align: right;
}

/* Services - Page*/
.serviceContainer {
	margin-bottom: 10px;
}

.serviceContainer a {
	text-decoration: none;
}

.servicesTitle {
	font-weight: bold;
}

/*Forms - Page*/
.forms input[type="text"], .forms textarea {
	width: inherit;
}

.forms input[type="text"], .forms textarea {
	border-style: solid;
	border-color: #eeeeee;
	border-width: 2px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
}

.forms textarea {
	height: 100px;
}

.forms a {
	text-decoration: none;
}

.formDownload {
	position: absolute;
	top: -10px;
	right: 0px;
}

.forms img {
	border: 0px transparent solid;
}

.formsGenericPageElement {
	clear: both;
}

.formsGenericPageElement * {
	line-height: 50px; 
	vertical-align: middle;
	
}

.formsGenericPageElement a {
	font-size: 1.13em!important;
}

/* Contact Us - Page*/
.formContainer {
}

.formContainer * {
	margin: 2px;
}

.formItemContainer input, textarea {
	width: 60%;
	margin: 0px;
}

.contactUs .buttonContainer {
	width: 60%;
	margin: 0px;
}

.formItemContainer textarea {
	height: 100px; 
	margin: 0px;
}

.formItemContainer input, textarea {
	border-style: solid;
	border-color: #eeeeee;
	border-width: 2px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
}

.formHeader {
	margin-bottom: 5px;
	font-size: 14px;
}

.formError {
	color: red;
}

.formSuccess {
	color: green;
}

.formInfo {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 260px;
}

.inlineDiv {
	min-width: 100px;
	display: inline-block;
	* float: left;
}

.minWidth200 {
	min-width: 200px;
	* width: 200px;	
}

/*Footer - Included in all pages*/
.footer {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	background-color: #005180;
}

.footer a {
	color: white;
	text-decoration: none;
}

/*Other*/
.generalWarning {
	background-color: white;
	color: gray;
	font-size: 10px;
	height: 10px;
	padding: 1px;
}
.generalError {
	background-color: white;
	color: red;
}

.buttonContainer {
	height: 40px;
}

.buttonContainer input[type="submit"] {
	position: absolute;
	top: 0px;
	right: 0px;	
}


