@CHARSET "UTF-8";

body {
	background: #AFCAE4 url(../gfx/pageBackground.jpg) top left repeat-x;
}
/* #AEC9E3 */
#pageWrapper {
	display: block;
	width: 948px;
	margin: 20px auto 50px;
}

#header {
	position: relative;
	display: block;
	height: 93px;
	background: transparent url(../gfx/topEdges.png) top left no-repeat;
}

#claim {
	display: block;
	height: 324px;
	background: transparent url(../gfx/contentBackground.png) top left repeat-y;
}

/* fix implications with csc in scope  */
#claim .csc-textpic, 
#claim .csc-header {
	clear: none;
}

#claimShadow {
	display: block;
	height: 7px;
	background: transparent url(../gfx/claimShadow.png) top center no-repeat;
}

#content,
#menuMain {
	clear: both;
	display: block;
	background: transparent url(../gfx/contentBackground.png) top left repeat-y;
	padding: 20px;
}

#footer {
	display: block;
	background: transparent url(../gfx/bottomEdges.png) top left no-repeat;
	padding-top: 25px;
	text-align: center;	
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	height: 59px;
	width: 139px;
	background: transparent url(../gfx/openqrmLogo.png) center center no-repeat;
}
#logo h1 {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
}
#homeLink {
	display: block;
	height: 59px;
	width: 139px;
}
#headerMetaMenu {
	position: absolute;
	top: 4px;
	right: 80px	
}
#headerMetaMenu ul li {
	float: left;
	background: none;
}
#headerMetaMenu ul li a {
	color: #bababa;
	text-decoration: none;
	font-weight: bold;
}

/**
 * Start: Border definitions for multi column element in scope of flexibleBox
 */
.flexibleBox .col_wrap_2 {
	background: url(../gfx/solidGrey.gif) center repeat-y;
}
.flexibleBox .col_wrap_3 {
	background: url(../gfx/solidGrey3col.gif) center repeat-y;
}
.flexibleBox-green .col_wrap_2,
.flexibleBox-blue .col_wrap_2 {
	background: url(../gfx/dottedWhite.gif) center repeat-y;
}
.flexibleBox-green .col_wrap_3,
.flexibleBox-blue .col_wrap_3 {
	background: url(../gfx/dottedWhite3col.gif) center repeat-y;
}
.col_wrap_2_60_40 .flexibleBox-green .col_wrap_3,
.col_wrap_2_60_40 .flexibleBox-blue .col_wrap_3 {
	background: url(../gfx/dottedWhite3col-for-60-40.gif) center repeat-y;
}
.icons .col_3_left p, .icons .col_3_center p, .icons .col_3_right p {
	padding: 0 20px 10px 40px;
}
.icons .col_3_left p {
	padding: 0 20px 10px 50px;
}


/* homepage specials */
.homepage .col_2_left .csc-default,
.homepage .col_2_right .csc-default {
	display: block;
}


/* csc-frame-rulerAfter, depending on scope*/

.flexibleBox-green .csc-frame-rulerAfter,
.flexibleBox-blue .csc-frame-rulerAfter {
	margin-left: -20px;
	height: 20px;
	width: 1000px;
	background: url(../gfx/dottedWhiteHorizon.gif) center repeat-x;
	border: 0;
	
}

