body{
    margin:0;
    padding:0;
    line-height: 20px;
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(../images/mainBackground.gif) repeat-x bottom;
}
img{border: none;}
p{
    font-size: 13px;
    margin: 15px 0;
}
ul{
    font-size: .8em;
    margin-left: 25px;
    list-style-type: disc;
}
#maincontainer fieldset {
    border: 1px solid #3e509e;
    padding: 10px;
}
#maincontainer fieldset legend {
    padding: 6px;
    font-weight: bold;
    margin-left: 5px;
}
#maincontainer{
    width: 960px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: #eeeeee;
}
#topBarBottom{
    background: url(../images/topBarTile.jpg) repeat-x;
    background-position: bottom;
    height: 19px;
}
#topBarCenter{
    height: 19px;
    width: 960px;
    margin: 0 auto;
}
#topBar{
    background: #0067c5;
    color: #fff;
}
#topBarContent{
margin: 0 auto;
}
#topBar ul{
  
}
#topBar li{
text-decoration: none;
}
#topBar a{
    color: #fff;
    text-decoration: none;
}
#topBarContent{
    width: 960px;
    margin: 0 auto;
    color: #fff;
}
#header{
    height: 175px; /*Height of top section*/
    width: 960px;
    margin: 0 auto;
    background: url(../images/headerBackground.jpg) no-repeat;
    position: relative;
    z-index: 25;
}
.logo{
    position: absolute;
    left: 50px;
    top: 3px;
}
.equipLink{
    position: absolute;
    left: 400px;
    top: 20px;
}
#prodCatLink{
    position: absolute;
    right: 55px;
    top: 77px;
    font-size:12px;
}
#ajaxSearch_form{
    position: absolute;
    right: 55px;
    top: 40px;
    background: #eeddcc;
    width: 291px;
    height: 36px;
    background: url(../images/searchBarBackground.gif) no-repeat;
}
#ajaxSearch_input{
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    float: left;
}
#ajaxSearch_submit{
    padding:0;
    font-size: 1.1em;
    background: url(../images/searchButton.gif) no-repeat;
    border: none;
    float: right;
    width: 37px;
    height: 36px;
    color: #fff;
    font-size: .9em;
    padding-left: 2px;
    padding-bottom: 2px;
}
#ajaxSearch_submit:hover{
    color: #ccc;
    background: url(../images/searchButtonRoll.gif) no-repeat;
}
.ajaxSearch_result{
    font-size: 12px;
}
.ajaxSearch_result p{
    font-size: 11px;
    margin:0;
    padding:0;
}
.ajaxSearch_resultsInfo{
    text-align: center;
    font-size:1em;
    padding: 0;
    margin:0;
}
.ajaxSearch_paging{
    display: block;
    width: 460px;
    text-align: center;
    margin:0;
    padding:0;
    margin-bottom: 10px;
}
#navigation{
    position: absolute;
    top: 126px;
    left: 90px;
    background: url(../images/navDivider.gif) right no-repeat;
    padding-right: 1px;
    z-index: 1000;
}

#contentWrapper{
    float: left;
    position: relative;
}

#contentcolumn{
    position: relative;
    float: left;
    width: 710px;
    margin: 0;
    padding: 0;
}
#mainContent{
    position: relative;
    background: url(../images/mainContentBackTile.png) repeat-y;
    width: 460px;
    min-height:668px;
    height:auto !important;
    height:668px;
}
#leftcolumn{
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 250px; /*Width of left column*/
    height: 668px;
}
#leftColumnSubPages{
    background: url(../images/leftColumnSubBack.gif) no-repeat #e4e3e3;
    min-height:663px;
    height:auto !important;
    height:663px;
}

#leftColumnSubPages a{
    color: #555;
}
#leftColumnSubPages a:hover{
    color: #333;
}
.innertube{
    margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    padding-top: 15px;
    margin-bottom:0;
}
.searchtube{
    margin:0 15px; /*Margins for inner DIV inside each column (to provide padding)*/
    padding: 15px 0;
}
.restrictedtube{
    margin-top: 0;
    padding-top: 5px;
    margin-bottom:0;
    background: url(../images/restrictedBackground.gif) repeat-y top left #ffffff;
}
#footer {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    height: 207px;
    width: 960px;
    background: url(../images/footerBackground.gif) no-repeat top center;
    color: #fff;
}
#bottomNav{
    position: absolute;
    top: 40px;
    left: 50px;
    color: #fff;
    font-weight: normal;
    font-size: .8em;
}
#bottomNav a{
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 5px;
    padding-left: 3px;
    padding-bottom: 4px;
}

