/* By www.weevers.net */
/* This stylesheet sets advanced styling and layout (positioning, floating etcetera) for high resolution screens. */
/* It will be used by CSS-capable user agents that understand the mediatype "screen". */

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #434343 url(../img/branding/bggradient.jpg);
}

/* #wrapper */

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top:	-300px;
	background: white url(../img/branding/background.jpg) no-repeat 0;
}

/* #logo */

#skipto li {
	display: none;
}

#logo {
	height: 101px;
	background: white url(../img/branding/visual.jpg) no-repeat ;
	width: 800px ;
	
}

#logo #url {
	font-size: 106.25%;
	line-height: 14px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	background: white;
}

#logo img {
	position: absolute;
	top: 18px;
	left: 70px;
	border: 0;	
}
#contact {
	position: absolute;
	top: 40px;
	left: 700px;
	width: 18px;
	height:	19px;
	background: white url; 
	border: 0;
	
}
#logo #title,


/* #content */

#contentbg {
	position: absolute;
	background-color: white;
	top: 114px;
	left: 152px;
	width: 636px;
	height: 425px;
}

#submenu {
	position: absolute; 
	top: 40px;
	left: 18px;
	height: 120px;
	width: 300px;
	background-color: #D9D9D9;
	border-left: 5px solid #434343;
	overflow: hidden;

}

#imagery {
	position: absolute; 
	top: 40px;
	left: 326px;
	height: 120px;
	width: 294px;
	background-color: #ECECEC;
	border-top: 0px solid #434343;
	overflow: hidden;
}

#primarycontent {
	position: absolute; 
	top: 163px;
	left: 18px;
	height: 244px;
	width: 594px;
	background-color: #E3E3E3;
	border-left: 5px solid #434343;
	overflow: auto;
}

#primarycontent img {
	margin: 0px 5px 5px 10px;
	border: 5px solid white;
}

ol.decimal {
	list-style-type: decimal
}

#cursus {
	margin: 0 0 18px 18px;
}

#cursus td {
	text-align: center;
	margin: 0 ;
	height: 40px;
	border-bottom: 1px solid #F9F9F9;
}
#cursus td:hover {
	margin: 0 ;
	background-color: #F9F9F9;
}

/* #menu */

#menu {
	position: absolute;
	left: 68px;
	width: 500px;
	height: 40px;
}

#menu li {
	display: inline;
}

#menu a {
	color: #434343;
	text-decoration: none;
	font-size: 110%;
	margin-left: 20px;
}
#menu img {
	
	border: 0;
	
}
/* #footer */

#footer {
	position: absolute;
	top: 550px;
	width: 800px;
	height: 60px;
	background-color: white;
	text-align: center;
	/*background: white url(../img/branding/footergradient.jpg) repeat-x 0; */
}
#footer p {
	color: #166A75;
}
#footer a {
	text-decoration: none;
	color: #166A75;
}
#footer a:hover {
	text-decoration: underline;
}

/* classes */

div.magnifiedImage {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -200px;
	z-index: 10000;
	border: 1px solid white;
}

div.magnifiedImage img {
	border: 19px solid #434343;
}

div.magnifiedImage,
.thumbnail {
	cursor: pointer;
}

/* images */

#footer img {
	position: absolute;
	left: 300px;
	top: 6px;
	border: 0;	
}

#imagery img {
	border: 1px solid #434343;
	margin: 5px 0 5px 7px;
}

/* Form Objects */

input
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

input#text
{
	border: 1px solid #cccccc;
}

input#button
{
	border: 1px solid #cccccc;
}

textarea
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	width: 200px;
	height: 80px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}