/*** Storage Tips Page ***/





.tips_sidebar
{
	width: 210px;
	float: left;
}

.tips_sidebar .category
{
	background-image: url(../images/buttons/button_tips_spritemap.png);
	color:		#FFFFFF;
	cursor: pointer;
	display:	inline-block;
	font-size:	13px;
	height: 17px;
	padding:	7px 21px 7px 15px;
	position:	relative;
	text-decoration:  none;
	width:		165px;
}

.tips_sidebar .categoryActive
{
	background-image: url(../images/buttons/button_tips_spritemap.png);
	background-position: 200px 0px;	
	color:		#FFFFFF;
	cursor: pointer;
	display:	inline-block;
	font-size:	13px;
	height: 17px;
	padding:	7px 21px 7px 15px;
	position:	relative;
	text-decoration:  none;
	width:		165px;
}

.tips_sidebar
{
	margin-top:		1px;
}

.categoryActive
{
	margin-top: 0px;
}

.tips_sidebar .category:hover
{
	background-image: url(../images/buttons/button_tips_spritemap.png);
	background-position: 400px 0px;	
}	

.articles
{
	margin-top: 2px;
	margin-bottom: -2px;
	/*line-height: 15px*/
}

.articles .article
{
	color:#1A75CF;
	font-size:12px;
	padding-left:22px;
	vertical-align: baseline;
	padding-bottom: 4px;
}
.articles .article a:hover
{
	color: #06529d;
	text-decoration: none;
}

.articles .article a:visited
{
	color:#1A75CF;
}

.key
{
	/*margin-left: 25px;*/
	margin-bottom: 5px;
	/*font-weight: bold;*/
	/*width: 205px;*/
	height: 17px;
	overflow: hidden;

}


.key a:visited{
	color: white;
}

.left_menu_bottom_border
{
	height: 1px;
	border-bottom: solid 1px black;
}

.left_nav_down_arrow
{
	float: right;
	position: absolute;
	left: 182px;
	top: 13px;
}



	


/*
.tips_content {
	font-size:		12px;
	margin-bottom:	20px;
	line-height: 18px;
}
*/
#activeArticle a, #activeArticle a:visited
{
	color: #5D9D67;
}






/* Color override to fit mock up this varies from the rest of the site 
body{
	color: #393d46;
}*/


#body .container{
	padding-top:	20px;

	background-image: url(../images/image_tips_header.png);
	background-repeat:	no-repeat;
	background-position: 425px -6px;
}


/****************** Storage tips Top section **************/
.tips_top{
	/* positioning */
	margin:		0px 20px 18px 28px;
}


/*** Top - title text ***/
.tips_top div.tips_text{
	float:	left;
	width: 430px;
}


.tips_top p{
	width:		415px;
}

.tips_top h4{
	font-size:		30px;
	font-weight:	bold;
	/*margin:			0px 0px 0px 1px;*/
	margin: 0px;
	color: #3B3B3C;
}

.tips_top p{
	font-size:	12px;
	margin-top:	10px;
}

.tips_top p strong{
	font-weight:	bold;
}



/*** Top - search form ***/
.tips_top .tips_search{
	float:	right;
	margin-top:	139px;
}

.tips_top .tips_search .input_wrapper{
	/* positioning */
	display:	inline-block;
	vertical-align:text-top;
	
	/* formatting */
	background-image:url(../images/field_tips_search.png);
	height:	31px;
	padding: 7px 12px 0px 12px;
	width: 199px;
}

.tips_top .tips_search input.text{
	/* positioning */
	width:	100%;
	
	/* formatting */
	background-color:transparent;
	border: none;
	color:		#C7C7C7;
	font-size:	18px;

}

.tips_top .tips_search button{
	/* positioning */
	vertical-align:text-top;
	
	/* formatting */
	background-image:url(../images/buttons/button_tips_search.png);
	height: 38px;
	text-indent:-5000px;
	width: 117px;
	
}

.tips_top .tips_search button em,
.tips_top .tips_search button span{
	font-size:23px;
}









/****************** Storage tips Bottom section **************/
.tips_bottom{
	/* formatting */
	margin:		10px 20px 40px 20px;
}

/****************** Menu **************/
#nav_menu{
	float:	left;
	width:	205px;
}

/*** Menu - categories ***/
#nav_menu li a.cat{
	/* positioning */
	margin-top:		1px;
	position:	relative;
	
	/* formatting*/
	background-image: url(../images/buttons/button_tips_spritemap.png);
	color:		#fff;
	display:	inline-block;
	font-size:	13px;
	padding:	7px 20px 7px 15px;
	width:		165px;
	text-decoration:	none;
}

