/* CSS Document */

body{
	background-image:url(/images/bg.jpg);
	background-color:#E6E6DE;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color:#000000;
	font-weight: normal;
	text-align: left;
}

#container{
	margin-left: auto;
	margin-right: auto;	
	width: 700px;
	text-align: left;
	padding-bottom: 0px;
	
}

#banner{
	background:url(/images/bg.jpg);
	background-repeat: repeat-x;
	height:126px;
}


#top_bar{
	position:relative;
	float:left;
	color:#000000;
	font-weight: bold;
	margin-left:35px;
	text-align:left;
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	letter-spacing:-.4px;
	color:#FFFFCC;
	padding-top:30px;
	
}
#top_bar a:link{color: #FFFFCC; text-decoration: none; font-weight: normal;}
#top_bar a:visited{color: #FFFFCC; text-decoration: none; font-weight: normal;}
#top_bar a:hover{color: #FFFFCC; text-decoration: underline; font-weight: normal;}
#top_bar a:active{color: #FFFFCC; text-decoration: none; font-weight: normal;}

#top_bar h1{
	font-size: 24px;
	font-weight:bold;
	color:#ffffcc;
	margin-bottom:10px;

	
}

#logo{
	position: relative;
	float:left;
	margin-top:10px;
	background-image:url(/images/chd_web_logo.gif);
	background-repeat:no-repeat;
	height: 84px;
	width: 231px;
}
#clickbox{
	position: absolute;
	top: 0px;
	left: 10px;
	border: 0px;
	width: 231px;
	height: 84px;
	z-index: 5000;
}


#flashbanner{
	position: relative;
	float:right;
	width:auto;
	margin-top:32px;
	height:auto;
	border: 1px solid #cccccc;
	
}
#left_top{
	position:relative;
	float:left;
	background-image:url(/images/box_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	margin-top:5px;	
	width:218px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color:#FFFFCC;
	padding-left:10px;
	letter-spacing:-.2px;
	padding-top:4px;

}

#middle_top{
	position:relative;
	float:left;
	background-image:url(/images/box_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	margin-top:5px;
	width:218px;
	margin-left:5px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color:#FFFFCC;
	padding-left:10px;
	letter-spacing:-.2px;
	padding-top:4px;



}

#right_top{
	position:relative;
	float:right;
	background-image:url(/images/box_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	margin-top:5px;
	width:218px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color:#FFFFCC;
	padding-left:10px;
	letter-spacing:-.2px;
	padding-top:4px;

	
}

#left_box{
	position:relative;
	float:left;	
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	width:208px;
	padding:10px;
	height:230px;
	
}
#left_box a:link{color: #000000; text-decoration: none; font-weight: normal;}
#left_box a:visited{color: #000000; text-decoration: none; font-weight: normal;}
#left_box a:hover{color: #000000; text-decoration: underline; font-weight: normal;}
#left_box a:active{color: #000000; text-decoration: none; font-weight: normal;}


#middle_box{
	position:relative;
	float:left;	
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	width:208px;
	margin-left:5px;
	padding:10px;
	height:230px;
	background-image:url(/images/rendering.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
#middle_box a:link{color: #000000; text-decoration: none; font-weight: normal;}
#middle_box a:visited{color: #000000; text-decoration: none; font-weight: normal;}
#middle_box a:hover{color: #000000; text-decoration: underline; font-weight: normal;}
#middle_box a:active{color: #000000; text-decoration: none; font-weight: normal;}

#right_box{
	position:relative;
	float:right;	
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	width:208px;
	padding:10px;
	height:230px;
	background-image:url(/images/phone2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
#right_box a:link{color: #000000; text-decoration: none; font-weight: normal;}
#right_box a:visited{color: #000000; text-decoration: none; font-weight: normal;}
#right_box a:hover{color: #000000; text-decoration: underline; font-weight: normal;}
#right_box a:active{color: #000000; text-decoration: none; font-weight: normal;}



 
#footer{
	width: 100%;
	color:#000000;
	font-size: 9px;
	font-weight: normal;	
	padding-top: 30px;
	text-align:center;
	line-height: 1.2em;
	margin-bottom: 30px;
	float:left;

	
}
#footer a:link{color: #000000; text-decoration: none; font-weight: normal;}
#footer a:visited{color: #000000; text-decoration: none; font-weight: normal;}
#footer a:hover{color: #000000; text-decoration: underline; font-weight: normal;}
#footer a:active{color: #000000; text-decoration: none; font-weight: normal;}


#bot_image{
	background-image:url(/images/bg_foot.jpg);
	background-repeat:repeat-x;
	
}