#bottomNav a.last{
    color: #fff;
    border-right:none;
}
#bottomNav a:hover{
    color: #ccc;
}
#contactDetails{
    position: absolute;
    top: 85px;
    left: 50px;
}
#contactDetails p{
    line-height: 1.2em;
    font-size: .8em;
    color: #eee;
    float: left;
    margin-right: 20px;
}
#copyRightDetails{
    position: absolute;
    top: 40px;
    right: 65px;
    line-height: 1.1em;
}
#copyRightDetails a{
    color: #fff;
}
#footerSearchBar #ajaxSearch_form{
    position: absolute;
    right: 10px;
    top: 40px;
    background: #eeddcc;
    width: 228px;
    height: 36px;
    background: url(../images/footerSearchBarBackground.gif) no-repeat;
}
#footerSearchBar #ajaxSearch_input{
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    float: left;
}
#footerSearchBar #ajaxSearch_submit{
    padding:0;
    font-size: 1.1em;
    background: url(../images/searchButton.gif) no-repeat;
    border: none;
    float: right;
    width: 37px;
    height: 36px;
    color: #fff;
    font-size: .9em;
    padding-left: 2px;
    padding-bottom: 2px;
}
#footerSearchBar #ajaxSearch_submit:hover{
    color: #ccc;
    background: url(../images/searchButtonRoll.gif) no-repeat;
}
#bottomGradientRight{
    position: absolute;
    height: 59px;
    width: 710px;
    bottom: 0;
    background: url(../images/bottomGradientTile.png) repeat-x;
}
#bottomGradientLeft{
    position: absolute;
    height: 59px;
    width: 250px;
    bottom: 0;
    background: url(../images/bottomGradientTile.png) repeat-x;
}
#contentColumnBackgroundImage{
    position: absolute;
}
/* ///////////////////////
Contact Form Styles
////////////////////// */
form.cmxform fieldset {
    margin-bottom: 10px;
}
form.cmxform legend {
    padding: 0 2px;
    font-weight: bold;
}
form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
form.cmxform fieldset ol {
    margin: 0;
    padding: 0;
}
form.cmxform fieldset li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}
form.cmxform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
form.cmxform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
form.cmxform label {
    width: 170px; /* Width of labels */
    font-size: 12px;
}
form.cmxform fieldset fieldset label {
    margin-left: 173px; /* Width plus 3 (html space) */
}
.errors{
    border: 1px solid #cc3333;
    background: #ffcccc;
    color: #990000;
    margin-bottom: 10px;
    font-size: .9em;
    padding: 10px;
}
/* ///////////////////////
Home Page Slider Styles
////////////////////// */
#slider{
    position: relative;
}
#slider ul{
    margin:0;
    padding:0;
    list-style:none;
    height:668px;
}
#slider li{
    /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
    */
    margin:0;
    padding:0;
    list-style:none;
    width:250px;
    height:668px;
    overflow:hidden;
}
ol#controls{
    margin: 0;
    padding:0;
    height:28px;
    position: absolute;
    top:10px;
    left:20px;
}
ol#controls li{
    margin:0 10px 0 0;
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
}
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#ddd;
    color:#555;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a{
    background:#9ab1c6;
    color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.sliderTube{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
/* ///////////////////////
Accordian Styles
////////////////////// */
#accordion h3{
    font-size: 12px;
}
#accordion b{
    font-size: 12px;
}
#accordion ul ol{
    font-size: 12px;
    margin-left: 15px;
}
#accordion li{
    margin: 10px 0;
}
#accordion ol{
    list-style-type: decimal;
}
/* ///////////////////////
Web Login PE Styles
////////////////////// */
#wlpeLogin{
    background: url(../images/restrictedTop.gif) repeat-x bottom  left #cdcdcd;
    min-height:50px;
    height:auto !important;
    height:50px;
}
#wlpeLoginForm, #wlpeResetForm{
    text-align: right;
    padding-right: 10px;
    padding-top: 12px;
}
#wlpeLogin p{
    margin: 0;
    display: inline;
    font-size: 11px;
    margin-left: 3px;
}
#wlpeLogin label{
    margin-right: 3px;
    vertical-align: middle;
}
#wlpeUserProfileForm label{
    display: inline-block;
    width: 100px;
    margin: 5px 0;
}
#wlpeUserProfileForm p{
    margin: 0;
}
#wlpeUser{
    padding: 5px;
}
.wlpeMessage{
    margin: 10px;
    color: red;
    border: 1px solid red;
    background-color: #fad3d3;
    font-weight: bold;
}
.wlpeMessageText{
    margin: 5px;
}
/* ///////////////////////
Restricted Access Styles
////////////////////// */
#restrictedAccess{
    width: 960px;
    min-height:668px;
    height:auto !important;
    height:668px;
    text-align: right;
}
#restrictedContent{
    margin: 0 10px 0 10px;
    text-align: left;
    border: 1px solid #666;
}
#restrictedNavigation{
    text-align: left;
    list-style-type: none;
    margin: 10px 0 0 20px;
    padding: 0;
}
#restrictedNavigation li{
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}
#restrictedNavigation li a{
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background: #dddddd;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
}
#restrictedNavigation li a:hover{
    background: #666;
    color: #eeeeee;
}
/* ///////////////////////
Training Video Styles
////////////////////// */
#trainingVideos{
    background: url(../images/trainingVideoBackgroundTile.jpg) repeat-y;
    min-height:668px;
    height:auto !important;
    height:668px;
}
#trainingVideos p{
    color: #cecece;
}
#trainingVideos a, #trainingVideos h1, #trainingVideos h2, #trainingVideos ul{
    color: #a8abde;
}
#videoList{
    width: 200px;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
