﻿/* html { overflow-y: scroll; } */
body
{
	margin: 0;
	background-color: #F3DFB5;
	background-image: url("../img/bgWhite.gif");
	background-repeat: repeat-x;
	background-position: 0px -18px;
}
td, div, span, input, h2
{
	font-family: Arial;
	font-size: 12px;
	color: #333;
}
h2 
{
	font-size: 11px;
}
ul
{
	list-style: none;
	margin: 0px; padding: 0px;
}


/* INPUTS --------------------------------- */
.Inputs
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #F0E0C1;
	border-bottom: 1px solid #F0E0C1;
	width: 100%;
	font-size: 13px;
	color: #555;
	background-image: url("../img/inputBG.jpg");
	padding: 2px;
}

.Button 
{
	font-weight: bold;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	background-color: #E0E0E0;
	background-image: none;
	width: 100%;
	height: 28px;
	cursor: pointer;
}
.DButton 
{
	font-weight: bold;

}
/* ----------------------------------------- */




/* LINKS ----------------------------------- */
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F36F21;
}
/* ------------------------------------------ */




/* GENERAL ---------------------------------- */
.pgTitle
{
	width: 575px;
	height: 23px;
	background-image: url("../img/titleBGOne.gif");
	background-repeat: repeat-x;
	padding: 11px 5px 0px 5px;
	color: #BB881E;
}
.pgTitle ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}
.pgTitle #menuBullet
{
	background-image: url("../img/bulletCube.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding: 0px 5px 0px 0px;
}
.pgTitle ul li a, .pgTitle ul li span
{
	color: #BB881E;
}
.pgTitle ul li a:hover, .pgTitle ul li span:hover
{
	color: #F36F21;
}
.pgTitle ul li #Bold
{
	font-weight: bold;
}
.Content
{
	padding: 10px;
	height: auto;
}
.lineGray
{
	height: 10px;
	background-color: #EEE;
}
.pageLine
{
	width: 555px;
	height: 1px;
	background-image: url("../img/orangeLine.jpg");
	margin: 10px 0px 10px 0px;
}
/***** PART *****/
.PartOne
{
	width: 390px;
}
.PartTwo
{
	width: 10px;
	height: 174px;
	background-color: #EEE;
}
.PartThree {
    background-color: #F1DBAB;
}
.PartOne ul
{
	margin: 10px;
}
.PartOne ul li table
{
	margin: 0px; padding: 0px;
}
.PartOne ul li
{
	display: block;
	padding: 4px 4px 4px 4px;
}
.PartOne ul li:hover
{
	background-color: #F8EBD1;
}
.orangeBG
{
	background-color: #F1DBAB;
	width: 165px;
	height: 120px;
	padding: 10px;
}
.orangeBG .orangePadding
{
	padding: 3px;
}
.genButton
{
	width: auto;
	height: 23px;
	cursor: pointer;
}
.genButton .genLeft
{
	width: 4px;
	height: 23px;
	background-image: url("../img/butLeft.jpg");
	float: left;
}
.genButton .genCenter
{
	width: auto;
	height: 20px;
	padding: 3px 2px 0px 2px;
	background-image: url("../img/butBG.jpg");
	color: #765614;
	font-weight: bold;
	float: left;
	text-align: center;
}
.genButton .genRight
{
	width: 4px;
	height: 23px;
	background-image: url("../img/butRight.jpg");
	float: left;
}
.genButton:hover
{
	opacity: 0.7;
	filter: alpha(opacity=75);
}
.orangeBG .orangeBullet
{
	width: 6px; height: 6px;
	background-image: url("../img/contentBullet.jpg");
	background-repeat: no-repeat;
}
/***** SEARCH *****/
.SearchFilter
{
	width: 147px;
	position: absolute;
	border: 1px solid #999;
	background-color: #FFF;
	top: 86px; left: 0px;
	z-index: 100;
	display: none;
	text-align: left;
	padding: 1px;
}
.SearchFilter li
{
	cursor: pointer;
	padding: 2px;
}
.SearchFilter li table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
.SearchFilter li:hover
{
	background-color: #E9E9E9;
}
/***** TOP *****/
.Top
{
	width: 800px;
	height: 80px;
	margin-top: 10px;
}
.Top .Logo
{
	width: 230px;
	height: 82px;
	background-image: url("../img/logo.png");
	cursor: pointer;
}
.TopRight
{
	position: relative;
}
.TopRight table
{
	margin-top: 10px;
}
.TopMenu
{
	width: 550px;
}
.TopMenu ul li
{
	display: inline;
}
.TopMenu ul .TopBullet
{
	display: inline;
	background-image: url("../img/topBullet.gif");
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 0px 10px 0px 10px;
}
#BgNull
{
	background-image: none;
}
.TopMenuSelected
{
	font-weight: bold;
	color: #F36F21;
}
.TopMenuSelected:visited
{
	color: #F36F21;
}
.Top .Date
{
	width: auto;
	margin-top: 10px;
}
.Top .Date span
{
	font-size: 11px;
}
.Top .SearchButton
{
	width: 57px;
	height: 20px;
	border: 0px;
	cursor: pointer;
	background: url("../img/buttonSearch.jpg");
	color: #999;
	text-align: center;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
}
.fullTopMenu
{
	width: 800px;
	height: 58px;
	margin-top: 10px;
	position: relative;
	background-color: #000;
}
.fullTopMenu .wheatBG
{
	width: 800px;
	height: 56px;
	background-color: #F3DFB5;
	padding-top: 2px;
}
.fullTopMenu .wheatBG .grayTopBG
{
	width: 776px;
	height: 36px;
	background-color: #EEE;
	margin: 0px 2px 0px 2px;
	padding: 10px;
	text-align: center;
}
.fullTopMenu .conentMenu
{
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background-color: #F36F21;
}
.fullTopMenu .conentMenu li
{
	display: inline;
	background-color: #F36F21;
	font-weight: bold;
}
.fullTopMenu .conentMenu li a
{
	color: #FFF;
	padding: 10px 14px 10px 14px;
	text-align: center;
}
.fullTopMenu .conentMenu li a:hover
{
	background-color: #F8A472;
}
/***** MIDDLE *****/
.Middle
{
	width: 786px;
	height: auto;
	text-align: left;
	background-color: #EEE;
	padding-bottom: 10px;
    padding-right: 10px;
}
.Middle #GeneralTable
{
	margin: 0px 0px 0px 10px;
}
.Middle .Left
{
	background-color: #FFF;
	width: 180px;
}
.Middle .Right
{
	background-color: #FFF;
	width: 585px;
	text-align: left;
}
/***** MIDDLE LEFT *****/
.Middle .Left .CallFromWeb 
{
	width: 180px;
	height: 70px;
	margin: 0px; padding: 0px;
	cursor: pointer;
}
.Middle .Left .CallFromWeb .Logo
{
	width: 56px;
	height: 70px;
	background-image: url("../img/phoneLogo.gif");
}
.Middle .Left .CallFromWeb .Text
{
	width: 122px;
	height: 18px;
	background-color: #F36F21;
	font-weight: bold;
	color: #FFF;
	padding: 2px 0px 0px 2px;
	text-align: center;
}
/***** BOTTOM *****/
.Bottom
{
	width: 800px;
	height: auto;
	text-align: left;
}
.Bottom .Logo
{
	width: 115px;
	height: 60px;
	background-image: url("../img/smallLogo.jpg");
	background-repeat: no-repeat;
	margin-left: 23px;
	padding: 7px 0px 0px 55px;
}
.Bottom ul
{
	margin: 27px;
	text-align: center;
}
.Bottom ul li
{
	display: inline;
	padding: 0px 10px 0px 12px;
	background-image: url("../img/bulletGray.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.Bottom .Text
{
	width: 590px;
	text-align: center;
	font-weight: bold;
}
.BottomNews
{
	width: 800px;
	height: auto;
	text-align: left;
}
/* ------------------------------------------ */


/* MENU ------------------------------------- */
.Menu
{
	padding: 8px;
}
.Menu div
{
	margin-bottom: 5px;
}
.Menu div ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.Menu div h2 
{
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	height: 18px;
	background-image: url("../img/menuLine.jpg");
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
.Menu div a 
{
	display: block;
	color: #A87D0F;
	background: #FCF3DC;
	/*background-image: url("../img/bullet.gif");*/
	background-repeat: no-repeat;
	background-position: 7px 8px;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
	margin-bottom: 1px;
}
.Menu div a:hover
{
	background-color: #E9E9E9;
	color: #666;
}
/* ------------------------------------------ */


/* CALL FREE -------------------------------- */
#CallFree {
    display: none;
    position: absolute;
    z-index: 10;
    top: 104px;
}
/* ------------------------------------------ */


/* QUALITY LOGOS ---------------------------- */
#QualityLogos {
    margin: 10px 0px 0px 10px;
    background-color: #F1DBAB;
    padding: 5px;
    border-top: 1px solid #F36F21;
    border-bottom: 1px solid #F36F21;
}
#QualityLogos table td {
    padding-right: 5px;
}
#QualityLogos img, #QualityLargeLogo img {
    cursor: pointer;
}
#QualityLargeLogo {
    display: none;
    position: absolute;
    border: 1px solid #999;
}
#QualityLogos:hover > #QualityLargeLogo {
    display: block;
}
/* ------------------------------------------ */


/* MAIN INTRO ------------------------------- */
.Intro {
    position: absolute;
    top: 102px;
    left: 0px;
    display: none;
    z-index: 1000;
}
.Intro .SkipIntro {
    color: #915400;
    background-color: #F3DFB5;
    width: 100%;
    height: 22px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.Intro .SkipIntro span { color: #915400; }
/* ------------------------------------------ */


.Menu ul { display: none; }
