html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #EDEDED;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End of CSS Reset*/

body {
	font: 62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	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: #585858;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
	position: relative;
}

#outerContainer {
	background: #FFFFFF;
}

#header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

ul#mainNav{
	height: 30px;
	position: absolute;
	top: 20px;
	right: 0px;
	}
	
#mainNav li{
	float: left;
	height: 30px;
	padding-top: 20px;
	}
	
#mainNav a{
	display: block;
	}
	
li#homeLink a:link, li#homeLink a:visited {
	background: url(../images/home.gif) bottom left no-repeat;
	height: 30px;
	width: 55px;
	}
	
li#homeLink a:hover, li#homeLink a:active, li#homeLink a:focus {
	background: url(../images/home.gif) top left no-repeat;
	}
	
li#aboutLink a:link, li#aboutLink a:visited {
	background: url(../images/about.gif) bottom left no-repeat;
	height: 30px;
	width: 155px;
	}
	
li#aboutLink a:hover, li#aboutLink a:active, li#aboutLink a:focus {
	background: url(../images/about.gif) top left no-repeat;
	}

li#practiceLink a:link, li#practiceLink a:visited {
	background: url(../images/practice-areas.gif) bottom left no-repeat;
	height: 30px;
	width: 133px;
	}
	
li#practiceLink a:hover, li#practiceLink a:active, li#practiceLink a:focus {
	background: url(../images/practice-areas.gif) top left no-repeat;
	}
	
li#recentLink a:link, li#recentLink a:visited {
	background: url(../images/recent-cases.gif) bottom left no-repeat;
	height: 30px;
	width: 123px;
	}
	
li#recentLink a:hover, li#recentLink a:active, li#recentLink a:focus {
	background: url(../images/recent-cases.gif) top left no-repeat;
	}
	
li#contactLink a:link, li#contactLink a:visited {
	background: url(../images/contact.gif) bottom left no-repeat;
	height: 30px;
	width: 94px;
	}
	
li#contactLink a:hover, li#contactLink a:active, li#contactLink a:focus {
	background: url(../images/contact.gif) top left no-repeat;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 #badges {
	float: left;
	width: 240px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	padding-top: 10px;
}

#sidebar1 .badge {
}

#sidebar1 .badgeBorder{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	}

#sidebar1 .badge p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 10px;
	padding-top: 0px;
}

.box {
	background: url(../images/box-bg.jpg) repeat-y;
	width: 220px;
	color: #313131;
	margin-top: 20px;
	border: 1px solid #D4D4D4;
}

#sidebar1 .box p {
	margin: 5px 20px;
	font-style: italic;
}

#sidebar1 .box h2 {
	color: #313131;
	background: url(../images/box-top.jpg) no-repeat left top;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 0px;
}

#sidebar1 .box a {
	display: block;
	background: url(../images/box-bottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.2em;
}

#sidebar1 .box a:link, #sidebar1 .box a:visited {
	color: #024564;
}

#sidebar1 .box a:hover, #sidebar1 .box a:active, #sidebar1 .box a:focus {
	color: #FF4D00;
	text-decoration: underline;
}

#sidebar1 h2, #sidebar2 h2 {
	font-size: 1.3em;
	color: #FF4D00;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#sidebar1 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px;
}

#sidebar1 ul {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar1 a:link, #sidebar1 a:visited, .badge a:link, .badge a:visited  {
	color: #3399CC;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus, .badge a:hover, .badge a:active, .badge a:focus {
	color: #FF6600;
	text-decoration: underline;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
}

#sidebar2 form {
	width: 220px;
	margin-left: 20px;
}

#sidebar2 label {
	font-size: 1.1em;
	margin-top: 0.5em;
	text-transform: uppercase;
}

#sidebar2 h2 {
	text-transform: uppercase;
	margin-left: 0px;
}

#sidebar2 #submit {
	display: block;
	margin-top: 12px;
	margin-bottom: 30px;
}

#sidebar2 textarea {
	margin-bottom: 10px;
}

.block {
	display: block;
	padding-top: 8px;
}

.photo {
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 25px;
	margin-right: 40px;
	margin-bottom: 25px;
}

#mainContent {
	margin: 0 240px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
*/}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent p{
	padding: 0 25px;
	}

#mainContent h1 {
	font-size: 1.5em;
	color: #FF4D00;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 20px;
}

#mainContent h2 {
	font-size: 1.4em;
	color: #585858;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#mainContent ul {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 10px 20px 20px 60px;
	list-style-type: square;
}

#mainContent ul li ul {
	font-size: 1em;
}

#mainContent li {
	padding-bottom: 5px;
	padding-top: 5px;
}

#mainContent a:link, #mainContent a:visited {
	color: #3399CC;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #FF6600;
	text-decoration: underline;
}

#mainContent td {
	padding: 8px;
	font-size: 1.1em;
}

#badges {
	float: left;
	width: 960px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.badge {
	float: left;
	width: 240px;
}

.badge img {
	padding: 10px;
	float: left;
}

.badge p {
	padding-top: 20px;
	padding-right: 20px;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 10px;
}

#footer {
	background:#EDEDED;
	color: #666666;
}

#footer p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 20px 0;
}

#footer a:link, #footer a:visited {
	color: #3399CC;
	text-decoration: none;
	font-size: 1.2em;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FF6600;
	text-decoration: underline;
	font-size: 1.2em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.siteCredits a:link, .siteCredits a:visited{
	color: #666;
}

.map {
	margin-left: 25px;
}

.map a {
	display: block;
}

#FlashID {
	margin-left: 25px;
}

#PhAIR {
	padding-left: 25px;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	width: 240px;
	padding-bottom: 20px;
	float: left;
	padding-top: 25px;
	padding-right: 5px;
}
