/***********************************************************
Title:     Main | Emile Blume - Netcreators.com
************************************************************/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #4F4F4F; cursor:help; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote, q { quotes: "" "";}
dd { margin-left:1em;}
kbd, samp { font-size: medium; }
sup { font-size:x-small; vertical-align:top; }
sub { font-size:x-small; vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF url(../img/bg-main-01.gif) repeat-x left top;
	color: #4F4F4F;
	font: 70%  Arial,Helvetica, sans-serif; 
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 { margin-bottom:1em; }
h1 { font-size: 1.6em; font-weight:normal; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

p { font-size: 1em; margin-bottom: 1.3em; }
a, h1, h2, #title { color:#3A639C; }

a {text-decoration: none; }
a:hover {text-decoration: underline; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal;}

.hidden { display: none; }
.unhidden { display: block; }

/* table with borders */
table.border th, table.border td { border: 1px solid #4F4F4F; padding:0.3em; }

td, th { 
	height:auto; 
	text-align:left;
	vertical-align:top;
	}
td p { margin:0; }
caption { font-style:italic; }

/* images */
#main div.csc-textpic-intext-left .csc-textpic-image {margin-right: 20px !important; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	width: 990px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}


#main { 
	background-color:#EBE729;
	background-image: url(../img/bg-03.gif);
	background-repeat: repeat-y;
	background-position: left 200px;
}

#description, #skip, .hide{ display: none;}

#header{
	background: url(../img/bg-header-01.jpg) no-repeat left top;
	height: 226px;
	border-bottom: 10px solid #FFF;
	position: relative;
	width: 990px;
}

#toolbar {
	background: #F7F7F7 url(../img/bg-toolbar.gif) no-repeat left top;
	height: 42px;
	width: 990px;
	top: 185px;
	left: 0;
	position: absolute;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {  width: 152px;}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center, .top-right {
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#center{
	border-top: 1px solid #E9E9E9;
	border-bottom:0;	
	width: 535px;
	padding: 12px 20px 20px 20px;
	margin-right:6px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	background: url(../img/bg-right-01.gif) no-repeat 4px top;
	border-top: 1px solid #E9E9E9;
	/*margin-left: 7px;
	*margin-left: 6px;*/
	width:242px;
	width:235px;
	padding: 0;
	padding-left: 7px;
}

#right li a.internal-link img { display:none; }
.top-right { padding:12px;}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: #FFF url(../img/bg-footer.gif) no-repeat left top;
	font-size: 0.9em;
	margin-bottom: 2em;
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
}

#copy, #nc { 
	color: #9B9B9B;
	left: 480px;
	top: 23px;
	position: absolute;
}

#nc { left:772px; }
#footer p { margin: 0;}