#videoList li{
    padding: 0 0 0 25px;
    margin: 0 0 0 15px;
    background: url(../images/videoIcon.gif) no-repeat;
    background-position: left 50%;
}
#trainingIndex, #trainingVideo{
    width: 710px;
    float: right;
    margin: 0;
    padding: 0;
}
#notFoundMenu{
    margin-bottom: 20px;
}
.searchTerms{
    width: 420px;
    background: #eeeeee url(../images/searchBarTile.gif) top repeat-x;
    border: 1px solid #003366;
    padding: 5px;
    float: left;
    font-size: 1.2em;
    margin-bottom: 25px;
}
.searchTerms .ajaxSearch_removeHighlight{
    font-size: .7em;
    padding: 10px;
    padding-left: 30px;
    display: block;
    background: url(../images/closeButton.gif) no-repeat 0 50%;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.searchTerms .ajaxSearch_removeHighlight:hover{
    color: #777777;
}
.caption{
    font-size:.8em;

    font-style: italic;
}
.photo{
    float: right;
    margin: 10px;
    text-align: center;
}

/* Street Smart Plus Styles */
#streetSmartPlusSegments h2{
    font-size: 1.1em;
    margin-bottom: 0;
    padding: 8px 0;
    padding-left: 8px;
    color: #ffffff;
}

#streetSmartPlusSegments p{
    margin-top: 0;
    font-size: .9em;
}

#streetSmartPlusSegments ul{
    margin-left: 0;
    padding-left: 15px;
    font-size: .8em;
    font-weight: bold;
}

.streetSmartPlusSegment{
    background: url(../images/ssPlusSegmantBackground.jpg) repeat-x #ffffff;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    min-height:245px;
    height:auto !important;
    height:245px;

}

.financialServices{
    background-color: #41ad49;
}

.financialServicesList{
    color: #41ad49;
}

.humanResources{
    background-color: #004b7a;
}

.humanResourcesList{
    color: #004b7a;
}

.marketingServices{
    background-color: #d2232a;
}

.marketingServicesList{
    color: #d2232a;
}

.operationalServices{
    background-color: #d88d29;
}

.operationalServicesList{
    color: #d88d29;
}

.tipsAndTools{
    background-color: #439d9d;
}

