/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #000000;
	color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

h1 {
	color:#898989;
	font-size:22px;
	font-weight:normal;
	margin-top:0px;
}

h2 {
	color:#898989;
	font-size:22px;
	font-weight:normal;
	margin-top:0px;
}

h3 {
	color:#898989;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
}

.clearall {
  clear: both;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  height:0px;
}

.blue-text {
	color:#00AECF;
}

.blue-text-link {
	color:#00AECF;
	cursor:pointer;
}

#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#left-col {
	width:200px;
	float:left;
/*	background-color:#FFFF00;*/
}

#right-col {
	width:790px;
	float:right;
/*	background-color:#FFFF00;*/
}

#left-col2 {
	width:200px;
	float:left;
}

#right-col2 {
	width:790px;
	float:right;
/*	background-color:#9933FF;*/
}

#site-header {
	width:990px;
	height:100px;
}

#header-socialmedia {
	width:554px;
/*	width:760px;*/
/*	height:37px;*/
	height:63px;
/*	background-image:url(/graphics/common/top-gradient-band.png);
	background-repeat:repeat-x;*/
	padding-left:0px;
/*	padding-top:7px;*/
	float:left;
}

#header-flags {
	width:435px;
/*	width:760px;*/
	height:44px;
/*	background-image:url(/graphics/common/top-gradient-band.png);
	background-repeat:repeat-x;*/
	padding-right:0px;
	float:right;
	margin-top:10px;
}

.flag {
	float:right;
	margin-right:20px;
	margin-top:10px;
}

.flag-text {
	float:right;
	margin-right:20px;
	margin-top:14px;
}

#logo {
	width:192px;
	height:279px;
}

#corporate-video {
	width:192px;
	background-color:#22242A;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#corporate-video a {
	color:#FFFFFF;
}

#bookmark-us {
	width:192px;
	height:34px;
	background-color:#22242A;
	text-align:center;
	margin-top:20px;
	font-size:18px;
	padding-top:10px;
}

#bookmark-us a {
	color:#898989;
}

#footer {
	width:990px;
	height:92px;
	margin-top:20px;
	background-image:url(/graphics/common/footer.png);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:12px;
}

#footer a{
	color:#FFFFFF;
}

#home-breaker-bar {
	width:760px;
	height:auto;
	margin-top:5px;
	text-align:center;
	margin-bottom:30px;
}

.lower-hr {
	margin-bottom:0px;
	padding-bottom:0px;
}

#home-breaker-bar-left {
	float:left;
	text-align:left;
	height:auto;
/*	padding-left:20px;*/
	padding-top:3px;
}

#home-breaker-bar-left a {
	color:#FFFFFF;
}

#home-breaker-bar-right {
	float:right;
	text-align:left;
	height:23px;
	padding-right:20px;
}

#site-map a {
	color:#FFFFFF;
}


