/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #1E1B4A;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_side {
	background-image: url(../images/speakslaw_r5_c1.gif);
	background-repeat: repeat-y;
}
.right_side {
	background-image: url(../images/speakslaw_r5_c3.gif);
	background-repeat: repeat-y;
}
.nav_left_side {
	background-image: url(../images/speakslaw_r2_c1.gif);
	background-repeat: repeat-y;
}
.nav_right_side {
	background-image: url(../images/speakslaw_r2_c3.gif);
	background-repeat: repeat-y;
}
/*End Design Layout*/
/*Begin Nav*/
.nav a {
	color: #000000;
	text-decoration: none;
	padding: 4px 8 4px 8px;
  }
.nav a:hover {
  text-decoration: none;
}
/*End Nav*/
/*Begin Content*/

#content{
	background-color: #E6E7DE;
}

img{
	border-width:0px;
}
h1{
	color:#1E1B4A;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#1E1B4A;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h3{
	color:#1E1B4A;
	font-size:12px;
	margin: 20px 0px 20px 0px;
}

h4{
	color:#1E1B4A;
	font-size:10px;
	margin: 20px 0px 20px 0px;
}

a {
	color: #1E1B4A;
	text-decoration: underline;
	padding: 4px 8 4px 8px;
  }
a:hover {
  text-decoration: none;
  font-weight: bold;
}

/*End Content*/

/*Begin Forms*/

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_Comments {
width: 400px;
height:100px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	color:#666666;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: -30px;
}

.footer {
	color:#666666;
	font-size: 10px;
	text-decoration: none;
}

/* Contact Page */
table.contact-form td { vertical-align: top; }
table.captcha-form td.snaphost { background: #a29e9e; text-align: center; padding: 0 0 3px; }
table.captcha-form { margin: 5px 0; border: 3px solid #fdfdfd; background: #CCCCCC; }
table.captcha-form td { padding: 5px; text-align: center; }
table.captcha-form td i { font-size: 11px; font-weight: bold; color: #484848; }
table.captcha-form a { font-size: 9px; font-weight: normal; text-decoration: none; color: #b7b6b6; }
table.captcha-form a:hover { font-weight: normal; text-decoration: none; color: #b7b6b6; }
nobr.captcha-label { font-size: 11px; }
