/******************** Main page structure ********************/
#topcontainer {
	width:710px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#bottomcontainer {
	width:710px;
	height:590px;
	text-align: left;
	background-image: url(../gfx/bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#cornerimage {
	width: 320px;
}

#fpImage {
	position: relative;
	left: 200px;
	top: 80px;
}
/******************** Column layout ********************/
#leftcol {
	width:350px;
	height:100%;
	float: left;
	vertical-align: top;
}
#rightcol {
	width: 335px;
	height: 100%;
	margin-left: 360px;
}

#leftcontent {
	margin-top: -30px;
}

/******************** Menu/Contact stuff ********************/
#menubar {
	padding-top: 22px;
	text-align: right;
}

.menu {
	text-align: right;
	padding: 2px;
	float: right;
}

.phone {
	margin-right: 14px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.email {
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/******************** Main content ********************/
#maincontent {
	width: 310px;
	margin-top: 60px;
}

.cases	 			{width:275px;font-family:arial;font-size:11px;}
.cases a 			{font-family:arial;font-size:11px}
.cases a:link 		{color:#ffffff;text-decoration:none;}
.cases a:hover 		{color:#ffffff;text-decoration:underline;}
.cases a:active 	{color:#ffffff;text-decoration:none;}
.cases a:visited 	{color:#ffffff;text-decoration:none;}
.caseheight 		{height:58px;}
#casestudies 		{margin-top: -40px;}

#homelink {
	position: relative;
	left: 10px;
	top: 460px;
	width:310px;
	height:100px;
}

#footertext {
	font-family:arial;
	color:#ababab;
	font-size:12px;
	text-align:center;
}