

.information{
	color: green;
}

.error{
	color: #c22e2e;
}

.errorBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #aa0202;
}

.informationBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #408000;
}

/****/

html{
	background-color: #b2b2b2;
	height: 100%;
}

body, textarea, input{
	font-family: arial, helvetica, sans-serif;
}

body{
	font-size: 9pt;
	text-align: center;
}

body, textarea, input, select{
	color: #5b595a;
}

#page{
	margin: 30px auto 10px auto;
	border: 0;
	width: 1000px;
}

#layoutTable{
	width: 1000px;
	text-align: left;
}

#header{
	width: 1000px;
	height: 86px;
	background: url(../_media/images/header.gif) no-repeat;
	border-bottom: 1px white solid;
	margin: 0 0 20px 0;
}

#navigation, #content{
	vertical-align: top;
}

#bottomStrip{
	vertical-align: bottom;
}

#navigation, #content{
	margin: 0;
	padding: 0;
}

#navigation{
	width: 250px;
	padding: 0 0 0 10px;
}

#content{
	width: 750px;
	padding: 0;
}

#content.gallery{
	padding: 0;
}

/****/

h1{
	display: none;
}

h2{
	color: white;
	font-weight: normal;
	font-size: 12pt;
	margin: 5px 15px 0 0;
	padding: 0;
	text-align: right;
}

h3{
	color: white;
	margin-top: 30px 0 0 0;
	padding: 0;
	font-size: 10pt;
	border-bottom: 1px solid white;
}

h4{
	color: white;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.highlight{
	color: white;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

input.text, textarea, select{
	border: 1px #ccc solid;
}

input.text:hover, textarea:hover, select:hover{
	border: 1px #ddd solid;
}

td.submit{
	padding-top: 10px;
}

form tr.formInfo td, form .error{
	font-size: 7pt;
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #999;
}

input.text, textarea, select{
	border: 1px white solid;
}

/****/

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

#menu{
	margin: 0 0 20px 10px;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
}

#menu ul{
	margin-left: 5px;
}

#menu a{
	font-size: 14pt;
	color: #5b595a;
}

#menu a:hover{
	text-decoration: none;
	color: white;
}

#menu a.current{
	color: white;
	text-decoration: none;
}

#loginText{
	font-size: 7pt;
}

/****/

#mainImage{
	width: 100%;
	text-align: center;
}

#imageDescription{
	text-align: center;
	margin-bottom: 10px;
}

#thumbnailList{
	text-align: center;
}

#thumbnailList a img{
	border: 1px #b2b2b2 solid; 
}

#thumbnailList a:hover img{
	border: 1px white solid; 
}

/****/

.bulletin{
	float: right;
	padding: 20px 30px 10px 30px;
	width: 200px;
	vertical-align: bottom;
}

.categoryBlock, .clientBlock, .bulletinBlock{
	border: 1px white solid; 
	margin-bottom: 3px;
	padding: 5px;
}

.imagesList a img{
	border: 1px #b2b2b2 solid; 
}

.imagesList a:hover img{
	border: 1px white solid; 
}

.contactBlock{
	font-size: 12pt;
	text-align: center;
	margin-top: 50px;
}

.contactBlock p{
	margin: 5px auto 5px auto;
	width: 300px;
	text-align: left;
}

.awards, .exhibitions{
	margin: 10px 0 10px 0;
}

.awards td, .exhibitions td{
	padding-bottom: 10px;
	vertical-align: top;
}

.awards .date, .exhibitions .date{
	color: white;
}

.publications, .publications li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.publications li{
	padding-bottom: 10px;
}

.publications li a{
	text-decoration: underline;
}

/****/

#footer{
	border-top: 1px white solid;
	font-size: 8pt;
	text-align: right;
	margin-top: 20px;
	color: white;
}

#innerFooter{
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
	font-weight: bold;
	color: white;
}