

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body { 
  line-height: 1.5; 
  background: #fff; 
  margin:1.5em 0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/*----------------------------------------------------------*/

body {
  color: #000;
  background: #FFFBE1; /* light creame */
  font-family : "Arial","Latha";
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Arial";
/*  background: url(http://www.telljp.com/images/grid.png); */
  line-height: 20px;
}
a:hover {
  background:transparent none repeat scroll 0%;
  color:#4A75A5;
  text-decoration:underline;
}
a {
  background:transparent none repeat scroll 0%;
  color:#4A75A5;
  text-decoration:none;
}




#outer-wrapper {
  background: #FFFFFF; 
  width: 791px;
  margin: 0 auto;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}



#sidebar_menus ul,
ul.parallel {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul.parallel li{
  float: left;
  padding: 0px 10px;
  border-left: 1px solid #4A75A5;
}
ul.parallel2 {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul.parallel2 li{
  float: left;
  padding: 0px 15px;
  border-left: 1px solid #4A75A5;
  
}
ul.parallel2 li:first-child{
  float: left;
  padding: 0px 15px;
  border-left: 0px none #4A75A5;
}
#header {
  position: relative;
  border-bottom:5px solid #73BEBD;
  padding: 5px 5px 0px 5px;
  height: 85px;
}



#header .sub_nav {
  font-size:70%;
  right:0px;
  position: absolute;
  top: 0px;


}

#header .main_nav {
  font-size:90%;
  font-weight:bold;
  
  position: absolute;
  bottom: 5px;
  right: 0px;
}

#header ul li{
  margin: 5px 0px;
}

#header .sub_nav ul li{
  margin-top: 5px;
  line-height: 10px;
}

h1#logo {
  margin-top: 0px;
}

#content-wrapper {

}

.layout_home_main {
  width: 500px;
  margin-right: 10px;
  float: left;
}

.layout_home_right_sidebar {
  float: right;
  width: 262px;
}

.layout_left_sidebar {
  float: left;
  width: 216px;
}

.layout_main {
  float: left;
  width: 556px;
}

.grid_h2_content .h2_content{
  float: left;
  width: 250px;
}
.grid_h2_content .first_column {
  clear: left;
}


.grid_h2_content h2 {
  clear: both;
}


#sidebar {

}

.sidebar_content h2 {
  border:1px solid #9A9A9A;
  font-size:85%;
  font-weight:bold;
  line-height:1.8;
  background-image:url(http://www.telljp.com/images/LO_lgarrow.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #4A75A5;
  margin-left:10px;
  margin-right:20px;
  margin-bottom: 5px;
}

.main_content h2 {
  background-color: #73BEBD;
  color:#FFFFFF;
  font-size:95%;
  font-weight:bold;

  margin:0pt;
  padding:3px 5px;
}

.main_content h3 {
  color:#4A75A5;
  font-family:"Arial","Bookman Old Style";
  font-size:95%;
  font-weight:bold;
  margin: 10px 0px 5px 0px;

}
.main_content .h2_content {
  margin: 5px;
}

.main_content .h2_content p, .main_content .h2_content ul {
  color:#848284;
  font-family:"Arial";
  
  /*font-weight:bold;*/
  margin: 0px 0px 10px 0px;
}
.main_content .h2_content li, .main_content .h2_content ul
{
	font-size:inherit;
}
.main_content .h2_content p
{
	font-size:80%;
	padding-top:10px;
}
.main_content .h2_content label, ._input
{
	color:#848284;
}
.main_content .h2_content a {
  
  background-position:left center;
  background-repeat:no-repeat;
  /*
  background-image:url(http://www.telljp.com//images/LO_lgarrow.jpg);
  padding-left:20px;*/
}

.main_content .h2_content li {
  list-style-type:none;
  padding-left:20px;
  
}

.main_content .date_content {
  color:#000000;
  font-family:"Arial","Bookman Old Style";
  font-size:70%;
  font-weight:bold;
  line-height: 15px;
}

#navigation_path {
  background-color:transparent;
  color:#4A75A5;
  font-size:70%;
  margin: 5px 20px;
  text-align:left;
}


