/* CSS Document */
html
{
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-size: 12px;
    font-family: Arial;
    margin: 0;
    padding: 0; /*background: url(../images/bg-main.jpg) top left no-repeat #F5F5F3;*/
    background:#024 url(../images/background_plate.jpg) repeat-x top left;
}

a
{
    color: #001c54;
    text-decoration: none;
}

a:hover
{
    color: #666666;
}

img
{
    border: 0;
}


p, ul li, ol li, label
{
    font-size: 1em;
}
ul li, ol li{
    margin:0 0 0 15px;
}

h2, h3
{
    font-size: 1.25em;
    color:#001c54;
    font-family:Arial;
    font-weight:bold;
}

p, h3, .marginBottom10
{
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0 0 5px 0;
    /*margin-bottom: 0.375em;*/
}

table{
    padding:0;
    margin:0;
}



hr
{
    margin: 4px 0;
}
#wrapper
{
    /*background: #f1fafd url(../images/bottomright2.jpg) no-repeat bottom right;*/
    color: #000;
    width: 960px;
    margin: 0 auto !important;
    padding: 0;
    background:transparent url(../images/background_bubbles.jpg) no-repeat top left;
}

#header
{
     
    width:100%;
}

.circles
{
    background: transparent url(../images/circles.jpg) no-repeat bottom right;
}

#header h1
{
    display: none;
}

#navbar
{
    padding-top: 155px;
    margin:0 0 5px 25px;
    width: 910px;
    height: 26px;
    /*margin: 0;     padding: 0 0 10px 0; 
    background: transparent url(../images/navbar_off.png) repeat-x bottom left;*/
    text-align: center;
    display: block;

}



#container
{
    width: 910px;
    padding: 10px 25px 0 25px;
    margin:0;

    /*margin-top: -90px;
    position: relative;
    z-index: 100;*/
}

#CommentList ul, #BlogPostCommentList ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#CommentList ul li, #BlogPostCommentList ul li
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}


#rightpanel{
    float:left;
    width:319px;
    padding:0;
    margin:0;
}

#leftpanel{
    float:left;
    width:299px;
    margin:0 10px 0 0;
    background:#d9eef2 url(../images/panel_grad.gif) repeat-x bottom left;
    min-height:200px;
    _height:200px;
    border:1px solid #fff;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    padding:10px;
}

/*LEFT PANEL*/

#leftpanel div#left_bottom{
	background:#fff url(../images/leftPanelBottom.gif) no-repeat bottom left;
	width:319px;
	padding:0 0 29px 0;
	margin:0;
}
#leftpanel div#left_top{
	background:transparent url(../images/leftPanelTop.gif) no-repeat top left;
	width:324px;
	height:22px;
}

#leftpanel div#left_right{
	background:transparent url(../images/leftPanelRight.gif) repeat-y top right;
	width:299px;
	padding:7px 0 0 20px;
}
#leftpanel div#left_left{
	background:transparent url(../images/leftPanelLeft.gif) repeat-y top left;
	width:319px;
}



/*main panel styles */
#mainpanel
{
    float:left;
    width:553px;
    margin:0;
    background:#d9eef2 url(../images/panel_grad.gif) repeat-x bottom left;
    min-height:200px;
    _height:200px;
    border:1px solid #fff;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    padding:10px;
}

#mainpanel_1col
{
    float: left;
    width: 885px;
    background:#d9eef2 url(../images/panel_grad.gif) repeat-x bottom left;
    min-height:200px;
    _height:200px;
    border:1px solid #fff;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    padding:10px;
}

/*MAIN PANEL*/

#mainpanel div#main_bottom{
	background:#fff url(../images/mainPanelBottom.gif) no-repeat bottom left;
	width:573px;
	padding:0 0 66px 0;
	margin:0;
}
#mainpanel div#main_top{
	background:transparent url(../images/mainPanelTop.gif) no-repeat top left;
	width:573px;
	height:29px;
}

#mainpanel div#main_right{
	background:transparent url(../images/mainPanelRight.gif) repeat-y top right;
	width:470px;
	padding:0 73px 0 30px;
}
#mainpanel div#main_left{
	background:transparent url(../images/mainPanelLeft.gif) repeat-y top left;
	width:573px;
}
#mainpanel div#main_bottom_bottles{
	background:#fff url(../images/flash_bottlesmain_bottom.jpg) no-repeat bottom left;
	width:573px;
    /*height:212px;*/
	padding:0 0 212px 0;
	margin:0;
}

