@charset "UTF-8";

.logobgwrap {
background-image: url(/img/forum_back_index.jpg);
}

/* CORPORATE MENU */
#my_corpmenu {
	height: 34px;
	width: 700px;
	background-image: url(/img/divider_corp.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	clear: both;
}
#my_corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#my_corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	background-image: url(/img/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 0 20px;
}
#my_corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;

}
#my_corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}

/* LOGO */
#my_logo {
	height: 100px;
	width: 960px;
	clear: both;
	background-image: url(/img/mylogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}

/* SEARCH */

#my_search {
	height: 100px;
	width: 300px;
	padding-left: 640px;
}
.my_textfield {
	border:1px solid #FFFFFF;
	width:208px;
	height:18px;
	background-image:url(/img/input_back.gif);
	margin-top:30px;
	margin-right:10px;
	padding:5px;
	background-repeat: repeat-x;
	float: left;
}
.my_button {
	height: 30px;
	width: 70px;
	background-image: url(/img/bg-button.png);
	background-repeat: no-repeat;
	border:0px;
	float: right;
	margin-top:30px;
}

/* MAIN MENU */
#my_mainmenu {
	height: 50px;
	width: 900px;
	background-image: url(/img/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#my_mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#my_mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(/img/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 22px 0 20px;
}
#my_mainmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#my_mainmenu li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.my_desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}

H1 {
font-size: 18px;
margin: 0;
padding: 0;
}

