/* CSS Document */

#div {
	position:relative;
}
#container {
	margin:auto;
	width:900px;
}	
#mainHeader, #mainBody {
	width:100%;
	margin:0;
	overflow:hidden;
}
#middlMain{
	margin-top:10px;
}
#logo {
	float:left;
}
#callusLogo {
	float:right;
	width:423px;
}
#mainLeft { 
	float:left;
	margin:0;
}
#mainright { 
	float:right;
	width:412px;
}
#middleInner { 
	overflow:hidden;
	width:900px;
	background-color:#7e7777;
	min-height:450px;
	height:100%;
}
#middle_top {
	background-image:url(../images/middle_top_grey.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:900px;
	height:14px;
	margin-top:10px;
}
#middle_bottom {
	background-image:url(../images/middle_bottom_grey.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:900px;
	height:14px;
}
#mainMiddle {
	padding-top:10px;
	height:100%;
	
}
#firstBox {
	float:left;
	width:191px;

}	
#innerFirstBox {
	float:left;
	width:191px;
	padding-left:10px;

}	
#secondBox {
	float:right;
	width:191px;
}
#thirdBox {
	float:left;
	width:191px;
}
#leftImg {
	margin-left:0px;
	width:191px;
	margin-top:10px;
}
#fourthBox {
	float:right;
	width:191px;
}
#welcomeText {
	margin:0px 10px 0px 10px;
}
#content {
	float:left;
	width:670px;
	margin:0px 12px 0px 12px;
	background-color:#7e7777;
}
#mainFooter {
	width:900px;
	margin:auto;
	padding-top:14px;
}
#m_copyright {
	clear:both;
  width: 900px;
}
#l_copyright {
  float: left; 
  width: 450px;
}
#r_copyright { 
  float:right; 
  width: 200px; 
}

#submenu-bg {
	background-image: url(../images/subnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:28px;
}
#submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0.5px;
	line-height:28px;
	display:block;
	float:left;
	color: #dacfcf;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D9797;
}
#submenu a, #submenu a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0.5px;
	line-height:28px;
	display:block;
	color: #dacfcf;
}

#submenu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0.5px;
	line-height:28px;
	display:block;
	color: #ffadb1;
}

















	