body { font-size: 15px; font-family: Calibri, Arial, Sans, sans-serif; color: #333; margin: 0; padding:0; }

#logoright {
	left: 960px;
}

#header {
	background: #333 url("images/esrc.jpg") no-repeat 618px 2px;
	width: 680px;
	height: 54px;
}
#header img {
	margin-left: 30px;
	margin-top: 5px;
	valign: middle;
}
#navcontainer {
	position: relative;
	background: #336699;
	width: 680px;
	border-bottom: 2px solid #333366;
}
#nav {
	list-style: none outside;
	height: 30px;
	line-height: 30px;
	background: #336699;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
#nav li {
	display: inline;
	float: left;
}
#nav li a {
    background: url("images/teleprism-nav.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: -9999em;
}
#nav li.home a {
    background-position: -16px 0;
    width: 80px;
	display: block;
}
#nav li.home-selected a {
    background-position: -16px -30px;
    width: 80px;
	display: block;
}
#nav li.home a:hover {
	background-position: -16px -30px;
}
#nav li.about a {
    background-position: -95px 0;
    width: 84px;
	display: block;
}
#nav li.about-selected a {
	background-position: -95px -30px;
    width: 84px;
	display: block;
}
#nav li.about a:hover {
	background-position: -95px -30px;
}
#nav li.news a {
    background-position: -179px 0;
    width: 75px;
	display: block;
}
#nav li.news-selected a {
    background-position: -179px -30px;
    width: 75px;
	display: block;
}
#nav li.news a:hover {
	background-position: -179px -30px;
}
#nav li.surveys a {
    background-position: -254px 0;
    width: 96px;
	display: block;
}
#nav li.surveys-selected a {
    background-position: -254px -30px;
    width: 96px;
	display: block;
}
#nav li.surveys a:hover {
	background-position: -254px -30px;
}
#nav li.links a {
    background-position: -350px 0;
    width: 73px;
	display: block;
}
#nav li.links-selected a {
    background-position: -350px -30px;
    width: 73px;
	display: block;
}
#nav li.links a:hover {
	background-position: -350px -30px;
}
#nav li.faqs a {
    background-position: -424px 0;
    width: 75px;
	display: block;
}
#nav li.faqs-selected a {
    background-position: -424px -30px;
    width: 75px;
	display: block;
}
#nav li.faqs a:hover {
	background-position: -424px -30px;
}
#nav li.contactus a {
    background-position: -499px 0;
    width: 126px;
	display: block;
}
#nav li.contactus-selected a {
    background-position: -499px -30px;
    width: 126px;
	display: block;
}
#nav li.contactus a:hover {
	background-position: -499px -30px;
}
#container2 {
	clear:left;
	float:left;
	width:680px;
	overflow:hidden;
	background: #fff;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
}
#col1 {
	min-height: 300px;
	float:left;
	width:97%;
	position:relative;
	left:25%;
	overflow:hidden;
	margin: 2%;
	margin-bottom: 15px; /* padding between end of content and footer */
	line-height: 1.5em;
}
#col2 {
	width: 0;
	display: none;
}

#col1 h1 {
	font-size: 2em;
	font-weight: bold;
	color: #369;
	margin-top: 0;
	line-height: 0.8em;
}
#col1 .subheading {
	margin-top: -1.2em;
	color: #999;
	font-style: italic;
}
.lead {	
	font-weight: bold;
}
.banner, .banner img {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 680px;
}
#searchbox {
	border: 1px solid #ccc;
	width: 96%;
	margin-bottom: 8px;
}
#col2 img {
	border: none;
}
#col2 h1 {
	font-size: 1.4em;
	margin-bottom: -8px;
}
.question {
	font-weight: bold;
	color: #369;
	margin-bottom: -0.75em;
}
acronym {
	border-bottom: 1px dotted #369;
}
.link a, .link a:visited {
	font-weight: bold;
	color: #369;
	text-decoration: none;
}
#footer {
	width: 680px;
	float: left;
	background: #369;
	border-bottom: 2px solid #336;
}
#footer p {
	font-size: 0.9em;
	margin: 3px 15px 5px 15px;
	color: #eeeeee;
}