@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg_fd.png);
	background-repeat: repeat-x;
	background-color: #000;
}

body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #e1e1e1;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #e1e1e1;
	text-shadow: black 0.1em 0.1em 0.2em;
}
h2 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: justify;
	}
h3 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
}
h4 {	
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
}
h5 {	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
}
h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
}
p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: black 0.1em 0.1em 0.2em;
}

a img { 
	border: none;
}

a:link {
	color: #e1e1e1;
}
a:visited {
	color: #e1e1e1;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	background-image: url(../images/bg.gif);
}

.container {
	width: 960px;
	background: #000000;
	margin: 0 auto;
	border-radius: 20px 0 20px 20px;
	background-image: url(../images/gavel_flag.jpg);
	background-attachment: fixed;
	background-position: top, center;
	background-repeat: no-repeat;
	-moz-box-shadow:     0 0 45px #333333;
    -webkit-box-shadow:  0 0 45px #333333;
    box-shadow:          0 0 45px #333333;		
}

.header {
	background-image: url(../images/faded_50.png);
}

.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	height: 100%;
	background-image: url(../images/faded_50.png);
}
.sidebar2 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	height: 100%;
	background-image: url(../images/faded_50.png);
	margin-left: -10px;
}
.content {
	padding: 9px 9px 9px 9px;
	width: 720px;
	float: left;
	border-radius: 0 0 20px 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	background-image: url(../images/faded_white_5.png);
	   -moz-box-shadow:    inset 0 0 10px #333333;
   	-webkit-box-shadow: inset 0 0 10px #333333;
   	box-shadow:         inset 0 0 10px #333333;}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #fff;
	color: #f00;
	background-image: url(../images/bg_nav.gif);
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	font-size: 12px;
	border-bottom: thin, #e1e1e1, 1px;
	text-align: right;
}

.sbarsmall {
	padding: 10px 0;
	position: relative;
	clear: both;
	font-size: 12px;
	border-bottom: thin, #e1e1e1, 1px;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;
}

.leftcolumn {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
	clear: both;
	font-size: 12px;
	border-bottom: thin, #e1e1e1, 1px;
	text-align: left;
	float: left;
	width: 180px;
	background-image: url(../images/faded_white_10.png);
	color: #d1d1d1;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .sidebar1 .nav form p {
	text-align: center;
}

.free_consultation {
	color: #F00;
}

.red {
	color: #F00;
	font-size-adjust: +0.2em;
}

.yellow {
	color: #0F3;
	text-shadow: 1px 0px 1px #000;
}

.yellowphone a:link {
	color: #FF0;
	text-shadow: 1px 0px 1px #000;
}

.blue {
	color: #09F;
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
}

.bluewhite {
	color: #0033ff;
	text-shadow: white 0.0em 0.0em 0.1em;
}

.whiteshadow {
	text-shadow: white 0.0em 0.0em 0.1em;
}

.mini {
	font-size: 12px;
	display: block;
	width: 180px;
	text-decoration:none;
	text align:center; 
}

.smalltext {
	font-size: 13px;
	font-weight:100;
}

form {
	background-color:#111;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin:auto;
	position:relative;
	width:190px;
	font-size: 14px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input    {
	width:160px;
	display:block;
	border: 1px solid #999;
	height: 18px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	background-color:#f1f1f1;
}

textarea    {
	width:158px;
	display:block;
	border: 1px solid #999;
	height: 80px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	background-color: #f1f1f1;
}

.required {
	display:none;
}
.special {
	display:none;
}

textarea:focus, input:focus {
	border: 1px solid #09C;
}

input.button {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#09C;
	color:#e1e1e1;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1p solid #999;
}

input.button:hover {
	background:#f1f1f1;
	color:#09C;
}

.tableticker {
	background-color:#000;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin:auto;
	position:relative;
	width:680px;
	font-size: 14px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.g-plusone {

}

.tableenhance {
	background-color: #000;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin: auto;
	position: relative;
	width: 680px;
	font-size: 13px;
	font-weight: normal;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.tableenhancecenter {
	background-color: #000;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin: auto;
	position: relative;
	width: 680px;
	font-size: 13px;
	font-weight: normal;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.tableenhanceYT {
	background-color: #000;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin: auto;
	position: relative;
	width: 420px;
	font-size: 13px;
	font-weight: normal;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.reviewenhance {
	background-color: #000000;
	background: -webkit-gradient(linear, bottom, left 175px, from(#000), to(#333));
	background: -moz-linear-gradient(bottom, #000, #333 175px);
	margin: auto;
	position: relative;
	width: 680px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #333;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.textbiggeryellow {
	font-size: 16px;
	color:#FF0;
}

.stubborn-image-borders {
	border: 1px solid #e1e1e1;
}

.g-plusone {
	margin-left: 5px;
}
.center {
	text-align: center;
}
