@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* end of CSS Reset*/

input:focus, textarea:focus {outline:none;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #656565;
	margin:0px;
	padding:0px;
}


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

body {
	margin-top:35px;
}

div#wrapper {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 940px;
	margin: 0 auto;
	background: #eee;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

div#logo {
	position:absolute;
	margin:0px;
	padding-left:15px;
}

div#MainMenu {
	position: absolute;
	width:620px;
	height:30px;
	margin-left:320px;
	margin-top:59px;
	list-style-type:none;
}

div#MainMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#MainMenu li {
	float: left;
	display: inline;
	margin: 0px;
	
}

div#MainMenu li a{
	display:block;
	list-style-type: none;
	background-image: url(../images/mainmenu_sprite.jpg);
	background-repeat: no-repeat;
}

div#MainMenu li.About a {
	height: 30px;
	width: 100px;
	background-position:0px 0px;
	list-style-type: none;
}

div#MainMenu li.About a:hover {
	height: 30px;
	width: 100px;
	background-position:0px -30px;
	list-style-type: none;
}

div#MainMenu li.About a.selected {
	height: 30px;
	width: 100px;
	background-position:0px -60px;
	list-style-type: none;
}

div#MainMenu li.Gallery a {
	height: 30px;
	width: 170px;
	background-position:-100px 0px;
	list-style-type: none;
}

div#MainMenu li.Gallery a:hover {
	height: 30px;
	width: 170px;
	background-position:-100px -30px;
	list-style-type: none;
}

div#MainMenu li.Gallery a.selected {
	height: 30px;
	width: 170px;
	background-position:-100px -60px;
	list-style-type: none;
}

div#MainMenu li.Exhibition a {
	height: 30px;
	width: 135px;
	background-position:-270px 0px;
	list-style-type: none;
}

div#MainMenu li.Exhibition a:hover {
	height: 30px;
	width: 135px;
	background-position:-270px -30px;
	list-style-type: none;
}

div#MainMenu li.Exhibition a.selected {
	height: 30px;
	width: 135px;
	background-position:-270px -60px;
	list-style-type: none;
}

div#MainMenu li.Media a {
	height: 30px;
	width: 105px;
	background-position:-405px 0px;
	list-style-type: none;
}

div#MainMenu li.Media a:hover {
	height: 30px;
	width: 105px;
	background-position:-405px -30px;
	list-style-type: none;
}

div#MainMenu li.Media a.selected {
	height: 30px;
	width: 105px;
	background-position:-405px -60px;
	list-style-type: none;
}

div#MainMenu li.Contact a {
	height: 30px;
	width: 109px;
	background-position:-510px 0px;
	list-style-type: none;
}

div#MainMenu li.Contact a:hover {
	height: 30px;
	width: 109px;
	background-position:-510px -30px;
	list-style-type: none;
}

div#MainMenu li.Contact a.selected {
	height: 30px;
	width: 109px;
	background-position:-510px -60px;
	list-style-type: none;
}

div#content {
	position:absolute;
	width: 940px;
	height:446px;
	margin-top: 105px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	background-color: #fff;
	background-image: url(../images/hd_bg.gif);
	background-repeat: no-repeat;
}

div#content {
	position:absolute;
	width: 940px;
	height:446px;
	margin-top: 105px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	background-color: #fff;
	background-image: url(../images/hd_bg.gif);
	background-repeat: no-repeat;
}

div#content_gallery {
	position:absolute;
	width: 940px;
	height:446px;
	margin-top: 105px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	background-color: #000;
	background-repeat: no-repeat;
}

div#footer {
	position:absolute;
	width: 940px;
	height:130px;
	margin-top: 570px;
	background-color: #fff;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

/* Subscribe */
.Subscribe_Wrapper {
	width:700px;
	height:85px;
	margin:20px 15px 0 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	float: left;
}

.Subscribe_title {
	float: left;
	padding:4px 5px 0 25px;
	position:relative;
	width:75px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.Subscribe_info {
	clear: both;
	position:relative;
	width:585px;
	height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 7px 0 0 15px;
}

div#emailNWS {
	width: 599px;
	height:auto;
	padding: 0;
	margin:0;
}

/* Stay in Touch */
.social_wrapper {
	width:220px;
	height:100px;
	margin-top:15px;
	float:right;
}
.Social_Title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	padding: 10px 0 0 0;
}

.Social_Icons {
	width: 200px;
	height: 50px;
}

