/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial;
	font-size: 62.5%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/testbg.jpg);
	background-attachment: fixed;
	background-position:top;
	background-repeat:no-repeat;
}
/* Portfolio styles */
body.portfolio {
	background-image:none;
}
body.portfolio h3 {
	font-size: 2em;
	color: #555555;
	margin-top:10px;
}
body.portfolio .headline {font-size: 5em;}
/* Portfolio styles */
/* Start Mozilla dotted lines */
a {
	outline: none;
}
/* End Mozilla dotted lines */


.com {
	color: #555;
}
#page {
	text-align: left;
	margin: 10px auto;
	width: 940px;
}
.headline {
	margin:25px 0px 25px 10px;
	font: 3.0em Arial;
	font-weight:bold;
	text-decoration:none;
}
.homemain {
	margin: 15px 0px 15px 10px;
	text-align:left;
}
.newscontent {
	float:left;
}
.subtitle {
	margin: 0px;
	padding:0px 0px 0px 2px;
	font: 10.0px Arial;
}
.featuredcontent {
	float:left;
}
.feature {
	width:205px;
	margin: 0px 0px 10px 21px;
	float:left;
	position: relative;
}
.article {
	width:940px;
	margin: 10px 10px;
	font: 1.2em Arial;
	float:left;
}
.article img {
	border:none;
	float:left;
	margin: 0px 15px 15px 0px;
	width:285px;
}
hr {
	color:#CCCCCC;
}
.date {
	margin: 10px 10px;
	width:940px;
	font: 3.0em Arial;
	font-weight:bold;
	color: #CCCCCC;
	float:left;
}
h3 {
	margin: 0px;
	font: 3.0em Arial;
	font-weight:bold;
}
.content {
	top:150px;
	left: 25px;
}
/** .title work del **/
.title {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 30.0px Arial
}
.quote {
	font:14.0px "Times New Roman";
}
/** .viewer flash work del **/
.viewer {
	position:relative;
	margin: 10px;
}
.contactform {
	position:absolute;
	top:150px;
	left: 75px;
	width: 375px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
.heart {
	color: #CC0000;
}
/* START Nav */
div.navcontainer {
	width:540px;
}
div.nav {
	padding: 10px 0px 0px 0px;
	text-align:center;
}
.nav ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
}
.nav li {
	width:90px;
	margin: 0 -1px 0 0;
	padding: 0;
	border:none;
	color:black;
	text-decoration:none;
	text-align:center;
	background-color: transparent;
	float:left;
}
.nav a {
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}
.nav a:hover, .navOn {
	text-decoration: none;
	color: #000000;
	background-image:url(../images/nav_on.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.nav a:active {
	background:none;
}
.nav li ul {
	display: none;
}
.nav li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:100px;
	padding: 0;
	margin: 0;
	border:none;
}
.nav li li {
	border: none;
}
.nav li li a {
	padding: 5px 6px 6px 6px;
}
/* END Nav */

/* Lightbox 2 v2.03.3 Released 5/21/07 */
.thumb img {
	border: none;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#lightbox {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/photos/camera/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/photos/camera/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/photos/camera/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFF;
}
/* END Lightbox 2 END */

/** START Lightbox Nav **/

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 460px;
	background-color: transparent;
	overflow: hidden
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 940px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background: transparent;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 6px;
	padding-top: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;/*display:none;*/
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.stripNav li a {
	background-image:url(../images/tab_off.png)
}
/*.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }*/
		
		.stripNav li a:hover {
	background-image:url(../images/tab_over.png);
	color:#665;
}
.stripNav li a.current {
	background-image:url(../images/tab_on.png);
	color: #333;
	font-weight:bold;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;/*32*/
	width: 100px;
}
.stripNavR a:hover {
	background-image:url(../images/navro.png);
}
.stripNavL a:hover {
	background-image:url(../images/navlo.png);
}
.stripNavL {
	top: 0px;
	left: 275px;
}
.stripNavR {
	top: 0px;
	right: 275px
}
.stripNavL {
	background: url("../images/navl.png") no-repeat center;
}
.stripNavR {
	background: url("../images/navr.png") no-repeat center;
}

/** END Lightbox Nav **/
