/* -- global declarations --------------------------------------------------- */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	background: #d1ccc6 url(images/back_main.gif);
	padding: 10px;
	margin: 0;
}

form, div { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border: 0; }
em	{ color: #999; }

ul ul { font-size: 1em; } /* we use relative font sizing */

.csc-frame-frame1 {
	background-color: #FCC;
	border: 1px dotted #C00;
	margin: 0 0 20px 0;
	padding: 10px;
}

#content .csc-frame-frame1 h2 {
	margin-top: 0;
}


/* -- declarations for site-layout ------------------------------------------ */

/* -- frame (centering page) ------------------------------------------------ */

#frame {
	width: 726px;
	text-align: left; /* resets the text alignment */
	padding: 0;
	margin: 0 auto; /* centers the container */
}

#frame-shadow-bg {
	padding: 5px 8px;
	background: #fff url(images/frame-shadow.gif) repeat-y;
}

#frame-shadow-top {
	height: 3px;
	font: 1px/3px Verdana, Tahoma, sans-serif;
	background: #fff url(images/frame-shadow-top.gif) top center no-repeat;
}

#frame-shadow-bottom {
	height: 3px;
	font: 1px/3px Verdana, Tahoma, sans-serif;
	background: #fff url(images/frame-shadow-bottom.gif) top center no-repeat;
}

.clear { clear: both; float: none; font-size: 1px; color: #FFF; }


/* -- header (website title and logo) --------------------------------------- */

#header {
    height: 120px;
	padding: 0;
	margin: 0 0 20px 0;
	background: #c00;
}

#header-left {
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: left;
	float: left;
}

#header-right {
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: right;
	float: right;
}

#header h1	{
	background: transparent url(images/logo_text.gif) no-repeat 0 0;
	margin: 10px 0 0 10px;
	padding: 0;
	padding-top: 102px;
	overflow: hidden;
	height: 0px !important;	/* for most browsers */
	height /**/:102px;		/* for pre 6.0 IE Win */
	cursor: pointer;
}

#header img {
	margin: 10px 10px 0 0;
	padding: 0;
}


/* -- content-section ------------------------------------------------------- */

#main { margin: 0; padding: 0; width: 100%; }

#main-left {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: 525px;
}

#main-right {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 180px;
}

#main-right .content-box {
	margin: 0 0 1em 0;
	padding: 0.5em;
	border: 1px solid #d1ccc6;
}

#main-right .content-box h3 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#main-right .content-box p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#main-right .content-box a {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #c00;	
}

#main-right .content-box a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

#main-right .content-box a.no-border,
#main-right .content-box a:hover.no-border {
	color: #c00;
	text-decoration: none;
	border: 0;
}

#main-right .content-box a:hover img {
	border-bottom: none;
}


/* -- menu (hierachical unordered list) ------------------------------------- */

#navigation	{
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li	{
	margin: 0;
	padding: 0;
	display: inline; /* -- prevent spaces in ie6 ----- */
}

#navigation a { text-decoration: none; }
#navigation a,
span.nav-1-cur,
span.nav-2-cur {
	display: block;
	margin: 0;
	padding: 4px 4px;
	width: 172px !important;	/* for most browsers ------ */
	width: /**/: 180px;			/* for pre 6.0 IE Win ---------- */
}

#navigation strong { font-weight: bold; }

.nav-1-no,
.nav-1-act,
.nav-1-cur {
	color: #000;
 	border-bottom: 1px solid #fff;
}
.nav-1-no  { background-color: #d1ccc6; }
.nav-1-act { color: #fff; background-color: #c00; }
.nav-1-cur { color: #fff; background-color: #c00; }
.nav-2-no,
.nav-2-cur  {
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #d1ccc6;
}
.nav-2-cur { background-color: #eee; }


#navigation h2,
#navigation dfn,
.hidden {
	/* The equivalent of 'display: none' but leaves the elements readable by some screen readers */
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0); /* because 'height: 0' doesn't have any fun in IE5.5 */
	height: 0; /* because clip doesn't have any fun in IE6 */
}


/* -- content --------------------------------------------------------------- */

#content {
	text-align: left;
	margin: 0;
	padding: 0px 20px 10px 20px;
}

#content a {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #c00;
}
#content a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

#content h2,
#content h3,
#content h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333;
}

#content h2 { font-size: 1.6em; margin: 0 0 0.8em 0; }
#content h3 { font-size: 1.4em; margin: 1em 0 0.4em 0; }
#content h4 { font-size: 1.2em; margin: 1em 0 1em 0; }

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
 	margin: 0 0 0.8em 0;
}

