/* 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: #1c2e68 url(images/bg_gradient.jpg) 0 0 repeat-x;
	margin-top: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	border-top: solid 5px #9cd45e;
	border-right: solid 5px #9cd45e;
	border-left: solid 5px #9cd45e;
	background-color: #fefefe;
}



/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	border-right: solid 5px #9cd45e;
	border-left: solid 5px #9cd45e;
	background: #9cd45e url(images/bg_menu.jpg) 0 0 repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*----------- 	NAVIGATION LINKS -----------*/
table#Menu a {
	
	color: #1c2e68;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 25px;
	padding-right: 5px;
}
table#Menu a:hover {
	color: #5e8463;
}

/* ************************************----------- CONTENT AREA -----------************************************ */

table#Container {
	width: 47.5em;
	min-width: 760px;	
	border-right: solid 5px #9cd45e;
	border-left: solid 5px #9cd45e;
	background-color: #fefefe;
}
/*html>body table#Container {   This hack allows Netscape to read it but not IE - IE will take the previous values 
	width: 47.385em;
	min-width: 760px;
} */

/* ************************************----------- LEFT COLUMN -----------************************************ */
div#LeftColImage {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
}
div#Content {
	margin: 20px 20px;
	font-size: 0.75em;
	line-height: 1.25em;
}
h1 {
	color:#1c2e68;
	font-size: 1.15em;
	font-weight:bold;
}
H2 {
	color:#1c2e68;
	font-size: 0.8em;
	font-weight:bold;
}
H3 {
	color:#1c2e68;
	font-size: 0.75em;
	font-weight:bold;
}
div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
div#Content td {
	font-size: 1.0em;
	line-height: 1.25em;
}


div#Content a, div#Content a:visited {
	color:#1c2e68;

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

div.InquiryLink {
	margin: 20px 20px;
	font-size: 0.75em;
	line-height: 1.25em;
}
div.InquiryLink a {
	color:#1c2e68;
}
div.InquiryLink a:hover {
	color:#9cd45e;
	text-decoration: none;
}
/* ************************************----------- Home Page Table -----------************************************ */
table#HomeBox {
	margin-bottom: 1em;
}

td.HomeBoxTitle {
	background-color: #1c2e68;
	padding: 3px 7px;
}
td.HomeBoxTitle a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
}
td.HomeBoxImages {
	background-color: #9cd45e;
	padding: 7px;
}
td.HomeBoxImages img {
	border: solid 1px #1c2e68;
}
/* ************************************----------- FOOTER -----------************************************ */
table#ContactInfo {
	width: 47.5em;
	min-width: 760px;
	border: solid 5px  #9cd45e;
	border-top: solid 2px  #9cd45e;
	
}
table#ContactInfo td {
	font-size: 0.65em;
	color:#FFFFFF;
	padding: 3px 0;
}

table#ContactInfo td a {
	color: #9cd45e;
	
}
table#ContactInfo td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* ******------ Copyright Styles ----****** */
p#copyright {
	font-size: 0.65em;
	color:#9cd45e;
}
p#copyright a {
	color:#FFFFFF;
}
p#copyright a:hover {
	color:#9cd45e;
	text-decoration: none;
}
/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: none;
}
