/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
body {
	background: #000 url('images/body_bg.jpg') no-repeat top center;
	text-align: center;
}
img {
	border: none;
}
p {
	word-spacing: 3px;
	margin-bottom: 13px;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
select, option {
	color: #000 !important;
}

/***************************************
**	Structure
****************************************/
#absolute {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 900px;
}
#content {
	margin: 25px;
	margin-bottom: 0px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}
#content_container {
	padding: 1px 0;
	position: relative;
}
#header {
	padding-top: 25px;
	height: 75px;
	width: 100%;
}
#wrap {
	position: relative;
	text-align: left;
	width: 900px;
	margin: 0px auto;
	min-height: 750px;
	height: auto !important;
	height: 750px;
}

/***************************************
**	Content Styles
****************************************/
#left_side {
	float: left;
	width: 400px;
	font-size: 12px;
}
#right_side {
	float: right;
	width: 425px;
	text-align: center;
	zoom: 1;
}
.display_image, .display_image_office {
	position: absolute;
	top: 20px;
	right: -47px;
}
.first_image {
	top: -14px !important;
}
.display_image_office {
	top: -20px !important;
	right: -30px !important;
}
#left_side h1, h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#left_side ul {
	margin-left: 15px;
}
#left_side li {
	list-style-type: circle;
	margin-left: 15px;
	font-size: 13px;
}
.image_padding {
	position: relative;
	height: 267px;
	width: 410px;
}
#building {
	position: absolute;
	z-index: 4;
	top: 10px;
	left: 10px;
}
.about_us a {
	color: #98c7d1;
}
.about_us a:hover {
	text-decoration: underline;
}

/***************************************
**	Columns
****************************************/
#columns_container {
	text-align: center;
}
#columns {
	margin: 0px auto;
	text-align: left;
	z-index: 10;
	clear: both;
	padding-left: 12px;
	_padding-left: 21px;
}
.column {
	position: relative;
	width: 211px;
	_width: 207px;
	margin-left: 10px;
	float: left;
	color: #fff;
	padding: 7px 0;
}
.first {
	margin-left: 0px !important;
}
.column h2 {
	padding: 15px 0 15px 15px;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.description {
	min-height: 60px;
	height: auto !important;
	height: 60px;
	_min-height: 105px;
	_height: auto !important;
	_height: 105px;
}
.column p{
	font-size: 12px;
	margin: 0 15px 15px 15px;
	text-align: left;
	color: #fff;
}
.column_bg {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	_height: 215px;
	width: 100%;
	background-color: #555;
	border: 1px solid #fff;
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	z-index: 1;
}
.column_content {
	position: relative;
	z-index: 10;
}
.first a {
	color: #e2593f;
}

.second a {
	color: #ccaf62;
}
.third a {
	color: #98c7d1;
}
.fourth a {
	color: #3ea568;
}

/***************************************
**	Footer
****************************************/
#footer {
	clear: both;
	margin: 40px 10px 0px 10px;
}
#footer_links {
	float: right;
	margin-top: 10px;
}
#footer_links li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}
#footer_links a {
	font-size: 12px;
	text-transform: uppercase;
}
.language {
	vertical-align: middle;
	position: relative;
	margin-left: 13px;
	padding-left: 25px;
	background: url('../images/flags/english-us.png') no-repeat center left;
}
.english {
	padding: 2px 25px;
	background: url('../images/flags/english-us.png') no-repeat center left;
}
.spanish {
	padding: 2px 25px;
	background: url('../images/flags/spanish.png') no-repeat center left;
}
.russian {
	padding: 2px 25px;
	background: url('../images/flags/russian.png') no-repeat center left;
}
.chinese {
	padding: 2px 25px;
	background: url('../images/flags/chinese.png') no-repeat center left;
}
#footer_padding {
	height: 20px;
}

/***************************************
**	Transparent Elements
****************************************/
#transparent_body {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 750px;
	background-color: #000;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
}
#image_transparent_bg {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
}

/***************************************
**  Other Styles
****************************************/
.clear_both {
	clear: both;
	visibility: hidden;
}
.align_right {
	text-align: right !important;
}

/***************************************
**	Language Select
****************************************/
#language-select ul {
	display: none;
	position: absolute;
	background-color: #000;
	border: 1px solid #211D1C;
	padding-top: 10px;
	border-bottom: 0px;
	bottom: 20px;
	left: 0px;
	z-index: 3000;
}
.language {
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	margin-left: 13px;
	padding-left: 25px;
	background: url('../images/flags/english-us.png') no-repeat center left;
}
.english {
	padding: 2px 25px;
	background: url('../images/flags/english-us.png') no-repeat center left;
}
.spanish {
	padding: 2px 25px;
	background: url('../images/flags/spanish.png') no-repeat center left;
}
.russian {
	padding: 2px 25px;
	background: url('../images/flags/russian.png') no-repeat center left;
}
.chinese {
	padding: 2px 25px;
	background: url('../images/flags/chinese.png') no-repeat center left;
}