#content ul { font-size: 1.2em; line-height: 1.4em; }
#content ul ul { font-size: 1em; }

#content .comments { font-size: 1.1em; margin: 15px 0 0 0; }


/* -- formatting for online-test -------------------------------------------- */

#online-test .results,
#online-test .instructions {
	font-size: 1em;
	margin: 1em 0 2em 0;
	padding: 1em 1em 0 1em;
}

#online-test .results { border: 1px solid #caa; background-color: #fee; }
#online-test .instructions { border: 1px solid #aaa; background-color: #eee; }

#online-test .results h3,
#online-test .instructions h3 { font-size: 1.3em; margin: 0 0 .4em 0; }

#online-test .results p,
#online-test .instructions p,
#online-test .solutions dl {
	font-size: 1.1em;
}

#online-test .solutions dl dl {
	font-size: 1em;
}

#online-test .solutions dt {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 1em 0 1em 0;
}

#online-test .solutions dd dt {
	font-size: 1em;
}

#online-test .instructions em {
	color: #666;
	font-style: normal;
	font-weight: bold;
}

#online-test table { margin: 10px 0 0 0; padding: 0; }

#online-test td {
	font-size: 11px; /* switch off relative text-sizing for test-table */
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#online-test .answers td { text-align: center; padding: 0 0 20px 0; }
#online-test .answer-text td { vertical-align: middle; }
#online-test .answer-text input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
}


/* -- formatting for local contacts list ------------------------------------ */

table#contacts { margin: 10px 0 20px 0; padding: 0; }
#contacts tr.r1 { background-color: #eee; }
#contacts tr.r2 { background-color: #ddd; }

#contacts td {
	font-size: 12px; /* switch off relative text-sizing for test-table */
	vertical-align: top;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #fff;
}

#contacts td.city,
#contacts td.contact {
	border-right: 1px dashed #eee;
}

/* -- formatting for newsletter subscription -------------------------------- */

#content form {
	margin: 0 0 10px 0;
	padding: 0;
}

#content fieldset {
	margin : 0;
	padding : 10px;
	border : 1px solid #999;
}

#content fieldset div br { display : none; }

#content legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0 5px 5px 5px;
}

#content label {
	font-size: 1.1em;
	margin: 4px  0 2px 0;
	padding: 0;
	display : block;
}

#content #fm-submit {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#content #fm-submit input {
	font-size: 1.1em;
	padding: 2px 4px;
	color: #333;
}

#content fieldset div {
	margin: 0;
	padding: 0;
}

#content fieldset div.fm-optional {
	display : block;
}

#content fieldset div input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	width: 250px; /* Width for modern browsers */
	border: 1px solid #c00;
	padding: 1px;
}

#content fieldset div select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	width: 250px; /* Width for modern browsers */
	border: 1px solid #c00;
	padding: 1px;
}

#content .fm-optional input { border : 1px solid #999; }

#content .error { color: #c00; }


/* =dot3_linkedsources */

#content .tx-dot3linkedsources-pi1 {
	margin: .8em 0;
}

#content .tx-dot3linkedsources-pi1 table {
	font-size: 1.2em;
	margin: 0;
	width: 100%;
}

#content .tx-dot3linkedsources-pi1 table th, .tx-dot3linkedsources-pi1 table td {
	margin: 0;
	padding: .4em 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #FFF;
}

#content .tx-dot3linkedsources-pi1 .date {
	width: 90px;
	padding-right: 0;
}

#content .tx-dot3linkedsources-pi1 .title {
	text-align: left;
}

#content .tx-dot3linkedsources-pi1 table tr.last td {
	border-bottom: none;
}

#content .tx-dot3linkedsources-pi1 table th {
	background: #D00;
	color: #FFF;
	line-height: 100%;
}

#content .tx-dot3linkedsources-pi1 table tr {
	background: #E6E6E6;
}

#content .tx-dot3linkedsources-pi1 table tr.alt {
	background: #F1F1F1;
}

#content .tx-dot3linkedsources-pi1 td a, .tx-dot3linkedsources-pi1 td span {
	padding: .4em 0  .4em 21px;
	color: #D00;
	background-position: left center;
	background-repeat: no-repeat;
}

#content .tx-dot3linkedsources-pi1 td a {
	border: 0;
	text-decoration: none;
}

#content .tx-dot3linkedsources-pi1 td a:hover {
	text-decoration: underline;
}


/* -- footer (copyright and disclaimer ) ------------------------------------ */

#footer {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 10px 8px 0 8px;
}


/* -- extension specific definitions ---------------------------------------- */

.user-contactws-pi1 ul {
	margin-left: 0;
	list-style-type: none;
}
