.img {margin-right:15px}

body {
	background:#3C3F3E;
	color:#666666;
	font-family:tahoma;
	font-size:11px;
	padding:0;
	margin:0;
	line-height:13px;
	text-align:center;
	height: 100%;
}

.wrap {
	margin:0;
	padding:0;

	text-align:left;
	height: 100%;
}

#top {
	margin:0;
	padding:0;
	width:715px;
	height:64px;
	text-align:left;
	display:table;
	background-color: #3D3F3E;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu {background:url(images/search_bg.jpg) right top no-repeat #3C3F3E;
margin:0;
padding:0;
width:571px;
height:46px;
text-align:left;
display:table;
}

#content {
	background:#3C3F3E;
	width:715px;
	margin:0;
	padding:0;
	display:table;
}

#content1 {background:#3C3F3E;
width:571px;
margin:0;
padding:0;
text-align:left;
height:100px;
display:table;
}

#footer {
	width:715px;
	height:76px;
	margin:0;
	padding:0;
	text-align:left;
	background-color: #474D4D;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.footer_left {background:url(images/dot1.gif) right repeat-y;
padding:0;
margin:0;
text-align:left;
height:76px;
width:401px;
float:left;
}

.footer_right {
	padding:0;
	margin:0;
	text-align:center;
	width:170px;
	float:right;
	display:table;
}

.line {background:url(images/dot.gif);
height:1px;
margin-bottom:12px;
margin-top:12px;}

.line1 {background:url(images/dot1.jpg);
height:1px;
margin-bottom:15px;
margin-top:15px;}

/*-------------------------------------------------------PAGE_1,2-------------------------------------------------------*/

#left_content {background:url(images/corner.jpg) right bottom no-repeat #595D5C;
padding:0;
margin:0;
text-align:left;
width:188px;
float:left;
}


#right_content {
	padding:0;
	margin:0;
	text-align:left;
}

.1inner_left {margin:0px 24px 12px 28px}
.1inner_right {margin:26px 24px 20px 31px}


/*-------------------------------------------------------PAGE_3-------------------------------------------------------*/

#right_content3 {background:url(images/corner.jpg) right bottom no-repeat #595D5C;
padding:0;
margin:0;
text-align:left;
width:191px;
float:right;
}


#left_content3 {
padding:0;
margin:0;
float:left;
text-align:left;
width:380px;
}

.1inner_left {margin:0px 24px 12px 28px}
.1inner_right {margin:26px 24px 20px 31px}
/*--1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111--*/

.gray {color:#7D8682; text-decoration:none}
.gray_l {color:#BEC0BF; text-decoration:none}
.gray {color:#7D8682; text-decoration:none}
.green_l {color:#DBFF84; text-decoration:none}
.green {color:#89B93E; text-decoration:none}
.blue {color:#428484; text-decoration:none}

.copy {color:#BEC0BF; text-decoration:none}

.white {color:#F4F6F5; text-decoration:none}
.dark {color:#292B2A; text-decoration:none}

.abs {vertical-align:middle}
.big {font-size:13px}
.n {font-size:11px}
.sm {font-size:10px}

.clear {
clear:both}

a {
	color:#FF0000;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}

.abs {vertical-align:middle}
		
.form_search { width:108px;
		height:21px;
		font-family:tahoma;
		font-size:12px;
		border-style:solid;
		border-width:1px;
		border-color:#AF4028;
		background-color:#ffffff;
		color:#3C3F3E;
		padding:2px}
		
.form_news { width:106px;
		height:19px;
		font-family:tahoma;
		font-size:12px;
		border-style:solid;
		border-width:1px;
		border-color:#CFCFCF;
		background-color:#ffffff;
		color:#3C3F3E;
		padding:1px}
		
.form {
	width:260px;
	height:21px;
	font-family:tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#525353;
	background-color:#ffffff;
	color:#3C3F3E;
	padding:2px;
	margin-bottom:5px
}
		
.textarea {
	width:260px;
	height:147px;
	font-family:tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#525353;
	background-color:#ffffff;
	color:#3C3F3E;
	padding:2px;
	overflow:hidden;
}
		
.u		{text-decoration:underline}
.nu		{text-decoration:none}
.t 		{text-transform:uppercase}

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}
menu {
	width:715px;
	height:30px;
	font-size:0.85em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:143px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:143px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:132px;
	height:30px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	padding-left:10px;
	line-height:29px;
	background-color: #d24210;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:143px;
w\idth:132px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#97715f;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#8d5e49;
}
.menu ul ul :hover > a.drop {
background:#8d5e49;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #FFFFFF;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#81543f;
}
.menu ul ul ul :hover > a {
background:#81543f;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:31px;
left:0; 
width:143px;
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:143px; 
bottom:0;
width:143px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-143px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFF99;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:122px;
	background-color: #595d5c;/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:143px;
w\idth:122px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{

	background:#60311b;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFCC;
	background:#60311b;
	background-image: url(images/m2r.gif);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
