@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #665643;
}
#services-ul li a {
	color: #666;
	text-decoration: none;
}
#services-ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
a {
	color: #FEFDFD;
	text-decoration: none;
}
a:hover {
	color: #E7DDCC;
	text-decoration: underline;
}
a:link {
}
.ryanandmarks #container {
	width: 883px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_body.gif);
	background-color: #665643;
	background-repeat: repeat-y;
}
.ryanandmarks #header {
	height: 85px;
}
.ryanandmarks #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ryanandmarks #navigation {
	margin-right: 120px;
	margin-left: 116px;
	height: 160px;
}
.ryanandmarks   #navigation   #buttons {
	float: left;
	width: 224px;
	height: 158px;
}
.ryanandmarks  #navigation  #photos {
	float: right;
	width: 420px;
	height: 158px;
}
.ryanandmarks #mainContent {
	padding: 0 130px;
}
.ryanandmarks #mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.ryanandmarks #mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ryanandmarks #mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.ryanandmarks #mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: -20px;
}
.ryanandmarks #mainContent #leftColumn{
	width: 400px;
	float: left;
}
.ryanandmarks #mainContent #rightColumn{
	float: right;
	width: 200px;
}
.ryanandmarks #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/footer.gif);
	text-align: center;
	height: 86px;
	vertical-align: bottom;
} 
.ryanandmarks #container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#termsTable td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#termsTable th  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ryanandmarks   #container  #attorneysTable h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -14px;
}
#termsTable tr.odd  {
	background-color: #EEE8DB
}
#termsTable #col.bold  {
	background-color: #EEE8DB
}
#ContactTable a {
	color: #665643;
	text-decoration: none;
}
#ContactTable a:hover {
	color: #665643;
	text-decoration: underline;
}
#ContactTable a:link {
}
#LinksTable a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#LinksTable a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#LinksTable .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

