@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background: #495056 url(../img/bg_tile.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}

#wrapper {
	width: 800px;
	height: auto;
	margin: 30px auto;
	padding: 0;
}

#bg_top {
	background: url(../img/top_bg.png);
	background-repeat: no-repeat;
	width: 756px;
	height: 31px;
}

#bg_content {
	background: url(../img/content_bg.png);
	background-repeat: repeat-y;
	width: 756px;
	height: auto;
}

#bg_bottom {
	background: url(../img/bottom_bg.png);
	background-repeat: no-repeat;
	width: 756px;
	height: 27px;
	
}

#content {
	background: #fff;
	margin: 0 auto;
	width: 690px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	
}

/* END WRAPPER BUILD */




/* START MENU BUILD */

#nav {
	background: #fff;
	width: 710px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

#nav_home {
	width: 73px;
	height: 25px;
	background: url(../img/menu_home_tab.jpg);
	background-repeat: repeat-x;
	float: left;
}

#nav_green {
	width: 153px;
	height: 25px;
	background: url(../img/menu_green_tab.jpg);
	background-repeat: repeat-x;
	float: left;
}

#nav_blue {
	width: 168px;
	height: 25px;
	background: url(../img/menu_blue_tab.jpg);
	background-repeat: repeat-x;
	float: left;
}

#nav_orange {
	width: 152px;
	height: 25px;
	background: url(../img/menu_orange_tab.jpg);
	background-repeat: repeat-x;
	float: left;
}

#nav_red {
	width: 158px;
	height: 25px;
	background: url(../img/menu_red_tab.jpg);
	background-repeat: repeat-x;
	float: left;
}
	
#nav_margin_fix {
	width: 1px;
	height: 25px;
	background: #fff;
	float: left;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px auto;
	color: #fff;
	text-align: center;
}
/* END MENU BUILD */


/* START STREET SCENE */

#header_image {
	width: 708px;
	height: 163px;
	background: url(../img/vermont_street2.jpg);
	background-repeat: no-repeat;
	margin-left: -8px;
	border-top: 1px solid #fff;
}

/* END STREET SCENE */


/* START LOGO */

#logo {
	width: 242px;
	height: 93px;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: -15px;
	float: left;
}
/* END LOGO */

/* START SOFTWARE LINKS */

#products {
	width: 200px;
	height: auto;
	padding: 5px 0 5px 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
}

li {
	list-style: none;
	background-image: url(../img/product_bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;  /* space for the image */
}

/* END SOFTWARE LINKS */


/* START FOOTER SECTION */

#divider {
	border-top: 1px solid #b8b8b8;
}

#footer {
	
}

#poweredby_tag {
	width: 100px;
	height: auto;
	float: right;
	margin-top: 30px;
}

#product_logos {
	width: 580px;
	height: auto;
	float: left;
	margin-top: 15px;
}

#amicus_logo {
	height: 53px;
	width: 80px;
	margin-right: 5px;
	float: left;
}

#timeslips_logo {
	height: 55px;
	width: 122px;
	margin-right: 5px;
	float: left;
}

#wordperfect_logo {
	height: 55px;
	width: 114px;
	margin-right: 5px;
	float: left;
}

#worlddox_logo {
	height: 55px;
	width: 130px;
	margin-right: 5px;
	float: left;
}


/* END FOOTER SECTION */


#home_body {
	width: 175px;
	height: auto;
	float: left;
	padding: 0;
}

#home_body_content {
	width: 175px;
	height: auto;
	float: left;
	padding: 5px 7px 5px 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	margin-right: 3px;
}

#section_body_content {
	width: 675px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

#section_header_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #d14000;
	margin: 3px auto;
	text-align: left;
}

#section_header_products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #a5de16;
	margin: 3px auto;
	text-align: left;	
}

#section_header_references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #006799;
	margin: 3px auto;
	text-align: left;	
}



#home_blog {
	width: 279px;
	height: auto;
	float: left;
	padding: 0;
}

#home_blog_content {
	width: 278px;
	height: auto;
	float: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 0 5px 0 5px;
	
}


#home_divider {
	background: url(../img/divider_bg.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 163px;
	float: left;
	margin: 0 3px 0 3px;
}

#section_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #2b6aae;
	margin: 3px auto;
	text-align: center;
	
}

#dogblog_head {
	width: 248px;
	background: url(../img/dogblog_header.jpg);
	background-repeat: no-repeat;
	height: 55px;
	margin: 3px auto;
	text-align: center;
	margin-top: -10px;
	
}

/* START NAV LINKS */

a.nav:link {
	color: #fff;
	text-decoration: none;
}

a.nav:visited {
	color: #fff;
	text-decoration: none;
}

a.nav:hover {
	color: #000;
	text-decoration: none;
}

a.nav:active {
	color: #fff;
	text-decoration: none;
}

/* END NAV LINKS */


/* START CONTENT LINKS */

a.content:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}

a.content:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a.content:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

a.content:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/* END CONTENT LINKS */



/* PRODUCTS & SERVICES */

#image_block {
	width: 150px;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}

#text_block {
	width: 400px;
	height: auto;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	margin-left: 10px;
	margin-bottom: 30px;
	float: left;
}

#content_image {
	width: 215px;
	border: 1px solid #000;
	height: auto;
	float: right;
}

#section_body_content_image {
	width: 450px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

#section_body_contact_image {
	width: 200px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

#contact_form {
	width: 245px;
	height: auto;
	background: #EfEfEF;
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	float: left;
	margin-left: 2px;
}