#footer {
  position: relative;
  background:#73BEBD none repeat scroll 0%;
  color:#FFFFFF;
  font-family:"Arial";
  font-size:70%;
  
  padding: 0px 10px;
  clear: both;
  
}
#VCCfooter {
  position: relative;
  color:#848284;
  font-family:"Arial";
  font-size:70%;
  /*font-weight:bold;*/
  margin: 0px 0px 10px 0px;

  padding: 0px 10px;
  clear: both;
  line-height:1.2;
  
}
#footer .policy {
  position: absolute;
  right: 10px;
  top: 0px;
}

#footer .policy a {
  color:#FFF;
}


#contact {
}

.layout_contact_content {
  margin-top: 10px;
  float: right;
  width: 225px;
}

.layout_contact_splash {
  float: left;
}


.header_arrow_content h3{
  color:#4A75A5;
  font-family:"Arial","Bookman Old Style";
  font-size:95%;
  font-weight:bold;
  height: 1%;
  padding-left: 20px;
  background-image: url(http://www.telljp.com/images/LO_lgarrow.jpg);
  background-position: center left;
  background-repeat: no-repeat;

}

.header_arrow_content p {
  color:#848284;
  font-family:"Arial";
  font-size:75%;
  margin: 0px 20px 10px;
}


.highlight_box {
  background:#94CBC6 none repeat scroll 0% 50%;
  margin: 5px 5px 10px 0px;
}

.highlight_box h3 {
  background:#73BEBD none repeat scroll 0%;
  color:#FFFFFF;
  font-family:"Arial","Bookman Old Style";
  font-size:95%;
  font-weight:bold;
  text-align:right;
  margin: 2px;
  padding-right: 2px;
}

.highlight_box .support_content {
  padding: 10px 10px 10px 10px;
}

.highlight_box h4 {
  padding-left: 20px;
  background-image: url(http://www.telljp.com/images/LO_dgarrow.jpg);
  background-position: center left;
  background-repeat: no-repeat;
}

.highlight_box h4 a {
  font-size:95%;
  font-weight:bold;
  color:#FFFFFF;

}

.highlight_box p {
  color:#000000;
  font-family:"Arial";
  font-size:75%;
  padding-bottom: 20px;
  margin-left: 20px;
}



#whatsnew h3 {
  color:#73BEBD;
  font-size:90%;
  font-weight:bold;
}

#whatsnew {
  clear: both;
}

#whatsnew .whatsnew_content {
  margin: 0px 10px 10px 10px;
}

#whatsnew ul {
  margin-left: 20px;
}

ul.date_listing {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul.date_listing li .date {
  color:#848284;
  font-size:85%;
  float: left;
}

ul.date_listing li .title {
  color:#4A75A5;
  font-size:85%;
  float: left;
  margin-left: 20px;
}

ul.date_listing li {
  overflow: hidden;
}

.site_map li {
	padding-left: 1em;
}

.supporters img, .handbook img, .profiles img {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}

.handbook img {
	margin-bottom: 100%;
}

.container { display: inline-block; }
.container:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .container { height: 1%; }
.container { display: block; }

.main_content .back a { 
  background-image: url(http://www.telljp.com/images/back_arrow.gif);
  background-position: center left;
  background-repeat: no-repeat;
}

th {
line-height:1.25em;
padding:0em 1em 0em 0em;
white-space:nowrap;
}
td, th {
font-size: 12px;
}
th {
background:#F1EDEC none repeat scroll 0%;
border-bottom:1px solid #857673;
color:#857673;
font-weight:normal;
text-align:left;
}
td {
background:#FFFFFF none repeat scroll 0%;
border-bottom:1px solid white;
}

.site_map .h2_content h3 a {
  background-image: none;
  padding-left: 0em;
}

.layout_contact_splash .sponsor_image {
	
	margin-top: 10px;
	padding-left: 10px;
}

#whatsnew .sponsor_image img {
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

.sample
{
	background-image: url('/img/sample.gif');
	background-color:Transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.cblColWidth
{
}
.cblColWidth td
{
     width: 250px;    
}

.main_content .h2_content ul li
{
	font-size:13px;
	font-family:"Arial";
	
}
.main_content .h2_content .report ul ul li{
	list-style-type:square;
	list-style-position:outside;
	margin-left:30px;
	padding-left:0px;
   

}
.main_content .h2_content .report ul li
{
	list-style-type:disc;
	list-style-position:outside;

	padding-left:0px;
}
.main_content .h2_content ul li{
   list-style-type:square;
	list-style-position:outside;
	margin-left:30px;
	padding-left:0px;
}

.main_content .h2_content .sub_nav .parallel2 li{
font-size:12px;
}
