@charset "utf-8";
/* CSS Document */

/* ====== Home ====== */

/* positioning of the logo on the home page */
.home .logo{padding:30px 0 30px 25px;}

/* The main containers for the home panel */
.homeContainer {width:950px;font-family:Arial, Helvetica, sans-serif; margin:0 auto; padding:25px 20px;height:1%;}
.homeTop {background:transparent url(images/home_bg_top.png) no-repeat top left;height:15px; _margin-bottom:-1px;}
.homeMiddle {background:transparent url(images/home_bg_middle.png) repeat-y top right;border-left:2px solid #8cbb2b;margin:0; height:1%;}
.homeBottom {background:transparent url(images/home_bg_bottom.png) no-repeat top left;height:25px;}

/* Container for the right column */
.homeContentRight {float:right;margin:0 20px 0 20px;width:342px;}

/* Container for the left column */
.homeContentLeft {float:left; width:497px;}

/* Used for styling the form elements in the home page */
.home form {color:#464646;font-size:108%;}
.home form fieldset {border:none;}
.home fieldset ol {padding:0;list-style: none;}
.home fieldset li {padding:6px 0 6px 0;}
.home form input {font-size:138.5%;color:#666666;}

.home .floatRight{float:right;}
.home .marginExt{margin:0 40px 0 0;}

/* positioning of the are you juicy? images */
.home .marginJuicy{margin:-60px 26px 0 0;padding:0 0 20px 0;_margin:-60px 6px 0 0;}

/* Formatting and positioning for the left container where the text is */
.home .box{border:1px solid #faae42; width:497px; margin:0 10px 0 10px; padding:20px 10px 10px 10px; font-size:85%; color:#333333; height:1%;}

/* Home Page Navigation */
ul.homeNav {height:36px;list-style-type:none; margin:0 0 0 10px; padding:0;}
ul.homeNav li{height:36px;float:left; margin:0 20px 0 0;}
ul.homeNav a:link, ul.homeNav a:visited, ul.homeNav a:active {display:block;text-indent:-9999px;overflow:hidden;height:36px;}

/* Home Page Navigation - The next three classes are used for default state (down) */
/* What Link */
li.homeNav_1 {width:135px;height:36px;background:url(images/btn_home_what.jpg) no-repeat 0 -36px;}
/* Why Link */
li.homeNav_2 {width:135px;height:36px;background:url(images/btn_home_why.jpg) no-repeat 0 -36px;}
/* How Link */
li.homeNav_3 {width:135px;height:36px;background:url(images/btn_home_how.jpg) no-repeat 0 -36px;}

/* Home Page Navigation - The next three classes are used when hovering over links */
/* What Link */
li.homeNav_1 a:hover {width:135px;height:36px;background:url(images/btn_home_what.jpg) no-repeat 0 0;}
/* Why Link */
li.homeNav_2 a:hover {width:135px;height:36px;background:url(images/btn_home_why.jpg) no-repeat 0 0;}
/* How Link */
li.homeNav_3 a:hover {width:135px;height:36px;background:url(images/btn_home_how.jpg) no-repeat 0 0;}

/* Home Page Main Navigation - The next three classes are used to show the current page image (up or current page) */
/* What Link */
li.homeNav_1_current {width:135px;height:36px;background:url(images/btn_home_what.jpg) no-repeat 0 0;}
/* Why Link */
li.homeNav_2_current {width:135px;height:36px;background:url(images/btn_home_why.jpg) no-repeat 0 0;}
/* How Link */
li.homeNav_3_current {width:135px;height:36px;background:url(images/btn_home_how.jpg) no-repeat 0 0;}

li.text
{
    list-style-type: disc;
    list-style-position: inside;
}
