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

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

/* 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: 12px;
	line-height: 16px;
	color: #000000;
	margin-right: 40px;
	margin-left: 10px;
	margin-bottom: 20px;
	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: #000000;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #181C49;
	text-indent: 0px;
}
.centeredtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181C49;
	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: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 20px 0px 0px 20px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFCC00;
	font-size: 9px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	height: 141px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.jpg) repeat-y;
	width: 770px;
	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: 525px;
}

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: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
}
div#footer2 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	height: 84px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

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

div#leftnav {
	float: left;
	width: 201px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 198px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
li {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
}
.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: #FFFFFF;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	width: 202px;
	text-align: left;
	text-indent: 20px;
	background-color: #000033;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background: #990000;
}

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(simkinspa.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(simkinspa.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: left;
}
.centeredwhitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-left: 7px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
