@charset "utf-8";
/* CSS Document */

#companyContainer {
	width:1000px;
}

#contentContainer {
	width:633px;
	float:left;
	margin-top:15px;
}

#contentContainer p{
	font-family:Verdana;
	font-size:12px;
	color:#695d46;
	padding-left:15px;
	width:550px;
	text-align:justify;
}

#contentContainer h1{
	font-family:Verdana;
	font-size:16px;
	color:#98d3d4;
	text-align:left;
	font-weight:bold;
	padding-left:15px;
}

#contentContainer b{
	font-family:Verdana;
	font-size:12px;
	color:#3f9ba6;
	font-weight:bold;
}

#contentContainer ul{
	font-family:Verdana;
	font-size:12px;
	color:#303030;
	width:520px;
	padding-left:30px;
	text-align:left;
}
	

#contentTop {
	background-image:url(assets/content_top.png);
	width:633px;
	height:17px;
	background-repeat:no-repeat;
}

#contentRepeater {
	background-image:url(assets/content_repeater.png);
	background-repeat:repeat-y;
	margin-top:-21px;
}

#contentBottom {
	background-image:url(assets/content_bottom.png);
	width:633px;
	height:31px;
	background-repeat:no-repeat;
	margin-top:0px;
}

#companyname2 {
	width:355px;
	margin-left:635px;
	margin-top:15px;
	font-family:Georgia;
	font-weight:bold;
	font-size:32px;
	text-align:right;
	color:#98d3d4;
}

#companysubtitle2 {
	width:355px;
margin-left:630px;
margin-top:-5px;
font-family:Georgia;
font-size:18px;
font-weight:bold;
color:#695d46;
text-align:right;
padding-right:2px;
}

#companyLogo {
	width:240px;
height:104px;
margin-left:150px;
margin-top:25px;
background-image:url(assets/cmi_company_logo.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#rightAreaContainer {
	width:250px;
	margin-left:745px;
	margin-top:15px;
	font-family:Verdana;
	font-size:12px;
	color:#695d46;
	text-align:center;
	min-height: 600px
}

#leftProfileColumn {
	width:120px;
	float:left;
	margin-left:0px;
}

#leftProfileColumn img{
	border:solid 1px #000000;
}

#leftProfileColumn a{
	text-align:center;
	text-decoration:none;
	color:#3f9ba6;
	font-size:10px;
}

#leftProfileColumn a:hover{
	text-decoration:underline;
	font-size:10px;
}

#rightProfileColumn {
	width:120px;
	margin-left:125px;
	}

#rightProfileColumn img{
	border:solid 1px #000000;
}

#rightProfileColumn a{
	text-align:center;
	text-decoration:none;
	color:#3f9ba6;
	font-size:10px;
}

#rightProfileColumn a:hover{
	text-decoration:underline;
	font-size:10px;
}