#mainpanel div#main_bottom_woman{
	background:#fff url(../images/womanmain_bottom.jpg) no-repeat bottom left;
	width:573px;
    /*height:212px;*/
	padding:0 0 194px 0;
	margin:0;
}

#mainpanel_3col
{
    float: left;
    width: 520px;
    padding: 0;
    margin: 0 10px 0 0;
}

#mainpanel_1colBG
{
    float: left;
    width: 475px;
    height: 664px;
    padding: 10px 385px 0 45px;
    margin: 0;
    background: #fff url(../images/welcome.jpg) no-repeat top left;
}
#footer
{
    font-size: 0.825em;
    color: #999;
    text-decoration: none;
    text-align: center; /*background: transparent url(../images/bottomright2.jpg) no-repeat bottom right;*/
    height: 58px;
    padding: 10px 0 0 0;
    width: 960px;
    position: relative;
    /*background-color:#001c54;*/
}

/*
NAVIGATION ITEMS
*/
ul#navBarUL
{
    margin: 0;
    padding: 0;
    width:100%;
}

ul#navBarUL li
{
    list-style-type: none;
    padding: 0;
    height: 18px;
    float: left;
    color: #fff;
    margin:0;
}

ul#navBarUL li.divider
{
    padding: 2px 0 0 0;
    font-size: 1em;
    font-weight: bold;
    background-color:#35a0c6;
    color:#35a0c6;
}

ul#navBarUL li a
{
    color: #fff;
    text-decoration: none;
    padding: 5px 0 0 0;
    height: 21px;
    display: block;
    width: 108px;
    font-family:Lucida Sans,Arial;
    font-weight: bold;
    font-size: 1em;
    background: transparent url(../images/navbar_off.gif) repeat-x top left;
}

ul#navBarUL li a.smallPadTop
{
   
    padding: 2px 0 0 0;
    height: 40px;
    
}

ul#navBarUL li a.firstNavItem
{
    background: transparent url(../images/navbar_off_left.gif) no-repeat top left;
    width: 76px;
}
ul#navBarUL li a.lastNavItem
{
    background: transparent url(../images/navbar_off_right.gif) no-repeat top left;
    width: 76px;
}

ul#navBarUL li a:hover, ul#navBarUL li.selected a
{
    color: #001c54;
    text-decoration: none;
    /*padding-top: 10px;*/
}

ul#navBarUL li a.navItem:hover, ul#navBarUL li.selected a.navItem
{
    background: transparent url(../images/navbar_on.gif) repeat-x top left;
}
/*
ul#navBarUL li a.firstNavItem
{
    background: #fff url(../images/navbar_off.png) repeat-x top left;
    text-align: center;
}
ul#navBarUL li a.lastNavItem
{
    background: #fff url(../images/navbar_off.png) repeat-x top left;
    text-align: center;
}*/
ul#navBarUL li a.firstNavItem:hover, ul#navBarUL li.selected a.firstNavItem
{
    background: transparent url(../images/navbar_on_left.gif) no-repeat top left;
}
ul#navBarUL li a.lastNavItem:hover, ul#navBarUL li.selected a.lastNavItem
{
    background: transparent url(../images/navbar_on_right2.gif) no-repeat top left;
}

.ulInThisSection
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}

.ulInThisSection li
{
    margin: 0;
    padding: 0;
    padding-bottom: 0.25em;
}

/*
FOOTER ITEMS
*/
#footerC{
    width:100%;
    overflow:hidden;
}

ul#footerUL
{
    margin:0;
    padding: 0;
    position:relative;
    left:50%;
    float:left;
    
}
ul#footerUL li
{
    list-style-type: none;
    padding: 0 9px 0 0px;
    float: left;
    position:relative;
    right:50%;    
}

ul#footerUL li a
{
    color:#fff; 
}

/*COLOR CLASSES*/
.orangeText, a.orangeText
{
    color: #cd8942;
}
.lightOrangeText, a.lightOrangeText
{
    color: #eab175;
}
.greyText, a.greyText
{
    color: #adaeb1;
}
.lightGreyText, a.lightGreyText
{
    color: #e6e9eb;
}
.goldText, a.goldText
{
    color: #001c54;
    /*font-weight: bold;*/
}
.blueText, a.blueText{
    color:#001c54;
}


.surveyQuestion
{
    border: none;
    padding: 0;
    margin: 0;
}

