/*
 * COLOURS
 * 
 * charcoal: 2b2b2d
 * light-grey: e8e8e8
 * dark-grey: 666666;
 * blue: 2b66ff
 * 
 */

body {
	background-color: #e8e8e8;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	color: 2b2b2d;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table, div {
	width: 100%;
}

td {
}

a {
	text-decoration: none;
	color: #2b66ff;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-bottom {
	vertical-align: bottom;
}

.clear_both {
	clear: both;
}

#inner_wrapper {
	width: 970px;
}

#header {
	width: 938px;
	padding: 16px;
	background: #fff;
}

#banner {
	margin-left: 16px;
	width: 346px;
}

#contact_info {
	color: #2B2B2D;
	line-height:16px;
	width:544px;
}

#contact_info .title {
	text-align: right;
	color: #2b2b2d;
	font-size: 14px;
	line-height:16px;
	margin-bottom: 0px;
}

#menu {
	height: 44px;
	background: #2b2b2d;
	color: #fff;
	margin: 16px 0 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#menu .menu_item {
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	width: 16.66%;
	border-left: 1px dotted #999;
}

#menu .menu_item a {
	color: #fff;
	display: block;
	height: 44px;
}

#menu .menu_selected a {
	color: #2b66ff;
}

#menu .menu_item a:hover {
	color: #2b66ff;
}

#menu .menu_first {
	border-left: none;
}

#content {
	background: white;
	padding: 0 32px 32px 32px;
	width: 906px;
 	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

#footer {
	margin: 16px 32px 8px 32px;
	font-size: 10px;
	width: 906px;
}

.template_slideshow {
	height: 440px;
	background: #2b2b2d;
}
#slideshow_layout_left {
	float: left;
	margin: 12px 0 0 12px;
	background: #fff;
	height: 416px;
	width: 580px;
}

#slideshow_item {
	height: 416px;
	width: 580px;
}

#slideshow_description {
	background: #000000;
	height:50px;
	width:556px;
	color: #fff;
	padding: 12px;
	text-align: left;
}

#slideshow_layout_right {
	float: right;
	padding: 12px 0 0 12px;
	height: 416px;
	width: 290px;
	border-left: 1px dotted #999;
}

#slideshow_nav li {
	float: left;
	width: 133px;
	height: 95px;
	list-style: none;
	padding: 0 12px 12px 0;
}

#slideshow_nav li img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#slideshow_nav li .activeSlide img {
	opacity:1;
	filter:alpha(opacity=100);
}

.template_textbox {
	float: left;
	width: 281px;
	margin: 32px 0 0 0;
	text-align: left;
}

.template_textbox#textbox_work_history {
	width: 280px;
	margin: 32px 32px 0 32px;
}

.title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2b66ff;
	margin-bottom: 12px;
	text-align: left;
}

.subtitle {
	color: #2B2B2D;
}
.content {
	text-align: left;
}
