/* CSS Document */
.float_left 			{	float: left; }
.float_right 			{ float: right; }
.text_center			{ text-align: center; }
.left_col_width 	{	width: 220px; }
.left_col_margin_right { margin-right:11px; }
.static 					{	position: static; }
.absolute 				{	position: absolute; }
.fixed 						{	position: fixed; }
.relative 				{	position:relative; }
.inherit 					{	position: inherit;}
.display_none 		{	display:none; }
.inline 					{	display:inline; }
.whitebg 					{	background-color:white; }
.infobox {
	background-color:#007AC3;
	border: 0px dashed #007AC3;
	border-radius: 10px;
	font-size: 11px;
	font-weight:bold;
	color:white;
	margin-bottom: 15px;
	/*margin-top: 75px;*/
	margin-left: 15px;
	max-width: 30%;
	/*clear:both;*/
}
.infobox h2 {
	background-color:#9F0;
}
.half_width { width: 50%; }
.full_width {
	width:100%;
	max-width:100%;
}
.clear {
	clear:both;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
h1.blue_title  	{ color: #fff; background: #007ac3; padding: 12px; margin: 0 0 11px 0; font-size: 1.5em; }
.small_padding 	{ padding: 10px; }
.zero-spacing 	{ margin:0; padding:0; }
.no_bullets 	{ list-style-type: none; }
.show { display: block; }
.hide { display: none; }
.widget_spacing {
	margin-bottom:10px;
}
.sm_widget_spacing 	{	margin-bottom: 3px; }
.curved_bords 			{	border-radius: 5px; }
.margin_top 				{	margin-top:11px; }
.margin_bottom 			{	margin-bottom: 11px; }
.pad 								{	padding:8px; }
.small_pad 					{	padding: 4px; }
.mar 								{ margin:8px; }
.hide_over_flow 		{	overflow: hidden; }
.bord 							{	border: 1px solid #000; }
.full_width_div {
	background-color:white;
	width:100%;
	padding: 30px 20px;
	overflow:hidden;
}
.font120 {
	font-size:120%;
}
.hotspot_image {
	width: 220px;
	height: 140px;
}
.line1-5 {
		line-height: 1.5;
}
.blue_title > h1 {
	background: none repeat scroll 0 0 #007AC3;
	color: #FFFFFF;
	font-size: 1.7em;
	margin: 0 0 11px;
	padding: 11px;
}
/* Used for special nav items which reflect a different functionality than the 
user is expecting on the particular section */
#sideMenu > li > .nav_special { background-color:#29A3E4; }

