@charset "UTF-8";

body a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

body a:hover {
	color: #fff;
	text-decoration: underline;
}

.nav a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 2px;
}

.nav a:hover {
	color: #ae0000;
	text-decoration: underline;
}

.black_box a {
	font: 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	
}

.black_box a:hover {
	text-decoration: underline;
}

.grey_box a {
	font: 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	
}

.grey_box a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	color: #ae0000;
}

.clear {
	clear: both;
}

img {
	border: none;
}

body {
	margin: 0;
	background: #151515;
	font: 14px Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: 0 auto;
	width: 1224px;
	height: 638px;
	background: url(images/bg.jpg) no-repeat;
	padding: 150px 0 0 0;
}

.content_wrapper {
	margin: 0 auto;
	width: 986px;
}

.logo {
	float: left;
	width: 200px;
	font-size: 16px;
	text-transform: uppercase;
	color: #ae0000;
	margin: -70px 0 0 24px;
}

.nav {
	float: right;
	width: 710px;
	text-align: right;
	margin: -50px 24px 0 0;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 20px
}

.content {
	width: 986px;
	height: 412px;
	background: #ffffff;
	margin: 50px 0 0 0;
	padding: 10px;
}

.inside_content_wrapper {
	width: 932px;
}

.red_content {
	float: left;
	background: url(images/red_bg.jpg) #ae0000 repeat-y;
	color: #ffffff;
	height: 394px;
	padding: 10px;
	width: 336px;
}

.news_content {
	float: left;
	background: url(images/news_bg.jpg) no-repeat;
	color: #ffffff;
	height: 394px;
	padding: 10px;
	width: 336px;
}

.management_content_box {
	float: left;
	color: #ffffff;
	width: 316px; 
	padding: 50px 30px 10px 10px; 
	height: 354px;
}

.portfolio_content_box {
	float: left;
	background: #ae0000;
	color: #ffffff;
	height: 381px;
	padding: 16px 15px;
	width: 326px;
}

.black_box ul {
	margin: 0;
	padding: 0;
}

.black_box ul li {
	margin: 0;
	padding: 15px 0 0 10px;
	background: #000000;
	width: 50%;
	height: 35px;
	list-style: none;
}

.grey_box ul {
	margin: 0;
	padding: 0;
}

.grey_box ul li {
	margin: 0;
	padding: 15px 0 0 10px;
	background: #292929;
	width: 50%;
	height: 35px;
	list-style: none;
}

#photo {
	float: left;
	width: 630px;
}

#caption {
	position: absolute;
	margin: 350px 0 0 356px;
	padding: 10px;
	width: 610px;
	height: 44px;
	background: url(images/caption_bg.png) repeat-x;
	z-index: 2:
}

.gallery img {
	margin: 0 0 10px 10px;
}

.news {
	float: left;
	width: 590px;
	overflow: auto;
	height: 374px;
	padding: 20px;
}

/* WORDPRESS */

.news a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.news a:hover {
	color: #ae0000;
	text-decoration: underline;
}
	

