/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0.5em 0 1.0em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin:0.5em 0 0.2em 0;}

body {
	margin:0;
	padding:0;
	color: #000;
	background: #fff;
}

body, table {
	font-family:  Tahoma, 'Trebuchet MS', 'lucida sans unicode', 'lucida grande',  verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  Tahoma, 'Trebuchet MS', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
 HEADERS
**********/

h1 { font-size: 2.1em; color: #fff; line-height: 1.2em; font-weight: normal; font-family:  'Century Gothic', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h2 { font-size: 1.7em; color: #fff; line-height: 1.2em; font-weight: normal; font-family:  'Century Gothic', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h3 { font-size: 1.4em; color: #fff; line-height: 1.2em; font-weight: normal; font-family:  'Century Gothic', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h4 { font-size: 1.2em; color: #fff; line-height: 1.5em; font-weight: normal; letter-spacing: -1px;}


/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
	font-size: 0.85em;

}

	#pagecontainer {
		width: 962px;
		padding: 0px;
	}
	

		#header {
			width: 962px;
			padding: 0px;
			margin: 0px;
			}


			#toplogo {
				padding: 0px 0px 5px 0px;
				width: 280px;
				float: left;
				font-size: 0.9em;
				color: #fff;
			}


			#topright {
				padding: 10px 0px 0px 0px;
				width: 400px;
				float: right;
				text-align: right;
				font-size: 0.85em;
			}

				#topdate {
					width: 200px;
					float: right;
					text-align: right;
					padding: 60px 0px 0px 0px;
					color: #333;
				}


		#maincontent {
			clear: both;
			width: 960px;
			padding: 0px 0px 0px 0px;
			margin: 0px;
			color: #000;
			line-height: 1.5em;
			font-size: 0.95em;
			background: #fff;
			border: 1px solid #ccc;
		}

			#maincontent a:link, #maincontent a:visited { color: #fff; text-decoration: none; }
			#maincontent a:hover { color: #fff; text-decoration: underline; }


				#gallery { position: relative; }

				#main_image {
					background: #000;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					overflow: hidden;
					z-index: 1;
					width: 960px;
					height: 640px;
				}


				#flashanim {
					background: #000;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					overflow: hidden;
					z-index: 1;
					width: 960px;
					height: 640px;
				}


				#gallerytext {
					position: absolute;
					padding: 10px;
					z-index: 2;
					color: #fff;
					background: url(images/trans-black.png) repeat left top;
				 }


				#sitenav {
					position: absolute;
					width: 940px;
					height: 32px;
					padding: 10px;
					bottom: 70px;
					left: 0px;
					z-index: 2;
					background: url(images/trans-black.png) repeat left top;

				 }	

					ul#nav {
						margin: 0px 0px 0px 0px;
						padding: 0px 0px 0px 0px;
						list-style: none;
						height: 32px;
						text-align: right;
						text-transform: uppercase;
					}

						ul#nav li {
							margin: 0px;
							padding: 0px;
							display: inline;
							line-height: 1.9em;
						}

						ul#nav li a {
							display: inline;
							padding: 0px 12px 0px 12px;
							color: #fff;
							text-decoration: none;
						}

						ul#nav li a:hover {
							display: inline;
							padding: 0px 12px 0px 12px;
							color: #fff;
							text-decoration: underline;
						}

						ul#nav li.on-state {
							font-weight: bold;
						}


				#thumbnails {
					position: absolute;
					width: 940px;
					height: 50px;
					padding: 10px;
					bottom: 0px;
					left: 0px;
					z-index: 2;
					text-align: center;

				 }


		#footer {
			width: 962px;
			padding: 10px 0px;
			margin: 0px;
			font-size: 0.9em;
			color: #000;
		}

		#footer a:link, #footer a:visited { color: #000; text-decoration: none; }
		#footer a:hover { color: #000; text-decoration: underline; }



/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

	 
/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}

/*****************
 BLACKOUT
*****************/


.blackout {
   	padding: 3px;
   	background: #000;
   	color: #fff;
   	display: inline;
   
  }

/*****************
 UL
*****************/

 ul.normal {padding: 5px 0 5px 25px;}

/*****************
 OL
*****************/

 ol {padding: 5px 0 5px 25px;}



/**********************
PARAGRAPHS
 ***********************/

.bigtext {
   	font-size: 1.2em;
   	line-height: 1.6em;
}

.smalltext {
   	font-size: 0.9em;
}

/*****************
 ICON LINK
*****************/

a.iconlink {
	padding-left:10px;
	background: url(/images/icon.gif) no-repeat top left;
}


/*****************
 PORTFOLIO PAGES
*****************/

.galleria {list-style:none;}
.galleria li {display:block;width:75px;height:50px;overflow:hidden;float:left;}
.galleria li a {display:none}
.galleria li div {position:absolute;display:none;top:0;left:180px}
.galleria li div img {cursor:pointer}
.galleria li.active div img,.galleria li.active div {display:block}
.galleria li img.thumb {cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */