/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

body {
	background:#f4f4f4;
	font-family:Trebuchet MS, Verdana, Arial;
	margin-top: 25px;
}

#container {
	width: 100%;
}

#header {
	background:url(images/header.jpg) repeat-x;
	height:69px;
}

#content-container {
	width:100%;
	background:url(images/content-bg.jpg) no-repeat center #fff;
	margin:0 auto;
	height:494px;
}

#logo {
	position:relative;
	top:-51px;
}

#inner {
	width:826px;
	margin:0 auto;
	background:url(/images/content.jpg);
	height:496px;
}

#left-column {
	width:246px;
	float:left;
	height:409px;
	position:relative;
	top:-40px;
	margin-left: -3px;
	margin-top: 10px;
}

#left-column li {
	list-style-type:none;
	margin-bottom:7px;
}

.menu a {
	width:210px;
	padding-left:10px;
	height:27px;
	padding-top:3px;
	color:#6b6b6b;
	display:block;
	border:1px solid #eee;
	text-decoration:none;
	font-size:16px;
	background:#fff;
}

.menu a:hover {
	background:#EFEFEF;
}

.menu_selected a {
	width:210px;
	padding-left:10px;
	height:27px;
	padding-top:3px;
	color:#fff;
	display:block;
	border:1px solid #eee;
	text-decoration:none;
	font-size:16px;
	background:#c5c5c5;
}

#content {
	width:540px;
	padding-left:25px;
	padding-right:15px;
	float:left;
	height:446px;
	padding-top:10px;
	position:relative;
	top:-98px;
	font-size:13px;
	color:#414040;
}

h1 {
	font-size:17px;
	line-height: 22px;	
	color:#14397b;
	margin-bottom:15px;
	padding-top: 4px;
	font-weight: normal;
}	

h2 {
	font-size:15px;
	color:#414040;
	margin-bottom:9px;
	font-weight:800;
}

p {
	line-height:19px;
	margin-bottom:8px;
	margin-top: 5px;
}

#content-base {
	clear:both;
	width:826px;
	float:left;
	position:relative;
	top:-85px;
	height:40px;
}

#copy {
	float:left;
	width:210px;
	padding-left:10px;
}

#language {
	float:right;
	width:200px;
	text-align:right;
}

#copy, #language {
	color:#CCC;
	font-size:11px;
}

#copy a, #language a {
	color:#CCC;
	text-decoration:none;
}

#copy a:hover, #language a:hover {
	text-decoration:underline;
	color:#999;
}



#footer {
	background:url(images/footer.jpg) repeat-x;
	height:70px;
}

.content_left {
	float: left;
	width: 290px;
}

.content_right {
	float: right;
	width: 215px;
}

.content_base {
	clear: both;
}

#content li {
	margin-left: 22px;
}

#content a {
	color: #000088;
	text-decoration: none;
}
#content a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.client_logo {
	border: 1px solid #AAA;
	margin-bottom: 18px;
	margin-top: 5px;
}

.short-info-list {
	padding: 4px 0 0 2px;
	margin: 0;
	font-size: 11px;
}
.short-info-list dt {
    clear: both;
    float: left;
    width: 110px;
	padding-bottom: 5px;
	font-weight: bold;
}
.short-info-list dd {
	margin: 0px;
	padding: 0px 0px 5px 0px; 
	margin-left: 110px;
}

.bc {
	height: 174px;
	width: 274px;
	
	margin-left: -8px;
}
.bc-name {
	margin-left: 20px;
	padding-top: 55px;
	font-size: 16px;
	color: #666;
}
.bc-title {
	margin-left: 20px;
	margin-top: -3px;
	font-size: 11px;
	color: #888;
}
.bc-contact {
	margin-left: 20px;
	margin-top: 7px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.bc-contact a {
	text-decoration: none;
	color: #555;
}
.bc-contact a:hover {
	text-decoration: none;
	color:#000099;
}