/***************************************************************
	CSS written by Adam T. Gregory - 12/01/2008
***************************************************************/

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

.bg1 {
	background-position: center top;
	background-color: #000000;
	background-image: url(../images/TMacSignFront.jpg);
	background-repeat: no-repeat;
}

.bg4 {
	background-attachment:fixed;
	background-position: center 250px;
	background-image: url(../images/TMac1.jpg);
	background-repeat: no-repeat;
}

.bg2 {
	background-position: center top;
	background-color: #000000;
	background-image: url(../images/TMac2.jpg);
	background-repeat: no-repeat;
}

.bg3 {
	background-position: center top;
	background-color: #000000;
	background-image: url(../images/TMac3.jpg);
	background-repeat: no-repeat;
}



#content, #width {
	/* max-width hack for IE since it doesn't understand the valid css property */
  width: 960px;
	max-width: 960px;
	margin: 0 auto;
}

#content[id], #width[id] {
	width: 960px;
	height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 224px;
	background-image: url(../images/TMacHeader.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Holds the site title and subtitle */
#header #title {
	position: relative;
	z-index: 3;
	top: 0px;
	text-align: right;
	float: right;
	padding-right: 5px;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.09em;
}

#header h2 {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #00F0EC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
	background-image: url(../images/TMacMenu.png);
	background-repeat: no-repeat;
	height: 75px;
	background-position: center top;
}

#mainMenu ul {
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: 500;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0em;
	color: #FFFFCC;
}

#mainMenu li a:hover {
	color: #974e14;
	padding-top: 3px;
}

#mainMenu li.here a {
	color: #974e14;
	padding-top: 3px;
}

#mainMenu li a.last {
	margin-right: 0;
}

/***********************************************
 #topMenu - Header Menu
***********************************************/


#headerMenu {
	float: left;
	width: 100%;
	clear: both;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#headerMenu li {
	display: inline;
	list-style: none;
}

#headerMenu li a {
	float: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: 500;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #FFFFCC;
}

#headerMenu li a:hover {
	color: #974e14;
	padding-top: 1px;
}

#headerMenu li a.here {
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#headerMenu li a.last {
	margin-right: 0;
}

/**************************************************************
   .PageTitle: The page title area
 **************************************************************/
.PageTitle {
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: left top;
}

.PageTitle p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #c7c7c7;
}

.PageTitle b {
	color: #666666;
}

.PageTitle a {
	color: #999999;
	text-decoration: underline;
}

.PageTitle a:hover {
	color: #974e14;
}

.PageTitle a:visited {
	color: #999999;
}

.PageTitle a:active {
	color: #999999;
}

.PageTitle h1 {
	clear: both;
	color: #974e14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #974e14;
	margin: 0;
	padding: 10px 15px;
}

* html .PageTitleCornerWrap { /*IE6 only*/
	display:none;
}

* html .PageTitleCornerContent { /*IE6 only*/
	display:none;
}

* html .PageTitleCornerLeft { /*IE6 only*/
	display:none;
}

* html .PageTitleCornerRight { /*IE6 only*/
	display:none;
}

.PagetTitleCornerWrap {
	height:10px;
	width:100%;
	margin:0;
	padding:0;
}

.PageTitleCornerContent {
	width:940px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.PageTitleCornerContentBottom {
	width:940px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.PageTitleCornerLeft {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleft10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.PageTitleCornerRight {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenright10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.PageTitleCornerLeftBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleftbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.PageTitleCornerRightBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenrightbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.MainContentCornerWrap {
	height:10px;
	padding:0;
	margin-top: -10px;
}

* html .MainContentCornerWrap { /*IE6 only*/
	display:none;
}

.MainContentCornerContent {
	width:97.15%;
	height:10px;
	padding:0;
	margin:0;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
	float: left;
}

.MainContentCornerContentBottom {
	width:940px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.MainContentCornerLeft {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleft10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.MainContentCornerRight {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenright10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.MainContentCornerLeftBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleftbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.MainContentCornerRightBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenrightbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.RightContentCornerWrap {
	height:10px;
	margin:0;
	padding:0;
}

* html .RightContentCornerWrap { /*IE6 only*/
	display:none;
}

.RightContentCornerContent {
	width:91.56%;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.RightContentCornerContentBottom {
	width:940px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.RightContentCornerLeft {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleft10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.RightContentCornerRight {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenright10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.RightContentCornerLeftBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/corners/greenleftbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.RightContentCornerRightBottom {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(../images/corners/greenrightbot10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
}

.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(../../../../assets/images/noimage.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #E1D6AE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sideMenu li a:hover {
	color: #e1d6ae;
	background-color: #504c1c;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #FFFFCC;
	font-weight: 500;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	color: #E1D6AE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/TMacBulletTan.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.sideMenu li.here ul li a:hover {
	color: #8e8832;
	background-color: #504c1c;
	background-image: url(../images/TMacBulletGreen.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/
#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -0.05em;
	background-color: #000000;
	padding-bottom: 4em;
	color: #FFFFCC;
	font-size: 1.1em;
}

#footer h2 {
	color: #974e14;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* .sideMenu: The side bar menu */

ul.footerMenu {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footerMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #FFFFCC;
}

.footerMenu li a {
	display: block;
	text-decoration: none;
	color: #FFFFCC;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.footerMenu li a:hover {
	color: #974e14;
}

/* Active menu item */
.footerMenu li.here {
	display: block;
	padding: 0px;
	color: #FFFFCC;
}

/* Submenu of active menu item */
.footerMenu li.here ul {
	margin: 0;
	padding: 0;
}

.footerMenu li.here ul li a {
	padding-left: 35px;
	color: #FFFFCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/TMacBulletYellow.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.footerMenu li.here ul li a:hover {
	color: #974e14;
	background-image: url(../images/TMacBulletOrange.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 10px;
	text-align: left;
	padding-left: 0px;
}

/**************************************************************
   .copyright: Copyright
 **************************************************************/
#copyright {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

.width90 {
	width: 89.7%;
}

.width10 {
	width: 8.7%;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
	clear:both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
	font-style: normal;
}

.smallNews {
	font-size: 0.8em;
	font-style: italic;
	padding-left: 10px;
}

.TextGold {
	color: #974e14;
}

.TextRed {
	color: #751d19;
}

.TextGrey {
	color: #383838;
}

/***********************************
  Content Background
***********************************/

.BackgroundContentGreen {
	background-image: url(../images/corners/green.png);
	background-repeat: repeat;
	background-position: left top;
}

.BackgroundContentWhite {
	background-color:#ffffff;
}
