body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	
}
p {
	margin:0 0 14px; 
	line-height:14px;
	text-align: justify;
}
a{
	color:#B52200;
	text-decoration:none;
}
a:hover{
	color:#EB2C00;
	text-decoration:none;
}
hr{
	height:1px;
	color:#cbc9c9;
}
.lcase{
	text-transform:lowercase;
}
.bold{
	font-weight: bold;
	color:#000000;
}
form {
	margin: 0px;
	padding: 0px;
}

/*START*/
#page {
	position:relative;
	background-color:#4d4d4d;
	margin: 0px;
	width: 100%;
}
/*2*/
#main {
position:relative;
width:1003px;
margin:auto;
}
/*3*/
#wrapper { 
	position:relative;
	background-color: #fafafa;
	width: 773px;
}
/*END*/

#rightbanner {
	float:right;
}

#header {position: relative;
	margin: 0px;
	padding: 0px;
	float:left;
	border-top:16px solid #404040;

}
.header_bg{
	background:#7F9DB9;
	color:#000000;
	font-weight:bold;
}

#logo {
	margin-top: 10px;
	padding-left: 9px;
	float: left;
	width: 166px;
	height: 125px;
}
#search{
	padding-top:10px;
	padding-right:10px;
	width:300px; 
	text-align:left;
	float:right;
}
.searchbtn{
	background-color: #9d080d;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width:70px;
	margin:0px;
	background-color: #9d080d;
	border:1px solid #f90101;
}
.searchbtn:hover {
	color: #ffffff;
	background-color: #f90101;
	border:1px solid #f90101;
}
#top_wrapper{
	width:773px;
}

#topbanner {
	float: right;
	width: 558px;
	height: 125px;
	margin:0;
	margin-top:12px;
	padding-right:4px;
	
	
}









/* Problem above */
#banner {
	float:left;
	background-image:url(banner2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width: 773px;
	height: 154px;
}


#topnav {
clear: both;
width: 773px;
position:relative;
display:block;
background-color:#333333;
padding:6px 0;margin: 0px;
z-index:1001;
margin-bottom:0px;
}


/* remove all the bullets, borders and padding from the default list styling */
#topnav ul {
display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
	background-color:#1f1f1f;
	border:0;
	height:25px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topnav ul li {
margin: 0px;
padding: 0px;
float:left;
position:relative;
text-align:center;
height:25px;
margin-right:4px;
}

#topnav .rightend {
	margin:0;
}
#topnav .rightend a {
	padding:0 34px !important;
}

/* style the links for the top level */
#topnav ul a, #topnav ul a:visited {
	display:block;
	font-size:11px;
	color:#cccccc;
	letter-spacing: normal;
	text-decoration:none; 
	line-height:25px;
	font-weight:bold;
	white-space:nowrap;
}


/* style the second level background */
#topnav ul ul a, #topnav ul ul a:visited {
	font-size:11px;
}
#topnav ul ul li {
	background-color:transparent;
	border:0px;
	border-top:4px solid transparent;
}
* html #topnav ul ul li {
margin-top:4px;
border:0;
}

#topnav ul ul a.submenu1, 
#topnav ul ul a.submenu1:visited {
display:block;
color:#4d4d4d !important;
background-color:#cccccc !important;
}
#topnav ul ul a.submenu2, 
#topnav ul ul a.submenu2:visited {
display:block;
color:#4d4d4d !important;
background-color:#b2b2b2 !important;
}


/* style the top level hover */
#topnav a:hover, 
#topnav ul ul a:hover, 
#topnav a.active{
color:#333333 !important; 
background:#f2f2f2 !important;
}
#topnav :hover > a, #topnav ul ul :hover > a {
color:#333333;
background:#f2f2f2;
}

/* style the second level hover */
#topnav ul ul a:hover{
color:#333333;
background-color:#f2f2f2;
}
#topnav ul ul :hover > a {
color:#333333;
background-color:#f2f2f2;
}
/* style the third level background 
#topnav ul ul ul a, #topnav ul ul ul a:visited {
background-color:#f2f2f2;
}
 style the third level hover 
#topnav ul ul ul a:hover {
color:#333333;
}
*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {
visibility:hidden;
position:absolute;
top:25px !important;
left:0; 
z-index:16000;
border:0;
background-color:transparent;
}
/* another hack for IE5.5 */
* html #topnav ul ul {
top:22px;
t\op:23px;
}


/* position the third level flyout menu 
#topnav ul ul ul{
left:150px; 
top:0;
width:150px;
}*/

/* position the third level flyout menu for a left flyout 
#topnav ul ul ul.left {
left:-150px;
}
*/

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table {position:absolute; top:0; left:0; }

/* style the second level links */
#topnav ul ul a, #topnav ul ul a:visited {
text-align:left;
width:auto;

}
/* yet another hack for IE5.5 
* html #topnav ul ul a{
text-align:left;
width:150px;
w\idth:151px;
}

*/

/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul,
#topnav ul a:hover ul{
visibility:visible; z-index:200;
}

* html #topnav ul li:hover ul{
visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
#topnav ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#topnav ul :hover ul :hover ul{ 
visibility:visible;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





