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

body {
	background-color: #AAA;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

div {
	margin: 0px;
	padding: 0px;
}

/* CONTAINER */

#container {
	background-color: #FFFFFF;
	width: 980px;
	position: absolute;
	left: 50%;
	margin: 30px 0px 0px -490px;
	padding: 0px;
	top: 0px;
}

#header {
	width: 960px;
	padding-top: 10px;
	margin-left:10px;
}

#horizontalNav {
	text-align: left;
	margin-left: 25px;
}

/* INDEX PAGE */

#indexColumnleft {
	float: left;
	margin: 20px 10px 0px 20px;
	vertical-align:middle;
}

#indexColumnmain {
	float: left;
	width: 380px;
	margin-left: 20px;
	margin-top: 15px;
	vertical-align: text-top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#associations {
	width: 940px;
	position: relative;
	margin: 0px 20px 10px 20px;
	float: left;
}

.associationimages {
	margin: 0px 20px 10px 20px;
	text-align: center;
}

#indexColumnmain p:first-letter {
	font-size: 2.0em;
}

#indexColumnright {
	width: 290px;
	float: right;
	margin: 20px 20px 0px 10px;
}

#formMain{
	width: 450px;
	margin-top: 30px;
	margin-left: 280px;
	margin-bottom: 30px;
	font-size: 24px;
	text-align: left;
	padding: 20px;
}

/*SERVICES*/

#columnLeft{
	float: left;
	width: 550px;
	margin: 20px 10px 20px 30px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: auto;
}

#columnRight {
	text-align: center;
	width: 340px;
	margin: 20px 20px 20px 30px;
	float: right;
}

#movies {
	text-align: center;
}

#pdf {
	position: relative;
	margin: 10px 30px 30px 30px;
	float: left;
}

.phones {
	clear:both;
	text-align:center;
}

/* LINKFORMS PAGE */

#linkcolumnLeft{
	float: left;
	width: 440px;
	margin: 20px 10px 20px 30px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: auto;
}

#linkcolumnRight {
	text-align: left;
	width: 440px;
	margin: 20px 30px 20px 10px;
	float: left;
}



/*CONTACT PAGE */

.contactColumnLeft {
	float: left;
	width: 650px;
	margin-left: 30px;
	height: 400px;
	margin-top: 10px;
}

.contactColumnRight {
	float: right;
	width: 235px;
	margin-right: 30px;
	margin-top: 10px;
}

/* LINKS */
.links {
	width: 500px;
	padding: 40px 60px 20px 0px;
	margin-top: 40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: auto;
	list-style: none;
	margin-left: 260px;
}

/* FOOTER */

#footer {
	position: relative;
	width: 980px;
	height: 100px;
	background-image:url(../images/Salas_law_Firm_footerbkgnd.jpg);
	margin-top: 0px;
	float: left;
}

#footer p{
	color: white;
	text-align: center;
	margin-top:40px;
	text-decoration: none;
}

#footer a:link{
	color: white;
}

#footer a:visited{
	color: white;
}
#footer a:hover{
	color: white;
}
#footer a:active{
	color: white;
}

li.disc {
	list-style: disc;
}

li.circle {
	list-style: circle;
	list-style-position: inside;
}
/* CSS Document */

