/* 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/corporate/bg_body.jpg) 0 0 repeat-x;
	margin-top:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	min-width: 760px;
	}
#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: 760px;
	min-width: 760px;
	height:218px;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {

	min-width: 760px;	
	border-bottom: solid 1px #a80532;
}

.list-spacer li {
	margin-bottom:20px;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	background: #ac0734;
	padding: 0px 0px 0 0px;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
div#MenuBackground {
	background: #ac0734;
}
/* **************----------- NAVIGATION -----------**************** */
div#Menu {
	width: 210px;
	min-width: 210px;
	margin: 0px 0 0 0px;
}




#MenuTop_Bg {
	background:url(/images/side_bar_top_bg.jpg) repeat-x  #ac0734;
	height:50px;
	}
/*----------- 	NAVIGATION LINKS -----------*/

/* New side menu stuff */


.AnimTree .menu {

}



.AnimTree .buttonlabel {
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	font-style:italic;
}

.AnimTree .buttonlabel a {
	text-decoration:none;
	color:#FFFFFF;
}


.AnimTree .buttonlabel:hover {
	font-weight:bold;
	}


.AnimTree .menuNode {
	
}

.AnimTree .menuNode A {
	font-size: 1em;
	text-decoration: none;
	color:#FFFFFF;
	font-style:italic;	
}

.AnimTree .menuNode A:link { 
	color: #000000;
	
}
.AnimTree .menuNode A:visited { 
	color: #000000; 
}
.AnimTree .menuNode A:active { 
	
	color: #000000; 
}
.AnimTree .menuNode A:hover { 
	
	color: #000000; 
	}

.AnimTree .menu { background: #FFFFFF; }
.AnimTree .menu .menuNode { padding-left: 1.5em;  }
.AnimTree .menu .menuNode a{ color:#002157; font-size:11px; text-decoration:none; font-style:italic;}
.AnimTree .menu .menuThree .menuThreeNode a{ color:#002157; font-size:.80em; text-decoration:none; font-style:italic;}
.AnimTree .menu .menuNode a:hover { font-weight:bold; }
.AnimTree .menu .menuThree .menuThreeNode a:hover { text-decoration:underline; }
.AnimTree .menu .menuNode a:active{ font-weight:bold; }
.AnimTree .menu .buttonlabel {
	color:#002157;
	}

.AnimTree .menu .menu,
.AnimTree .menu .menuThree { background: url(/images/arrow.gif) no-repeat 21px 9px #FFF; }
.AnimTree .menu .menu .menuNode { padding-left: 1.0em; }
.AnimTree .menu .menuThree .menuThreeNode { padding-left: 2.8em; }
.AnimTree .menu .menu .menuNode a,
.AnimTree .menu .menuThree .menuThreeNode a { color:#000000; }

.AnimTree .menuNode,
.AnimTree .menuThreeNode,
.AnimTree .button { padding-top: .5em; padding-bottom: .5em; padding-left: .5em; border-bottom:#FFFFFF 1px solid;}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	width: 550px;
	
}
div#Content {
	padding: 0px 60px 5px 20px;
	font-size: 1em;
}

h1 {
	color:#a80532;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}
H2 {
	color:#a80532;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}

/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
 
p.SmallText {
	font-size: 0.65em;
	color: #000000;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/
div#Content a, div#Content a:visited {
	color:#046176;

}
div#Content a:hover {
	color:#a80532;
	text-decoration: none;
}
td.BlackBorder { /* For the table graphic on the Training Binder page */
	border: solid 1px #000000;
	background-color: #8ec3cf;
	padding: 5px;
}

div#SearchOutterBox {
	
	width: 85%;
	padding: 20px 5px 5px 5px;
	margin:0px 7px 7px 7px;
}
div#SearchInnerBox {

	padding: 5px;
}
/* ************************************----------- FOOTER -----------************************************ */

table#Footer {
	width: 760px;
	min-width: 760px;
	border: solid 1px #ffffff;
	background-color:#a80532;
}
td#ContactUs {
	color:#ffffff;
	padding: 10px 0;
}
span.BigText {
	font-size: 1.25em;
}
span.MedText {
	font-size: 1.0em;
}
span.SmallText {
	font-size: 0.65em;
}
table#CopyrightTable {
	width: 47.5em;
	min-width: 760px;
}
td#copyright {
	background-color: #000000;
	font-size: 0.65em;
	color:#ffffff;
}
td#copyright a, span.SmallText a, span.MedText a {
	color:#ffffff;
	text-decoration: underline;
}
td#copyright a:hover, span.SmallText a:hover, span.MedText a:hover {
	text-decoration: none;
}

#AdminMenu a {
	color:#FFFFFF;
	display:block;
	font-size: 11px;
	font-style:italic;
	text-decoration:none;
	padding-top: .5em; padding-bottom: .5em; padding-left: .5em; border-bottom:#FFFFFF 1px solid;
	}
	
#AdminMenu a:hover {
	font-weight:bold;
	}


