@charset "utf-8";
/* STEALTH CSS DOCUMENT */
/* BY MYSOCIALENGINE & FAR NORTH WEB DESIGN */

body {
	background: #e5e5e5;
	position: relative;
	text-align: center;
	font-size: 8pt;
	margin: 0px; 
}

table.body {
	background: #FFF url(../images/body-bg.png) top repeat-x;
	width: 100%;
}

div.copyright {
	background: #e5e5e5; 
	padding: 10px 0 10px 0; 
	text-align: right; 
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	width: 100%;
	color: #fff;
	border-top: none;;
}

div.copyright-inner {
	width: 900px;
	margin: auto;
	color: #444;
}

td.header {
	padding: 4px 5px 5px 6px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 0px;
	border-bottom: 0px;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}

div.header {
	padding: 4px 5px 5px 6px;
	border: none;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	text-align: center;
}

div.newupdates {
	position: absolute; 
	height: 31px; 
	width: 150px; 
	margin: 15px 0px 0px 15px;
	background-image: url(../images/newupdates.png); 
	background-repeat: no-repeat;
}


/* MENU */

td.top_menu {
	background-image: none; 
	background-color: none;
	background:url(../images/menu-divider.gif) no-repeat top left;
	border-top: none; 
	border-left: none; 
	border-bottom: none;
	padding-bottom: 0px; 
}

td.top_menu .link1{
	
}

td.top_menu a {
	font:bold 14px 'Myriad Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

td.top_menu2 {

	background-image: none;
	background-position: bottom;
	background: none;
	text-align: right; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	padding-bottom: 0px; 
	color: #CCCCCC;
}

.top_menu_link_loggedin {
	color: #CCCCCC;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: inherit;
	border-left: none;
	background:url(../images/menu-divider.gif) no-repeat top right;
}

div.top_menu_link_container_end {
	border-left: none;
	background:none;
}

div.top_menu_link {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
}

.top_menu_link a {
	padding: 6px 12px 11px; /* top left-right bottom*/
	display: block;
}

.top_menu_link a:hover {
	background: url(../images/top-link-arrow.gif) no-repeat center 25px;
	text-decoration: none;
	border: none;
}

td.menu_user {
	background-image: none; 
	background-repeat: repeat-x; 
	background-color: none;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	text-align: left;
	margin: 0 6px;
}

div.menu_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	border-left: none;
	display: block;
	background: #fff;
}

div.menu_item_dropdown a:hover {
	padding: 3px 40px 5px 7px; 
	font-weight: normal;
	background: #ededed;
	border-left: none;
	text-decoration: none;
	display: block;
	color: #000;
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-top: none; 
	background: #fff; 
	position: absolute; 
	margin-top: 6px;
	margin-left: -11px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
}

/* HOME PAGE */

img.photo {
	border: 1px solid #DDDDDD;
}

div.portal_signup_wrapper {
	padding: 0;
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	height: 49px;
}

a.portal_signup {
	padding-top: 15px;
	display: block;
	font-size: 18px;
}

.copyright-inner {
	background-image: url(../images/logo_footer.png);
	background-repeat:no-repeat;
	height:42px;
	line-height:48px;

}