* {
  font-family: Arial, Helvetica, sans-serif;
  }	
em {
  font-style: italic;
}
#container {
  width:982px;
  margin:0 auto;
  background:#ffffff;
}

#nav {
  width:952px;
  height:32px;
  margin:0 auto;
  padding-left:30px;
  background:url(../images/nav_bg.gif);
}
#nav a {
  float:left;
  padding:0px 10px;
  color:#fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-weight:bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height:32px;
}
#nav a:hover {
  background:url(../images/nav_bg_hover.gif);
}
#index_content {
  margin:20px;
  font-family: arial, helvetica, sans-serif;
  font-size:14px;
  line-height: 150%;
}
#index_content td {
  vertical-align:top;
  padding:20px;
}
#index_content td#left {
  border-right:1px solid #cdcdcd;
  text-align: center;
}
#index_content td#right {
  border-left:1px solid #cdcdcd;
  text-align: center;
}
#index_content td#right ul {
  height:160px;
  width:260px;
  overflow:hidden;
  margin-bottom:20px;
}
#index_content td#right ul li {
  height:20px;
  width:260px;
}
#index_content td#right h2 {
	font-weight:bold;
	padding-bottom:10px;
}

#map {
  float:right;
  width:300px;
  background: #F2F2F2;
  padding:10px;
}
#map a {
  font-size:12px;
  text-decoration:none;
  color:#333;
}

#content_container {
	height:100%;
	padding:20px 50px 20px 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#content_container p {
  padding-bottom:10px;
  line-height: 150%;
  text-align: justify;
}

#testimonials {
	float:right;
	width:250px;
}
#testimonials p {
	color:#5E5E5E;
	text-align:left;
}

#screenshot_sidebar {
	padding-left:20px;
	width:222px;
	float:right;
	text-align:center;
}
#screenshot_sidebar img {
	margin-top:20px;
	border:1px solid #3E3E3E;
	text-align:center;
}
#screenshot_sidebar p {
	width:222px;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}

.popup_container {
	width:700px;
	margin:10px;
	text-align:center;
}
.popup_container p {
	font-size:14px;
	width:600px;
	text-align:justify;
	padding-top:10px;
	margin:0 auto;
}
.popup_container img {
	border:1px solid #3e3e3e;
}

h1 {
  font-size:18px;
  color:#0d69a8;
  font-weight:bold;
  margin-bottom:3px;
}

h2 {
  font-size:16px;
  color:#0d69a8;
  font-weight:bold;
  margin-bottom:3px;
}
h3 {
  color:#0d69a8;
  margin-bottom:3px;
}
.underline {
  text-decoration:underline;	
}
.sidebar_image {
  position:absolute;
  padding:30px;
}
.sidebar_text {
  position:absolute;
  padding-top:270px;
  padding-left:50px;
  line-height:150%;
}
