#NEWTopBox {
	background-color:#000000;
	width:100%;
	height:85px;
	clear:both;
}
#NEWHeader {
	width:780px;
	height:85px;
	background-color:#000000;
	margin:0 auto;
}
#NEWUnderline {
	height:5px;
	background-color:#FF0000;
}
#NEWLogoTop a, #NEWLogoTop a:hover {
	background-image:url(../images/header-logo.gif);
	width:239px;
	height:73px;
	float:left;
}
#NEWLogoTop span {
	display:none;
}
#NEWTopRightNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	color:#FFFFFF;
	margin-top:10px;
	margin-right:10px;
}
#NEWTopRightNav a, #NEWTopRightNav a:hover, #NEWTopRightNav a:Visited {
	color:#FFFFFF;
	text-decoration:none;
}





/* <a> tag properties */

body {
	background-color: #333;
	/*background-image: url(../images/interface/page_bg.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}




#mynav {
	border: 0px solid #006;
}

#mynav ul{
	margin: 0px;
	border: 0px solid #006;
	list-style-image: url(../images/icons/bullet.gif) !important;
	marker-offset: auto !important;
	margin-bottom: 10px !important;
}

#mynav ul li ul{
	margin: 0px;
	border: 0px solid #006;
	list-style: disc;
	marker-offset: 10px !important;
}


#top {
	margin: 0 auto;
	background-image: url(../images/interface/top_bg-image.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 64px;
}

#top .logo {
	float: left;
	width: 320px;
	color: #7cc576;
	font-family: Arial Black,Arial;
	font-size: 26px;
	margin-top: 6px;
}

#top .logo span{
	color: #00746b;
}

#top .topmenu {
	float: right;
	width: 300px;
	text-align: right;
	color: #8c6239;
	margin-top: 6px;
}

#top .topmenu a{
	text-decoration: none;
	color: #8c6239;
	font-size: 11px;
}





#login_button {
	display: block;
	color: #000;
	width: 70px;
	height: 23px;
	background-image: url(../images/interface/buttons/butlt_1.gif);
	background-position: top left;
	text-align: center !important;
	text-decoration: none;
	border: 0px solid #808080;
}
#login_button span{
	display: block;
	padding-top: 4px;
	height: 23px;
	background-image: url(../images/interface/buttons/butrt_1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#loginbg {
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 50px;
	display: block;
	width: 590px;
	/*background-image: url(../images/interface/login_bg.gif);*/
	background-repeat: no-repeat;
}





#greyline {
	border-top: 1px solid #ccc;
	margin: 10px 0px 10px 0px;
	height: 3px;
	clear: both;
}




#contentnav {
	margin-top: 3px;
	margin-bottom: 20px;
}
#contentnav ul{
	margin: 0px;
}
#contentnav ul{
	height: 28px;
}
#contentnav li{
	display: block;
	float: left;
	height: 20px;
	background-color: #fff;
	margin-left: 10px;
	padding: 4px 8px 2px 8px;
}


#leftnav {
	width: 195px;
	float: left;
	text-align: left !important;
	margin-left: 10px;
	margin-top: 10px;
}
#leftnav #dialog .content-inner a{
	color: #779;
	font-size: 11px;
	text-decoration: none;
}
#leftnav #dialog .content-inner ul{
	background-color: none;
	text-align: left !important;
	margin: 0px !important;
	font-weight: bold;
	padding: 0px !important;
}
#leftnav #dialog .content-inner ul li{
	margin: 0px !important;
	margin-left: 20px !important;    
	text-indent: 1px !important;
	font-size: 11px;
	font-weight: bold; !important;
	list-style-image: url(images/interface/icons/book1.gif);
	display: marker; 
	marker-offset: 5px !important;
}
#leftnav #dialog .content-inner ul li li{
	padding: 0px;
	list-style-type: none;
	margin: 0px !important;
	font-weight: normal;
	list-style-image:  none;
	marker-offset: 2px !important;
}
#leftnav #dialog .content-inner ul ul{
	font-weight: normal;
}



#main {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 675px;
	margin: 10px 0px 0px 10px;
	float: right;
	border: 0px solid #ddd;
}
#contentarea {
	width: 675px;
}





#dataform #label {
	width: 180px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #666;
	float: left;
	border: 0px solid #ddd;
}
#dataform #inputfields {
	width: 350px;
	float: right;
	border: 0px solid #ddd;
}
#dataform #inputfields input{
	width: 150px;
}


