@charset "utf-8";
/***************************************************** tag redefinitions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #080000;
	margin: 0px;
	padding: 0px;
}
blockquote p {
	padding: 0px 25px;
	font-size: 1em;
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background: url(../images/quote-down.gif) bottom right no-repeat;
	margin-bottom: 0 !important;
	font-style: italic;
}
blockquote {
	background: url(../images/quote-up.gif) top left no-repeat;
	margin-bottom: 13px;
}
cite {
	margin-left: 25px;
	color: #c28581;
}
em {
	text-decoration: underline;
	font-style:normal;
}
/***************************************************** login */
#loginwrap {
	background: url(../images/footerback.gif) top left repeat;
	background-color: #681d18;
	border-bottom: 9px solid #681d18;
}
#logindiv {
	width: 657px !important;
	height: 50px;
	margin: 0 auto !important;
	padding: 20px 0;
}
/***************************************************** header */
#masthead {
	position: relative;
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#masthead h1 {
	margin-top: 20px;
	background: url(/images/logo.gif) no-repeat;
}
#masthead h1 a {
	height: 80px;
	width: 254px;
	display: block;
	font-size:1px;
	color: #080000;
	text-decoration:none;
}
#masthead h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #72352f;
	margin: 0;
	font-weight: normal;
}
#masthead ul {
	right: 0;
	top: 55px;
	position: absolute;
	margin-right: -5px;
	z-index: 99;
}
#masthead ul li {
	float: left;
	list-style-type: none !important;
	list-style-image: none !important;
}
#masthead ul li a {
	padding: 10px;
	border-left: 1px solid #d9d0ba;
	font-size: 0.6em;
	text-decoration: none;
	color: #d9d0ba;
}
#masthead ul li a.first {
	border: 0;
}
#masthead ul li a:hover {
	color: #FE5F1B;
}
#masthead ul li a.selected {
	color: #ef372e;
}
/***************************************************** content */
#contentwrap1 {
	background: #FFFFFF url(../images/contentback.jpg) top repeat-x;
}
#contentwrap2 {
	background: url(../images/work.jpg) top center no-repeat;
}
#contentwrap3.home {
	background: url(../images/kid1.png) bottom center no-repeat;
}
#contentwrap3.services {
	background: url(../images/kid3.png) bottom center no-repeat;
}
#contentwrap3.about {
	background: url(../images/kid4.png) bottom center no-repeat;
}
#contentwrap3.quote {
	background: url(../images/kid1.jpg) bottom center no-repeat;
}
#contentwrap3.error {
	background: url(../images/kid5.jpg) bottom center repeat-y;
}
#contentwrap2.columns {
	background: url(../images/colshadow2.jpg) top center repeat-y;
}
#contentwrap3.columns {
	background: url(../images/colshadow2top.jpg) top center no-repeat;
}
#contentwrap4.columns {
	background: url(../images/colshadow2bottom.jpg) bottom center no-repeat;
}
#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	min-height: 402px;
}
#content h2, #content h3 {
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 13px;
	clear: both;
}
#content h2 {
	color: #ac0f00;
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #FE5F1B;
}
#content h4 {
	font-size: 0.81em;
	font-style: normal;
	color: #ac0f00;
}
#sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #FE5F1B;
	padding: 3px;
	background-image: url(../images/bulletwhite.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 16px;
}
#content p {
	line-height: 18px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#content p a {
	font-size: 1.2em;
}

#content p.impact {
	line-height: 23px;
	font-size: 0.9em;
}

#content p.impact a {
	font-size: 1.2em;
}

