/* Layout Stylesheet */

/* Body */
body { text-align: center; }
#container { margin-bottom: 20px; text-align: left; width: 960px; margin: 0 auto; }
#header,#body,#footer { margin: 0 10px; padding: 0 5px; }
#header { padding-top: 10px; }
#footer { padding-bottom: 10px; }

/* Header */
#header { position: relative; height: 117px; }
#header .logo { position: absolute; top: 10px; left: 5px; }
#header .strapline { position: absolute; top: 10px; right: 185px; height: 72px; width: 555px; }
#header .contact { position: absolute; top: 10px; right: 5px; height: 72px; width: 180px; }
#header .search label,#header .search legend { display: none; }
#header .search .input { position: absolute; top: 93px; right: 32px; }
#header .search .input .text { height: 13px; }
#header .search .submit { position: absolute; top: 92px; right: 5px; }
#header .nav { position: absolute; bottom: 0; left: 5px; }

/* Content Area */
#body .wrapper { padding-top: 10px; }
#sidebar { width: 133px; float: left; }
#content-area { width: 757px; float: right; padding: 30px 0 30px 40px; }
.page-home #content-area { width: 785px; padding: 12px 0 0 12px; }