/** {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}*/
body {
  background-color: #eaeaea;
  color: #00c;
  margin: 0;
  padding: 0;
  text-align: center;
	font: 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  color: #00c;
  font-weight: bold;
  line-height: 150%;
	font-size: 1.5em;
}
h2 {
  color: #00c;
  font-weight: bold;
  line-height: 125%;
	font-size: 1.25em;
}
h3{
  color: #00c;
  font-weight: bold;
  line-height: 115%;
	font-size: 1.15em;
	
}
a:link img {
	border: thin hidden white;
}
table h2{
		font-size: 1.15em;
}
table h2 a:link, table h2 a:visited{
	text-decoration: none;
	color: #00c;
}
table h2 a:hover{
	text-decoration: none;
	color: #c00;
}
p{

}
hr {
	color: #00c;
	background: #00c;
	border: 0;
	height: 1px;
	margin: .5em 0;
}
a,  a:link {
  color: #00c;
	text-decoration: underline;
}
a:visited {
  color: #c00;
  text-decoration: underline;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
#header {
  background-image: url("images/shadowboxLogo.jpg");
  background-repeat: no-repeat;
  height: 174px;
  padding: 0;
	margin: 0 0 2px;
}
#contentWrapper {
  overflow: hidden;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
}
#leftColumn {
  float: left;
  padding: 0;
  width: 250px;
	color: white;
	border-right: 1px solid #c00;
}
.leftText{
	text-align: center;
	color: #c00;
	line-height: 150%;
	margin-top: 10px;
}
#leftColumn .leftText h1{
	font-size: 1em;
	color: #00c;
	font-weight: normal;
	font-style: normal;
}
#leftColumn .leftText h2 {
  color: #c00;
  font-weight: bold;
  line-height: 110%;
	font-size: 1.1em;
}
#leftColumn .leftText h3{
 color: #c00;
  font-weight: bold;
  line-height: 105%;
	font-size: 1.05em;
	padding-bottom: 5px;
}

#leftColumn .leftText hr {
	color: #c00;
	background: #c00;
	border: 0;
	height: 1px;
	margin: .5em 0;
}
.menu {
  background-color: #c00;
	float: left;
	width: 235px;
	margin: 0;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 15px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: white;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	text-decoration: none;
	color: white;
}
.menu_default a:hover {
	text-decoration: none;
	color: white;
}

.menu_current  {

	font-weight:bold;
	color: white;
}
#content {
	border-left: 1px solid #c00;
  margin: 0 0 0 250px;
  padding: 15px 35px 10px;
}
#content img{
	border-color: navy;
}

/* New estimate form */
#mainForm form{
	margin: 0;
	padding: 0;
}
#mainForm fieldset
{
	color: #0000CC;
	padding: 15px 10px 10px 25px;
	border: thin inset #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .5em;
}

#mainForm legend
{
	font-weight: bold;
	padding-left: 3px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 3px;
}

#mainForm fieldset h3{
	margin: 20px 0 5px;
	font-size: 1em;
	color: black;
}
#mainForm fieldset p{
}

#mainForm fieldset ol li{
	margin: 0;
	padding: 0;
}
#mainForm fieldset ul
{
	padding: 0;
	list-style: none;
	margin: 0;
}
#mainForm fieldset ul ul
{
	padding: 0;
	list-style: none;
	margin-left: 0;
	margin-top: 3px;
}
#mainForm fieldset li
{
	padding: 0;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 3px 10px;
}
#mainForm fieldset li .italSM, #mainForm fieldset .italSM{
	font-style: italic;
	margin-right: 5px;
	margin-left: 1px;
}

#mainForm label
{
	display: block;
	font-weight: bold;
	margin-top: 3px;
}
#mainForm .required{
	color: red;
	padding-left: 3px;
}
#mainForm .hwd li, .hwd label{
	display: inline!important;
}

fieldset.submit
{
	text-align: center;
	margin-top: 5px;
	padding: 0;
	border: none!important;
}

/* EO estimate form */
#footer {
  padding: 3px 25px 3px 15px;
	border: 1px solid #c00;
	font-weight: normal;
	font-style: normal;
	line-height: 105%;
	color: #c0c0c0;
	font-size: .70em;
}