/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #A8B4FF;
}

/*End Design Layout*/
/* BEGIN CSS Rollover Menu */

.cssnav
{
	position: relative;
	/*float: left;*/  /* comment out for vertical menu */
	font-family:Arial, Helvetica, sans-serif;
	background: url(/inc/templates/current/comtnlaw/images/nav_background_hover.gif) no-repeat;
white-space: nowrap;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}


.cssnav a
{
	display: block;
	width: 136px;
	height: 30px;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
}


.cssnav a:hover
{
	color: #A8B4FF;
	text-decoration: underline;
	font-weight:bold
	z-index: 2;
}


.cssnav img
{
width: 136px;
height: 30px;
border: 0
}


* html a:hover
{
visibility:visible;
}


.cssnav a:hover img
{
visibility:hidden
}


.cssnav span
{
position: absolute;
left: 20px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 136px;
height: 30px;
text-align: left;
}


/* END CSS Rollover Menu */
/*Begin Content*/

img{
	border-width:0px;
}
h1{
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:40px;
}

h2{
	color:#CCCCCC;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#999999;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/

/*Begin Forms*/

.sc_form_required{
	color: #ff0000;
	float: right;
	font-size: 9px;
} 

.sc_form_textbox{
width: 250px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_comments {
width: 350px;
height:60px;
text-indent: 0px;
}

#sc_form_textarea_address {
width: 200px;
height:40px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	padding:15px;
	text-align:center;
	font-size: 10px;
}

#footer a {
	color:#ffffff;
	text-decoration:none
}

