@charset "utf-8";
/*http://www.barelyfitz.com/screencast/html-training/css/positioning/ */

/* ------------------------------------ */
/*                                      */
/*               General                */
/*                                      */
/* ------------------------------------ */


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 {
padding: 0;
}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
	color: #4b4b4b;
	background-image: url(../images/indextopbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 40px 0px 0px 0px;
	
}

a:link {
	color: #01426b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #01426b;
}
a:hover {
	text-decoration: underline;
	color: #01426b;
}
a:active {
	text-decoration: none;
}

#container {
	width: 921px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}

/* ------------------------------------ */
/*                                      */
/*                Header                */
/*                                      */
/* ------------------------------------ */

#logo { 
	float: left; 
	width: 171px; 
	height: 92px; 
	margin-top: 0px;
	text-align: left;
}

#topnavi { 
	float: left; 
	width: 750px; 
	height: 92px; 
	margin-top: 0px;

}

#flashheader {
	float: left; 
	width: 634px; 
	height: 269px; 
	margin-top: 0px;
	text-align: left;
}

#flashvideo {
	float: left; 
	width: 287px; 
	height: 269px; 
	margin-top: 0px;
}

#headerbttm {
	float: left; 
	width: 921px; 
	height: 13px; 
	margin-top: 0px;
}

/* ------------------------------------ */
/*                                      */
/*               Content                */
/*                                      */
/* ------------------------------------ */



#contentwelcome {
	float: left; 
	width: 634px;
	position: relative;
	margin-top: 23px;
	text-align: left;
	border-bottom: 1px solid #c2c2c2; /*dotted or dashed*/
    border-width: 0 0 1px 0  ;
}

#welcometext {
	float: left; 
	width: 430px;
	text-align: justify;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size:11px;
}

#welcomeimg {
	float: right; 
	width: 174x;
	padding: 0;
}

#contentprjct {
	float: right; 
	width: 286px;
	height: 100%;
	position: relative;
	margin-top: 0x;
    padding-bottom: 0px;
	border-left: 1px solid #c2c2c2; /*dotted or dashed*/
    border-width: 0 0 0 1px ;
}

#prjct {
	position:relative;
	width: 286px;
	height: 99px;	
}

#prjcttext {
	position:absolute;
	top:0;
	right:0;
	width:139px;
	text-align: justify;
	font-size:11px;
	padding-left: 8px;
	padding-bottom: 11px;
	padding-top: 12px;
} 

#prjctimg {
	position:absolute;
	top:0;
	left:0;
	width:118px;
	padding-left: 21px;
	padding-bottom: 11px;
	padding-top: 12px;
}

#contentnews {
	float: left; 
	width: 607px;
	position: relative;
	margin: 15px 0 0 0;
}

#contentnews ul {
    width: 607px;
    list-style: none;
	margin: 0 0 0 10px;  /* top right bottom left*/
    padding: 0;
	}

#contentnews li {
	display: block;
    padding: 0 0 10px 10px;
	margin: 3px 0 0 0;
    background: url(../images/bullet_grey.gif) 5px 5px no-repeat;
	background-position:0px 6px;
	text-align: justify;
}

#contentnews li a {
	font-size:11px;
	color:#01426b;
	text-decoration:none;
}

#contentnews li a:hover {
	font-size:11px;
	color:#01426b;
	text-decoration:underline;
}

#contentnews ul.left {
    float: left;
    width: 48%; 
    margin: 0;
	padding:0;
}
#contentnews ul.right {
    float: right;
    width: 48%; 
    margin: 0;
	padding:0;
}


/* ------------------------------------ */
/*                                      */
/*                Footer                */
/*                                      */
/* ------------------------------------ */
	
#footer {
	width: 921px;
	clear:both;
	margin: 0px auto;
	padding: 0;
}

#footertext {
	font-size:10px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #797979;
	margin-top: 0px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	}