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


/*  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 AREA-----------************************************ */
div#PhoneNumber {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9f8fe;
}
div#PhoneNumber p {
	text-align: right;
	color: #000000;
	font-size: 0.75em;
	margin: 5px;
}
div#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9f8fe;
}


/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {
	width: 47.25em;
	min-width: 756px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9f8fe;
	border-right: solid 2px #e9f8fe;
	border-left: solid 2px #e9f8fe;
	padding: 15px 0 3px 0;
}
div#Menu p {
	font-weight: bold;
	font-size: 0.75em;
	margin: 10px 0;
	color: #000000;
	text-align: center;
}
/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	margin: 0 10px;
	color: #000000;
	text-decoration: none;
	border: dotted 1px #e9f8fe;
	padding: 5px;
	/*margin: 13px 0;
	padding-right: 16px;
	display: block;
} */
}
div#Menu a:hover {
	color: #056c90;
	background-color: #def4fc;
	border: dotted 1px #80bbcf;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 47.5em;
	min-width: 760px;	
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
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 -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	width: 15em;
	padding: 15px 5px 0 5px;
	background-color: #ecf1f3;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
div.LeftColBoxes {
	border: solid 1px #a6a6a6;
	margin: 5px 0;
	padding: 10px 0px 10px 10px;

}
a.Boxes {
	text-decoration: none;	
	color: #000000;
}
div.LeftColBoxes H4 {
	font-size: 0.85em;
	font-style: italic;
	margin: 0;
	margin-bottom: 5px;
}
div.LeftColBoxes P {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
}
div#CorporateBox {
	background: #e2e2e2 url(/images/bg_corporate_box.jpg) 100% 0 no-repeat;
	padding-bottom: 7px;
}
div#FamilyBox {
	background: #e2e2e2 url(/images/bg_family_box.jpg) 100% 0 no-repeat;
}
div#GroupBox {
	background: #e2e2e2 url(/images/bg_groups_box.jpg) 100% 0 no-repeat;
	padding-bottom: 7px;
}
div#SubMenus {
	padding: 10px 5px;
}
div#SubMenus h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 0.85em;
	color: #000000;
	border-bottom: solid 1px #a6a6a6;
	margin: 0;
}
div#SubMenus p {
	margin: 7px 0 0 0;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #646464;
}
div#SubMenus a {
	display: block;
	color: #1d7b9f;
}
div#SubMenus a:hover {
	text-decoration: none;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding: 15px 20px 10px 20px;
	width: 32.385em;
	background-color: #f8fcfd;
}
div#Content {
	width: 29em;
}
div#Content p, div#Content ul, div#Content ol {
	font-size: 0.7em;
	line-height: 2em;
	color: #000000;

}
div#Content li li {
	font-size: 1.2em;
}
h1 {
	color:#000000;
	font-size: 1.2em;
	border-bottom: solid 1px #000000;
	font-weight: normal;
	font-style: italic;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 0.8em;
	font-weight:bold;
}

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

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

/* ************************************----------- FOOTER -----------************************************ */
div#CheckRates {
	background-color: #950818;
	margin-left: auto;
	margin-right: auto;
	width: 7em;
	padding: 0 0 0 0px;
	
	
}
div#CheckRates p {
	text-align:center;
	font-style: italic;	
	font-weight: bold;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}
div#CheckRates img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a#CheckBox  {
	color: #FFFFFF;
	text-decoration: none;

}
a#CheckBox:hover  {
	cursor:pointer;
}
span#BigAsterick {
	font-size: 1em;
}
div#TopCurves {
	background: #950818 url(/images/box_top_right.gif) 100% 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 7em;
	margin-top: 10px;
}
div#BottomCurves {
	background: #950818 url(/images/box_bot_right.gif) 100% 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 7em;
	margin-bottom: 25px;
}
div#copyright {
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
div#copyright p {
	font-size: 0.55em;
	color:#000000;
	text-align: right;
	margin: 10px 5px;
}
div#copyright a {
	color:#1d7b9f;
}
div#copyright a:hover {
	text-decoration: none;
}