/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 6px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #355452;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #516564;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #516564;
	text-indent: 0px;
	background-image: url(images/bg_page_title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
.centeredtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}


img>h1 { display: inline; }

h2 {
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #355452;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #660033;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 20px 0px 0px 20px;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #274069;
	text-align: center;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 750px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_header_top.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
}
div#headeranimation{
	position: relative;
	width: 588px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/bg_sitecontainer.jpg) repeat-y;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #c4c1b9;
	border-right: 2px solid #c4c1b9;
	border-bottom: 2px solid #c4c1b9;
	border-left: 2px solid #c4c1b9;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 550px;
}

div#content img.border {
	padding: 5px;
	margin: 0px 45px 20px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	clear: right;
	float: right;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 750px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 71px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
div#footer2 {
	clear: left;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 84px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
div#signin {
	clear: both;
	margin: 12px 0px 0px 22px;
	padding: 0px;
	width: 111px;
	float: left;

}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}
div#copyright a {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}
div#copyright a:hover {
	color: #003333;
	background: #99CCCC;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 162px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 162px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
li {
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.iframeindent {
	float: left;
	padding-left: 35px;
}


ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #003333;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	width: 162px;
	text-align: left;
	text-indent: 5px;
	background-image: url(images/bg_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#leftnav li a:hover, ul#leftnav  {
	color: #003333;
	background: url(images/bg_button_over.jpg) no-repeat left top;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #003333;
	background: url(images/bg_button_on.jpg);
}

ul#list {
	font-size: 11px;
	color: #181C49;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(sharonjohnsonlaw.css);
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000000;
}

iframe {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
iframe.map {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -10px;
	border: 1px solid #625D5D;
}
h3 {

	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 0px;
}
div#content img.center {
	padding: 5px;
	margin: 0px 0px 20px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
}
p.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul#list2 {
	font-size: 11px;
	color: #181C49;
	margin-right: 100px;
	float: right;
	margin-top: 0px;
}
ul#list2 li {

	font-size: 11px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-image: url(sharonjohnsonlaw.css);
}
div#slideshow {
	margin-left: -30px;
	margin-bottom: 20px;
}
div#introcontainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
}
.redx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.centeredtextwhitesml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	line-height: 10pt;
}
.address2 {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 20px 0px;
	text-align: center;
}
.address2 a:link, .address2 a:hover, .address2 a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFCC00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#disclaimer {
	margin: 0px auto;
	padding: 5px;
	width: 450px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	height: auto;
}
img.rightbulletlistpics {

	float: right;
	margin: 0 20px 10px 10px;
	border: 1px solid #000000;
}
.privacystatement {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}

.centeredtextwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
