@import "reset.css";
@import "generic.css";

@import "nav.css";
@import "grid.css";
@import "wide-theme.css";
@import "sifr-screen.css";

body {
	background:#49545f url(../images/body-bg.png) top left repeat-x;
	color:#49545f;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* LINKS */
a:link, a:active, a:focus,
.content a:link, .content a:active, .content a:focus {
	color: #778ca0; 
	text-decoration:underline;
}
a:visited, .content a:visited {
	color: #aaa;
}
a:hover, .content a:hover {
	color:#e56445; 
	text-decoration:underline;
}
a.blocklink, .content a.blocklink {
	display:block;
	margin:0.3em 0; 
	padding:0 7px;
	background:transparent url(../images/orange-arrow.gif) 0 0.6em no-repeat;
}

#wrap {
	margin:10px auto;
	width:820px;
	background:transparent url(../images/left-corners.png) top left no-repeat;
	text-align:left;
}

#header {
	position:relative;
	height:13em;
	margin-left:7px; 
	padding:0px 20px 30px 13px; 
	background:transparent url(../images/right-corners.png) top right no-repeat;
	font-size:1em;
}
	#header .logo {
		position:absolute;
		z-index:2;
		top:60px;
		left:15px;
	}
	#header .mainpic {
		position:absolute; 
		z-index:1;
		top:10px; 
		right:20px;
	}

.content {
	float:left;
	width:780px;
	min-height:400px;
	padding:0 20px 1.5em;
	background:#fff url(../images/sidebar-bg.gif) top right repeat-y;
	font-size:1.1em;
}

#sidebar {
	width:180px;
	margin:0;
}
#footer {
	clear:both;
	text-align:center;
	background:transparent url(../images/left-corners.png) bottom left no-repeat;
}
	#footer p {
		margin-left:7px;
		padding:2.5em 1.5em 1.5em;
		background:transparent url(../images/right-corners.png) bottom right no-repeat;
	}


/* TYPOGRAPHY */
.content h1 {
	margin:2px 0 10px 0;
	padding:0; 
	font-size:1.2em; 
	letter-spacing:4px;
}
.content h1.big {
	margin:0 0 10px 0; 
	padding:0; 
	font-size:1.5em; 
	letter-spacing:5px;
}
.content h2 {
	font-size:1em; 
}
.content h3 {
	margin:1.5em 0 0 0; 
	padding:0; 
	font-size:1em; 
	line-height:1.4em;
}

/* --- */

img.content-img { border:1px solid #e2e2e2; }
em {
	color:#d35030;
	font-style:normal;
}

em {
	color:#d35030;
	font-style:normal;
}

#pressrelease em{
	color:#49545F;
	font-style:italic;	
}

/* LISTS */
.content ul.bulletless { margin:0; }
.content ul.bulletless li:before { content:""; }
.content ul.bulletless li {
	margin:0;
	padding:0;
	text-indent:0;
 }

/* TABLES  */
table.simple,
table.simple td,
table.simple th {
	padding:0.3em;
	border:0;
}

/* FORMS */
fieldset legend {
	font-weight:bold;
}
fieldset.em {
	background:#f5f5f6;
}

