﻿html, body, form
{
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 90%;
	margin: 0 auto;
}

#container
{
	background-position: left top;
	background: url('PageBG.png') repeat-x;
	text-align: center;
	min-width: 1000px;
	height:100%;
}	

#wrapper
{
	
	width: 970px;
	margin: 0px auto 0 auto;
	text-align: left;
	background-color: Transparent;
	height: 100%;
	
}

#titlebar
{
	margin: 0px 0px 0px 0px;
	height: 101px;
	width: 970px;
	background-color: Transparent;
	padding-top: 7px;
}
#logo
{
	background-position: url(MACULogo.png);
	background: url(MACULogo.png);
	background-repeat: no-repeat;
	height: 94px;
	width: 311px;
	float: left;
	margin-left: 7px;
}
#tagline
{
	background: url(TagLine.png);
	background-repeat:no-repeat;	
	height: 94px;
	width: 393px;
	float:left;
}
#quicknav
{
	height: 94px;
	float: right;
	padding-right: 10px;
	vertical-align: top;
}
#navbar
{
	margin: auto;
	height: 35px;
	width: 970px;
	text-align: left;
	padding-left: 325px;
}
#secondnav
{
	height: 35px;
	width: 950px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: -5px;
}
#secondleft
{
	background: url(SecondNavLeft.png);
	background-repeat:no-repeat;
	height:35px;
	width:25px;	
	float:left;
}
#secondmain
{
	background: url(SecondNavBG.png);
	background-repeat:repeat-x;
	height:35px;
	width:900px;
	float:left;	
	padding-top: 5px;
}
#signinlink
{
	margin: 2px 0px 0px 0px;
	float: right;
}
#signinlink a:hover
{
	color: #ea8523;
}
#signinlink a, #signinlink a:link
{
	color: White;
	text-decoration: none;
}
#breadcrumb
{
	color: White;
	float:left;
}
#breadcrumb a:hover
{
	color: #ea8523;
}
#breadcrumb a, #breadcrumb a:link
{
	color: White;
	text-decoration: none;
}
#secondright
{
	background: url(SecondNavRight.png);
	background-repeat:no-repeat;
	height:35px;
	width:25px;	
	float:right;
}
#bannerad
{
	
}
#contentwrap
{
	width: 950px;
	margin-left: 10px;
	height: 100%;
}
#quicklinks
{
	width: 190px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #dad9d9;	
}
#rtcolumn
{
	width:720px;
	float:right;
	height:175px;
	margin-top:2px;
}
ul.sectionlinks
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

ul.sectionlinks a
{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dad9d9;
	display: block;
	height: 60px;
	padding-left: 32px;
	text-decoration: none;
	color: Black;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	padding-top: 4px;
	padding-right: 2px;
}
ul.sectionlinks a:hover
{
	background-position: left top;
	background: url(MacuBullets.png);
	background-repeat: no-repeat;
	color: #ea8523;
	overflow:hidden;
}
li.first
{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dad9d9;
	background-color: #dad9d9;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	display: block;
	font-size: 100%;
	height:24px;
	
}

#maincontent
{
	width:700px;
	float:left;
	margin-top:10px;
	max-width:700px;
	height: 100%;		
}
