﻿/* **********************************************************************************
 * My Home Page Styles
 * 
 * Used in conjuction with SilverBookmarks.css
 * **********************************************************************************/

/* **********************************************************************************
 * Main div
 * **********************************************************************************/.myHome_page {	margin: 0;
	width: 925px;	
	background-color: #f0f0e5;	border-left: 1px solid #6f6f7f;	border-right: 1px solid #6f6f7f;	text-align: left;
	
}
/* **********************************************************************************
 * Section Headers
 * **********************************************************************************/
.myHome_fav_header {
	height: 25px;
	width: 175px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	color: White;
	background: transparent url(../../images/catheader8.gif) no-repeat top left;
}
.myHome_list_head {
	font-variant: small-caps;
	height: 25px;
	width: 175px;
	font-weight: bold;
	text-align: center;
	color: White; 
	background: transparent url(../../images/catheader8.gif) no-repeat top left;
}
.myHome_header {
	text-align: center;
	height:25px;
	background: transparent url(../../images/resultsHeader3.gif) no-repeat top left;
	color: White; 
	border-bottom: 1px solid #6f6f7f;
	margin-top: 5px;
}
/* **********************************************************************************
 * Left side menu
 * **********************************************************************************/
.static_menu_style {
	width: 174px;
	margin-left: 1px;
}
.menu_item_style {
	height: 20px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #dcd7cd; /*#e3f3ff;*/
	border-style: Outset;
	border-width: 1px;
	font-weight: bold;
	font-size: 80%;
	color: #18183d; 
}
.hover_style {
	background-color: #140352; /*#6e0708; */
	border-style: Inset;
	font-weight: bold;
	color: White;
	font-size: 80%;
}
#myHome_menu {
    float: left;
    margin: 5px 5px 5px 5px;
    height: 100%;
    border: 0px solid black;
    font-family: verdana,arial,helvetica,sans-serif;
}

#weather {
	float: left;
	margin-top: 7px;
}
#inner_weather {
	border: 1px solid #6f6f7f;
	text-align: center;
}
#inner_weather img {
	border: 0;
}
	
/* **********************************************************************************
 * Center content
 * **********************************************************************************/
#myHome_content {	float: left;	margin-left: 5px;
	width: 530px;
	font-family: verdana,arial,helvetica,sans-serif;
	
}
#myHome_content_inner {
	border: 1px solid #6f6f7f;
	border-top: 0px solid black;

	padding-left: 15px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: White;
}
#myHome_content a {
	font-weight: bold;
	text-decoration: none;
	color: #45443f;
}
#myHome_content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #6e0708;
}
#myHome_img_business_card {
	float: right;
	margin: 10px;
	border: 1px solid #666;
}
#myHome_img_small_bm {
	float: left;
	margin: 10px;
	border-style: none;
}
#myHome_img_pin {
	float: right;
	margin: 10px;
	border-style: none;
}
#myHome_img_box {
	float: left;
	margin: 10px;
	border-style: none;
}

#header_pic {
	width: 407px;
	height: 70px;
}
#img_pic {
	width: 407px;
	height: 70px;
}