@import url(inc_common.css);
@import url(inc_csc.css);


/* Common Page Layout
----------------------------------------------- */
#wrapper {
	width:766px;
	margin:25px auto 10px auto;
}

#whiteborder {
	padding:8px;
	background-color:white;
}

#header {
	height:157px;
	background:url(../images/page_start_header_bg.gif) no-repeat;
}

#header a.header_link {
	display:block;
	width:100%;
	height:120px;
}

#header a.header_link strong {
	display:none;
}

#flashheader {
	padding-bottom:4px;
}

#enter {
	position:absolute;
	text-align:right;
	width:750px;
	padding-top:230px;
}

div.green_bar {
	background-color:#BBCC66;
	height:5px;
	margin-bottom:2px;
	font-size:1px;
}

#content {
	background:url(../images/page_sidenav_bg.jpg) repeat-x;
	padding:14px 0 20px 0;
}

div.cl, 
div.cr {
	float:left;
	width:47%;
	padding:5px 10px;
	min-height:100px;
}

div.cl {
	border-right:1px dotted #C2B89F;
}

#footer {
	background-color:#FAF6E9;
	border-bottom:5px solid #007000;
	padding-top:14px;
	height:40px;
	text-align:center;
}

#copyright {
	margin:5px 8px 10px 0;
	text-align:right;
}

#copyright a {
	text-decoration:none;
	color:#ffffff;
}

div.tx-edlanguagebox-pi1 {
	margin-right:5px;
	margin-top:5px;
	float:right;
}

div.tx-edlanguagebox-pi1 span {
	padding-right:5px;
}


/* Teaser Boxes
----------------------------------------------- */
div.teaser_img {
	float:left;
}

div.teaser_img img, dl.csc-textpic-image {
	border:1px solid #867343;
	
}

div.teaser_txt {
	margin-left:130px;
}

div.teaser_txt h2, div.cr h2 {
	font-size:11px;
	margin:0 0 10px 0;
}

div.teaser_txt p {
	margin-top:0;
}