 /*To change outer background*/
body { background-color: #896646;
        font-family:Arial, Helvetica, sans-serif;
        color: #0000ff;
        margin: 0px;
		font-size: 12px;
}

 /*To change body color, headder pict*/
.page_container {
       background-image:url(images/top_bg.jpg);
        background-repeat:no-repeat;
        background-position:right top;
       	background-color: #B4875E;
		clear: both;
        width: 800px;
        margin: 0 auto;
        text-align: centre;
		font-size: 15px;
		color:#FFFFFF;
		height:auto;
	    padding-top: 0px;
}
#container {
padding-top:136px;
       width: 800px;
	   margin:0px;
        clear: none;
	}

/* To flip the body part change here */
#body {
        font-family:Arial, Helvetica, sans-serif;
		width: 625px;
		height: auto;
        padding: 10px;
		margin-top: 0px;
        padding-top: 10px;
        margin: 0;
		float: right;
        clear: right;
		font-size: 12px;
		color: #000000;
}

/* To flip the panel change here */
#pro_left_nav {
        padding-right: 5px;
        width: 140px;
		padding-top: 10px;
		margin-top: 0px;
        float: left;
        clear: left;
		height: auto;
}
.nav {
 width: 135px;
 display: block;
 padding-left: 5px;
  padding-right: 5px;
}
/* To change the background for top nav */ 
#top {
        background-color:#896646;
        clear: both;
        width: 800px;
        height:25px;
        margin: 0 auto;
		padding-top:5px;
		padding-bottom:3px;
        text-align: center;
		color:#ffffff;		
}
 /* To change the link color for top nav */ 
.top_link {      
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:underline;
}
.top_link:hover {      
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		text-decoration:underline;
		color:#FFFFFF;
		font-weight:bold;
}
 /* To change the font color for left or right panel links */
.left_nav_item a{
    width: 140px;
    display: block;
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration: none;
    color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.left_nav_item a:hover {
	width: 140px;
    display: block;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
    color: #A3A3AF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;

}
.left_nav_spacer {
        width: 145px;
        display: block;
		height:1px;
		background-color: #6279AB;
}
/* To change the font color for H1 tag */ 
#lm_title_bar h1 {
	padding-right: 0px;
	padding-top: 0px;
	font-size: 19px;
	color: #ffffff;
	margin:0px;
}
 /* To change the background color for H1 tag */ 
#lm_title_bar {
    height: 25px;
	margin: 0px;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	background-color:#B4875E;
}

#google_left {
          width: 150px;
		  height:600px;
		  
}
#google_body {
width: 560px;
padding-top:15px;
}
#body_block {
width: 600px;
float: left;
height: 270px;
clear: left;
background-color:#B4875E;
padding-top:10px;
}
#body_txt {
width: 265px;
display: block;
float: left;
clear: left;
height: 250px;
padding-right:10px;
padding-bottom:0px;
padding-top:0px;
padding-left:10px;
}
#google_body1 {
width: 300px;
display: block;
float: right;
background-color:#B4875E;
height: 250px;
float: right;
}
 /* To change the background for bottom nav */ 
#footer {
        background-color:#D0A57E;
        clear: both;
        width: 800px;
        height:25px;
        margin: 0 auto;
		padding-top:5px;
		padding-bottom:3px;
        text-align: center;
		color:#ffffff;		
}
 /* To change the link color for bottom nav */ 
.footer_link {      
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#FFFFFF;
}
.footer_link:hover {      
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:underline;
		color:#FFFFFF;
}
 /* To change the background for copy right */ 
#lm_footer {
        clear: both;
        width: 800px;
        height: 25px;
        margin: 0px;
		font-size: 12px;
		padding-top:10px;
		background-color:#896646;
		color:#000000;
 }
 /* To change the font color for copy right */ 
.copy {      
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#000000;
}

/* To change the font color for site map links */
#site_link a{
    width: 140px;
    padding-left: 0px;
	padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration: underline;
    color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#site_link a:hover {
	width: 140px;
    padding-left: 0px;
	padding-right: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
    color: #A3A3AF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}

/*New Added Classes*/

#row_large {
background-color: #B4875E
}
#row_large #cell_large {
display: inline;
}

#row_small {
width:800px;
position:relative;
margin:0px auto;
}
#row_small #cell_small {
display: inline;
}