/**
 * HTML Tags
 */
/* @import "fHead.css"; */
a, a:link, a:active, a:visited, a:hover {
	/* color: #af060f; */
	outline: none;
	text-decoration: none;
	/* font-family: Open Sans; */
	text-align: justify;
}

a:hover {
	color: #000000;
}

address {
  font-style: normal;
}

body, html {

}

body {
	margin: 0;
	color: #000;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 13px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #af060f;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
  border: 0;
}

p {
	font-weight: normal;

}


/**
 * Shadow
 */

#shadow {
	background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/shadow/vertical.gif) repeat-y;
	position: relative;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#shadow .top {
  background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/shadow/top.gif);
  height: 21px;
  position: absolute;
  left: 0;
  top: -12px;
  width: 974px;
  z-index: 998;
}

#shadow .bottom {
  background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/shadow/bottom.gif);
  height: 21px;
  margin: -8px 0 0 -12px;
  width: 974px;
  z-index: 998;
}


/**
 * Wrapper
 */

#wrapper {
	background: #fff;
	text-align: left;
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a0602f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}


/**
 * Header
 */

#header {
	height: 76px;
	margin-bottom: 14px;
	padding-bottom: 8px;
	text-align: right;
}

#header a img.logo {
  float: left;
  margin-left: 30px;
}

#header form fieldset {
	float: right;
	margin-top: 20px;
}

#header form fieldset a {
  height: 16px;
  left: -25px;
  position: absolute;
  top: 2px;
  width: 14px;
}


/**
 * Navigation
 */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 938px;
	height: 35px;
	background-repeat: repeat-x;
	background-position: left top;
}

ul#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 55px;
}

ul#nav li a {
	border-top: 6px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 2px;
	text-decoration: none;
}

ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.active a:hover {
	color: #fff;
}

ul#nav li.active a,
ul#nav li.active a:hover {
  border-top: 6px solid #af060f;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border: none;
  margin-left: -1px;
  padding: 0;
}

ul#nav li:hover > ul li {
  border: none;
  border-top: 1px solid #fff;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

ul#nav li:hover > ul li a,
ul#nav li:hover > ul li a:hover {
  background: #5d534d;
  color: #b3b3b3;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
}

ul#nav li:hover > ul li.active a,
ul#nav li:hover > ul li a:hover {
  color: #fff;
}


/**
 * Banner
 */

#banner {
	height: 119px;
	width: 960px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #39308d;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}


/**
 * View
 */

#view {
	margin: 0;
	padding: 0;
	position: relative;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#view h1 {
  background: #d5d3b5;
  border-bottom: 6px solid #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 -6px 0;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

#view h1 a {
  float: right;
  background: #d5d3b5;
}
#view h1 a.cate-link{/*Format href in H1 to display naturally*/
  float:none;
  color:#AF060F;
  background:none;
  text-decoration:none;
}

/**
 * View > Sidebar
 */

#view #sidebar {
  float: left;
  padding: 20px;
  width: 160px;
}


/**
 * View > Sidebar > Subnav
 */

#view #sidebar ul#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#view #sidebar ul#subnav li {
  margin: 0 0 6px 0;
  padding: 0;
}

#view #sidebar ul#subnav li a {
  color: #4e4e4e;
}

#view #sidebar ul#subnav li a:hover {
  color: #af060f;
}

#view #sidebar ul#subnav li.active a,
#view #sidebar ul#subnav li.active a:hover {
  color: #af060f;
}


/**
 * View > Sidebar > Subnav > Tertiary
 */

#view #sidebar ul#subnav li ul#ternav {
  border-bottom: 4px solid #b0afaf;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
}

#view #sidebar ul#subnav li ul#ternav li {
  border: 0;
  margin: 0;
  padding: 0 0 6px 15px;
}

#law-students #view #sidebar ul#subnav li.active,
#lateral-attorneys #view #sidebar ul#subnav li.active,
#staff #view #sidebar ul#subnav li.active {
  border-top: 4px solid #b0afaf;
  margin-top: 12px;
  padding-top: 10px;
}

#law-students #view #sidebar ul#subnav li ul#ternav li,
#lateral-attorneys #view #sidebar ul#subnav li ul#ternav li,
#staff #view #sidebar ul#subnav li ul#ternav li {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}


/**
 * View > Related Information
 */

#view #related h2 {
  font-size: 12px;
  font-style: normal;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
}

#view #related ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#view #related ul.links li {
  margin: 0 0 6px 0;
  padding: 0;
}

#view #related ul.links li a {
  color: #4e4e4e;
}

#view #related ul.links li a:hover {
  color: #af060f;
}


/**
 * View > Sub
 */

#view #sub {
  margin-left: 213px;
  width: 725px;
}


/**
 * View > Content
 */

#view #content {
  padding: 5px 20px;
}

#view #content h2 {
	font-size: 21px;
	margin: 15px 0;
	line-height: normal;
	color: #39308d;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#view #content h3 {
  font-size: 13px;
  margin: 15px 0;
  font-style:italic;
}

#view #content {
	text-align: justify;
}
#view #content li{text-align:left;}
/**
 * View > Junction
 */

