/* 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-color: #400907;
	margin-top: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
td, {
	font-size: 0.7em;}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	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;
	height: 122px;
background: #000000 url(images/top.jpg) 0 0 no-repeat;
}

table#pagetitle{
	width: 500px;
}
html>body table#pagetitle{
	height: 25px;
}

td#number{
font-size: .9em;
font-weight: bold;
}

html>body td#number{
font-size: .9em;
}

td#title{
font-size: 1.2em;
}
html>body td#title{
font-size: 1.2em;
}
/* ********----------- Top Navigation area -----------************* */

table#TopNavigation {
	color: #ffffff;
	width: 760px;
	height: 41px;
}
td#buttons{
	background:url(images/nav.jpg) 0 0 no-repeat;
	padding-left:180px;
}
/*
td#graphic{
	width: 231px;
	background: #000000 url(images/nav_left.jpg) 0 0 no-repeat;}
*/	

div#TopNav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5em;
		padding: 4px;

	
}
html>body div#TopNav  a {
font-size: .8em;*/
}
div#TopNav  a:hover {
	color: #ffffff;
	background-color: #5D5C5C;
	padding: 4px;

}

/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 760px;
	background: #ffffff;


}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
	width: 760px;

}



/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	width: 216px;
	background: #ffffff url(images/nav_back.jpg) 0 0 repeat-y;

	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
div#LeftContent{
padding-left: 5px;
color: #ffffff;
}
html>body div#LeftContent{
font-size: .8em;
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	color: #000000;
	padding-top: 5px;
	background-color:#FFFFFF;
	background: #ffffff url(images/bodybackground.jpg) 0 0 repeat-x;

}
div#Content {
	margin: 3px 5px 5px 0;
}

html>body div#Content {
font-size: .8em;
}


div#Content a, div#Content a:visited {
	color: #000000;

}
div#Content a:hover {
	color: #000000;
	text-decoration: none;
}


div#poll a:hover {
margin-left: 10px;
	color: #B7B7B7;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;

}
div#poll a{
margin-left: 10px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;

}

h1 {
	color:#000000;
	font-size: 1.5em;
}

h2 {
	color:#000000;
	font-size: 1.25em;
	font-weight: bold;
}

h3 {
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}


div#Content  ul, div#Content  li, div#Content  ol, div#Content table {
line-height: 1.25em;
}

td.location {
	font-size:10px;
	color: #000000;
	padding: 10px 0px 10px 0px;
	}
td.consultants {
	font-size:10px;
	color:#000000;
	padding:10px 0px 10px 0px;
	}
td.ConsultantsCity {
	font-size:10px;
	color:#000000;
	padding:10px 0px 10px 0px;
	}
td.ConsultantsPhnum {
	font-size:10px;
	color:#000000;
	padding:10px 0px 10px 0px;
}
span.LocationCity {
	font-size:12px;
	font-weight:bold;
	}

td.contactheading {
	font-size:14px;
	text-decoration:underline;
	font-weight:bolder;
}	

table.ProductLine {
	padding:10px 2px 10px 2px;
	}

span.ProductLineHeading {
	font-size:14px;
	text-decoration:underline;
	font-weight:bolder;
	
}
table.Event {
	font-size:13px;
	color:#000000;
	padding:0px 5px 0px 5px;
}
span.EventHeading {
	font-size:12px;
	font-weight:bold;
	}
	
/*  If there is a myproduct being installed - use this tag to style the admin menu  */
div#AdminMenu {
	margin-top: 50px;
}
div#AdminMenu a {
	color: #000000;

}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}

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




/* ************************************----------- FOOTER -----------************************************ */
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 760px;
	min-width: 760px;
background-color: #5B5B5B;

}

html>body table#Footer { /*  This hack allows Mozilla or Firefox to read it but not IE   */
height: 20px;

}

* html td#copyright {
/*	font-size: 0.65em; */
	color:#ffffff;
	padding: 3px 0;
}
td#copyright {
font-size: 0.8em;
	color:#ffffff;
	padding: 3px 0;
}
/*
html>body td#copyright {
font-size: .6em;
}
*/

td#copyright a {
	color:#ffffff;
	
}
td#copyright a:hover {
	text-decoration: none;	
}
td#bottomlinks{	
	color: #000000;
	width: 158px;
	background: #ffffff url(images/nav_back.jpg) 0 0 repeat-y;

	}

* html td#bottomlinks2{	
	background-color: #ffffff;
	font-size: 0.7em;
	}
	
table#bottomlinks{	
width: 760px;

}
td#bottomlinks2{	
	background-color: #ffffff;
	}
	
td#bottomlinks2 a, td#bottomlinks2 a:visited {
	color:#000000;
	font-size: 0.8em;
}

td#bottomlinks2 a:hover {
	color:#000000;
	text-decoration: none;
}