#nav_menu li a.cat{
	/* positioning */
	margin-top:		1px;
	position:	relative;
	
	/* formatting*/
	background-image: url(../images/buttons/button_tips_spritemap.png);
	color:		#fff;
	display:	inline-block;
	font-size:	13px;
	padding:	7px 20px 7px 15px;
	width:		165px;
	text-decoration:	none;
}

#nav_menu li a.cat img{
	position:	absolute;
	right:	10px;
	top:	13px;
	
}

#nav_menu li a.cat:hover{
	background-image: url(../images/buttons/button_tips_spritemap.png);
	background-position: 400px 0px;	
}

/*
#nav_menu li a.active,
#nav_menu li a.active:hover{
	background-image: url(../images/buttons/button_tips_active.png);
}
*/

#nav_menu li a.active,
#nav_menu li a.active:hover{
	background-image: url(../images/buttons/button_tips_spritemap.png);
	background-position: 200px 0px;
}


/*** Menu - sub-categories and articles ***/
#nav_menu li ul li a{
	/* positioning */
	padding-left:22px;
	
	/* formatting */
	font-size: 12px;
	color: #1A75CF;
}

#nav_menu li ul li a.subcat{
	background-image: url(../images/image_tips_arrow_blue.png);
	background-repeat:	no-repeat;
	background-position:	5px 4px;
	
}

#nav_menu li ul li ul li a{
	padding-left: 35px;
}
#nav_menu li ul li a.this{
	background:	none;
	color:	#5d9d67;
}


/****************** Storage tips Body **************/
.tips_bottom .tips_body{
	/* positioning */
	float:	right;
	width:	635px;
	
	/* formatting */
	background-image:url(../images/image_tips_body.png);
	background-repeat: no-repeat;
	min-height:	500px;
	padding:	30px 40px 20px 30px;
}


/*** Storage tips Home ***/
.tips_home h2{
	font-size:		31px;
	font-weight:	bold;
	margin-bottom:	20px;
}


/*** Storage tips shared styles between Home &Content ***/

.tips_home .fakeh1,
.tips_content h1{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		31px;
	font-weight:	bold;
	}


.tips_home h2,
.tips_content h2{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		31px;
	font-weight:	bold;
	color:	#3a76b9;
}

.tips_home h3,
.tips_content h3{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		20px;
	font-weight:	bold;
}

.tips_home h4,
.tips_content h4{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		16px;
	font-weight:	bold;
	color:	#3a76b9;
}

.tips_home h5,
.tips_content h5{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		15px;
}

.tips_home h6,
.tips_content h6{
	/* positioning */
	margin-bottom:	20px;

	/* formatting */
	font-size:		11px;
}


.tips_home p,
.tips_content p{
	font-size:		12px;
	margin-bottom:	20px;
	line-height:	18px;
}


.tips_home strong,
.tips_content strong{
	font-weight:	bold;
}

.tips_home em,
.tips_content em{
	font-style: italic;
}

.tips_home a,
.tips_content a{
	color: #1A75CF;
}

.tips_home li,
.tips_content li{
	/* formatting */
	background-repeat: no-repeat;
	font-size:		12px;
	line-height:	17px;
	margin-bottom:	3px;
	padding:	2px 0px 2px 25px;
}

.tips_home ul,
.tips_content ul
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.tips_home ul li,
.tips_content ul li{	
	/* formatting */
	background-image: url(../images/image_tips_checkmark.png);
}

.tips_home ol,
.tips_content ol
{
	margin-top: 20px;
	margin-bottom: 20px;
}


.tips_home ol li,
.tips_content ol li{	
	/* formatting */
	background-image: url(../images/image_tips_bulletpoint.png);
	margin-bottom:	5px;
}

/* Begin Images */
.tips_home img ,
.tips_content img {
	padding: 0;
	max-width: 100%;
	}

.tips_home img.aligncenter,
.tips_content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tips_home img.alignright ,
.tips_content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.tips_home img.alignleft ,
.tips_content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.tips_home .alignright ,
.tips_content .alignright {
	float: right;
}

.tips_home .alignleft ,
.tips_content .alignleft {
	float: left;
}


/*** Storage tips Search Results ***/
.tips_search_results li{
	/* positioning */
	padding-bottom:	25px;
	margin:	0px 0px 28px 7px;
	
	/* formatting */
	border-bottom: solid 1px #909090;
}

.tips_search_results h2 a{
	color:	#3976bb;
	font-size:	20px;
	font-weight:	bold;
	text-decoration:	none;
}

.tips_search_results h3{
	color:	#555;
	font-size:	12px;
	font-style:	italic;
}

.tips_search_results p{
	font-size:	12px;	
}
.tips_search_results span.read_more
{
	clear: both;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #3976BB;
}
.tips_search_results span.read_more a
{
	text-decoration: none;
}
.tips_search_results span.read_more a:hover
{
	text-decoration:underline;
}


.tips_search_results span.query_term{
	color:	#5A97DC;
	font-weight:	bold;
}
