/*  global styles  */
html,
body  {
	margin: 0;
	padding: 0;
	color: #424242;
}
body  {
	background-color: #E6F3FB;
	background-image: url(../img/body-bg1.jpg);
	background-repeat: repeat-x;
}

a  {
	text-decoration: none;
}
a:hover  {
	text-decoration: none;
}
#navigation a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

p  {
	margin: 0 0 0 660px;
	text-align: justify;
	height: 345px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #595959;
}
img  {
	border: none;
}
h1  {
	margin: 11px 0 23px 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #595959;
}

/*  containers' styles  */
#container  {
	width: 970px;
	height: 675px;
	margin: 28px auto;
	background: url('../img/cont-bg1.gif') no-repeat;
}
#main  {
	width: 881px;
	background: #fff;
	padding: 46px 33px 20px 50px;
	text-align: right;
	position: relative;
	overflow: hidden;
	height: 582px
}



.right  {
	float: right;
	height: auto;
	margin: 10px 38px 10px 20px;
	font: bold 14px Arial, sans-serif;
	letter-spacing: 0.05em;
}
.right a {
	color: #333333;
	text-decoration: none;
	letter-spacing: .1em;
}
* html .right  {
	margin: 10px 8px;
}
.right span  {
	color: #A6A6A6;
}

/* styles of the first big image  */
.big  {
	float: left;
}

/* styles for 'next' link  */
.next  {
	display: block;
	clear: both;
	float: right;
	color: #424242;
	font: 11px Verdana, sans-serif;
	margin: 0 5px 0 0;
}

/* navigation styles  */
#navigation  {
	margin: 8px 3px;
	padding: 0;
	height: 20px;
}
#column {
	font: 12px/15px Helvetica, Arial, sans-serif;
	color: #333333;
	width: 500px;
	padding-left: 50px;
	text-align: justify;
	position: relative;
	float: left;
	padding-right: 100px;
}
#navigation li  {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 20px;
	position: relative;
	z-index: 10;
}
#navigation li a  {
	font: 11px/11px Verdana, sans-serif;
	color: #6E6E6E;
}
#navigation li ul  {
	width: 90px;
	display: none;
	position: absolute;
	z-index: 30;
	left: 10px;
	bottom: 17px;
	margin: 0;
	padding: 0 0 10px 0;
}
#navigation li ul li  {
	width: 90px;
	padding: 0;
	margin: 0;
	background: #E3E9F5;
}
#navigation li ul li a  {
	display: block;
	float: left;
	width: 90px;
	height: 18px;
	line-height: 18px;
	color: #4F4F4F;
	background: #E3E9F5;
}
#navigation li ul li a:hover  {
	background: #CDCDCD;
	text-decoration: none;
	color: #fff;
}
#navigation li:hover ul,
#navigation li.hover ul  {
	display: block;
}

/*  rollovers' styles  */

.projects  {
	border: 1px solid #DED8D8;
	display: block;
	float: right;
	width: 55px;
	height: 55px;
background:#fff;
}
.projects:hover  {
	border: 1px solid #000;
}

.abs  {
	position: absolute;
	left: 50px;
	top: 46px;
	z-index: 50;
	visibility: hidden;
}
#smp2:hover .abs,
#smp3:hover .abs,
#smp4:hover .abs,
#smp5:hover .abs  {
	visibility: visible;
}
h2 {
	font: bold small Helvetica, Arial, sans-serif;
	color: #424242;
	text-align: right;
}
.award {
	font: small Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	width: 150px;
}
h3 {
	font: lighter small Helvetica, Arial, sans-serif;
	color: #666666;
text-align: left;
}
.table {
	height: 375px;
}
#line {
	position: relative;
	top: 175px;
	float: left;
	width: 100%;
	text-align: left;
}
#linetxt {
	text-align: right;
	width: 100%;
	float: left;
	position: relative;
	top: 110px;
}
