body {
	color: #444;
	background-image:url(/images/cssimg/bg-stripe.gif); repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color:#666666;
}

a#logo {
	color: #4A8797;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.container {
	background-color: #fff;
	border: 1px solid #999999;
	min-height: 600px;
}

div#nav {
	/*background-color: #595441;*/
	background-image:url(/images/cssimg/metro-logo.jpg);
	background-repeat: no-repeat;
	height: 135px;
}

div#hero div#placeholder-hero {
	background-color: #fff;
	min-height: 300px;
	min-width: 700px;
}

div#hero-sub div.inner {
	background-color: #fff;
	color:#666666;
	font-size: 13px;
}

div#footer {
	border-top: 1px solid #eee;

}
/*Menu Items Styling*/

td.menu-item {
	color: #fff;
	text-transform: uppercase;	
	font-size: 12px;
}

td.menu-item-hover {
	color: #CCCCCC;
	text-transform: uppercase;	
	font-size: 12px;
}

td.menu-item-selected {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
}

td.submenu-item {
	background: #fff;
	color: #000;
	font-size: 12px;
	padding: 4px !important;
}

td.submenu-item-hover {
	/*background: #CCCCCC;*/
	color: #000;
	font-size: 12px;
	background-image:url(/images/cssimg/hover-bg.jpg);
	background-repeat:repeat;
	padding: 4px !important;
	/*border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;*/
}

td.submenu-item-selected {
	background: #eeeeee;
	color: #000;
	font-size: 12px;
	padding: 4px !important;
}


/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background:#666666;
	border-bottom: 1px solid #666666;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color:#333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

div#hero-sub a {
	color:#666666;
	text-decoration:underline;
	font-size:11px;
}

div#hero-sub h2 {
	color: #666666;
	
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

div#header-left img {
	margin: 30px 0 0;
}

div#header-left, div.whoslogged, div#header-right div#placeholder-search {
	height: 35px;
	line-height: 35px;
	vertical-align:middle;
	
}

div.whoslogged {
	text-align: left;
}

div#placeholder-search {
	/*padding: 46px 40px 0 0;*/
	text-align: right;
	margin-bottom: 2px;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;

	
}


div#placeholder-nav {
	height: 39px;
	margin-top: 49px;
	margin-left: 405px;
}

div#placeholder-nav td {
	padding: 0;
}

div#hero {
	margin-right: 0;
	width: 700px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 300px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 10px;
}

div#main div.inner, div#sub div.inner {
	padding: 18px 0px 0px 0px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	padding-top: 18px;
	height: 72px ;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }   

/*styles for the section page layouts Learn Join, etc*/

div#sect-rhc {
background-color:#fff;
border:solid;
border-width:thin;
border-color:#999999;
width:inherit;
}

div#sect-rhc-adrotator{
background-color:#fff;
float:left;
margin-top:10px;
text-align: center;
}

div#sect-main{
background-color:#ffffff;
margin-left:10px;
}

div#sect-main h3, div#sect-rhc h3 {
color:#ffffff;
text-transform:uppercase;
}



/*Shared Attributes for Sections*/

div#sect-rhc-header-about, div#sect-rhc-header-join, div#sect-rhc-header-learn, div#sect-rhc-header-hire, div#sect-rhc-header-make, div#sect-rhc-header-attend, div#sect-rhc-header-watch, div#sect-rhc-header-generic {
height: 20px;
margin-bottom: 15px;
padding: 5px;
letter-spacing: 1px;
}



/*Individual Color Attributes for Sections*/

div#sect-rhc-header-about {
background-color:#006633;
background-image:url(/images/cssimg/stripe-about.gif);
}

div#sect-rhc-header-join {
background-color:#339933;
background-image:url(../images/cssimg/grad-join.png);
}

div#sect-rhc-header-learn {
background-color:#CC0000;
background-image:url(/images/cssimg/stripe-learn.gif);
}

div#sect-rhc-header-hire {
background-color:#FF6600;
background-image:url(/images/cssimg/stripe-hire.gif);
}

div#sect-rhc-header-make {
background-color:#006699;
background-image:url(/images/cssimg/stripe-make.gif);
}

div#sect-rhc-header-attend {
background-color:#660066;
background-image:url(/images/cssimg/stripe-attend.gif);
}

div#sect-rhc-header-watch {
background-color:#999999;
background-image:url(/images/cssimg/stripe-generic.gif);
}

div#sect-rhc-header-generic {
background-color:#999999;
background-image:url(/images/cssimg/stripe-generic.gif);
}

/* Menu headers */

div#sect-menu-header-join {
background-color:#339933;
background-image:url(../images/cssimg/menu-grad-join.png);
padding:5px;
dislpay:block;
height:20px;
}

 /* @end */