.tipsAndToolsList{
    color: #439d9d;
}

.streetSmartCall{
    float: right;
    width: 180px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px 5px;
    margin: 0 0 5px 10px;
}

.streetSmartCall p, .streetSmartCall a{
    text-align: center;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.streetSmartCall p{
    padding:0;
    margin:0;
}

.streetSmartSignUp{
    display: inline-block;
    background: url(../images/streetSmartButton.jpg) top center no-repeat ;
    width: 180px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.large{
    font-size: 1.5em;
}

.rightColumn{
    float: right;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Equipment Page Styles */
.equipmentList ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.equipmentList li{
    text-align: center;
    padding: 5px 0;
    border: 1px solid #666;
    margin: 10px 0;
}
.equipmentList img{
	border: none;
}
.genericButton{
background:url("http://www.cashwa.com/assets/templates/cashwa/css/custom-theme/images/ui-bg_highlight-soft_75_0067c5_1x100.png") repeat-x scroll 50% 50% #0067C5;
border:1px solid #0067C5;
color:#FFFFFF;
font-weight:normal;
outline:medium none;
font-family:Arial,sans-serif;
display: block;
padding: 6px 0 6px 10px;
text-decoration: none;
font-weight: bold;
margin-top: 3px;
font-size: .9em;
}
.genericButton:hover{
    color: #eeeeee;
}
.clearDiv{
    clear:both;
}

#streetSmartSliderContainer{
    position: relative;
    width: 250px;
    padding-bottom: 55px;
}

.streetSmartSliderHeading{
    background-color: #004b7a;
    color: #fff;
    margin: 0;
    padding: 5px;
}

#prevBtn{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 85px;
    height: 32px;
    
}

#prevBtn a{
    background: url(../images/prevButton.jpg) no-repeat;
    width: 85px;
    height: 32px;
    display: block;
}

#nextBtn{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 85px;
    height: 32px;
}

#nextBtn a{
    background: url(../images/nextButton.jpg) no-repeat;
    width: 85px;
    height: 32px;
    display: block;
}

#streetSmartSlider{
    position: relative;
    top: 15px;
    left: 15px;
    border:1px solid #CCCCCC;
}

#streetSmartSlider b{
    font-size: 1.2em;
    color: #3E509E;
}

#streetSmartSlider i{
    font-size: .9em;
	font-weight: bold;
}

#streetSmartSlider a{
    color: #182351;
    font-weight: bold;
    font-size: .8em;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

#streetSmartSlider ul{
    margin:0;
    padding:0;
    list-style:none;
}
#streetSmartSlider li{
    /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
    */
    margin:0;
    padding:0;
    list-style:none;
    width:220px;
    height: 440px;
    overflow:hidden;
    background-color: #fff;
    margin-bottom: 20px;
}
#streetSmartSlider li p{
    margin: 0 10px;
}
/*Nebraska's Finest Beef Styles*/
#backgroundTileWrapper{
	background: url(../images/nebraskasFinestBeefTile.jpg) repeat-y;
	}
#backgroundImageWrapper{
	background: url(../images/nebraskasFinestBeefBackground.jpg) no-repeat;
	min-height:883px;
    height:auto !important;
    height:883px;
	color: #fff;
	padding-top: 300px;
	}
#backgroundImageWrapper h2{
	color: #ffd5bf;
	}
#backgroundImageWrapper a{
	color: #ffd5bf;
	}
#backgroundImageWrapper a:hover{
	color: #fff;
	}
#nebraskasFinestBeefSidebar{
	width: 367px;
	float: left;
	margin-top: 70px;
	}
#nebraskasFinestBeefMain{
	width: 593px;
	float: right;
	}
.steakContact{
	margin-top: 25px;
	background-color: #000;
	padding-top: 0;
	padding-bottom: 20px;
	}
.steakContact input[type=submit]{
	margin-top: 5px;
	display: block;
	}
#steakContactRight{
	float: left;
	width: 203px;
	padding-left: 10px;
	}
#steakContactLeft{
	float: left;
	width: 300px;
	}
#steakCardRequestRight{
	width: 300px;
	float: right;
	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.steakForm{
	list-style-type: none;
	}
	.steakForm li{
	margin-bottom: 5px;
	}
