/* CSS Document */

body
{
 font-family:Arial, Helvetica, sans-serif, Tahoma;
 color:#fff;
 background-color:#0e0e3b;
 height:500px;
}

#wrapper
{
 height:500px;
 width:904px;
 background-color:#0e0e3b;
 margin:0 auto;
 margin-top:-10px;
 padding-top:0;
}

#top
{
 background-color:#0e0e3b;
 width:904;
 height:111px;
 font-size:16px;
}

#infos
{
 float:right;
 margin-top:20px;
 font-family:Times New Roman;
}

#address
{
 font-size:12px;
 padding-bottom:3px;
}

#email
{

 padding-bottom:3px; 
}

#email a
{

 padding-bottom:3px;
 color:#fff;
 text-decoration:underline;  
}

#email a:hover
{

 padding-bottom:3px;
 color:#c4d97e;
 text-decoration:underline;  
}

#telnum
{
font-size:26px;
}



#logo
{
 float:left;
 height:111px;
 width:299px;
}

#hnav
{
 background:#0e0e3b url('http://www.capitolcourtreporting.com/images/nav_bg.png') repeat-x scroll top;
 height:30px;
 padding-bottom:5px;
}

#hmenus
{

}


#image_left
{
 float:left;
 background-color:#0e0e3b;
}


#image_right
{
 float:left;
 margin-left:12px;
 background-color:#0e0e3b;
}

#header
{
 background-color:#0e0e3b;
}

#vspacer
{
 height:6px;
 background-color:#0e0e3b;
}

#contentholder
{
 background:#fff url('http://www.capitolcourtreporting.com/images/content_gradient.jpg') repeat-x scroll top;
 width:100%;
 clear:both;
text-decoration:none;
}

*/ commented out by Darren on 20 May 11 because it's conflicting with the a:link settings at the bottom of this CSS

#contentholder a
{
text-decoration:none;
}
*/

#contents
{
}

#leftnav
{
 float:left;
 width:185px;
}

#rightcontent
{
 font-family:Arial, Helvetica, sans-serif, Tahoma;
 color:#000;
 float:left;
 width:700px;
 margin-left: 5px;
}

.content
{
 font-family:"Times New Roman", Times, serif;
 width:620px;
 margin:0 auto;
 margin-top:15px;
 font-size:16px;
}

#footer
{
 background-color:#fff;
 color:#000;
}

#footermenus a
{
 color:#000;
 font-family:Arial, Helvetica, sans-serif, Tahoma;
 font-size:12px;
 text-decoration:none;
}

#footermenus a:hover
{
 color:#000;
 font-family:Arial, Helvetica, sans-serif, Tahoma;
 font-size:12px;
 text-decoration:underline;
}

#copyright
{
background-color:#fff;
color:#000;
padding-bottom:10px;
font-size:11px
}

h1
{
 font-size:18px;
}

h2
{
 font-size:16px;
}

h3
{
 font-size:14px;
}

p
{
}

.mainnav
{
 background:url('http://www.capitolcourtreporting.com/images/leftnav.png') no-repeat scroll top;
 height:26px;
 color:#0e0e3b;
 font-size:12px;
 font-weight:bold;
 text-align:center;
}

.mainnav-hover
{
 background:url('http://www.capitolcourtreporting.com/images/leftnav_hover.png') no-repeat scroll top;
 height:26px;
 color:#0e0e3b;
 cursor: pointer;
 font-size:12px;
 font-weight:bold;
 text-align:center;
}

.mainnav-visited
{
 background:url('http://www.capitolcourtreporting.com/images/leftnav.png') no-repeat scroll top;
 height:26px;
 color:#0e0e3b;
 font-size:12px;
 font-weight:bold;
 text-align:center;
}

#navs
{
 margin-left:5px;
 margin-top:15px;
}

.hmainnav
{
 color:#fff;
 font-size:13px;
 font-weight:bold;
 text-align:center;
}

.hmainnav-hover
{
 color:#0e0e3b;
 cursor: pointer;
 font-size:13px;
 background-color:#c7db84;
 font-weight:bold;;
 text-align:center;
 padding-bottom:0px;
}

.hmainnav-visited
{
 color:#c7db84;
 font-size:13px;
 font-weight:bold;
 text-align:center;
 padding-bottom:5px;
}

#hmenus
{
 float:left;
 color:#fff;
 margin-left:8px;
 margin-top:6px;
}

#callbox_holder
{
 padding-left:10px;
}

#callbox1
{
 float:left;
 background:url('http://www.capitolcourtreporting.com/images/callbox.png') no-repeat scroll top;
 width:169px;
 height:141px;
 font-family:"Times New Roman", Times, serif;
 color:#fff;
 font-weight:bold;
 font-size:12px;
}

#callbox2
{
 float:left;
 background:url('http://www.capitolcourtreporting.com/images/callbox.png') no-repeat scroll top;
 margin-left:3px;
 width:169px;
 height:141px;
 font-family:"Times New Roman", Times, serif;
 color:#fff;
 font-weight:bold;
 font-size:12px;
}

#callbox3
{
 float:left;
 background:url('http://www.capitolcourtreporting.com/images/callbox.png') no-repeat scroll top;
 margin-left:3px;
 width:169px;
 height:141px;
 font-family:"Times New Roman", Times, serif;
 color:#fff;
 font-weight:bold;
 font-size:12px;
}

#callbox4
{
 float:left;
 background:url('http://www.capitolcourtreporting.com/images/callbox.png') no-repeat scroll top;
 margin-left:3px;
 width:169px;
 height:141px;
 font-family:"Times New Roman", Times, serif;
 color:#fff;
 font-weight:bold;
 font-size:12px;
}



a:link {
 	color:#0e0e3b;
 	text-decoration: none;
	font-weight: bold;
}


a:hover {
 	color:#0e0e3b;
 	text-decoration: underline;
	font-weight: bold;
}

a:visited {
 	color:#0e0e3b;
 	/* text-decoration: none; */
	font-weight: bold;
}
