.side_menu_cntr, .content
{
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	zoom: 1;
}

.lte_ie7 .side_menu, .lte_ie7 .content { display: inline; }

/* Side Menu */
.side_menu_cntr,
.side_menu
{ 
	font-size: 12px;
	width: 215px; 
}

.side_menu { width: 215px; }

.lte_ie7 .side_menu_cntr 
{ 
	display: inline;
	width: 214px; 
}

.side_menu_multiple
{
	-moz-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-webkit-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Increase the dropshadow when there is a sub header */
.content_fit_sub_header .side_menu_multiple
{
	-moz-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	-webkit-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
}

.lte_ie8 .side_menu_multiple
{
	position: relative;
	box-shadow: 0 1px 2px 1px #eaeaea;
}

.side_menu_multiple > ul { display: none; }
.side_menu_items { font-size: 13px; }
.side_menu_header
{
	color: #333;
	background-image: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #f5f8fb), color-stop(0.73, #FFF));
	border: 1px solid #C0D0DD;
	border-bottom: none;
	cursor: pointer;
	margin: 0px;
	text-shadow: 0 1px 0 #FFF;
	padding-left: 30px;
	position: relative;
}
.lte_ie9 .side_menu_header { -pie-background: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%); }

.side_menu_header:hover 
{ 
	background-color: #f1f6f9;
	background-image: linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #eaf1f7), color-stop(0.73, #FFF));
}

.side_menu_header .side_menu_header_link
{
	display: block;
	padding: 8px 0 8px 0;
}

.lte_ie7 .side_menu_header .side_menu_header_link
{
	display: inline; 
	zoom: 1;
}

.side_menu_header_top 
{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.side_menu_header_bottom,
.side_menu_bottom
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* 
 * @TODO (achan) Only targeting IE8 becuase there is a bug with IE7
 * that causes a gap between the last and second to last menu item
 */
.ie8 .side_menu_bottom { position: relative; }

.side_menu_items,
.current_side_menu
{
	background-color: #FFF;
	border: 1px solid #C0D0DD;
	-moz-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	-webkit-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	margin: 0;
}
.side_menu_bottom { height:50px;}
.side_menu_header_bottom,
.side_menu_bottom { border-bottom: 1px solid #C0D0DD; }
.side_menu .current_side_menu { display: block; }
.side_menu_toggle_arrow { display: none; }
.lte_ie7 .always_expanded_menu .bd { display: inline; }
.side_menu_multiple .side_menu_toggle_arrow
{
	display: block; 
	height: 27px;
	margin: 0 11px 0 4px;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 27px;
}

.side_menu_toggle
{
	position: absolute;
	left: 0; 
	top: 0;
	width: 30px;
	height: 33px;
	z-index: 1;
}

.lte_ie7 .arrow {
    display: inline;
}
.toggle_arrow, .active_toggle_arrow {
    height: 0;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 0;
}
.toggle_arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #979898;
    border-top: 4px solid transparent;
}
.always_active_toggle, .active_toggle_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #979898;
}
.side_menu_items li, .current_side_menu li {
    margin: 0;
}
.side_menu_items li a, .current_side_menu li a {
    display: block;
    padding: 5px 0 5px 20px;
}
.side_menu_items li a:hover, .current_side_menu li a:hover {
    background-color: #e4dddc;
    text-decoration: none;
}
.side_menu_items li .green:hover, .current_side_menu li .green:hover {
    background-color: #F2F8E7;
}
.side_menu_items .current {
    background-color: #E9F3F8;
    font-weight: bold;
}

.side_menu_items li, .current_side_menu li {
	list-style:none outside none;
	margin:0px;
	padding:0px;
}

.side_menu_items a {
	margin:0px;
	padding:0px 0px;
	text-indent:10px;
}


.side_menu_items li a, .current_side_menu li a {
	display:block;
	padding:5px 0 5px 20px;
}



.side_menu_items li:hover, h4.side_menu_header:hover {
	background:#e4dddc;
	text-decoration:none !important;
}

h4.side_menu_header a:hover {
	text-decoration:none !important;
}
#side_menu_multiple ul.side_menu_items {
	margin:0px;
	padding:0px;
} 

.side_menu_header_top {
    border-radius: 5px 5px 0 0;
}
.side_menu_header_bottom, .side_menu_bottom {
    border-radius: 0 0 5px 5px;}

.searchbutton {
	padding: 0;
	background: white !important;
	width:46px;
	height: 40px;
	margin-left: -2px;
}

#search_button {
	padding: 0;	
	border: 0px solid red;
	background: none !important;
	width:44px;
	height: 40px;
	margin-left: 0px;
	text-align: left;
	overflow: hidden;
}

.ie7 .searchbutton {
	margin:0 !important;
}

.ie7 .recent-tweets h3 a {display:none;}

#search  {
	float:left;
	margin:2px 0 0 20px;
	width:125px;
	line-height: 21px;
	height: 21px;
	
}

.side_menu .search {
	height: 60px;
}

#search-form .button  {
	float:left;
	margin:-4px 0px 0px;
	background: white !important;
}



.side_menu_bottom li { margin-top:14px;}

.search li:hover {background:none !important;}

.newsletter {
	padding:15px !Important;
	margin:0 !important;
}

.bottom_menu {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.recent-tweets, .really_simple_twitter_widget {
	padding: 0 !Important;
	margin: 0 0 20px 0 !Important;
	list-style: none;
}

.really_simple_twitter_widget li {
	float:left;
	padding:10px;
}

.recent-tweets {
	clear:left;
	margin-bottom: 20px;
}

#reallysimpletwitterwidget-2 .h3line {display:none;}

#menu-subscribe a, #menu-community a {
	float:left;
	width:100%;
	height:20px;	
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding:0px 0 0 20px;
	font-size:14px;
	line-height: 18px;
	margin-bottom: 10px;
}

#menu-subscribe a:hover, #menu-community a:hover {
	text-decoration: underline !important;
}

.menu-community-container, .menu-subscribe-container {
	margin-bottom:20px;
	float: left;
}


.links .menu li {
	margin:0;
	padding:0;
	list-style: none;
}
.links ul {
	margin:0;
	padding:0;	
}

.links .h3line {
	line-height: 30px !Important;
}