#content p.short {
	width: 474px;

}
#content a {
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ef372e;
	text-decoration: none;
	font-size: 1.25em;
	font-style: italic;
}
#content a:hover {
	color: #ac0f00;
}
#content a.thumb img {
	display:block;
}
#content a.thumb,
#content div.map {
	border: 1px solid #d8b898;
	margin-bottom: 15px;
	background-color: #FFF6ED;
	padding: 5px !important;
	display:block;
}
#content div.map {
	width: 502px;
}
#content a.thumb:hover {
	border: 1px solid #ef372e;
}
#flashobj {
	border: 1px solid #d8b898;
	background-color:#FFFFFF;
	margin-bottom: 20px;
}
#flashobj object,
#flashobj embed {
	display:block;
}
.buttons {
	margin-right: 10px;
}
#content div.col1 {
	float:left;
	width: 540px;
	padding-right: 40px;
}
#content div.col2 {
	float:right;
	width: 180px;
}
#contentwrap2.portfolio #content div.col1 {
	width: 800px;
	padding-right: 0;
}
#contentwrap2.portfolio #content div.col2 {
	width: 0;
	padding-right: 0;
}
/***************************************************** lists */
ul li,
ol li {
	list-style: url(../images/bulletblack.gif) none outside;
}
ul.links li,
ol.links li {
	list-style: url(../images/bulletorange.gif) none outside;
}
ul.links li:hover,
ol.links li:hover {
	list-style: url(../images/bulletbrown.gif);
}
ul.links li.selected,
ol.links li.selected {
	list-style: url(../images/bulletblack.gif);
}
ul.links li.selected a,
ol.links li.selected a {
	color: #080000 !important;
}
#content ul,
#content ol,
#sidebar ul,
#sidebar ol {
	margin-bottom: 20px;
}
#content ul li,
#content ol li {
	font-size: 0.8em;
}
#sidebar ol li,
#sidebar ul li,
#content ol li,
#content ul li {
	margin-bottom: 8px;
}
#content div.col2 ul li {
	margin-bottom: 20px;
}
#content ul.workthumbs li,
#content ul.workthumbs2 li {
	float: left;
	margin-left: 50px;
	list-style-type: none !important;
	list-style-image: none !important;
}
#content ul.workthumbs li.col1,
#content ul.workthumbs2 li.col1 {
	margin-left: 0;
}
#sidebar ol li + a,
#sidebar ul li + a,
#content ol li + a,
#content ul li + a {
	color: #FE5F1B;
}
#content li {
	margin-left: 1.3em;
}
#sidebar ol {
	margin-left: 6px;
}
/***************************************************** footer top */
#foot2wrap {
	background: url(../images/footerback.gif) top left repeat;
	position: relative;
}
#foot1 {
	width: 800px;
	height: 43px;
	margin: 0 auto;
}
#foot2 {
	width: 800px;
	margin: 0 auto;
	background: url(../images/colshadow.png) repeat-y;
}
#foot1 h2 {
	line-height: 43px;
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #d9d0ba;
	font-style: italic;
}
#foot2 div.col1 {
	float:left;
	width: 580px;
}
#foot2 div.col2 {
	float:right;
	width: 220px;
}
#foot2 div.col2 h2 {
	padding-left: 40px;
	line-height: 30px;
	height: 30px;
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #d9d0ba;
	background-color: #080000;
	font-style: italic;
}
#foot2 div.col2 ul {
	margin: 15px 0 5px 40px;
}
#foot2 div.col2 ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-bottom: 15px !important;
}
#foot2 div.col2 ul li a img {
	display:block;
}
#foot2 div.col2 ul li a {
	border: 1px solid #61312f;
	background-color: #2a0100;
	padding: 5px;
	display:block;
	width: 167px;
	height: 57px;
}
#foot2 div.col2 ul li a:hover {
	border: 1px solid #c28581;
}
/***************************************************** footer bottom */
#foot3wrap {
	border-top: 9px solid #681d18;
}
#foot3 {
	width: 800px;
	margin: 0 auto;
	padding: 24px 0;
}
#foot3 p,
#foot3 ul {
	font-size: 0.6em;
	font-weight: normal;
	color: #72352f;
	line-height: 14px;
	margin: 0;
}
#foot3 p a,
#foot3 ul li a {
	color: #ef372e;
	text-decoration: none;
}
#foot3 p a:hover,
#foot3 ul li a:hover {
	color: #FE5F1B;
	text-decoration: none;
}
#foot3 ul {
	float:right;
	clear:right;
}
#foot3 ul li {
	float:left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #72352f;
	list-style-type: none !important;
	list-style-image: none !important;
}
#foot3 ul li.nodiv {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 0;
}
/***************************************************** special */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.floatright {
	float: right;
	margin-left: 40px;
}
.floatleft {
	float: left;
	margin-right: 40px;
}
/***************************************************** forms */

label {
	color: #c28581;
	font-size: 0.6em;
	display: block;
}
label span.warn {
	display:none;
}
label.invalid {
	color:#ef372e;
}
label.invalid span.warn {
	display:inline;
	color:#ef372e;
	font-style:italic;
}
input.invalid {
	border-color:#ef372e;
	background-image: url(../images/validator-x.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
textarea.invalid {
	border-color:#ef372e;
	background-image: url(../images/validator-x.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
input.highlightActiveField,
textarea.highlightActiveField {
	border: 1px solid #c28581;
}
input:hover, textarea:hover {
	border: 1px solid #c28581;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #61312f;
	background-color: #2a0100;
	color: #d9d0ba;
	width: 252px;
}
input {
	height: 19px;
	padding: 3px;
}
textarea {
	overflow:auto;
}
input.submit {
	height: 25px !important;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}
form p {
	font-size: 0.6em;
	color: #c28581;
	padding: 0 !important;
	margin: 0 !important;
}
/***************************************************** quotation form */

#qfrm {
	margin: 15px 40px 15px 0;
	width: 540px;
}
#qfrm fieldset {
	width: 252px;
}
#qfrm input,
#qfrm textarea {
	margin-bottom:10px;
	margin-top: 4px;
}
#qfrm textarea {
	height: 178px;
}
#qfrm p {
	float: left;
	width:400px;
	margin-top: 14px !important;
	line-height: 13px;
}
#qfrm fieldset.submit {
	clear: left;
	width: 540px;
}
#qfrm input.submit {
	float: right;
	width: 120px;
	margin-top: 15px;
	background-image: url(../images/qfrmsubmit.png);
}
#qfrm fieldset.col1 {
	float:left;
}
#qfrm fieldset.col2 {
	float:right;
}
/***************************************************** client login form */

#lfrm input {
	display: inline;
	height: 18px;
}
#lfrm input {
	float: left;
	margin-right: 30px;
}
#lfrm input.submit {
	width: 74px;
	background-image: url(../images/lfrmsubmit.png);
	margin-right: 0;
}
#lfrm p {
	margin-bottom: 10px !important;
}