@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0}
body {
	margin:0 auto;
	background:url(../images/main_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	line-height:18px;
	color:#000000;
	padding:2px;
}

ul {
	list-style:none;
}

a {
	color:#FFFFFF;
}
#main_wrapper{
	width:769px;
	padding:15px;
	margin:0 auto;
}

#header{
	height:auto;
	overflow:auto;
}

#logo{
	background:url(../images/logo.gif) no-repeat top left;

	height: 75px;
	min-height: 75px;
}

#top_links{
	float:right;
}
#top_links img{
	border:none;
}

#banner{
	background:url(../images/banner.jpg) no-repeat top left;
}

#content_wrapper{
	margin:10px 0;
}

#side_content{
	width:227px;
	float:left;
}

#navigation{
	padding:5px 0 76px 5px;
}

#navigation ul li{
	padding:5px 0 0 22px;
}

#navigation ul li.active{
	padding:5px 0 0 0;
}


#navigation ul li a{
	width:100%;
	height:24px;
}

#navigation ul li img {
border:none;
}

#contact{
	background:url(../images/contact_box.gif) no-repeat center center;
	height:114px;
}

#main_content{
	padding:0 0 0 15px;
	float:left;
}

#footer{
	clear:both;
	text-align:right;
	color:#FFFFFF;
}


/* boxes */

.main_box {

}

.main_box .top{
	background:url(../images/main_box_top.gif) no-repeat top left;
	height:21px;
	width:524px;
}

.main_box .top_1{
	background:url(../images/main_box_top_1.gif) no-repeat top left;
	height:17px;
	width:524px;
}

.main_box .middle{
	background:url(../images/main_box_bg.gif) repeat-y top left;
	width:504px;
	overflow:auto;
	height:auto;
	padding:0 10px;
}

.main_box .bottom{
	background:url(../images/main_box_bottom.gif) no-repeat top left;
	height:21px;
	width:524px;
}

.main_box .bottom_1{
	background:url(../images/main_box_bottom_1.gif) no-repeat top left;
	height:21px;
	width:524px;
}

.side_box {
}

.side_box .top{
	background:url(../images/side_box_top.gif) no-repeat top left;
	height:18px;
	width:225px;
}

.side_box .middle{
	background:url(../images/side_box_bg.gif) repeat-y top left;
	width:225px;
	overflow:auto;
}

.side_box .bottom{
	background:url(../images/side_box_bottom.gif) no-repeat top left;
	height:21px;
	width:225px;
}

.image_l {
	float:left;
	margin:5px;
}

.image_r {
	float:right;
	margin:15px 5px 5px 5px;
}

.read_more{
	background:url(../images/read_more_bg.gif) no-repeat center center;
	width:68px;
	height:18px;
	padding:2px;
	float:right;
	text-align:center;
}
.read_more a{
	color:#FFFFFF;
	text-decoration:none;
}

#services {
	float:left;
}

#services ul {
	padding:10px 0 0 0;
}
#services ul li{
	background:url(../images/bullet.gif) no-repeat left center;
	padding:0 5px 0 20px;
	line-height:24px;
}

#services .box {
	float:left;
}

fieldset {
	border:none;
	width:auto;
	height:auto;
	padding:10px;
}

label {
	padding:2px;
	display:block;
	width:180px;
	text-align:left;
}

input {
	padding:2px;
}
