@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}

/*text resize elements*/
div#main {
	background-color:#F8F1EA;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
}

.maincopy{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.maincopy_larger{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.maincopy_rightpadding{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 20px;
}

.subnav_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ebb700;
	padding: 5px;
	background-color: #FFEBA6;
}

li{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin-left: -25px;
}

table.form input {
   width: 300px;
}
table.form textarea {
   width: 300px;
   height: 50px;
}
table.form td {
   text-align: left;
   padding-bottom: 3px;
   vertical-align: top;
}
table.form td.left {
	text-align: LEFT;
	padding-right: 5px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
table.form td.submit {
   text-align: center;
}
table.form td.submit input {
   width: 130px;
}


/*main styles*/

.textsize {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.leftcolumn {
	border-top: 1px solid #EBB700;
	border-bottom: 1px solid #EBB700;
	background-color: #FFFFFF;
}
.nav_box {
	background-color: #F8F1EA;
	border: 1px solid #EBB700;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.nav_link {
	text-decoration: none;
	color: #000000;
}

.right_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	border: 1px solid #ebb700;
	padding: 5px;
	background-color: #FFEBA6;
}

.h1_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #EBB700;
	letter-spacing: .3em;
}

.h2_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #EBB700;
	letter-spacing: 0.1em;
	text-align: right;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBB700;
}


.h1_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

.h2_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}

.h1_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 26px;
}

.h2_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
	letter-spacing: .2em;
}
.headshot {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #EBB700;
	text-align: center;
	line-height: 18px;
	padding-top: 10px;
}

.practice_area {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #EBB700;
	text-align: left;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.contactinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.contactphone {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.spacer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
}
.footer_city {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
.footer_address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
}

.no_decoration {
	text-decoration: none;
	color:#000000;
}

.yellow_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBB700;
	letter-spacing: -0.1em;
	vertical-align: top;
}

.photo_padding {
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
}

