/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background: #000000 url(/images/bg_header.jpg) 50% 0 no-repeat;
	margin-top:0;
	padding: 0;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 53.75em;
	min-width: 860px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 53.75em;
	min-width: 860px;
	background-color: #f68f20;
	border-right: solid 1px #939598;
	border-top: solid 1px #939598;
	border-left: solid 1px #939598;
}
td#TagLine {
	background: #f68f20 url(/images/bg_header.gif) 0 0 no-repeat;
	width: 32em;
}
td#Menu {
	width: 40em;
	color: #FFFFFF;
	height: 3.4375em;
	padding-top: 5px;
	
}
td#Search {
	width: 350px;
	color: #ffffff;
	font-size: 0.6em;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
td#Search form {
	margin: 0;
	padding: 0;
}
div#QuickLinks {
	margin: 12px 0px 4px 0px;
}
td#Search a {
	color: #ffffff;
	text-decoration: none;
}
td#Search a:hover {
	text-decoration: underline;
}
form#searchEngine {
	margin: 0px;
	padding:0px;
}
/* ************************************----------- MENUBAR -----------************************************ */
/*----------- 	NAVIGATION LINKS -----------*/
div#MainMenu {
	margin-top: 0px;
}
div#MainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.85em;
	font-family:   Helvetica, Arial, Verdana,sans-serif;
	/*margin: 13px 0;
	padding-right: 16px;
	display: block;
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#MainMenu a:hover {
	color: #1a53ad;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 53.75em;
	min-width: 860px;	
	border-right: solid 1px #939598;
	border-bottom: solid 1px #939598;
	border-left: solid 1px #939598;
	background-color:#FFFFFF
}


/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	width: 11.3125em;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
/*  The Hotlist Div specifies the Feature Exhibition in the left column of some pages  */
div#Hotlist {
	font-size: 0.75em;
	margin-top: 0px;
	background-color: #4880c4;
	padding-top: 15px;
	padding-bottom: 10px;
}
div#Hotlist img {
	border: solid 1px white;
}
div#Hotlist H2{
	font-size: 1.25em;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	font-weight:normal;
	padding-right: 14px;
	padding-left: 0px;
	color: #FFFFFF !important;
}

div#Hotlist H3{
	font-size: 1.15em;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	font-weight:normal;
	padding-right: 14px;
	padding-left: 5px;
	color: #FFFFFF !important;
}
div#Hotlist p{
	padding-right: 14px;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
div#Hotlist a {
	color: #FFFFFF;
	font-size: 0.95em !important;
	text-decoration: none;
}
div#Hotlist a:hover {
	text-decoration: underline;
}
div#PageTitle {
	color: #f68f20;
	font-size: 1.1em;
	margin-right: 27px;
	margin-left: 14px;
	padding-top: 8px;
	text-transform:uppercase;
}
html>body div#PageTitle hr {
	margin: 6px 0 0 0;
}
div#Hotlist {
	width: 179px;
}
div#SubMenu {
	margin-right: 27px;
	padding-top: 8px;
}
ul.SecondLevel  {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}
ul.SecondLevel a {
	font-size: 0.75em;
	color: #4880c4;
	text-decoration: none;
	font-weight: bold;
}
ul.SecondLevel a:hover {
	color: #f68f20;
}
ul.ThirdLevel {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}
html>body ul.ThirdLevel {
	margin-bottom: 5px;

}
ul.ThirdLevel a {
	font-size: 0.65em;
	color: #4880c4;
	text-decoration: none;
	font-weight: normal;

}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
}
div#Content {
	margin: 10px 20px 10px 10px;
	font-size: 0.75em;
	line-height: 1.3em;
}

/*  If there is a myproduct being installed - use this tag to style the admin menu  */
/*div#AdminMenu {
	margin-top: 15px;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}
*/
h1 {
	color:#f68f20;
	font-size: 2.5em;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	font-weight:normal;
	line-height: 1em;
}
H2 {
	color:#f68f20;
	font-size: 1.25em;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	font-weight:normal;
	line-height: 1em;

}
H3.Blue {
	color:#4880c4 !important;
	font-size: 1.5em;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	font-weight:normal;
	line-height: 1em;

}
H3 {
	color:#f68f20;
	font-size: 1.75em;
	font-weight:normal;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	line-height: 1em;
}

