/* Main Navigation Bar */
#mainNav {
top: 348px;
}

/* Content of Home Page */
#content {
top: 398px;
}

#container #home-page {
height: 232px;
}

/*---Main Content---*/
#mainContent {
	float: left;
	width: 330px;
}

#mainContent p {
	padding: 0 0px 0 15px;
}

#mainContent h1, #secondaryContent h2 {
	font: bold 20px Arial;
	margin: 15px 0 0 15px;
}

#secondaryContent {
	text-align: center;
	float: left;
	width: 545px;
	height: 355px;
	background: #fff;
	padding-top: 15px;
}
#secondaryContent #video {
	border: 1px solid #203047;
}


/*-----Services-----*/
#service1 {
	width: 291px;
	float: left;
	position: relative;
	clear: left;
}

#service2, #service3 {
width: 292px;
float: left;
position: relative;
}

#service1 div {
	width: 291px;
	height: 135px;
	background: url(../images/atlanta-personal-injury.jpg) no-repeat left top;
}

#service2 div {
width: 292px;
height: 135px;
background: url('../images/atlanta-business-law.jpg') no-repeat left top;
}

#service3 div {
	width: 292px;
	height: 135px;
	background: url(../images/atlanta-civil-rights.jpg) no-repeat left top;
}

#service1 h3 a, #service2 h3 a, #service3 h3 a {
position: absolute;
top: 0px;
padding: 21px 0 0 21px;;
color: #e3b11e;
font-size: 35px;
white-space: pre-line;
display: block;
width: 271px;
height: 114px;
line-height: 33px;
font-family: Times, "Times New Roman", sans;
}

#service1 h3 a:hover {
	background: url(../images/atlanta-personal-injury02.jpg) no-repeat left top;
}

#service2 h3 a:hover {
	background: url('../images/atlanta-business-law02.jpg') no-repeat left top;
}

#service3 h3 a:hover {
	background: url(../images/atlanta-civil-rights02.jpg) no-repeat left top;
}

#service1 p, #service2 p, #service3 p {
	font-size: 13px;
	padding: 0 14px 0 14px;
	line-height: 21px;
	text-align:left;
	color: #000;
}

#home-form {
background: url('/images/contact-home.jpg') no-repeat left bottom;
float: left;
margin-left: 40px;
margin-bottom: 20px;
width: 780px;
font-size: 12px;
color: #2b405d;
padding: 10px;
border: 1px solid #2b405d;
}

#home-form h2 {
letter-spacing: 2px;
color: #2b405d;	
}

#home-form .left {
float: left;
//max-width: 200px;
padding: 0px 0px 0px 25px;
}

#home-form input,textarea {
background-color: #fff;
border: 2px solid #CCC;
}

#home-form #send-button {
font-size: 12px;
background-color: #2b405d;
border: 2px solid #333;
color: #fff;
padding: 5px;
}
