/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #fff;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

.csc-textpic-caption {font-weight:bold;text-align:center;}

.csc-sitemap a {color: #fff;margin-top:5px;margin-bottom:5px;text-decoration:none;}
.csc-sitemap a:hover {text-decoration:underline;}
.csc-sitemap ul, .csc-sitemap li {
list-style-type:none;}
.csc-sitemap ul li ul a {color:#ccc;}



.news-list-item {clear:both;padding-top:15px;}
.news-list-item a {color:white;text-decoration:none;}
.news-list-item img {margin-right: 10px;}
.news-list-item h2 a {text-decoration:none; color:#ccc;}
.news-list-item h2 {padding-bottom:10px;}
.news-list-date a {color:white;text-decoration:none;margin-top:10px;}

.news-latest-container h2 a {
text-decoration: none;
font-size: 11px;
}
.news-single-timedata {display: none;}
.news-single-author {display:none;}
.news-single-img {float: left;margin-right: 10px;}
.news-latest-date a {font-size:10px;text-decoration: none;display:none;}

.news-latest-item {border-bottom: 1px #444 solid;margin-bottom:7px;}

bodytext.news-latest-item {font-size: 9px;}

#hideme {display: none;}

/*/////////////Tables content //////////////////*/
.contenttable {margin-top: 10px; font-weight: bold;}
.contenttable td { width: 200px; padding: 5px;}
.contenttable td p { margin: 0px; padding: 0px; text-align: center;}
.tr-odd { background: #e9e9e9;}
.tr-even { background: #f1f1f1;}

body {
background: #000 url(bg.jpg) top left repeat-x;
text-align: center;
margin: 0;
padding: 0;
color: #fff;
font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

img {border: 0;}

#container {margin: 0 auto;width: 726px;text-align: left;}

/*//////////////////////
Menu Horizontal top
//////////////////////*/
#menu_h {
position: relative;
width: 726px;
margin-top: 15px;
z-index: 1001;
}

#menu_h a {
font-size: 0px;
color: #000;
text-decoration: none;
padding-top: 15px;
display: block;
overflow: hidden;
}

#menu_h ul, #menu_h li {list-style-type: none;}
#menu_h ul {margin:0; padding: 0;}

#menu_h li {
float: left;
/*width: 121px;*/
overflow: hidden;
text-align: left;
}

#nav-home {width:80px;background: url(nav-home.gif) no-repeat;height:23px;}
#nav-home:hover {background: url(nav-home-b.gif) no-repeat;}

#nav-about {width:142px;background: url(nav-about.gif) no-repeat;height:23px;}
#nav-about:hover {background: url(nav-about-b.gif) no-repeat;}

#nav-what {width:162px;background: url(nav-what.gif) no-repeat;height:23px;}
#nav-what:hover {background: url(nav-what-b.gif) no-repeat;}

#nav-projects {width:137px;background: url(nav-projects.gif) no-repeat;height:23px;}
#nav-projects:hover {background: url(nav-projects-b.gif) no-repeat;}

#nav-news {width:118px;background: url(nav-news.gif) no-repeat;height:23px;}
#nav-news:hover {background: url(nav-news-b.gif) no-repeat;}

#nav-contact {width:87px;background: url(nav-contact.gif) no-repeat;height:23px;}
#nav-contact:hover {background: url(nav-contact-b.gif) no-repeat;}

/*/////////////////////
Header
///////////////////////*/

#header {
background: url(images/header-bg.png) repeat-y;
width: 726px;
height: 72px;
}

#logo {
margin-top: 73px;
z-index: 2001;
}

.text-only {
display: none;
}

/*/////This is banner//////////*/
#colRight {
margin-top: 30px;
position: relative;
float: right;
width: 177px;
text-align: justify;
padding: 0px;
font-size: 9px;
}

/*#colRight a {color:#fff;}*/

#content {
/*background: url(1px-white.gif) 510px 0px no-repeat;*/
width: 726px;
/*position: relative;
Z-INDEX: 101;*/
}

