/* reset */

html, body {
	padding: 0;
	margin: 0;
	}
html {
	font-size: 1em;
	}
body {
	font-size: 100%;
	}
a img, :link img, :visited img {
	border: 0;
	}
/* reset end */
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 11px; line-height: 1.4em } /* this effects the lightview font size for heading and captions */
		
		p a, li a { color: #fff; text-decoration: none }
		
		img { border: 0 }
		
		a img, :link img, :visited img { border: 0; }
		
	
		
	/* style for javascript warning if browser doesn't support the coda-slider */
noscript p, noscript ol {
	font-family: Trebuchet MS, san-serif, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 16px;
	text-align: left
	color: #E054A6;
}

noscript ol { margin-left: 25px; }
/* end warning */
		
		a:focus { outline:none }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		.codaBody {
			font-family: Verdana, Arial;
			width: 750px;
			margin: auto;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 30px 0 20px;
		}
		
		.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: 400px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 640px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 350px;
			clear: both;
		}
		
		.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: 680px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0 10px 10px 15px;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 115px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display:block;
			height: 40px;
			width: 12px;
		}
		
		.stripNavL a:hover {
			background: url("../images/coda-slider/arrow-left-over.gif") no-repeat center;
		}
		
			.stripNavR a:hover {
			background: url("../images/coda-slider/arrow-right-over.gif") no-repeat center;
		}
		
	
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/coda-slider/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/coda-slider/arrow-right.gif") no-repeat center;
		}
		
		
	.stripNav {display:none !important}
	
	
	

		.project1 { /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects1.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
				.project2 { /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects2.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
			.project3 { /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects3.jpg") no-repeat;
	
		}
		
		.project1 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project1 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project1 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
			.project2 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project2 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project2 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
			.project3 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project3 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project3 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
		.project4 { /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects4.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
				.project5 { /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects5.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
			.project6{ /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects6.jpg") no-repeat;
	
		}
		
			.project7{ /* This is the project window */
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 20px 0 0;
			padding: 0 0 0 0;
			width: 185px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects7.jpg") no-repeat;
	
		}
		
			
		
		.project4 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project4 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project4 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
			.project5 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project5 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project5 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
			.project6 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project6 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project6 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
		.project7 .header{ 
			margin: 120px 15px 0 0;
			padding: 0 0 0 15px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.project7 .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.project7 .main{
	margin: 10px 15px 10px 0;
	padding: 0 0 0 15px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
.more{
	width:65px;
	height:18px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#fff;
	text-align:center;
	background:#1e1e1e;
	display: block;
	float:left;	
	margin: 2px 0 0 15px;
	padding:1px 0 1px 0;	
	clear:both;	
	position: absolute;  
	bottom: 25px;
}



.more a{
	color:#fff;
	background: none;
	display: block;
	}

.more:hover, .more:active, .more:visited{
	color:#fff;
	background:#6D8426;
	cursor:pointer;
	outline:0;
}

.more2{
	width:65px;
	height:18px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#fff;
	text-align:center;
	background:#333;
	display: block;
	float:left;	
	margin: 2px 0 0 23px;
	padding:1px 0 1px 0;	
	clear:both;	
	position: absolute;  
	bottom: 35px;
}

.more2 a{
	color:#BDBDBD;
	background: none;
	display: block;
	}

.more2:hover, .more2:active, .more2:visited{
	color:#fff;
	background:#6D8426;
	cursor:pointer;
	outline:0;
}


		.projectWide { 
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 23px 0 0;
			padding: 0 0 0 0;
			width: 600px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects8.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
		.projectWide .header{ 
			margin: 60px 15px 0 0;
			padding: 0 0 0 23px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.projectWide .header a, .project1 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.projectWide .main{
	width: 160px;
	margin: 10px 15px 10px 0;
	padding: 0 0 0 23px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		
		
		.projectWide2 { 
			float: left;
			overflow: hidden; 
			border: 4px solid #fff; /* this is the border. should have the same value for the links */
			margin: 0 23px 0 0;
			padding: 0 0 0 0;
			width: 600px; 
			height: 319px;
			background: #ffffff url("../elements/projects/projects4.jpg") no-repeat;
			font-family:lucida grande,arial,san-serif;
			font-size:11px;
			color:#000;
		}
		
		.projectWide2 .header{ 
			margin: 60px 15px 0 0;
			padding: 0 0 0 23px;
			font-family:lucida grande,arial,san-serif;
			font-size:12px;
			color:#fff;
		}
		
		.projectWide2 .header a, .project8 .header a:hover{ 
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ff49a5;
		}
		
		.projectWide2 .main{
	width: 160px;
	margin: 10px 15px 10px 0;
	padding: 0 0 0 23px;
	font-family:lucida grande,arial,san-serif;
	font-size:10px;
	color:#F6F0E3;
		}
		

		
		
	