#view #junction {
	background: #fff url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/content/junctions/x.gif) no-repeat;
	height: 15px;
	left: 200px;
	position: absolute;
	top: -8px;
	width: 13px;
	z-index: 999;
}


/**
 * View > Table
 */

#view table {
	border-collapse: collapse;
	width: 100%;
}

#view table tbody tr {
  vertical-align: top;
}

#view table thead tr th {
  background: #3eaca;
  padding: 6px;
  text-align: left;
  text-transform: uppercase;
}

#view th a,
#view th a:link,
#view th a:active,
#view th a:visited,
#view th a:hover
{
	text-decoration: none;
}

#view table tbody tr td {
  border-bottom: 1px solid #b2b2b2;
  padding: 8px 6px;
  text-align: left;
}

#view table tbody tr td.date {
  padding-left: 0;
  padding-right: 12px;  
}

#view table tbody tr td.stretch {
  width: 90%;
}


/**
 * Footer
 */

#footer {
	color: #a19b97;
	font-size: 11px;
	line-height: 40px;
	position: relative;
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 999;
	margin: 0;
	border-top-width: 27px;
	border-top-style: solid;
	border-top-color: #a0602f;
	padding-right: 0px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  word-spacing: 4px;
}

#footer ul li a {
  color: #a19b97;
  word-spacing: normal;
}

#footer ul li a:hover {
  color: #bb1f40;
}

#footer ul.right {
  list-style: none;
  margin: 0 -3px 0 0;
  padding: 0 0 0 8px;
}

#footer ul.right li a img {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/**
 * Messages
 */

p.message {
  background: #FC3;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

p.error {
  background: #af060f;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors {
  background: #af060f;
  color: #fff;
  list-style: none;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors li {
  margin: 0;
  padding: 0;
}


/**
 * Definition Lists
 */

dl {

}

dl dt {
  margin: 15px 0 15px -12px;
}

dl dt a {
  background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/content/bgs/dt-arrow.gif) 4px top no-repeat;
  display: block;
  font-size: 14px;
  padding-left: 12px;
}

dl dt a.expanded {
  background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/content/bgs/dt-arrow.gif) 4px bottom no-repeat;
}

dl dd {
  background: #f9f4e4;
  border: 1px solid #b2b2b2;
  margin: 15px 0;
  padding: 5px 20px;
}


/**
 * Tabs
 */

ul.tabs {
  border-bottom: 1px solid #ccc;
  height: 21px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.tabs li {
  background: #f9f4e4;
  float: left;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
}

ul.tabs li a {
  border: 1px solid #ccc;
  float: left;
  padding: 2px 10px;
}

ul.tabs li a.active,
ul.tabs li a.current {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #af060f;
}



/********** SECTION SPECIFIC STYLES **********/


/**
 * Home
 */

#index #banner {
	height: 229px;
}

#index #view {
	background-image: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/css-new/My%20Webs/sgalawyer.com/images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#index #view #content {
	float: left;
	width: 400px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #FCDAA7;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}

#index #view #content p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#index #view #content ul.achievements {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

#index #view #content ul.achievements li {
  display: inline;
  margin: 0 3px;
  padding: 0;
}

#index #view #content ul.achievements li img {
  vertical-align: middle;
}

#index #view #sidebar {
	float: left;
	width: 210px;
	background-color: #B3B7DD;
	padding: 14px;
}

#index #view #sidebar h2 {
	color: #a0602f;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#index #view #sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}

#index #view #sidebar ul li {
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#index #view #sidebar ul li a {
	color: #6058a6;
}

#index #view #junction {
	background: #fff url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/content/junctions/t.gif) no-repeat;
	left: 615px;
}

#search #view #junction {
  display: none;
}
#view #content #ron_messerly .desc h2{margin:20px 0 6px; font-size:14px; text-transform:uppercase;}
#view #content #ron_messerly .desc p{margin:0 0 18px; line-height:18px;}
#ron_messerly .desc a{text-decoration:none;}
.tablemenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39308d;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #F0D7BD;
}
.tablemenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6058a6;
	text-decoration: underline;
}
.tabletitlemenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
}
.menubtm {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39308d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #F0D7BD;
}
.menubtm a:hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39308d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #F0D7BD;
}
.menu-left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #B3B7DD;
}
.menu-left a:hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39308d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #F0D7BD;
}
.tb_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #a0602f;
}
.title_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #39308d;
	background-color: #f0d7bd;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 650px;
}
.text_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #9D0B2C;
	background-color: #FFFFFF;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 30px;
}