H4 {
	color:#1a53ad;
	font-size: 1em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom:-18px;
}
html>body H4 {
	margin-bottom:-10px;
}

div#Content a, div#Content a:visited {
	color:#4880c4;
	text-decoration: none;
}
div#Content a:hover {
	text-decoration: underline;
}
/* ***------ HotList ----***** */
div#Hotlist H3 {
	color:#1a53ad;
	font-size: 1.5em;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 8px;

}
div#Hotlist p {
	margin-top: 0px;
	margin-bottom: 10px;
}
/* ************************************----------- RIGHT COLUMN -----------************************************ */
div#JoinEzine {
	background-color: #4880c4;
	padding-bottom: 15px;
}
html>body div#JoinEzine form {
	padding: 20px 0 8px 0;
}
div#JoinEzine form {
	margin: 0;
}

div#SupportMacKenzie {
	background-color: #c1d72e;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#RemindMe {
	background-color: #f68f20;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#Gallery {
	background-color: #f68f20;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#Blog {
	background-color: #c1d72e;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#Videos {
	background-color: #f68f20;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#Podcasts {
	background-color: #c1d72e;
	padding-bottom: 15px;
	font-size: 0.75em;
}

div#SupportMacKenzie p {
	margin: 20px 10px 0px 0; 
}
div#Gallery p, div#Videos p, div#RemindMe p, div#Blog p, div#Podcasts p {
	margin: 10px 10px 0px 0; 
}
div#SupportMacKenzie a, div#RemindMe  a, div#Gallery a, div#Blog a, div#Videos a, div#Podcasts a {
	color: #FFFFFF;
	text-decoration: none;
}
div#SupportMacKenzie a:hover, div#RemindMe a:hover, div#Gallery a:hover, div#Blog a:hover, div#Videos a:hover, div#Podcasts a:hover {
	text-decoration: underline;
}
/*  Menu for Admin */
div#AdminMenu  {
	margin: 10px;
	padding: 5px;
	border: solid 1px #4880c4;

}
div.AdminQuickLinks {
	margin-bottom: 10px;
}
div.AdminQuickLinks a {
	display: block;
	font-size: 0.95em;
	font-style:italic;
	font-weight: normal;
	color:#f68f20;
	text-decoration: none;
	padding: 5px;

}
div.AdminQuickLinks a:hover {
	color:#4880c4;
}
/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 53.75em;
	min-width: 860px;
	border: solid 1px #000000;
}
td#Address {
	font-size: 0.65em;
	color:#ffffff;
	padding: 5px 0;
}
td#Address span {
	margin-left: 15px;
}
td#copyright {
	font-size: 0.65em;
	color:#ffffff;
}
td#copyright a {
	text-decoration: none;
	color: #4880c4;
}
td#copyright a:hover {
	text-decoration: underline;
}
/* ************************************----------- Sitemap -----------************************************ */
span.FirstLevel {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-transform:capitalize;
	text-transform:uppercase;
}

span.SecondLevel {
	font-size: 16px;
	padding-left: 25px;
}

span.ThirdLevel {
	font-size: 14px;
	padding-left: 50px;
}

span.FourthLevel {
	font-size: 13px;
	padding-left: 75px;
}
span.FifthLevel {
	font-size: 12px;
	padding-left: 100px;
}
span.SixthLevel {
	font-size: 11px;
	padding-left: 125px;
}
span.SeventhLevel {
	font-size: 10px;
	padding-left: 150px;
}
td#NewsThumbList {
	padding-top: 10px;
}

#twitter_div {
	font-size: 10px;
	margin: 3px;
	padding: 0px 7px 0px 7px;
	border: solid silver 1px;
	width: 156px;
	overflow: auto;
}
#twitter_div a, #twitter_div a:visited, #sendtoafriend a, #sendtoafriend a:visited { color:#4880c4; text-decoration: none; }
#twitter_div a:hover, #sendtoafriend a:hover { text-decoration: underline; }
#twitter_div ul { margin-left: 0px; padding-left: 0px; }
#twitter_div li { margin-left: 0px; padding-left: 0px; margin-bottom: 10px; list-style-type: none;  }
#twitter_div h2 { text-align: center; }
#sendtoafriend { font-size: 12px; text-align: center; }

#contentTitle, #contentCurrent {
	font-size: 12px;
}