#loginarea {
	float: left;
	height: 250px;
	width: 321px;
	margin-top: 26px;
	margin-left: 24px;
	padding-top:20px;
	padding-left:39px;
	background-image: url(login_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#loginarea h1 {
	font-size: 14px;
	padding-left: 27px;
	color:#cccccc;
}
#loginarea form {
padding-left:50px;
}

#loginarea form fieldset {
height:55px;
width: 150px;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left;
}
#loginarea label {
	float: left;width: 150px;
	color: #B2B2B2;
}
#loginarea .textbox
 {
	margin: 0px;
	float: left;
	width: 140px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:0;
	color: #4d4d4d;
	padding:4px 2px;
	background-color:#ffffff;
	margin-top:5px;
}


   



#loginarea .loginbtnholder {
	float:left;
	padding-top:21px;
	padding-left:25px;
	
}
#loginarea .loginbtn {
background:url(login_btn.gif) no-repeat left top;
width:41px;
height:19px;
border:0;
cursor:pointer;
display:block;
}
#loginarea .loginbtn:hover {
background-position:bottom

}
#loginarea .textlinks {
	clear:left;
	padding-top:10px;
	color: #B2B2B2;
	text-align:left;
}
#loginarea .textlinks a {
color:#B52200;
text-decoration:none;
}
#loginarea .textlinks a:hover {
color:#EB2C00;
text-decoration:none;
}

#ooxmonitor {
	float: left;
	width: 380px;
	margin-top: 27px;
}
#ooxmonitor div {
margin:0 16px;
}

#memberinfo{
	float: left;
	width: 700px;
	margin-top: 27px;
}
h1.title_green {
display:block;
text-align:left;
padding:4px 0 4px 16px;
background-color:#cceaa3;
color:#4d4d4d;
font-size:11px;
line-height:11px;
margin-bottom:12px;
font-weight:bold;
}
h1.title_blue {
display:block;
text-align:left;
padding:4px 0 4px 16px;
background-color:#a2d9f0;
color:#4d4d4d;
font-size:11px;
line-height:11px;
margin-bottom:12px;
font-weight:bold;
}

.separator {
	margin: auto;
	clear: both;
	position:relative;
	height:1px;
	margin:30px 16px;
	overflow: hidden;
	background-color: #efefef;
	width: 736px;
}
#newsupdate {
	width:380px;
	float:left;

}
#newsupdate div{
margin:0 16px;

}
.newsdate {
	color:#000000;
	font-size:11px;
}
#newsplacer {
	float:left;
	margin-top: 18px;
	margin-left:48px;
}
#footerholder {	clear:both;
padding:40px 0;
display:block;
position:relative;
}
#footer {

	padding: 6px 0;	
	background-color:#404040;
	height:13px;
	font-size:10px;
	width:100%;
}
#footer .left {
	float:left;
	padding-left:8px;
	color: #cccccc;
}
#footer  a {
	color: #cccccc;
	text-decoration:none;
	}
#footer a:hover {color:#cccccc;text-decoration: underline;}


#footer .right {
	float:right;
	padding-right:8px;
	color:#cccccc;
}

.searchbox{
	width:200px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA282D;
	padding:2px;
	background-color:#fafafa;
	border:1px solid #bdbdbd;
}
.searchbtn_small{ position:relative;
	width:52px;
	height:20px;
	margin:0;
	border:0;
	background-image:url(submit_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.searchbtn_small:hover {
	background-position: bottom !important;
}
.btn{
	background-color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	margin:0px;
	border:0;
	padding:1px;
}
.btn:hover {
	color: #4d4d4d;
	background-color: #555555;
	border:0;
	
}
.src{
font-weight:bold;
color:#000000;}

.black{color:#000000;}
.grey {color:#e6e6e6;}

.news_title_red {
display:block;
width:758px;
font-size:14px;
font-weight:bold;
padding:15px 0 8px 16px;
border-bottom:6px solid #b52200;
}
.newsholder {
padding:0px 16px;
}
.newssubhead {font-weight:bold; font-size:11px; margin-bottom:30px; color:#000000;}
.newsbody { padding:18px 15px;}
.paging {text-align:center; color:#000000; margin-top:30px;}
.pagingfield {
width:50px;
background-color:transparent;
font-size:11px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
padding:3px;
color:#4d4d4d;
background-image:url(pagingfield.gif);
background-repeat:no-repeat;
background-position:left top;
border:0;
}
.paging_btn{ position:relative;
	width:32px;
	height:20px;
	margin:0;
	border:0;
	background-image:url(paging_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.paging_btn:hover {
	background-position: bottom !important;
}
.homelink{
	color:#77272D;
}
.nav_acc{
	color:#666666;
	font-size:11px;
}
.nav_logout{
	font-size:11px;
}
.nav_logout:hover{
	color:#333333;
}
.form_title_gray {
	display:block;
	width:758px;
	font-size:13px;
	font-weight:bold;
	padding:15px 0 2px 16px;
	padding:0px 0 0px 16px;
	color:#333333;
	border-bottom:6px solid #666666;		
}
