@charset "utf-8";
html { 
    height: 100%;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	color: #555555;
	font-size: 0.95em;
	height: 100%;
}

h1{
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
}

h2{
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
}

h3{
	font-size: 0.95em;
	color: #000;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

h4 {
	font-size: 0.9em;
	color: #000;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p{
/*	border: 1px red solid; */
	line-height: 1.6em;
	margin-bottom: .5em;
	margin-top: 0px;
	font-size: 0.95em;
}

a{
    color: #990000;
}

img{
border-style: none;
}

#header{
	/*border: 1px solid red; */
	width: 500px;
	height: 180px;
	margin-left: 265px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header p{
  color: #FF0000;
  font-size: 0.85em;
  text-align: right;
  padding-right: 50px;
}

#header h1{
/*  border: 1px red solid; */
  padding-top: 20px;
  color: #990000;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#header h2{
/*  border: 1px red solid;*/
  margin-top: 0px;
  color: #000000;
  font-size: 1.2em;
}

#nav {
	/*border:1px solid green; */
	position: relative;
	font-size: 1em;
	width: 240px;
	float: left;
	padding-right: 25px;
	padding-top: 2px;
	font-weight: bold;
}

#nav UL{
	margin:0px;
	padding:0px;
}

#nav UL LI
{
	list-style-type: none;
	text-align: right;
	padding-bottom: 2px;

}
#nav UL LI A:link{	
}

#nav UL LI A:visited{
}

#nav UL LI A:hover,
.index_pg #nav #index_pg a,
.aboutus_pg #nav #aboutus_pg a,
.areasoflaw_pg #nav #areasoflaw_pg a,
.fees_pg #nav #fees_pg a,
.links_pg #nav #links_pg a,
.contactus_pg #nav #contactus_pg a,
.legal_pg #nav #legal_pg a{
    color: #990000;
}

#nav UL LI A{
    color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0xp;
}


#container {
/*border: 1px solid blue;*/
  width: 900px;
  margin: 0 auto; 
/*  margin-top: 50px;*/
  text-align: left; 
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -200px;}

#content {
/*border: 1px solid red;*/
  position: relative;
  width: 475px;
  padding-top: 0;
  margin-top: 0;
  margin-left: 265px;
  height:100%;
}

#home_areasoflaw{
	margin-top: 15px;
	width: 125px;
	text-align:center;
	border: 1px solid black;
	padding: 12px;
}

#home_areasoflaw p{
  font-size: .9em;
  color: #000;
  line-height: 1.4em;
}

#home_areasoflaw a:link,
#home_areasoflaw a:visited{
  color: #000;
  text-decoration:none;
}

#home_areasoflaw a:hover{
	color: #900;
}

.links li{
	list-style-type: none;
	margin-left: 0px;
	line-height: 1.6em;
	font-size: 1.1em;
}

#contact_details td{
	vertical-align: top;
}

#push{
    height: 200px;
}
#footer{
	background-image:url(../images/footer.png);
	clear: both;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
}

.bottomlinks {
	clear: both;
	width: 100%;
}

#copyright {
	float: left;
	width: 600px;
	text-align: left;
	font-size: 0.7em;
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
	margin-top: 160px;
}

.bigredbus {
	font-family: Impact, "Arial Black", sans-serif;
	font-size: 1.3em;
	letter-spacing: normal;
}


.bigredbusRed {
	font-family: Impact, "Arial Black", sans-serif;
	font-size: 1.3em;
	letter-spacing: normal;
	color: #F00;
}

#footer .bottomlinks #copyright a {
	color: #000;
	text-decoration: none;
}

#footer .bottomlinks #copyright a:visited {
	color: #000;
}

#footer .bottomlinks #copyright a:hover {
	color: #000;
	text-decoration: underline;
}


/* Miscellaneous classes for reuse */
.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: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.aboutus_pg #container #content p .highlight #eugene {
	margin-top: 10px;
}

.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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
#contact_details tr th {
	background-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.contactus_pg #container #content #contact_details {
}

#contact_details td {
	padding-top: 5px;
	padding-bottom: 5px;
}
h5 {
	font-size: 1em;
	color: #900000;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#CollapsiblePanel1 {
	margin-top: 20px;
}
.consulation_free {
	width: 80px;
	float: right;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 30px;
	border: 1px solid #000;
	color: #000;
}
.contact_us {
	width: 100px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #000;
	color: #000;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}
.contact_us1 {
	width: 100px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #000;
	color: #000;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.small_type {
	font-size: 0.7em;
}
.highlight {
	color: #000;
}
.bigger_text {
	font-size: 1.2em;
}

