@charset "utf-8";

/* Styles site wide */
body { background: #dee7ed;	color: #555555;	font-size: 14px; font-family: Arial, Tahoma, Verdana; margin: 0 auto 0;	padding: 0;line-height: 20px; }
a, a:visited { color: #008DCF; text-decoration: none; }
a:hover { color: #008DCF; text-decoration: underline; }
a img { border: none; }
a:focus, a:hover, a:active { outline: none;	}
.right { float:right; }
.left { float:left; }
.white { color:#fff; }
.header { width:960px; height:125px; margin: 0 auto; }
.menu { width:960px; height:45px; margin: 0 auto; background-color:#404040; }
.date {float:right; margin-right:25px; margin-top:5px; color:#fff; }
.footer { width:960px; height:50px; text-align:left; margin: 0 auto; color:#666666; font-size:11px; margin-top:20px; text-shadow: #FFFFFF 1px 1px; text-transform: uppercase; clear:both; }
.footer a { text-decoration:none; color: #666666; }
.footer a:hover { color: #008DCF; text-decoration: underline; }

/* Content page styles */
.inner_wrapper { width:960px; background-color:#fff; margin: 20px auto; }
.inner_left { width:620px; float:left; padding:20px; }
.inner_left li { list-style:none; }
.inner_left ul { margin-top:-10px; margin-left:-15px; }
.inner_right { width:300px; float:left; }
.inner_right img { margin-top:10px; }
.inner_right li { list-style:none; border-bottom:1px dotted #cccccc; }
.inner_right ul { margin-top:-10px; margin-left:-15px; }
.inner_right_list { width:250px; border-bottom:1px dotted #cccccc; border-top:1px dotted #cccccc; float:left; }
.inner_right_title { font-size:16px; }
.title { width:100%; font-size:22px; font-weight:bold; margin-bottom:5px; border-bottom:1px dotted #cccccc; padding-bottom:5px; }
.subtitle { margin-top:10px; }
.subtitle a { font-size:16px; color:#555555; text-decoration:none;  }
.subtitle a:hover { text-decoration:underline; }

/* Homepage specific styles */
.home_header { width:100%; height:165px; background-color:#2f5067;  }
.home_header_image { width: 960px; height:145px; background-color:#fff; margin: 0 auto; }
.home_header_image img { margin-left:10px; }
.homecontent { width:960px; margin: 0 auto; background-color:#fff; margin-top:10px; }
.homecontent2 { width:960px; margin: 0 auto; background-color:#fff; margin-top:10px; }
.content_item { width:285px; float:left; margin:15px; }

/* About section specific styles */
.bottom_about { width:313px; border:1px solid #cccccc; text-align:center; margin: 0 auto; padding:5px; font-size:11px; line-height:10px; }
.about_overview_container { width:100%; }
.about_text { width:295px; float:left; }
.about_overview { width:313px; border:1px solid #cccccc; text-align:center; float:left; padding:5px; font-size:11px; line-height:10px; }

/* Products section specific styles */
.bullets li { list-style:inside; }

/* Support section specific styles */
.support img { margin-right:10px; margin-top:10px; }

/* Retrieve section specific styles */
.retrieve_box { width:460px; border:1px dotted #cccccc; margin: 0 auto; font-size:11px; text-align:center; padding:5px; }
.bullet_box { border:1px dotted #cccccc; padding:5px; }
.bullet_box li { list-style:inside; margin-top:10px; }
.show_bullets li{ list-style:inside;  }

/* Contact Us specific styles */
.textbox { width:300px; }
.message { width:350px; height:200px; }



