/* 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: #440305;
	margin-top:0;
	padding: 0;
}


/*  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 -----------************************************ */
div#Header {
	margin-top: 0;
	width: 46.625em;
	min-width: 746px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid #69050d 7px;
	border-right: solid #69050d 7px;
	border-left: solid #69050d 7px;
	background: #83000c url(images/bg_header.gif) 0 0 repeat-x;
}



/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {
	width: 46.625em;
	min-width: 746px;
	margin-left: auto;
	margin-right: auto;
	border-right: solid #69050d 7px;
	border-left: solid #69050d 7px;
	background-color: #ab0111;
}
div#Menu p{
	padding: 5px 10px 8px 0;
	text-align: right;
	margin: 0;font-size: 1.15em;
}
/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
	font-family:"Times New Roman", Times, serif;
	padding: 0 10px;
	/*margin: 13px 0;
	padding-right: 16px;
	display: block;
} */
}
div#Menu a:hover {
	color: #440305;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 47.5em;
	min-width: 760px;	
	background-color: #FFFFFF;
	border-right: solid #69050d 7px;
	border-left: solid #69050d 7px;
		
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	width: 8.5625em;
	background: #ab0111 url(images/bg_left_column.gif) 0 0 no-repeat;
	border-top: solid #da0115 3px;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}


div#SubMenu {
	margin: 40px 5px 0 0px;
}
ul#Sub {
	text-align: right;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul#Sub li{
	padding-right: 20px;
	background: url(images/menu_circle.gif) 97% 6px no-repeat;
	margin-bottom: 15px;	
	line-height: 1em;
	padding-left: 0;
	margin-left: 0;
}
div#SubMenu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	border-top: solid #da0115 3px;
}
div#Content, div#AdminMenu {
	margin: 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	table-align: left;
}

div#Content p, div#AdminMenu p, div#Content ul, div#Content ol {
	font-size: 0.75em;
	color: #000000;
}
h1 {
	color:#83000c;
	font-size: 1.5em;
	font-family:"Times New Roman", Times, serif !important;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
	font-style: italic;
	font-family:"Times New Roman", Times, serif !important;
}
H3 {
	color:#000000;
	font-size: 0.8em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

div#Content a, div#Content a:visited, div#AdminMenu a, div#AdminMenu a:visited {
	color:#83000c;

}
div#Content a:hover, div#AdminMenu a:hover {
	color:#ab0111;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 47.5em;
	min-width: 760px;
	border-right: solid #69050d 7px;
	border-left: solid #69050d 7px;	
	background: #83000c url(images/bg_footer.gif) 0 0 no-repeat;
}
td#Phone p {
	font-size: 2em;
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 33px;
}
td#ContactUs {
	padding: 10px 0 15px 0;
}
td#ContactUs p {
	font-size: 0.85em;
	font-weight: bold;
	color:#ffffff;
	margin: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

div#copyright {
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #69050d;
	margin-top:0;
	
}
div#copyright p {
	font-size: 0.65em;
	color:#FFFFFF;
	padding: 3px 0 1px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	margin: 0;
	text-align:center;
}
div#copyright a, td#ContactUs a {
	color:#FFFFFF;
}
div#copyright a:hover, td#ContactUs a:hover {
	text-decoration: none;
}
