* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background:#fff;
	line-height:20px;
	color:#3e3e3e;
}
#wrapper {
	width:929px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#branding {
	height:99px;
	position:relative;
}
h1 a {
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:400px;
	height:73px;
	text-indent:-9999px;
	margin-top:22px;
}
#nav {
	position:absolute;
	top:10px;
	right:18px;
}
#nav li {
	list-style-type:none;
	float:left;
	background:url(../images/nav_sep.png) no-repeat right center;
	margin-left:13px;
	padding-right:13px;
}
#nav li.last {
	background-image:none;
}
#nav li a {
	display:block;
	text-indent:-9999px;
	height:11px;
}
#nav li.home a {
	background:url(../images/nav_home.png) no-repeat;
	width:44px;
}
#nav li.services a {
	background:url(../images/nav_services.png) no-repeat;
	width:70px;
}
#nav li.about a {
	background:url(../images/nav_about.png) no-repeat;
	width:74px;
}
#nav li.contact a {
	background:url(../images/nav_contact.png) no-repeat;
	width:93px;
}
h2 {
	background:url(../images/interactive.png) no-repeat;
	width:929px;
	height:293px;
	position:relative;
}
.about h2 {
	background:url(../images/about_interactive.png) no-repeat;
	width:926px;
	height:113px;
	position:relative;
}
h2 span {
	position:absolute;
	text-indent:-9999px;
}
h2 a {
	background:url(../images/learn_more.png) no-repeat;
	display:block;
	width:247px;
	height:66px;
	text-indent:-9999px;
	position:absolute;
	top:185px;
	left:28px;
}
#container {
	width:929px;
	background:url(../images/container_bg.png) repeat-y 0 0;
	margin-top:0px;
	overflow:hidden;
	padding-bottom:110px;
	position:relative;
}
#container p.email a {
	background:url(../images/email.png) no-repeat;
	display:block;
	width:78px;
	height:89px;
	text-indent:-9999px;
	position:absolute;
	right:17px;
	bottom:10px;
}
#content {
	width:602px;
	float:left;
	padding:20px 16px;
}
#content h3 {
	font-size:24px;
	color:#253e64;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#content ul {
	font-size:18px;
	color:#3e3e3e;
	line-height:35px;
	list-style-type:none;
	margin:20px 0 0 20px;
	position:relative;
}

#content ul li {
	padding-left:22px;
}

#content p{
font-size: 12px;
line-height:12px;
}

#about_bullets ul {
	font-size:12px;
	color:#3e3e3e;
	line-height:35px;
	list-style-type:none;
	margin:0px 0px 0px 20px;
}

#about{
width:602px;
	float:left;
	padding:20px 16px;
}

#about p{
padding:10px;

}

#about h3 {
	font-size:24px;
	color:#253e64;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
	
}

#about ul{
padding: 0px 40px;
}

h5{
font-size:18px;
	color:#253e64;
	margin-bottom:10px;
}

#about_bullets ul li{
	background:url(../images/bullet_small.png) no-repeat left center;
	padding-left:10px;
}

#side_bar {
	width:273px;
	float:left;
	padding:0 11px;
}
#side_bar address {
	background:url(../images/call.png) no-repeat;
	width:266px;
	height:77px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#side_bar h4 {
	font-size:20px;
	color:#253e64;
	margin-bottom:10px;
}
#side_bar ul {
	font-size:14px;
	color:#253e64;
	list-style-type:none;
	border-left:1px solid #cfcfcb;
	padding:10px 0 10px 5px;
	margin-left:15px;
}
#footer {
	clear:both;
	background:#afc72c url(../images/footer.png) no-repeat;
	width:929px;
	height:45px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:45px;
	margin-bottom:20px;
}