 /**
* CSS for KLETTER LAW FIRM
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
* design by Radiance-design.net
*
**/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc url("http://www.kletterlaw.com/files/backgroundfnl.gif");
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: justify;
}

body.section-1 {}
body.section-2 {}
body.section-3 {}

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: #09347a; }
a:hover { text-decoration: none; color: #09347a; }

.content a:link { text-decoration: none; color: #09347a; }
.content a:active { text-decoration: none; color: #09347a; }
.content a:visited { text-decoration: none; color: black; }
.content a:hover { text-decoration: none; color: black; }

a img { border: none; }

#menu {
    width: 310px;
    top: 0;
	left: 40px;
	line-height: 15px;
    position:absolute;
	background-color: #e0e0e0;
}

#menu ul {
	list-style: none;
	margin: 0 0 17px 40px;
}

#menu ul li.section-title {
	color: #09347a;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#content {
	margin: 0 0 0 350px;
	top: 0;
	width: 760px;
	background-color: #e0e0e0;
	padding-bottom:50px;
}

#iframed {
	overflow: hidden;
	background-color: #e0e0e0;
}

.container { padding: 5px; }

 p { margin: 8px 0 0 0; }


 /* LISTS */
.main { list-style: none; padding-top: 20px; }

.mainblue { color: #434C64; padding: 15px 0 5px 0; }

.employment { list-style: disk; padding: 5px 10px 5px 15px; }

.employmentblack { padding: 5px 10px 5px 10px; }

.employmentFNL { list-style: cercle; padding: 5px 0 5px 20px; }

.employmentblackFNL	{ padding: 5px 10px 5px 10px; }

.settlements { list-style: decimal; padding: 5px 10px 5px 15px; }

.settlementsblack { padding: 5px 10px 5px 10px; }


#content p { width: 650px; padding: 5px 0 0 0; }

p.address { margin: 20px 0 0 20px; color: #790000; }


h1 {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: 	#09347a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 -10px 40px;
	padding-top: 4px;
}

h2 {
	background-color: #09347a;
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
 	text-indent: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: 650px;
	height: 20px;
	padding-top: 4px;
	margin: 27px 0 40px 60px;
}

h3 {
	color: #331829;
	font-size: 12.5px;
 	text-indent: 5px;
	text-transform: uppercase;
	width: 620px;
	margin-bottom: 15px;
	margin-top: 15px;
}

h4 {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 40px;
	color: #434355;
	letter-spacing: 0px;
	text-align: justify;
}
h4 a:link {
	color: #434355;
}

h5 {
	background-color: #434C64;
	color: black;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
 	text-indent: 5px;
	text-transform: uppercase;
	width: 650px;
	height: 20px;
	padding-top: 4px;
	margin: 20px 0 40px 60px;
}

#img-container		{ margin: 0; padding: 0; }

#img-container p	{ width: 620px; margin: 0; background-color:transparent; }

#once { clear: left; }

.break { padding-top: 40px; }

.text { padding: 0 40px 0 60px; }

.blue { color: #09347a; }