.text_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #9D0B2C;
	background-color: #FFFFFF;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 30px;
}
.text_body_bk {
	FONT-FAMILY: "fTitle_Blod", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.text_body_menu_footer {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #F7f7f6;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.text_body_menu_footer a:link {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #F7f7f6;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.text_body_menu_footer a:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #F7f7f6;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

@font-face {
	font-family: fHead;
	src: url('../fonts/Oswald-Regular.ttf');
}
.title_body_brown {
	font-family: fHead;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 450px;
	text-transform: uppercase;
	font-weight: normal;
}

/* @font-face {
	font-family: fHead;
	src: url('./fonts/Oswald-Regular.ttf');
} */
.title_body_brown a:link {
	font-family: fHead, Oswald;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 450px;
	text-transform: uppercase;
	font-weight: normal; 
}

/* @font-face {
	font-family: fHead;
	src: url('./fonts/Oswald-Regular.ttf');
}*/
.title_body_brown a:hover {
	font-family: fHead, Oswald;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 450px;
	text-transform: uppercase;
	font-weight: normal;
} 

@font-face {
	font-family: fH1;
	src: url('../fonts/Oswald-Regular.ttf');
}
.title_body_brown_h1 {
	font-family: fH1, "Oswald";
	font-size: 26px;
	line-height: 32px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 450px;
	text-transform: uppercase;
}

.title_body_brown_h2 {
	font-family: fHead, Oswald;
	font-size: 26px;
	text-decoration: none;
	color: #000000;
	background-color: #f7f7f6;
	text-align: left;
	width: 450px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 30px;
	padding-left: 10px;
}

@font-face {
	font-family: fTitle_blod;
	src: url('../fonts/DroidSans.ttf');
 
 }
.title_body_brown_head {
	font-family: fTitle_blod;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 650px;
	font-weight: bold;
}
.title_body_brown_head-C {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	margin: 5px;
	padding: 5px;
}


.title_body_brown_bk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #39308d;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	width: 650px;
}
.title_body_brown_bk2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #39308d;
	background-color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
	width: 550px;
}


.text_body a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #a0602f;
	line-height: 18px;
	padding-right: 10px;
}
.text_body a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
}
.text_body_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #a0602f;
	background-color: #f0d7bd;
	line-height: 18px;
	padding-right: 10px;
	font-weight: bold;
	padding-left: 10px;
}

@font-face {
	font-family: fTitle_blod;
	src: url('../css new/fonts/DroidSans.ttf');
 
 }
.text_body_bold_2 {
	font-family: fTitle_blod, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #9D0B2C;
	background-color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
}
@font-face {
	font-family: fTitle_blod;
	src: url('../css new/fonts/DroidSans.ttf');
}
.text_body_bold_2_bk {
	font-family: fTitle_blod, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #9D0B2C;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_bold_2_news {
	font-family: fBody, "Open Sans";
	font-size: 18px;
	text-decoration: none;
	color: #9D0B2C;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	font-style: italic;
}

.menu-left_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

.menu-left_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

.menu-left_bold {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
.menu-left_2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
.menu-left_2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.menu-left_2-small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}


@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin {
	font-family: fBody, "Open Sans";
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
	padding-right: 10px;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_print {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	
}

@font-face {
	font-family: fBody;
	src: url('../fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_print a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_print a:hover {
	font-family: fBody, "Open Sans"
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

@font-face {
	font-family: fBody;
	src: url('../fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_intro {
	font-family: fBody, "Open Sans";
	font-size: 15px;
	color: #000;
	background-color: #ffffff;
	padding-right: 10px;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	LETTER-SPACING: 1px;
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_news {
	font-family: fBody, "Open Sans";
	color: #000;
	background-color: #F7f6f7;
	padding-right: 10px;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_news_h1 {
	font-family: fBody, "Open Sans";
	font-size: 14px;
	color: #000;
	background-color: #F7f6f7;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin_h1 {
	font-family: fBody, "Open Sans";
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	
}

.text_body_nomargin_Table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #a0602f;
	background-color: #f0d7bd;
	line-height: 18px;
	font-weight: normal;
	border: 1px solid #999;
	margin: 10px;
}

.text_body_nomargin-bk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
}

@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin a:link {
	font-family: fBody, "Open Sans";
	font-size: 16px;
	text-decoration: none;
	color: #000;
	line-height: 18px;
	padding-right: 10px;
	font-weight: normal;
}
@font-face {
	font-family: fBody;
	src: url('../css new/fonts/OpenSans-Regular.ttf');
}
.text_body_nomargin a:hover {
	font-family: fBody, "Open Sans";
	font-size: 16px;
	color: #af060f;
	line-height: 18px;
	font-weight: normal;
}

.text_body_bold_2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #a0602f;
	background-color: #f0d7bd;
	line-height: 18px;
	font-weight: bold;
}
.text_body_bold_2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #a0602f;
	background-color: #f0d7bd;
	line-height: 18px;
	font-weight: bold;
}
.menu-left a:link {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39308d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #6058a6;
	background-color: #F0D7BD;
}
ul#nav2 li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
ul#nav2 {
	background: url(file://///server/data%20(k)/My%20Webs/sgalawyer.com/images/nav/background.gif) left top repeat-x; /* #5d534d */
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 960px;
	height: 35px;
}
ul#nav2 li a {
	border-top: 6px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 2px;
	text-decoration: none;
}
ul#nav2 li a:hover, ul#nav li.active a, ul#nav li.active a:hover {
	color: #fff;
}
ul#nav2 li.active a, ul#nav li.active a:hover {
	border-top: 6px solid #af060f;
}