.surveyQuestion label, .surveyQuestion input
{
    margin: 0px;
    padding-top: 3px;
}

.surveyQuestionTitle
{
    /*font-size: 0.875em;     font-weight: bold;*/
    padding: 10px 0 0 0;
}

.surveyQuestionOption
{
    /*font-size: 0.75em;*/
}

.surveyQuestionOption table
{
    /*font-size: 1em;*/
}

.surveyQuestionOptionHiLite
{
    background-color: #0ff;
}


.menuHeader
{
    color: #001c54; /*#FFF;*/
    font-size: 1.2em;
    line-height: 1.5em;
}
.leftHeader, h3
{
    color: #001c54;
    font-weight: bold;
}
.blackText, a.blackText
{
    color: #000;
}
.orangeBG
{
    background-color: #cd8942;
}
.lightOrangeBG
{
    background-color: #eab175;
}
.greyBG
{
    background-color: #adaeb1;
}
.lightGreyBG
{
    background-color: #e6e9eb;
}
.goldBG
{
    background-color: #001c54;
}

.orangeButton
{
    background-color: #cd8942;
    color: #fff;
    border: none;
}

.lightOrangeButton
{
    background-color: #eab175;
    color: #fff;
    border: none;
}

input.button
{
    /*background:#a67fb5 url(../images/purple_header_bg.png) repeat-x top left;     background-color: #cd8942;     background-color: #C9A055;*/
    background: #001c54 url(../images/button_bg.png) repeat-x top left;
    height: 33px;
    width: auto;
    overflow: visible;
    padding: 0 5px;
    /*border: 2px solid #001c54;*/ /*#C9A055;*/
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:0;
}

input.button:hover
{
    background: #001c54 url(../images/button_bg.png) repeat-x top left;
    color: #fff;
    text-decoration:underline;
    border:0;
}

.errorMessage
{
    color: #F00;
}

label, input
{
    margin: 3px;
}

/*
UTILITY CLASSES
*/
.floatright
{
    float: right;
}
.floatleft
{
    float: left;
}
.clear_float
{
    font-size:0.1em;
    clear: both;
    height: 1px;
    display:block;
    width:1px;
    /*visibility:hidden;
    overflow:hidden;*/
}
.boldText
{
    font-weight: bold;
}


.progressBar
{
    height: 15px;
    background-color: #001c54;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.surveyQuestion
{
}

.surveyQuestionTitle
{
    /*font-size: 0.875em;*/
    font-weight: bold;
    padding: 10px 0 0 0;
}

.surveyQuestionOption
{
    /*font-size: 0.75em;*/
}

.surveyQuestionTitle table, .surveyQuestionOption table
{
    /*margin-bottom:4px;     padding-*/
    padding: 4px;
}

.surveyQuestionTitle input, .surveyQuestionOption input
{
    margin-right: 4px;
}


.surveyQuestionOption table
{
    /*font-size: 1em;*/
}

.surveyQuestionOptionHiLite
{
    background-color: #0ff;
}

.wizard
{
    margin: 0;
    padding: 0;
}

/*SCORECARD*/
.scorecard tr{
    padding:0;
    margin:0;
}

.headerCell{
    width:65px;
}

.starbounding{
    background:transparent url('../images/starbounding.gif') no-repeat center left;
    height:32px;
    width:179px;
    padding-left:5px;
    padding-right:5px;
    margin-right:2px;
}
.starbounding input[type="radio"]{
    margin:0;
    padding:0;
}

.scorecard th, .blueHeader{
    color:#001c54;
    padding:0;
    margin:0;
    text-align:left;
}

.rate_scale{
    width:143px;
    padding:0 26px 0 10px;
}
.rate_scale_loggedin{
    width:145px;
    padding:0 0px 0 24px;
}


.selRoom{
    font-size:1em;
    color:#001c54;
    border:1px solid #001c54;
    font-weight:bold;
}

.selRoom option{
    background-color:#001c54;
    color:#fff;
    font-weight:bold;
}

#scorecard_wrapper{
    /*margin-top:10px;*/
    background:transparent url('../images/scorecard_bg.jpg') no-repeat top left;
    width:470px;
    height:225px;
    padding:15px 0 15px 0;
}

ul#storyList{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul#storyList li{
    display:block;
    width:90%;
    border:1px solid #fff;
    padding:10px;
    margin:0 0 10px 0;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
}

.storyAvatar{
    float:left;
    margin-right:10px;
    display:block;
}

.storyText{
    float:left;
    display:block;
}