@charset "UTF-8";
/* CSS Document */

body{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#333333;
}

img{
	border:none;
}

h1{
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
}

h2{
	font-size:18px;
	margin-bottom:5px;
	color:#990000;
}

h3{
	font-size:14px;
	margin-bottom:5px;
}

p{
	line-height:17px;
	margin-top:3px;
}

li{
	line-height:18px;
}

#wrapper{
	width:805px;
	margin:0 auto;
}

#header{
	width:805px;
}

#main_content{
	width:800px;
}

#left_column{
	float:left;
	width:220px;
}

#right_column{
	float:right;
	width:550px;
}

#diagram{
	margin-top:19px;
}

#home #diagram{
	width:550px;
	height:300px;
}

#main_content_footer{
	clear:both;
}

#footer{
	margin:0 auto;
	margin-top:20px;
	width:805px;
	height:37px;
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#666666;
}

/* CLASSES */

#page_logo{
	margin-bottom:20px;
}

.left_col_box{
	margin:20px 0 0 0;
}

.box_item{
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}

.body_image{
	float:right;
	margin:0 0 8px 20px;
}

/* SPECIAL CLASSES */

#footer span{
	position:relative;
	top:8px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#services #page_content, #contact #page_content{
	margin-top: 20px;
}
