/* 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:12px;
}

/*  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: 47.5em;
	min-width: 760px;
	
}

/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 46em;
	margin-top: 218px;
	min-width: 760px;	
	border-bottom: solid 1px #a80532;
}

/* ************************************----------- 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: 180px;
	min-width: 180px;
	margin: 20px 0 0 0px;
}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a, div#Menu a:active, div#Menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
	font-weight: normal;
	font-size: 0.85em;
	display: block;
	padding: 5px 0px 5px 5px;
	border-bottom: solid 1px #FFFFFF;
	/*margin: 13px 0;
	padding-right: 16px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a:hover {
	color: #000000;
	background:#cc0033;
}
div#Menu  a#BottomLink {
	border-bottom: none;
}


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

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 {
	border: solid 1px #ffffff;
	width: 85%;
	padding: 5px;
	margin:7px;
}
div#SearchInnerBox {
	border: solid 1px #ffffff;
	padding: 5px;
}
/* ************************************----------- FOOTER -----------************************************ */

table#Footer {
	width: 47.5em;
	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;
}
