/**
 * Main layout file for framework positions
 *
 * This file should be loaded after the yui/reset-font-grids.css and yui/base.css files
 * Layout is built on top of the layouts defined in the base.css using YUI Grids CSS
 * See attributions for more information
 */
 
 /* HTML */
 html {
 	margin: 0;
 	padding: 0;
 }
 
 body {
 	margin: 0;
 	padding: 0;
 }
 
 /* Header */
 #hd {
 	height: 90px;
 }
 
 /* Navigation */
 .navigation ul {
 	margin: 0;
 }
 
 .navigation-main {
 	padding-top: 20px;
 }
 
 /* Masthead */
 #masthead {
 	width: 100px;
 	float: left;
 	padding-top: 10px;
 }
 
 /* Main Content Container */
 #doc3 {
 	margin:0;
 }
 
 
#yui-main .yui-b {
 	padding: 0 25px 25px 25px;
 	min-height: 640px;
 }
 
 /* YUI style classes */
 .doc3 {
 	width:74.923em;
 }
 
 /* Utility styles */
 .clear {
 	clear:both;
 }
 .clear-left {
 	clear:left;
 }
 .clear-right {
 	clear:right;
 }
 .display-none {
 	display:none;
 }
 .float-left {
 	float: left;
 }
 .float-right {
 	float: right;
 }
 .text-center {
 	text-align: center;
 }
 .text-right {
 	text-align: right;
 }
 .text-left {
 	text-align: left;
 }