/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #231f20;
	font-size: 13px;
}

#background {
	background:url(../grfx/backgrounds/background.jpg) repeat-x;
}

#intbackground {
	background:url(../grfx/backgrounds/greybg.jpg) repeat-y #d3d4d6;
	background-position: center;
}

#container {
	width: 966px;
	margin: 0 auto;
}

#headerwrapper {
	background-color: #fff;
	border-bottom:#313131 solid 1px;
}

#header {
	height: 146px;
	width: 966px;
	margin: 0 auto;
}

	#headertext {
		float: left;
		width: 270px;
		margin-top: 20px;
		line-height: 170%;
		font-size: 15px;
		font-weight: bold;
	}
	
	.logo {
		float: right;
		width: 507px;
		margin-top: 10px;
	}
	
*:first-child+html #flash {
	margin-bottom: -4px;
}

#menuwrapper {
	height: 76px;
	background:#ffffff;
	border-bottom:#313131 solid 1px;
	
}
	
#content-wrapper {
	float: left;
	margin: 28px 0 30px 0;
}

	#video {
		float: left;
		width: 460px;
		text-align: center;
	}

	#content {
		margin: 0;
		line-height: 140%;
		padding-left: 30px;
		float: left;
		width: 470px;
	}
	
	#callboxes {
		overflow:auto;
		position: relative;
	}
	
	#callboxes p {
		margin:0px;
	}
	
	#callboxes p a.box1,
	#callboxes p a.box2,
	#callboxes p a.box3,
	#callboxes .box4 a {
		margin:0px;
	}
	
	#callboxes p a.box1,
	#callboxes p a.box2,
	#callboxes p a.box3,
	#callboxes .box4 a {
		/*width:240px;
		height:86px;*/
		width:160px;
		height:61px;
		padding:25px 20px 0px 60px;
		color:#313131;
		font-size:19px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		float:left;
		background:url(../grfx/box-sprite.jpg) no-repeat 0px 0px;
	}
	
	.bellme_button {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	#callboxes p a.box1:hover,
	#callboxes p a.box2:hover,
	#callboxes p a.box3:hover,
	#callboxes .box4 a:hover {
		color:#a0218c;
		background:url(../grfx/box-sprite.jpg) no-repeat 0px -86px;
	}
	
	.bm_bubble {
		display: none;
	}
	
	#slider {
		z-index: 0 !important;
	}

#int-content-wrapper {
	float: left;
	margin: 0px 0 30px 0;
	width: 966px;
}

	#leftnav {
		width: 172px;
		float: left;
		min-height: 1px;
		height: auto !important;
		height: 1px;
	}
	
	#int-content {
		float: left;
		width: 630px;
		line-height: 140%;
		padding: 15px 0 0 40px;
	}
	
	
#footer {
	height: 78px;
	background-color: #231f20;
}

	#ftlinks {
		width: 966px;
		margin: 0 auto;
		text-align: center;
		color: #a7a9ac;
		font-size: 12px;
		padding-top: 18px;
		line-height: 160%;
	}
	
		#ftlinks a {
			color: #a7a9ac;
			padding: 0 3px 0 3px;
			text-decoration: none;
		}
		
			#ftlinks a:hover {
				color: #a0218c;
			}

