/* layout.css - wed, 2007-04-03 */
/* SHF South High Foundation */

body  {
	background-color: white;
	background-repeat: repeat-y;
	background-image: url(../images/Components/MenuGreyRepeat.jpg);
}

/* header area */
div#header       {
	background-color: #FFF;
	background-image: url(../images/Components/MLOGO-2-web14.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	visibility: visible;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 910px;
	height: 130px;
	border-bottom-style: none;
	left: -10px;
}
/* toolbar area */
div#toolbar {
	visibility: visible;
	position: absolute;
	top: 2px;
	left: 550px;
	width: 350px;
	height: 22px;
	text-align: right;
}
div#buttons  {
	visibility: visible;
	position: relative;
	top: 10px;
	left: 425px;
	width: 225px;
	height: 96px
}
/* main navigation area */

#mainnav      {
	visibility: visible;
	position: absolute;
	width: 150px;
	height: 342px;
	background-repeat: repeat-y;
	background-color: #808080;
	left: 0px;
	top: 130px;
	z-index: 6;
}
#menu1       {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 28px;
}
#menu2         {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 44px;
	left: -2px;
	width: 135px;
	height: 29px
}
#menu3        {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 83px;
	left: -1px;
	width: 140px;
	height: 29px
}
#menu4         {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 125px;
	left: -1px;
	width: 140px;
	height: 26px
}
#menu5        {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 162px;
	left: -2px;
	width: 140px;
	height: 23px
}
#menu6         {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 255px;
	left: 1px;
	width: 140px;
	height: 40px
}
#menu7         {
	visibility: visible;
	margin-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 199px;
	left: 0px;
	width: 140px;
	height: 44px
}

/* main content area */

div#main-strut-vertical   {
	width: 0;
	height: auto;
	float: left;
	position: relative;
}

div#maincontent     {
	visibility: visible;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 732px;
	height: auto;
	top: 130px;
	left: 166px;
}

div#clear-main-area { clear: both; position: relative; margin: 0; width: 100% } /* width for IE 6 */
/* footer area */

div#footer   {
	visibility: visible;
	position: relative;
	width: 100%;
	height: 105px;
	left: auto;
}

/*right sidebar*/
div#rightsidebartop {
	background-image: url("../images/sidebar_bg_top.gif");
	background-repeat: no-repeat;
	visibility: visible;
	position: absolute;
	z-index: 6;
	width: 158px;
	top: -7px;
	right: 0px;
}
div#rightsidebar    {
	background-image: url("../images/sidebar_bg_mid.gif");
	background-repeat: repeat-y;
	visibility: visible;
	margin: 10px 0 20px;
	position: relative;
	top: 10px;
	left: auto;
	width: 158px;
	float: right
}
div#rightsidebarbot  { background-image: url("../images/sidebar_bg_bot.gif"); background-repeat: no-repeat; background-position: 100% 100%; visibility: visible; position: relative; z-index: 6; width: 158px }

div#rightcolumn {
	position: absolute;
	z-index: 6;
	width: 400px;
	float: right;
	top: 550px;
	left: 350px;
}

div#left-image  { width: 360px; float: left }
div#right-image     { padding-left: 10px; width: 330px; float: right }
#indenttablewall {
	left: 5px;
}
.twitter {
	position: relative;
}
#Twitterbox {
	position: absolute;
	width: 300px;
	height: 400px;
	visibility: visible;
	left: 0px;
	top: 625px;
}
#Facebook {
	position: relative;
	width: 150px;
	left: 325px;
	height: 300px;
	visibility: visible;
	z-index: 6;
}
