@charset "utf-8";
/* CSS Document */

/* BODY and ELEMENT styling */
body {
	background: url(images/background.png) repeat top left;
	margin: 0px auto 0px auto;
	width: 956px;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #827653;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: underline;
}

table {
border: none;
padding: 0px;
margin: 0px;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: none;

}

#navigation-top {
background: url(images/navigation_top.png) no-repeat bottom left;
}

#header ul {
background: url(images/navigation_right.png) no-repeat top right;
width: 956px;
height: 65px;
margin: 0px;
padding: 0px;
list-style: none;
}

#header li a {
display: block;
height: 65px;
clear: none;
float: left;
text-indent: -10000px;
}

#header .homepage a {
background: url(images/buttons/home_normal.png) no-repeat top left;
width: 95px;
}

#header .profile a {
background: url(images/buttons/profile_normal.png) no-repeat top left;
width: 165px;
}

#header .areas a {
background: url(images/buttons/practice_areas_normal.png) no-repeat top left;
width: 149px;
}

#header .espanol a {
background: url(images/buttons/spanish_normal.png) no-repeat top left;
width: 108px;
}

#header .testimonials a {
background: url(images/buttons/testimonials_normal.png) no-repeat top left;
width: 152px;
}

#header .contact a {
background: url(images/buttons/contact_normal.png) no-repeat top left;
width: 84px;
}

#content {
background: url(images/content_main.png) repeat-y top left;
}

.sidebox-content {
background: url(images/sidebox_main.png) repeat-y top left;
}

.mainbox-content {
background: url(images/maincontent_main.png) repeat-y top left;
}

#footer {
background: url(images/footer.png) no-repeat top left;
}

#sidebox-length {


/* Font Styling */
a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #db9a00;
text-decoration: none;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #922516;
text-decoration: none;
}

.red-text-underline {
color: #922516;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #4b781c;
text-decoration: none;
}

.green-text-underline{
color: #4b781c;
text-decoration: underline;
}

#stripedlines {
width: 956px;
height: 35px;
background: url(images/top_image.png) no-repeat;
}
