/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #c0c0c0 url(../images/bg.jpg) repeat-x;
	color: #4b4b4b;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	font-size: 11px;
}

a{
	color: #708800;
	outline: none; /* removing mozilla's outline */
	text-decoration: none;
}

a:hover {
	color: #506006;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #0076a3;
	font-family: "trebuchet ms", helvetica, verdana, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
	padding: 10px 0;
}

h2 {
	font-family: "lucida sans unicode", "lucida grande", tahoma, arial, helvetica, "trebuchet ms", verdana, sans-serif;	
	font-weight: bold;
	padding: 8px 0;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	background: #fff;
	border: 1px solid #000;
	margin: 25px auto 0 auto;
	width: 769px;
}

/*------------------------------------------------------*/
/* =HEADER						*/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 281px;
	position: relative;
}

#findLawyer {
	position: absolute;
	bottom: 63px;
	right: 61px
}

/*	LOGO	*/
#logo {
	height: 76px;
	width: 304px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#logo a {
	display: block;
	height: 86px;
	width: 100%;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 30px;
	right: 30px;
}

#menu li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0px 10px;
}

#menu a {
	display: block;
	height: 43px;
	text-indent: -9999px;
}

#home a {
	background: url(../images/home.jpg) no-repeat;
	width: 80px;
}

#home a:hover {
	background: url(../images/home-hover.jpg) no-repeat;
	width: 80px;
}

#about a{
	background: url(../images/about.jpg) no-repeat;
	width: 81px;
}

#about a:hover {
	background: url(../images/about-hover.jpg) no-repeat;
	width: 81px;
}

#findYourLawyer a {
	background: url(../images/lawyer.jpg) no-repeat;
	width: 166px;
}

#findYourLawyer a:hover {
	background: url(../images/lawyer-hower.jpg) no-repeat;
	width: 166px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	overflow: hidden;
	padding: 0 10px 15px 10px;
}

#content span {
	color: #708800;
	/*  Green Text :: color: red;#8dbe44*/
}

/*------------------------------------------------------*/
/* =MAIN							*/
#main {
	float: left;
	overflow: hidden;
	width: 552px;
}

#main .box {
	border-top: 7px solid #ededed;
	float: left;
}

#main .box h3 {
	background: white;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 15px 10px;
}

#main .box h4 {
	border-bottom: 1px dotted #000;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

#main br {
	line-height: 5px;
}

#main p {
	padding: 5px;
}

#overview {
	margin-right: 10px;
	width: 257px;
}

#overview p {
	background: url(../images/overview-p.jpg) no-repeat 5px 4px;
	padding-left: 25px;
}

#overview img, #ligitation img {
	border: 1px solid #939393;
}

#ligitation {
	width: 284px;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	float: right;
	padding-top: 10px;
	width: 190px;
}

#sidebar h1 {
	font-size: 20px;
	padding: 0px;
	text-transform: capitalize;
}

#sidebar .boxTop {
	background: url(../images/sidebar-top.jpg) no-repeat;
	height: 6px;
}

#sidebar .box {
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	padding: 5px 10px;
}

#sidebar .boxBottom {
	background: url(../images/sidebar-bottom.jpg) no-repeat;
	height: 6px;
}

#sidebar ul {
	padding: 11px 0;
}

#sidebar li {
	background: url(../images/sidebar-li.jpg) no-repeat 0 6px;
	padding: 5px 0 5px 18px;
}

#sidebar p {
	text-align: right;
}

/*------------------------------------------------------*/
/* =ABOUT US						*/
#aboutUs {
	padding: 20px 30px;
}

#aboutUs p {
	padding: 10px 0;
}

/*------------------------------------------------------*/
/* =CONTACT						*/
#contact {
	padding: 20px 30px;
}

#contact p {
	padding: 10px 0;
}

#formTop {
	padding: 20px 35px;
	width: 385px;
}

#contact label {
	display: inline-block;
	font-size: 13px;
	padding: 7px 0;
	text-transform: capitalize;
	width: 128px;
}

#contact label span {
	color: red;
	font-size: 11px;
}

#contact #formTop input {
	width: 250px;
}

#contact h5 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 30px 0 0 35px;
}

#contact ul {
	font-size: 15px;
	padding: 15px 0 15px 55px;
}

#errors li {
	padding: 7px;
	color: red;
	font-weight: bold;
}

#contact ul input {
	margin-right: 5px;
}

#contact ul li p {
	padding-left: 25px;
}

#contact ul li ul {
	padding: 0px 20px;
}

#contact ul li ul li {
	padding: 2px 5px;
}

#formBottom {
	font-size: 14px;
	padding: 0 0 25px 35px;
	overflow: hidden;
}

#formBottom p {
	padding: 3px 0;
}

#formBottom textarea {
	display: block;
	height: 66px;
	margin: 8px 0 12px 30px;
	width: 560px;
}

#formBottom .button {
	background: #0183bd;
	border: none;
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 78px 15px 0;
	padding: 3px 0;
	width: 150px;
}

.thanks {
	font-size: 16px;
}

.thanks p {
	padding: 20px 20px 0 20px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	border-top: 4px solid #000;
	color: #000;
	height: 50px;
	font-family: arial, sans-serif;
	overflow: hidden; /* clears the floats */
	padding-top: 15px;
	width: 99%;
}

#footer img {
	float: right;
}

#footer span {
	float: left;
	font-style: italic;
	padding: 10px 0 0 15px;
}


