﻿body
{
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    background-image: url('Images/bgm.jpg');
    background-repeat: repeat;
}


#fulldiv 
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    height: 812px;
}
#banner 
{
    background-image:url('Images/header.jpg');
    height:100px;
    
}
#phonecontainer
{
    margin-left:500px;
    width:300px;
    height:25;
    background-image:url('images/phonecontainer.jpg');
    text-align:center;
    text-align:-moz-center;
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    color:White;
}
.leftside 
{
    color: #B7B7B7;
    width:526px;
    float:left;
    margin-top:3px;
    margin-left:5px;
    padding-right:5px;
    height: 403px;
}
.leftside h2 
{
    margin-bottom:0px;
    color:White;
}
.rightside 
{
    color: #B7B7B7;
    width:261px;
    float:right;
    margin-top:5px;
    height: 401px;
    margin-left: 0px;
}
.rightside p
{
    margin-top:-10px;
}
.rightside h2 
{
    margin-bottom:0px;
    color:White;
}
#main-middlecontent
{
    width:800px;
    margin-top:20px;
    clear:both;
}

#leftcontent 
{
  width: 200px;
}
#middlecontent
{
    width: 400px;
    color: #9E9E9E;
    font-family:Verdana;
    font-size:80%;
}
#middlecontent h2
{
    color: #000000;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #008;
    border-bottom-color: #999999;
}
#middlecontent h2 span
{
    padding: 0 10px;
padding-bottom:0px;
margin-bottom:0px;
    background-color: #808080;
    font: courier-new;
    font-size: 0.7em;
}
#rightcontent 
{
  width: 200px;
}
#footerparent 
{
     background-repeat:repeat;
     margin-top:80px;
     border-top:solid 1px gray;
     clear:both;
     
}
#footerparent1 
{
    background-image:url('images/maincontentbg.jpg');
    border-top:solid 1px gray;
}
#footer
{
    background-image:url('images/maincontentbg.jpg');
    clear:both;
    width: 800px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat;
    color: #B7B7B7;
    height: 293px;
    padding-top:20px;
}
#footer hr 
{
    height:50%;
}
#footer a
{
    color: #CC3300;
    text-decoration:none;
    font-size:120%;
}
#footer a:hover
{
    color: #FFFFFF;
    text-decoration:none;
    font-size:120%;
}
#footerleft 
{
    width:450px;
      vertical-align:top;
}
#footer h3 
{
    margin-bottom:0px;
    border-bottom:solid 1px gray;
    margin-bottom:8px;
    padding-bottom:5px;
}   
#footermiddle 
{
    vertical-align:top;
     font-style: italic;
}
#footerright
{
    width: 175px;
    vertical-align: top;
    font-style: italic;
}
#leftmenu 
{
    	
		width:194px;
		height:221px;
		
	}
		#leftmenu ul{
			list-style:none;
			padding:0 0 0 8px;
		}
			#leftmenu li{
				list-style:none;
				display:block;
				padding:10px 0;
			}
				#leftmenu li a{
					list-style:none;
					display:block;
					background:url(images/menu_026_b.gif) no-repeat left center;
					color:#ffe991;
					font-weight:bold;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:0 5px 0 25px;
				}
					#leftmenu li a:hover{
						background:url(images/menu_026_h.gif) no-repeat left center;
						color:#fff;
						text-decoration:none;
					}
				#leftmenu li .current{
					list-style:none;
					display:block;
					background:url(images/menu_026_h.gif) no-repeat left center;
					color:#fff;
					font-weight:bold;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:0 5px 0 25px;
				}
					#leftmenu li a.current, #leftmenu li a:hover.current{
						background:url(images/menu_026_h.gif) no-repeat left center;
						color:#fff;
						text-decoration:none;					
					}