.Facebook {
	height: 49px;
	width: 100px;
	margin-top: 10px;
	list-style-type: none;
	background-image: url(../images/social_sprite.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	list-style-type: none;
	float:left;
}


.Facebook:hover {
	background-position:0px -49px;
	list-style-type: none;
}

.Twitter {
	display:block;
	height: 49px;
	width: 100px;
	margin-top: 10px;
	list-style-type: none;
	background-image: url(../images/social_sprite.jpg);
	background-repeat: no-repeat;
	background-position:-100px 0px;
	list-style-type: none;
	float:right;
}


.Twitter:hover {
	background-position:-100px -49px;
	list-style-type: none;
}

/* Send Button */

.Send_btn {
width : 77px;
height : 25px;
border : none;
padding:0;
margin:0 0 0 10px;
background-repeat : no-repeat;
background-image : url(../images/Send_BTN_Sprite.jpg);
}
.Send_btn:hover {
background-position : 0px -25px;
}
.Send_btn:active {
background-position : 0px -50px;
}

/* Prev-Next Buttons */

.prev-next {
width:175px;
height:25px;
float:right;
display:inline;
margin:20px 15px 0 0;
}
.collab-nav {
width:175px;
height:25px;
margin:40px auto;
}

#prev2 {
width : 82px;
height : 25px;
border : none;
padding:0;
margin:0 2px 0 0;
float:left;
background-repeat : no-repeat;
background-image : url(../images/Prev-Next-btn.jpg);
}
#prev2:hover {
background-position : 0px -25px;
}
#prev2:active {
background-position : 0px -50px;
}

#next2 {
width : 82px;
height : 25px;
border : none;
padding:0;
margin:0;
float:right;
background-position : -82px 0px;
background-repeat : no-repeat;
background-image : url(../images/Prev-Next-btn.jpg);
}
#next2:hover {
background-position : -82px -25px;
}
#next2:active {
background-position : -82px -50px;
}
.textfield {
background-color : #fff;
color : #525252;
font : 10pt Arial;
border : 1px solid #c9c9c9;
height : 20px;
width : 175px;
margin : 0 0 0 10px;
text-indent: 5px;
padding : 3px 0 0 0;
}


/* About Header */
.about_title {
	width: 250px;
	height: 30px;
	margin:40px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	float:left;
}

#Content_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
	color:#000;
}

.content_about {
	width: 250px;
	height: 350px;
	margin:85px 0 0 30px;
	float:inherit;
}

.content_wrapper {
	width:630px;
	height:395px;
	margin:40px 15px 0 0;
	float:right;
}

.exhibition_wrapper {
	width:630px;
	height:395px;
	margin:45px 10px 0 0;
	float:right;
}

.copyright_wrapper {
	position: absolute;
	width:940px;
	height:15px;
	margin: 705px 0 0px 0px;
	padding:0 0 50px 0;
}
.dlogo {
	width:152px;
	height:15px;
	float:left;
	margin:0 0 0 15px;;
	padding:5px 0 0 0;
}

.copyright {
	width:auto;
	height:auto;
	padding:0;
	margin:0 15px 0 0;
	float:right;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #e6e6e6;	
}

.media_wrapper {
	width:480px;
	height:345px;
	margin:0;
	padding:0;
	float:right;
}

.media_1 {
	width:139px;
	height:95px;
	float:left;
	padding:0 20px 20px 0;
}

/* New ----------------------------------------------------*/
.CollabWrapper {
width: 528px;
height: 366px;
margin: 0 auto;
}
.collaborator {
margin: 0;
padding: 0;
}
.collaborator-label {
width: 264px;
height: 122px;
margin: 0;
padding: 0;
}
.align-left {
float: left;
clear: left;
}
.align-right {
float: right;
clear: right;
}

#ContactFormWrapper {
width: 500px;
margin: 0 auto;
padding: 0;
}
.textfieldCon {
float:left;
background-color : #fff;
color : #525252;
font : 10pt Arial;
text-indent: 5px;
border : 1px solid #c9c9c9;
height : 20px;
width : 423px;
margin: 0 0 20px 10px;
padding : 3px 0 0 0;
}
.contact-label {
float: left;
width: 65px;
font: 10pt Arial;
color: #000;
font-weight: bold;
}
#msgContact {
float:right;
background-color : #fff;
color : #525252;
font : 10pt Arial;
text-indent: 5px;
border : 1px solid #c9c9c9;
height : 150px;
width : 423px;
margin: 0 0 20px 0;
padding : 3px 0 0 0;
}
.newline {
	clear: both;
}

.Shadow {
	clear: both;
	width: 478px;
	height: 24px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.Shadow-index {
	clear: both;
	width: 478px;
	height: 24px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}

.Shadow-media {
	clear: both;
	float:right;
	width: 478px;
	height: 24px;
	margin: 0 15px 0 0;
	padding: 0;
}

a {
text-decoration: none;
color: #e5751a;
outline:none;
}
a:hover {
color: #ff9900;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

#msgNws {
font: 8pt Arial;
color: #ff0000;
text-indent: 5px;
padding: 5px 0 0 0;
}
#msgCon {
float: left;
font: 8pt Arial;
color: #ff0000;
padding: 0 0 0 90px;
}
