@charset "utf-8";
/* CSS Document: main for dansburyLaw */
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0; 
     padding: 0;
     border: 0;
}
body {
	margin-top: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #CCCCCC;
	/*background-color: #68967C;*/
}
#holder {
     min-width: 600px;
	 max-width: 910px;
	/*background-color: #EDF6C9;*/
	background-color: #FFFFFF;
     margin: 1.5em auto 0 auto;
     text-align: left;
     position: relative;
	 border: 1px solid #8C8C8C;
}

/* The following hack is read only by Mac IE. It gives it a fixed width for the holder div since Mac IE doesn't support min- and max-width. Be sure you do not add any comments INSIDE the hack or it will close. */
/*\*//*/
#holder {
	width: 750px;
	}
/* End show to Mac IE. */

#inner {
	background: url(../images/lCol.jpg) repeat-y;
}

#header {
	/*background-color: #161436;
	color: #EDF6C9;*/
	background-color: #8C8C8C;
	color: #FFFFFF;
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
	margin: 0;
	position: relative;
	text-align: center;
}
#header h2 {
	padding: 0.75em 0 1.0em 0;
}
#content {
	margin: 30px 20px 0 260px;
	padding-bottom: 5px;
	font-size: 100%;
}

/* The following selectors are styling for the content div's headings, paragraphs and links. */

#content h3 {
	padding: 1.5em 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}
#content p {
	line-height: 1.25;
}
#content ul {
	margin-top: -1.0em;
	margin-left: 1em;
}
#content ul li {
	margin-top: 0.5em;
	line-height: 1.25;
}


.brclear { /* Use a break with this class to clear float containers on both sides. */ 
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
}

/* The following selectors control the sidebar/navigational area. */
#sidebar {
	float: left;
	width: 240px;
	margin-top: 20px;
	text-align: center;
	/*margin-left: 10px;*/
	display: inline; /* Fixes the doubled margin bug that Win IE 6 and lower manifest when a left float has a left margin. Doesn't hurt other browsers. */
}
#sidebar img {
	border: 1px solid #000;
}
#sidebar #patCap {
	font-size: 110%;
	font-weight: bold;
	margin: 0.25em auto 0.75em auto;
}
#sidebar .divSec {
	text-align: left;
	margin: 0.5em auto 1.0em 0.25em;
}
#sidebar .divSec h4 {
	padding-left: 0.25em;
	font-size: 100%;
}
#sidebar .divSec .info {
	margin-top: 0.75em;
	padding-left: 0.5em;
	line-height: 1.25;
}
#sidebar a, #sidebar a:visited {
	color: #000;
}
#sidebar a:hover {
	color: #FF0000;
}
/* The next two selectors simply create the black footer area of the page. */
#bottom {
	min-width: 600px;
	max-width: 910px;
	margin: 0 auto 2.0em auto;
	background: #8C8C8C;
	border: 1px solid #8C8C8C;
}
#pagebott {
	/*min-width: 600px;  Sets minimum width to 20px less than that set on the holder div. */
	/*max-width: 910px;  Sets maximum width to 20px more than that set on the holder div. */
	/*border-left: 10px solid #000;
	border-right: 10px solid #000;*/
	background: #8C8C8C;
	/*margin: 0 auto;*/

}

#pagebott p {
	margin: 0;
	text-align: center;
	font-size: 0.65em;
	color: #FEDEEF;
	padding: 5px;
	letter-spacing: .06em;
}



