@charset "utf-8";
/* CSS Document */
*	{ margin: 0; padding: 0; }
body {
	background-color: #ccc;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
	}
#wrapper{
	width: 961px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 120px;
	}
#left{
	float: left;
	width: 180px;
	margin: 35px 0 40px 30px;
	}
#logo {
	width: 180px;
	height: 102px;
	}
#call-to-action {
	width: 180px;
	background: #fff url(../images/callbox-bg.gif) 0 0 repeat-y;
	}
#call-to-action .top {
	width: 180px;
	height: 14px;
	background: #fff url(../images/callbox-top.gif) 0 0 no-repeat;
	}
#call-to-action .bottom {
	width: 180px;
	height: 14px;
	background: #fff url(../images/callbox-bottom.gif) 0 0 no-repeat;
	}
#main{
	float: right;
	width: 711px;
	margin: 0 0 40px 0;
	}
#banner{
	position: relative;
	top: 0px;
	left: 0px;
	width: 711px;
	height: 67px;
	background: #fff url(../images/banner.jpg) 0 0 no-repeat;
	}
#utility-bar {
	position: absolute;
	top: 0px;
	left: 567px;
	width: 144px;
	height: 30px;
	background: #fff url(../images/utility-bar.gif) 0 0 no-repeat;
	}
#awmAnchor-dsg-menu {
	width: 711px;
	height: 50px;
	}
#movie{
	width: 711px;
	height: 252px;
	/*background: #fff url(../images/movie.jpg) 0 0 no-repeat;*/
	border-top: #afafaf 1px solid;
	}
#subpage-title{
	width: 711px;
	height: 35px;
	background: #fff url(../images/subpage-title_bg.gif) 0 0 no-repeat;
	border-top: #afafaf 1px solid;
	}
#maincontent{
	width: 711px;
	background: #e4e4e4 url(../images/gray.gif) 0 0 repeat-y;
	border-bottom: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	}
#maincontent .pad {
	padding: 15px 45px 65px 35px;
	min-height: 500px;
	}
#home #maincontent .pad {
	padding: 90px 100px 0px 75px;
	min-height: 330px;
	background: url(../images/home-content-bg.gif) top right no-repeat;
	}
#casehead { 
	position: relative;
	margin: 0 0 12px 0;
	background-color: #fff;
	border: #0f4b8f 1px solid;
	}
#casehead-lt {
	position: absolute; 
	top: -1px; 
	left: -1px; 
	width: 13px; 
	height: 13px; 
	background: #fff url(../images/case-headingBgLeft.gif) 0 0 no-repeat;
	}
#casehead-rt {
	position: absolute; 
	top: -1px; 
	right: -1px; 
	width: 13px; 
	height: 13px; 
	background: #fff url(../images/case-headingBgRight.gif) 0 0 no-repeat;
	}
#case-logo {
	position: absolute; 
	bottom: 0; 
	right: 0;
	}
#case-photo {
	float: right; 
	margin: 0 0 20px 20px; 
	border: #0f4b8f 1px solid;
	background: #fff;
	padding: 10px;
	}
.subpageImg {
	float: right;
	width: auto;
	padding: 10px;
	border: #666666 1px solid;
	background: #fff;
	margin: 0 0 20px 20px;
	}
#arch .subpageImg, #med .subpageImg {
	margin: 0 0 20px 50px;
}