/* 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: #ffffff;
	margin:0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 80.833em;
	min-width: 970px;
	}
#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;
}
div#BkgrndContainer {
	background: url(images/header_img.jpg) 0 0 no-repeat;
	margin-top: 0px;
	width: 80.833em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 173px;
}

/* ************************************----------- CONTAINER TABLE -----------************************************ */
table#Container {
	border-left: solid 1px #f16d0b;
	border-right: solid 1px #f16d0b;
	width: 80.833em;
	min-width: 970px;
	margin-top: 0;
}
/* ************************************----------- MENUBAR -----------************************************ */
td#LeftColumn {
	width: 16.41666em;
	background: url(images/bg_left_col.gif) 0 600px repeat-y;
}
div#Menu {
	padding-left: 20px;
	background: url(images/bg_menu.jpg) 0 0 no-repeat;
}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.15em;
	display: block;
	background-color: #15b1cf;
	margin-right:10px;
	/*margin: 13px 0;
	
	
} */
}
div#Menu a:hover {
	color: #2d5070;
	background: #15b1cf url(images/bg_hover.jpg) 0 0 repeat-y;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
/* ************************************----------- MAIN COLUMN -----------************************************ */

td#MainColumn {
	padding-top: 115px;
}
div#Content{
	padding: 15px;
	font-size:13px;
	
}
/*  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:#f16d0b;
	font-size: 1.45em;
	font-style: italic;
	margin: 25px 0;
	font-weight:normal;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1.1em;
	font-weight:bold;
}
div#content p, div#content ul, div#content ol {
	font-size: 1.1em;
}
div#Content a, div#Content a:visited {
	color:#15b1cf;

}
div#Content a:hover {
	text-decoration: none;
}
p.Quote {
	color: #0761aa;
	margin: 5px 175px;
}
div.DonateButton {
	width: 40%;
	border: solid 1px #f16d0b;
	padding: 10px;
	background-color:#18b2cf;
	text-align:center;
}
div.DonateButton p {
	color:#ffffff;
	font-size: 1.25em;
}
a.CheckBox  {
	color:#ffffff;
	text-decoration: none;
}
a.CheckBox:hover  {
	cursor:pointer;
}
/* ************************************----------- FOOTER -----------************************************ */
div#Footer {
	width: 80.833em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;

	background: #f2720c url(images/bg_footer_contact.jpg) 0 0 repeat-x;
}
div#FooterBkgrnd {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	background: url(images/footer.gif) 21px 0 repeat-y;
}
div#FooterBkgrnd p {
	font-size: 2em;	
	font-weight: bold;
	font-style:italic;
	color:#ffffff;
	text-align:center;
	margin-left: 200px;
	margin-top:0;
	margin-bottom:0;
}
span#FooterTextMargin {
	margin-left: 60px;
}
div#FooterBkgrnd p a {
	color:#ffffff;
	text-decoration: none;
}
div#FooterBkgrnd p a:hover {
	text-decoration: underline;
}
/* *******----- Copyright -----************** */
div#copyright {	
	width: 80.833em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;

}
div#copyright p {	
	font-size: 0.85em;
	color:#000000;
	text-align: left;
}
div#copyright a, div#copyright a:active, div#copyright a:visited {	
	color:#f2720c;
}
div#copyright a:hover {	
	text-decoration: none;
}
span.red {
	color: #FF0000;
}
