/*#######################################
Name: epc.css
Date: 30-03-2009
Author: Easelnet
########################################*/

html,body{
	margin:0;
	padding:0;
	background-image: url(images/stripe_small.jpg);
	background-repeat: repeat;
}
body{
	font-family: Arial, sans-serif;
	font-size: 70%;
	background-color: #ffffff;
	text-align: center;
}
div#container{
	width: 960px;
	height: auto;
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
div#header{
	height: 100px;
	background-color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background-image: url(images/city-skyline3.jpg);
	background-repeat: no-repeat;
}
div#footer{
	height: 43px;
	background-color:#333333;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	color: #CCC;
}
div#subfoot{
	height: 33px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #666666;
}
div#left-column{
	float:left;
	width:240px;
	height:auto;
	margin: 0px;
	background-color:#2E3094;
}

div#right-column{
	float:right;
	width:120px;
	height:auto;
	margin: 0px;
	background-color:#2E3094;
}

div#middle-column{
border-left: 240px solid #2E3094;
	
	width: auto;
	height: auto;
	background-color:#FFFFFF;
}
div#rics{
	background-repeat: no-repeat;
	background-color:#2E3094;
	width:120px;
	height:100px;
	background-position: center;
	background-image: url(images/rics.jpg);
}
div#vert-nav{
	margin:0px;
	height:300px;
	background-color:#2E3094;
	
}
div#sparks{
	width:120px;
	height:210px;
	background-color:#2E3094;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #ffffff;
}
div#mcontent{
	width: 500px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333;
	text-align: justify;
	padding: 15px;
	background-color: #FFFFFF;
}

div#faqcontent{
	width: 600px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333;
	text-align: justify;
	padding: 15px;
	
}

div#footer a{
	text-decoration:none;
	color: #CCC;
}
div#footer a:hover{
	color:#fff;
}
ul#nav,ul#nav li{
	list-style-type:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
ul#nav a{
	display:block;
	width: 220px;
	text-align:left;
	text-decoration:none;
	color: #FFF;
	background-color: #2E3094;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
ul#nav a:hover{
	color: #FFF;
	background-color: #1F0E76;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	color: #FFF;
	background-color: #C60;
}

ul{
padding: 0px;
margin: 0px;
}

div#topper{
	height: 20px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
div#sparkslogo{
	width:120px;
	height:50px;
	background-color:#2E3094;
	background-image: url(images/sparks.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a
{
  outline: none;
}

.bold1{
	font-weight: bold;
}
div#certpic{
float: right;
padding: 15px;
}
.lht,.lht a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
}
.lht2{
	color:#FFFFFF;
	font-size:18px;
	text-decoration: none;
}
.lht3{
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.phones{
	color:#000000;
	font-size:14px;
	text-decoration: none;
}

.tiny{
	color:#FFFFFF;
	font-size:10px;
	text-decoration: none;
}
div#lhtb{
text-align: left;
width:220px;
height:auto;
padding:10px;
}

div#changing-pics{
}


.hidden_main{
position:relative;
display:none;
overflow:hidden;
filter:alpha(opacity=0);
opacity:0;
}

dl					{ clear: both; margin: 0 0 6px 0; }

dt					{
	
	padding: 1px;
	background: white;
	position: relative;
	font-style: italic;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
					
dd.answer			{ background: white; 
					  position: relative; width: 90%; float: right; }
dd.answer div		{ padding: 1px;
                      margin: 0 0 10px 0; }

.answer-tab		    { background: url(images/answer-tag.png); display: block; 
                      text-indent: -9999px; width: 40px; height: 37px; cursor: pointer;
                      }