/********* BEGIN Header ************/
#header_util_bar {
	background: url("/images/header_util_bar.jpg") no-repeat;
	height: 22px;
	padding: 2px 2px 0 0;
	text-align: right;
}

#header {
	background: url("/images/header_bg.jpg") no-repeat;
	height: 90px;
	padding: 20px 0 0 20px;
}

#navigation {
	background: url("/images/primary_nav_bg.jpg") no-repeat;
	height: 49px;
    overflow:hidden;
}

#navigation a:active, #navigation a:hover, #navigation a:link, #navigation a:visited
{
	border-right:1px solid #666;
    color:#fff;
    display:inline-block;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:34px;
	padding: 15px 15px 0 15px;
    text-transform:uppercase;
	text-decoration: none;
}

#navigation a:hover, #navigation a.menuActived:active, #navigation a.menuActived:hover, #navigation a.menuActived:link
{
    color:#94E57F;
}

#navigation a.menuActived:visited
{
	background-color: #fff;
	color: #336699;
}
/********* END Header ************/


/********* START Listing View ***********/
#flash_image_gallery {
	margin:10px auto;
}
/********* END Listing View ***********/


/********* START Misc ***********/
.note {
	padding:4px 25px;
	background:#fff3bf url(/images/members/note.gif) no-repeat 1% 50%;
	margin:5px 0px;
	border:1px solid #FFD540;
}

.notice{
	padding:14px 65px;
	background:#fff3bf url(/images/members/notice.gif) no-repeat 5px 10px;
	margin:15px 0px;
	border:1px solid #b43b3e;
	font-size:12px;
	font-weight:bold;
}
/********* END Misc ***********/