/* @group Standard */

body  {
	font: 1.1em Arial, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f9ebae;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}



/* @end */

.thrColFixHdr #shadowed {
	width: 800px;
	margin: 0 auto;
	background: url(../images/shadow-back.jpg) repeat-y scroll;
	height: auto;
	overflow: hidden;
}

.thrColFixHdr #container { 
	width: 766px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#goHomeLink a:link, #goHomeLink a:visited {
	color: green;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 20px;
	text-decoration: none;
	float: none;
	display: block;
	margin-top: 10px;
}

/* @group Header */

.thrColFixHdr #header {  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* @end */

/* @group Sidebars */

#bulletin {
	border: 1px dotted olive;
	margin: 5px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: rgba(121,127,156,0.18);
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar2 #bulletin ul li {
	list-style-type: square;
	list-style-position: outside;
	text-shadow: #000000 0px 0 0;
	left: -20px;
	font-size: 11px;
	position: relative;
	padding-bottom: 10px;
}

#sidebar2 ul {
	font-size: 11px;
}

#sidebar2 a {
	text-decoration: none;
	color: maroon;
}

.visablock {
	padding: 0 10px 10px;
	border: 1px dotted olive;
	margin: 5px;
	background-color: rgba(127,128,0,0.09);
}

#googlesearch {
	padding: 25px 10px 10px;
	border: 1px dotted orange;
	margin: 5px;
	font-size: 0.75em;
	text-align: center;
	background: #fffbeb url(../images/google-sm.png) no-repeat 5px 7px;
}

#googlesearch input {
	font-size: .85em;
}

#consultation {
	border: 1px solid #b14d1c;
	text-align: center;
	padding: 8px;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 18px 5px;
	background-color: rgba(170,39,32,0.11);
	border-bottom: 2px solid #652c10;
	border-right: 2px solid #652c10;
}
#consultation a {
	text-decoration: none;
	color: #b14d1c;
}

#consultation:hover {
	background-color: #f9ebae;
	cursor: pointer;
	text-decoration: none;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 12px 12px;
	border-right: 1px dotted silver;
	overflow: hidden;
	font-size: 11px;
}

#sidebar1 h3, #sidebar2 h3 {
	color: #1c5061;
	font-size: 1.2em;
	margin-bottom: -15px;
}

#sidebar1 ul li {
	list-style-type: square;
	list-style-position: outside;
	text-shadow: #000000 0px 0 0;
	left: -24px;
	position: relative;
	padding-bottom: 3px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
}

#sidebar2 .note {
	color: gray;
	font-style: italic;
}

/* @end */

/* @group Main Content */

#disclaimer {
	font-size: .7em;
	color: gray;
	margin: 25px 25px 15px;
	text-align: justify;
}

.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px 0 5px;
	font-size: 12px;
}

.thrColFixHdr #mainContent p {
/* 	text-align: justify; */
}

#news_subscribe {
	text-align: center;
}

.thrColFixHdr #mainInfoContent { /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 30px;
	font-size: 12px;
	margin-right: 200px;
	margin-top: 0;
	margin-bottom: 0;
/* 	text-align: justify; */
}

.thrColFixHdr #mainInfoContent h2, h3, h4, caption {
	text-shadow: silver 1px 1px 1px;
	opacity: 1;
	color: #13262b;
	text-align: left;
}

.thrColFixHdr #mainInfoContent h1 {
	text-shadow: silver 1px 1px 1px;
	opacity: 1;
	color: navy;
	text-align: left;
}


/* @end */

/* @group Footer */

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3c6573 url(../images/bg2.jpg) repeat scroll;
	color: silver;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

#footer a:link {
	text-decoration: none;
	color: #bdbd00;
}

#footer a:visited {
	text-decoration: none;
	color: #bdbd00;
}

#footer a:hover {
	text-decoration: none;
	color: white;
}

#footer .city {
	font-weight: bold;
	color: #e8b54d;
}



/* @end */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @group Region Tables */

#region {
	text-align: left;
}

#region table td {
	width: 50%;
}



/* @end */

/* @group About Us */

#attorneyL {
	width: 250px;
	float: left;
	margin-left: 10px;
	text-align: left;
}

#attorneyR {
	width: 250px;
	float: left;
	margin-left: 10px;
	text-align: left;
}

#attorneyL img, #attorneyR img, #attorneyW img {
	border: 1px solid gray;
	padding: 5px;
	text-align: center;
	float: right;
}



/* @end */

#download_items {
	list-style-type: none;
	width: 400px;
	list-style-image: none;
	margin-right: auto;
	margin-left: auto;
}

#download_items li {
	padding-bottom: 15px;
}
.thrColFixHdr #shadowed #container #sidebar2 #bulletin p {
	font-weight: bold;
	font-style: italic;
	color: #660000;
}

.visaOptionsTable {
	font-size: 12px;
}

.sysNotice {
	color: red;
	font-weight: bold;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#systemMessage {
	background-color: #f2d7fe;
	border-color: #8000ff;
	margin-left: 1px;
	margin-bottom: 20px;
	margin-right: 1px;
	margin-top: 1px;
	color: maroon;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	font-family: sans-serif;
	font-size: 1.1em;
}
.cities {
	font-style: italic;
}
.redLineHt {
	font-size:1.4em;
	margin-top:20px;
	margin-bottom: -15px;
}
#centerHead {
	text-align: center;
	display: inline;
	width: 95%;
}
#mainContent p {
	text-align: left;
}
#awards {
	text-align: center;
	display: inline-block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #footer2 {
	font-size: 0.7em;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #999999;
	font-style: italic;
}
.attyName {
	font-size: 1.2em;
}
.firmInfo {
	font-style: normal;
	font-size: 1em;
	font-weight: normal;
}
.small {
	font-size: 0.7em;
}
