﻿#contentWide { /* master page w/out left nav - stretches full width of container */
	float:none;
	width:100%;
	margin:0;
	background-color:#ffffff;
}

.contentWidePad { 
	padding:10px;
}

#search_boxContainer {
    margin:0px; 
	padding:0 15px 0px 0px; 
	/*height:54px*/
	height:54px;
	margin-top: -30px;
}



/***** Global Classes *****/
 
.clear         	{ clear:both; }

.visible		{ visibility: visible; }
.hidden			{ visibility: hidden; }

.nodisplay		{ display: none;}
.display		{ display: block;}

.block			{ display: block; }
 
.float-left    	{ float:left; }
.float-right   	{ float:right; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }
 
.bold          	{ font-weight:bold; }
.italic        	{ font-style:italic; }
.underline     	{ border-bottom:1px solid; }
.highlight     	{ background:#ffc; }
 
.nopadding     	{ padding:0; }
.noindent      	{ margin-left:0;padding-left:0; }
.nobullet      	{ list-style:none;list-style-image:none; }
