/* =================== global styles =================== */

a {
   outline: none;
}

html {
	background: url(../images/bkgdTexture.png);
}


body {
	background: url(../images/leftLighting.png) no-repeat;
}

#page {
	display: none;	
}


#contact a:link, #contact a:visited {
	position: fixed;
	right: -15px;
	top: 158px;
    width: 61px;
	height: 117px;
	display: block;
}

#contact a:hover, #contact a:active {
	position: fixed;
	right: -5px;
	top: 158px;
    width: 61px;
	height: 117px;
	display: block;
}


#wrapper {
    width: 920px;
	height: 680px;
    margin: 0 auto;
}

#logo {
	height: 114px;
	padding: 30px 0 0 0;
}


#tag {
	float: left;
	margin-left: -15px;
}

#title {
	float: left;
	width: 199px;
	margin: 41px 0 0 20px;
}

#headline {
	float: right;
	width: 347px;
	margin-top: 43px;
}


#mainContent {
	width: 900px;
	margin: 10px 0 0 20px;
}


#leftGraphic {
	float: left;
	margin: 40px 0 0 20px;
	width: 200px;
	height: 216px;
	display: block;
	border: 1px dotted #333;
}


#gallery {
	float: right;
	border: none;
	width: 568px;
}

#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	float: left;
	display: inline; 
}

#gallery ul img {
	border: 2px solid #000;
	margin: 10px 4px 1px 8px;
}

#gallery ul a:hover img {
	opacity: .7;
	border: 2px solid #ccc;
	color: #ccc;
}

#gallery ul a:hover {
	color: #ccc;
}

#gallery h1 {
	font-family: 'TitilliumText14L400wt', arial, sans-serif;
	font-size: .7em;
	color: #ccc;
	background: #000;
	margin-left: 8px;
	padding: 5px 0 5px 5px;
	display: block;
	width: 119px;
	height: 10px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}


#galleryDescription {
	width: 260px;
	float: left;
	margin: 40px 0 0 20px;
}


#galleryDescription h1 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: 1.2em;
	color: #2f6ca6;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
}

#galleryDescription p {
	font-family: 'TitilliumText14L400wt', arial, sans-serif;
	font-size: .8em;
	color: #999;
	line-height: 1.5;
	padding-top: 10px;
}

#galleryDescription p a {
	text-decoration: none;
	color: #fff;
}

#galleryDescription p a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}




#galleryDescriptionAbout {
	width: 600px;
	float: left;
	margin: 20px 0 0 20px;
}

#galleryDescriptionAbout h1 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: 1.2em;
	color: #2f6ca6;
	padding-bottom: 1px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #333;
}

#galleryDescriptionAbout h2 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: .92em;
	color: #fff;
	margin-bottom: 6px;
}

#galleryDescriptionAbout p {
	font-family: 'TitilliumText14L400wt', arial, sans-serif;
	font-size: .8em;
	color: #999;
	line-height: 1.5;
	margin-bottom: 12px;
}

#galleryDescriptionAbout p a {
	text-decoration: none;
	color: #fff;
}

#galleryDescriptionAbout p a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

#socialMedia {
	margin: 4px 0 0 -4px;
}


#footer {
	background :url(../images/bottomBar.png);
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 66px;
    z-index:10;
}


#footer #mainMenu {
	width: 920px;
	position: relative;
	margin: 0 auto;
}


#mainMenu li {
	float: left;
}


#border {
    position: relative;
	float: left;
	width: 620px;
	height: 420px;
	border: 1px solid #333;
	clear: both;
}

#news {
	float: right;
	width: 244px;
	height: 500px;
	margin-right: 14px;
}

#news a {
	text-decoration: none;
	color: #fff;
}

#news a:hover {
	border-bottom: 1px dotted #fff;
}

#news h1 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: 1.2em;
	color: #2f6ca6;
	padding-bottom: 1px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #333;
}

#news h2 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: .9em;
	color: #fff;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

#news h3 {
	font-family: 'TitilliumText14L600wt', arial, sans-serif;
	font-size: .8em;
	color: #2f6ca6;
	padding-top: 12px;
}

#news p {
	font-family: 'TitilliumText14L400wt', arial, sans-serif;
	font-size: .8em;
	color: #999;
	line-height: 1.5;
}

#slideshow {
    position: relative;
	left: 10px;
	top: 10px;
	width: 600;
	height: 400;
}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}








