/* Site Layout */
@import url("forms.css?foo");
@import url("layout.css?foo");

/*Navigation Styles */
@import url("dhtml-horiz.css?foo");

/* TYPOGRAPHY */

body{
	text-align: left;
	font:normal 9pt/1.4em Arial, Helvetica, sans-serif;
	color:#333;
}
.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 9pt/1.4em Arial, Helvetica, sans-serif;
	color:#333;
}
.mceContentBody{
	background:none;
padding:0;
	background-color:#fff;
	margin:5px;
}
div {
	font-size: 1em;
}
#main img {
	border:0px;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color:#999999;
}
#phone a, #phone a:link, #phone a:active, #phone a:visited {
color:#fff;
text-decoration:none;
}
#phone a:hover {
color:#71AAE7;
	text-decoration: underline;
}
#comp-text a, #comp-text a:link, #comp-text a:active, #comp-text a:visited {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#333;
	background:none;
	text-decoration:none;
}
#comp-text a:hover {
	text-decoration:underline;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#credits1 a, #credits1 a:link, #credits1 a:active, #credits1 a:visited, #credits2 a, #credits2 a:link, #credits2 a:active, #credits2 a:visited {
	color:#C4DB9E;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#credits1 a:hover, #credits2 a:hover {
	color:#fff;
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	text-transform:uppercase;
letter-spacing:1px;
	color:#B4D0F3;
	font-weight:bold;
}

h1 {
	font-size:1em;
	padding:2px;
	line-height:1.5em;
	margin:15px 0;
	color:#B4D0F3;
	background:#1D2D69 url(../Images/heading-bg.png);
background-repeat:repeat-x;
	background-position:top;
}

h1#heading {
	font-size:1.4em;
	line-height:1.5em;
	padding-left:5px;
	margin:0;
margin-bottom:15px;
	color:#B4D0F3;
	background:#1D2D69 url(../Images/heading-bg.png);
background-repeat:repeat-x;
	background-position:top;
}

h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
/* END HEADINGS */

/* TEXT */
p {
	margin:0 0 0.5em;
	padding: 0;
}
blockquote {
	margin:8px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
	
/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
	
/* TABLE */
table {
	margin: 0;
	padding: 0;
	font-size:100%;
}
table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */	
	
hr {
 rem display: none;
	margin:8px 0;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */