@import "sifr-print.css";

body {
	color: #655f5b;
	font: 0.7em/1.6 Georgia, "Times New Roman", Times, serif;
}
a {text-decoration: none;}
img {border: none;}
ul {list-style: none;}
p {margin: 1em 0; font-size: 1.1em;}
.ruler {
	display: block;
	clear: both;
	height: 1px;
	margin: 1em auto;
	overflow: hidden;
	background: #dfedf6;
}
.red {color: #a23609;}
h1, h2, h3, h4 {font-weight: normal;text-transform: capitalize;}
h1 {font-size: 2.2em; color: #a23609;}
h2 {font-size: 1.8em; color: #a23609;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}


#page {}
#header {border-bottom: 2px solid #ddd;}
#header.homepage {}
/* SIDEBAR */
#sidebar {display:none;}
/* CONTENT */
#content {padding: 1em;}
#content a {
	text-decoration: none;	
	color: #a23609;
}
#content a:hover {text-decoration: underline;}
#content img.left {
	float: left;
	margin: 1.5em 2em 0 0;
	padding: 1px;
	border: 1px solid #d9dada;
}

div.boxed {
	text-indent: -900em;
	background: url(../img/boxed-home.gif) no-repeat;
	width: 485px;
	height: 111px;
	margin: 2em 0 1em 0;
	padding-bottom: .5em;
}
#content ul, .leightbox ul {font-size: 1.1em;}
#content li, .leightbox li {
	margin: .5em 0;
	background: url(../img/arrow.gif) no-repeat 0% .5em;
	padding-left: 1.5em;
}
#content li span {
	color: #a23609;
	text-transform: uppercase;
	font-weight: bold;
}

#content a.more {
	display: block;
	float: right;
	clear: left;
	text-decoration: none;
	background: #eff7fb url(../img/ico-plus.gif) no-repeat 95% 50%;
	color: #a23609;
	font-size: .9em;
	padding: .25em 2.3em .4em .7em;
	margin-bottom: 1em;
	font-weight: bold;
	border: 1px solid #dcedf6;
}
#content a:hover.more {
	background-color: #a23609;
	color: #fff;
}
/* contact */
div.contact {
	clear: both;
	border-top: 1px solid #aaa;
	line-height: 2.2em;
}
div.contact div, div.contact span {
	display: block;
	float: left;
}
div.contact div {width: 150px; font-weight: bold;}
div.contact span {width: 300px;}

/* FOOTER */
#footer {
	color: #928e8b;
	padding: 1em;
	border-top: 2px solid #ddd;
	clear: both;
}
#dev {float:left}
#copy {float:right}


/*LEIGHTBOX*/
.leightbox {}
.leightbox a {display:none;}