#dataform #inputfields .inputcells{
	float: left;
	margin-right: 12px;
}


#dataform #inputfields label{
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#dataform #inputfields label small{
	margin-left: 5px;
	color: #999;
	font-size: 10px;
	font-weight: normal;
}


#dialog {
	 border: 0px solid #999;
}
#dialog h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#dialog .toplt{
	background-image: url(../images/interface/dialog/top2_lt.gif);
	height: 14px;
}
#dialog .toprt{
	background-image: url(../images/interface/dialog/top2_rt.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 14px;
}
#dialog .botlt{
	background-image: url(../images/interface/dialog/bot2_lt.gif);
	height: 25px;
}
#dialog .botrt{
	background-image: url(../images/interface/dialog/bot2_rt.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
}
#dialog .content-inner{
	text-align: left !important;
	background-color: #fff;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
}

#dialog input{
	margin-bottom: 6px;
	color: #ccc;
	/* width: 190px; */
}

#button1 {
	display: block;
}
#button1 span{
	
}





.inputbuttons {
	
}
.inputbuttons a{
	float: right;
	margin-left: 10px;
}

#dataform form {
	display: inline;
}


#breacrumbs {
	color: #999;
}
#breacrumbs a{
	color: #226;
	text-decoration: none;
}





#clear {
	clear: both;
}



/* GLOBAL SEARCH */
#globalsearch { width: 163px; height: 38px; background-position: 100% 0; background-repeat: no-repeat; }
#globalsearch.active { background-position: 100% -38px; }
#globalsearch input.g-prettysearch { width:140px; height: 16px; margin-top: 9px; margin-left: 11px; 
background: url(/members/images/interface/nav/searchfield_repeat.png) center top repeat-x; }
#globalsearch .search-wrapper { position: relative; width: 140px; margin-top: 9px; margin-left: 11px; }
#globalsearch .search-wrapper input.g-prettysearch { width: 110px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
#globalsearch .search-wrapper .left, 
#globalsearch .search-wrapper .right { behavior:url(/members/common/iepngfix.htc); }
#globalsearch .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(/members/images/interface/nav/searchfield_leftcap.png) left top no-repeat; }
#globalsearch .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(/members/images/interface/nav/searchfield_rightcap.png) right top no-repeat; }
#globalsearch .search-wrapper.empty.blurred input { color: #7E7E7E; }
#globalsearch .search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(/members/images/interface/nav/close.gif); display: block; cursor: pointer; _cursor:hand; }
#globalsearch .search-wrapper.empty .reset { display: none; }
#globalsearch .search-wrapper input.g-prettysearch { position: absolute; width: 110px; top: 0; right: 10px; background: url(/members/images/interface/nav/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", Arial, sans-serif; }
#globalsearch label .prettyplaceholder { display: block; overflow: hidden; text-indent: -9999px; height: 0; width: 0;}







.p7tbsub { border: 0px solid #666666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.p7tbsub p {margin: 2px; padding: 1px 3px;}
.p7tbsub a:link {color: #000000; font-size: 11px;}
.p7tbsub a:visited {color: #000000; font-size: 11px;}
.p7tbsub a:hover {color: #000000; font-size: 11px;}
.p7tbsub a:active {color: #000000; font-size: 11px;}
.p7tbdn {color: #000000 !important; font-weight: bold;}

.sort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214673;
	font-weight : bold;
	text-decoration: none;
}

.sort:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214673;
	font-weight : bold;
	text-decoration: underline;
}

.rightside {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.rightside:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight : bold;
	text-decoration: none;
}

.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight : bold;
	text-decoration: underline;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.legal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}

/* text properties */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
}

.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #336699;
	font-weight : bold;
}


.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: blue;
	text-decoration: underline;
}

.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: blue;
	text-decoration: none;
}

b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214673;
	font-weight : bold;
}

/* form properties */
select, textarea, input, form, submit, div, p, blockquote, li, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
}

/* default properties */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	display : block;
	white-space : nowrap;
}


hr{
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD4D0C;
	font-weight : bold;
}

.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	text-decoration: none;
}

.admin:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:orange;
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E54D20;
	text-decoration: none;
}

/* list properties */
.listnum {
	list-style-type : decimal;
	margin-top : 5px;
	margin-bottom : 10px;
}

.leftlist {
	list-style-type : disc;
	margin-top : 5px;
	margin-bottom : 10px;
}

.listnobullet {
    list-style-type : none;
	margin-left : 2px;
	margin-top : 2px;
}