#colLeft {
color: #6c6e70;
font-size: 11px;
margin-top: 50px;
position: relative;
top: 0px;
float: left;
width: 200px;
padding-left: 125px;
}

/*/////////////////////
Menu 1
///////////////////////*/
#menu_1 {
width: 200px;
margin-top: 40px;
}

#menu_1 a {
display: block;
text-decoration: none;
}

.menu1-level1-no {
display: none;
}

.menu1-level1-act a {
display:none;
}

.menu1-level2-no a {
font-size: 11px;
color: #666;
display:block;
border-bottom: 1px solid #1f1f1f;
text-decoration: none;
}

.menu1-level2-no a:hover {
color: #FFFFFF;
}

.menu1-level2-act a {
text-decoration:none;
font-size: 11px;
color: #fff;
background: #333;
display:block;
}

.menu1-level3-no a {
color: #343434;
background: url(images/menu-level-3-no.gif) 18px 7px no-repeat;
padding-left: 26px;
font-size: 11px;
}

#colNormal {
margin-top: 30px;
margin-right: 50px;
float: left;
width: 499px;
color: #fff;
font-size: 11px;
line-height: 15px;
text-align: justify;
}

/* min height hack ie */
#colNormal {
min-height:300px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #colNormal {
height: 300px;
}
/**/

/*Img in content area*/
.imgtext-table {
margin-bottom: 15px;
}

h2 {
color: #fff;
font-size: 15px;
margin: 0px;
padding-bottom: 0px;
}

h1 {
font-size: 20px;
font-weight: normal;
margin: 0px;
padding-bottom: 5px;
padding-top: 0px;
}

P {
margin: 0px;
padding-bottom: 11px;
font-family: Verdana, trebuchet, "trebuchet ms", arial, "sans serif";

}

table P {
padding: 0px;
font-family: Verdana, trebuchet, "trebuchet ms", arial, "sans serif";
}

a {
text-decoration: underline;
color: #999;
font-weight: bold;
}

#colNormal a:hover {text-decoration:underline;}

.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

/*///////////////
Footers
///////////////*/

#footer {
font-family: Verdana, trebuchet, "trebuchet ms", arial, "sans serif";
width: 726px;
height: 92px;
background: url(images/footer.png) no-repeat;
color: #bbb;
text-align: center;
margin-top:15px;
border-top:1px solid #222;
padding-top:10px;
}

#definition {
font-size: 9px;
padding-top: 15px;
}

#copyright { font-size: 9px;}
#copyright a {color: #bbb; text-decoration: none;}
#copyright a:hover {color: #fff;}
#copyright li {list-style-type: none; display: inline; margin-left: 5px;}
#copyright ul {font-size: 9px;}

/*/////////////
Onqform
//////////////*/
.tx-onqform-pi1 table td {
text-align: left;
font-family: verdana, arial,"sans serif";
font-size: 11px;
}

.onqform_input_odd, .onqform_input_even {
text-align: left;

}

.onqform_label_even, .onqform_label_odd {
color: #fff;
font-size: 11px;
}

.tx-onqform-pi1 input {
color: #fff;
width: 217px;
font-size: 11px;
background: #111;
}

.tx-onqform-pi1 textarea {
color: #fff;
border: 1px solid #444;
background: #111;
width: 323px;
font-size: 11px;
font-family: verdana, arial,"sans serif";
}

.onqform_input_text {
border: 1px solid #444;
float: left;
}

.onqform_submit table tr td {
text-align: left;
}

.onqform_input_text textarea {
float: left;
}

input.onqform_submit_button {
border: 1px solid #444;
background: #111;
width: 70px;
height: 20px;
font-size: 10px;
color: #fff;
margin-left: 0px;
}

.onqform_submit_button:hover {
background: #fff;
color: #000;
}

.onqform_error_message, .onqform_errors {
color: red;
}


