/* Alderson Law */


HTML {
  height: 100%;
  margin-bottom: 1px;
}

h1 {
	margin: 0px;
	font-family:Tahoma, Arial;
	font-size: 11px;
	text-decoration:none;
	color: #776855;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
   }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #31577E;
	background-repeat: repeat;
	background-image: url(images/h2_bg.jpg);
}

/* BODY STRUCTURE  */

body {
	margin: 0px;
	padding: 0px;
	background-color: #828F9F;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*WELCOME HOME PAGE*/

#main-content {
	background-image:url(images/bg_wide.jpg);
	background-repeat: repeat-x;
}

#welcome-text {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color:#8C7A64;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 75px;
	line-height: 16px;
	text-align: left;
}			

/*CONTENT PAGE TEXT*/
 
.content-header {
	background-image: url(images/content-header.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 490px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 67px;
	text-align: left;
}		

.contentpage-text {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color:#776855;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 73px;
	line-height: 16px;
	text-align: left;
}	

/*
.contentpage-attorneys {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color:#776855;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 73px;
	line-height: 16px;
	text-align: justify;
}	
*/

.contentpage-text a:link, a:visited {
	color: #778391;
}
.contentpage-text a:hover {
	color:#0000FF;
	text-decoration: none;
	font-weight: normal;
}

.bio-pic {
	float: right;
	padding-left: 15px;
}

/*RIGHT NAVIGATION AREA*/	
		
#nav-bg {
	background-image: url(images/opaque_columns.jpg);
	background-repeat: no-repeat;
}

.rightnav_cell {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F9F0DF;
	background-image: url(images/rightnav_divider.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 20px;
	text-align: left;
}

.rightnav_cell a {
    color: #FFFFFF;
	text-decoration: none;
	}
	
.rightnav_cell a:hover {
	color: #E2BA87;
	}
	
/* FOOTER */
 
.footer-nav1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.footer-nav1 a {
    padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: white;
	}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15304D;
	text-align: justify;
}

 

/* FORM ELEMENTS */

.formButton {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #1F426A;
	padding: 2px;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.formTitle {
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
   
.textField {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #EDEDED;
	background-image: url("images/inputShadow.jpg");
	border: 1px solid #999999;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	vertical-align: bottom;
	font-weight: bold;
}

.textArea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #67717D;
	background-color: #FFFFFF;
	background-image: url("images/inputShadow2.jpg");
	height: 100px;
	border: 1px solid #A7A6AA;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	scrollbar-face-color: #7B8898;  /*medium blue*/
	scrollbar-highlight-color: #E0DEE1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #1F426A;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #fffffff;
	scrollbar-track-color: #1F426A;
	font-weight: bold;
}
.select { font-family: Tahoma, Arial; font-size: 11px;}
