body {
	margin: 0 0 25px 0;
	background: #AFB8BD url(images/midbg.gif) no-repeat top;
	font-size: 12px;
	font-family: verdana, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #fff;
}
p {
	padding: 0 0 6px 0;
	margin: 0;
}
.top {
	background-color: #949ea2;
	padding:0 0 5px 0;
	margin: 0 0 20px 0;
}

.top table {
	width: 960px;
}

h1 {
		margin: 15px 18px 0 0;
		padding: 2px 2px 5px 2px;
		font-size: 13px;
	}
	
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
		color: #fff;
		text-decoration: none;
}

.lang {
	padding: 0;
}

.header {
	background-image: url(images/home/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 980px;
	height: 75px;
}

.header table.head {
	margin: 16px 0 0 0;
	width: 930px;
}
.main {
	width: 980px;
	background: url(images/footer.gif) bottom no-repeat;
	padding: 0 0 15px 0;
}

.mainin {
	background: url(images/bg_main.gif) repeat-y center;
}

.topphoto {
	padding: 10px 0;
	text-align: center;
}
.topphoto img {
	border: 4px solid #7F7F7E;
}
.leftcol {
	float: left;
	display: block;
	width: 200px;
	margin: 0 0 0 17px;
}
.midcol {
	float: left;
	display: block;
	width: 530px;
	color: #fff;
	background-color: #222;
	margin: 0 12px 20px 12px;
}
.rightcol {
	float: left;
	display: block;
	width: 190px;
}
.wline {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}

.dotline {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	border-bottom: 1px dashed #C1C1C1;
}

.leftcol h5 {
	background: #494949 url(images/portfolio/arrow.gif) no-repeat;
	padding: 2px 0 3px 17px;
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-weight: normal; 
}

.leftcol h5 a:link, .leftcol h5 a:active, .leftcol h5 a:visited {
	text-decoration: none;
	color: #fff;
}

.leftcol h5 a:hover {
	text-decoration: none;
	color:#00BFFF;
}

.news {
	padding: 0 0 20px 0;
}

.news h1 {
	padding:5px 1px;
	border-bottom: 1px dashed #C1C1C1;
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-align: left;
	font-weight: normal; 
}

.news h1 a:link, .news h1 a:visited, .news h1 a:active {
	color: #C1C1C1;
}

.news h1 a:hover {
	color: #fff;
}
.rightcol h5 {
	background: #494949 url(images/portfolio/arrow.gif) no-repeat;
	padding: 2px 0 3px 17px;
	margin: 0;
	text-align: left;
	color: #fff;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: normal; 
}
.rightcol h5 a:link, .rightcol h5 a:active, .rightcol h5 a:visited {
	text-decoration: none;
	color: #fff;
}

.rightcol h5 a:hover {
	text-decoration: none;
	color:#00BFFF;
}

.portblock {
	padding: 0 0 20px 0;
}

.portblock img {
	border: 2px solid #fff;
	margin: 7px 0 0 0;
}

.portblock .line {
	border-bottom: 1px dashed #C1C1C1;
	padding: 0 0 7px 0;
}

.pdf table td {
	padding: 6px 0 6px 6px;
	border-bottom: 1px dashed #c1c1c1;
	text-align: left;
	color: #5f99ce;
	font-weight: bold;
	font-size: 10px;
}

.pdf table td a {
	font-weight: normal;
}

.pdf table td img {
	margin: 0 5px 0 0;
	border: 1px solid #fff;
	padding: 1px;
}

.member {
	text-align: left;
	padding: 15px 0 0 0;
	color: #fff;
}

.member h1 {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.member img {
	padding: 5px 2px 0 3px;
	float: left;
}

.contact ul {
	padding: 0;
	margin: 0;
}

.contact ul li {
	list-style: none;
	float:right;
	padding: 0 3px;
	margin: 0;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
}
.contact ul li a {
	text-decoration: none;
	color: #fff;
}

.contact ul li a:hover {
	text-decoration: none;
	color: #00BFFF;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
width: 157px; /*Default width of hint.*/ 
height: 43px;
font:normal 10px Verdana;
z-index:10;
background: url(images/mouseover.png) no-repeat;
_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/mouseover.png');
visibility: hidden;
color: #fff;
padding: 0;
margin: 0 20px 0 0;
text-align: center;
}

#hintbox p{
padding:10px 0 0 0 ;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #fff;
}