/* Thomas Clark Law Main CSS */

a:link,a:visited { text-decoration:none}

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt
{ margin:0; padding:0;}

a img,:link img,:visited img { border:0px solid black;}

img {border-style: none;}

html { min-height:100%; margin-bottom:1px; }

body {
font-size: small;
}
* html body {
font-size: small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #142855;
	color: #19326a;
}

#wrapper {
	width: 970px;
	padding-top: 25px;
	margin: 0px auto;
}
#header {
	background-image: url(images/bg_topround.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 970px;
	padding: 0px;
}

#content {
	width: 970px;
	background-color: #ffffff;
	min-height:500px;
	height:auto !important;
	height: 500px;
	margin: 0px auto;
}
#content #title {
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 970px;
}

#content .strong {
	font-weight: bold;
}
#content .strong-important {
	font-weight: bold;
	color: #ca3429;
}
#content .signature {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content #left {
	width: 200px;
	float: left;
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content #right {
	width: 635px;
	float: left;
	background-color: #ffffff;
	padding: 25px 100px 25px 25px;

}
#content #right h1 {
	font-size: 120%;
	text-transform: uppercase;
	color: #ca6f29;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px 0px 4px;
	width: 100%;
	border-bottom: 1px solid #ca6f29;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#content #right h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #ca6f29;
	font-weight: normal;
	margin: 15px 0px;
	padding: 6px 0px;
	width: 100%;
	border-bottom: 1px solid #ca6f29;
	border-top: 1px solid #ca6f29;
	border-right-style: none;
	border-left-style: none;
}

#content #right h3 {
	font-size: 95%;
	text-transform: uppercase;
	color: #ca6f29;
	font-weight: normal;
	margin: 15px 0px;
	padding: 6px 0px;
	width: 100%;
	border-bottom: 1px solid #ca6f29;
	border-top: 1px solid #ca6f29;
	border-right-style: none;
	border-left-style: none;
}

#content #right h4 {
	font-size: 120%;
	color: #ca6f29;
	font-weight: normal;
	margin: 15px 0px;
	padding: 6px 0px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content #right p {
	line-height: 1.5em;
	padding-bottom: 9px;
}
#content #right .terms {
	font-size: 90%;
	text-transform: uppercase;
}
#content #right .lrg-text {
	font-size: 105%;
	text-transform: uppercase;
	color: #ca6f29;
	font-weight: normal;


}
#content #right .photo {
	float: right;
}
#right em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content #right ul {
	margin: 0px 0px 15px 50px;
}

#content #right li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: square url(none) outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content #right #form {
	width: 400px;
}

#content #right #form input {
	background: #f4ddc9;
	padding: 5px;
	width: 240px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #b56325;
	border: 1px solid #e5b38a;

}
#content #right #form textarea {
	background: #f4ddc9;
	border: 1px solid #e5b38a;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #b56325;	
	width: #240px !important;
}
#content #right #form .sendbttn {
	background: #ca6f29;
	padding: 3px;
	width: 75px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #f4ddc9;
	border-right: 1px solid #a05721;
	border-bottom: 1px solid #a05721;
	border-left: 1px solid #f4ddc9;
	cursor: pointer;
    cursor: hand;
}
#content a:link {
	font-weight: bold;
	color: #ca6f29;
	text-decoration: none;
}
#content a:visited {
	font-weight: bold;
	color: #e2a675;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #d69c36;
	text-decoration: none;
	}

#bottom {
	background: url(images/bg_bottomround.gif) no-repeat center bottom;
	height: 40px;
	width: 970px;
	padding: 0px;
}

#footer {
	color: #ffffff;
	margin: 0px auto;
	height: 35px;
	width: 970px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 90%;
}
#footer a:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	font-weight: normal;
	color: #deb860;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	color: #de9060;
	text-decoration: none;
}


#footer .dots {
	color: #ca7330;
	font-weight: bold;
}