/* General styles */

html>body .layoutspacer {
	display: none;
}



body {
	background-color:#999;
    margin:0;
    padding:0;
    border:0;			
    width:100%;
	font-family:Tahoma,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	
}
	
a {
	margin:0;
	padding:0;
	border:0;
	cursor:pointer !important;
}
	
a:link {
	color: #194a73;
	text-decoration:none;
}   

a:visited {
	color: #194a73;
	text-decoration:none;
}  

a:hover {
	color: #194a73;
	text-decoration: underline;
}  
	
a:active {
	color: #194a73;
}  

.col2 ul li a, 
.col3 ul li a, 
.pubcol3 ul li a,
.col2 ul li a:visited, 
.col3 ul li a:visited, 
.pubcol3 ul li a:visited,
#header ul li a,
#header ul li a:visited {
border:none;
}
	    
p {
   margin:0;
   padding:0;
}
	
ul {
		list-style-type:none;
}
	/* Header styles */
   
#header {
   clear:both;
        width:100%;
		min-width:997px;
		height:100px;
	}
	
	#header {
		/*border-bottom:1px solid #000;*/
		background-color:#fff;
	}
	
	#header ul {
		position:absolute;
		left:20px;
		height:20px;
		margin:0;
		padding:0;
		top:70px;
		
		
	}
	
	#header ul li {
		display:inline;
		margin-right:10px;
		padding:0px;
		line-height:20px;
	}
	
	#header img {
	border:none;
	}
	
	#logo {
		position:relative;
		top:11px;
		left:81%;
		margin:0;
		padding:0;
	}
		
	/* Column container */
	
	.colmask {
	    position:relative;
	    clear:both;
	    float:left;
        width:100%;
		min-width:997px;
								
	}
	
	/* Common column settings */
	
	.colright,
	.colmid {
		float:left;
		position:relative;
		min-height:690px;
		height:690px;
	}
	
	.colleft {
		float:left;
		position:absolute;
		min-height:690px;
		height:690px;
	}
	
	.col2 {
	position:absolute
	}
	
	.col1,
	.col3 {
		position:relative;
		min-height:690px;
		height: auto;
	}
	
	/* 3 Column settings */
	
	.threecol {
		background:#999;				/* right column background colour */
		width: 100%;
		min-width: 997px;
	}
	
	.threecol .colmid {
		min-width:680px;
		width:68%;
		left:14%;
		/*text-align:center;*/
	}
	
	.threecol .colleft {
		position:absolute;
		width:14%;
		min-width:140px;
		background-color:#999;		/* left column background colour */
		margin:0;
		padding:0;
		left:0px;
		
	
	}
	.threecol .colright {
		position:absolute;
		min-width:18%;
		width:177px;
		top:0px;
		left:82%;
		clear:left;
		background-color:#999;		
	}
	.threecol .col2 {
		width:100%;					/* width of left column content */
		min-width:140px;
		top:45px;
		left:0px;				
				
	}
	.threecol .col1 {
		min-width:680px;				/* width of center column content */
		width:680px;
		top:0px;
		margin-left:auto;
		margin-right:auto;
		background-color:#999;
	}
	
	.threecol .col3 {
		min-width:170px;				/* Width of right column content */
		width:170px;
		height:690px;
		min-height:690px;
		top:45px;
	}	
	
	
	


#lrg01 {
display:block;
}

.lrgImg{
	position: relative;
	display:none;
	top:0px;
	left:0px;
	width:auto;
	z-index: 2;
}


.centerimage {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height: auto;
	width:680px;
	z-index: 3;
}

.centerimage img{

	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
	
}



	
	/*Left column menu*/
	.col2 ul {
		display:block;
		left:20px;
		position:relative;
		top:0px;
		margin:0px;
		padding:0px;
	}
	.col2 ul li {
		margin-bottom:12px;
		width:100%;  /*fixed-width content not to exceed 120px*/
	}
	.col2 a{
		font-family:"Arial";
		font-weight:normal;
		color:#cccccc;
	}
	.col2 img {
	border:0;
	}
	#selected {
		font-weight:bold;
		color:white;
	}
	
	/*Right column thumbnails*/
	.col3 ul{
		display:inline;
		left:0;
		margin:0;
		padding:0;
		list-style:none;
		
		
	}
	
	
	.col3 ul li{
		display:inline-block;
		width:75px;
		height:75px;
		padding:0px;
		margin:0px;
		border:none;
	}
	
	#leftcol {
		float:left;
		left:0px;
		width:80px;
}
	#leftcol li {
		display:block;
		width:75px;
		height:95px;
		left:75px;
}
	
	#leftcol img {
		border:none;
		width:75px;
		height:75px;
	}
	
	#rightcol {
		position:absolute;
		top:0px;
		margin:0;
		padding:0;
		width:75px;
		left:95px;
		}
	
	#rightcol li {
		display:block;
		width:75px;
		height:95px;
		left:75px;
			}
	#rightcol img {
		border:0;
		width:75px;
		height:75px;
	}
	
	/*AIEEEE!! spacer*/
	.layoutspacer {
		width: 997px;
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		min-width:997px;
		margin:0;
		padding:0;
		/*border-top:1px solid #000;*/
		background:#999;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
	/*Alistapart dropdown*/
	#nav a.text {
		padding-bottom:4px;
	}
	a.galleryNav {
	color:#cccccc;
	font-family:'Century Gothic', Century;	
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	}
	#nav a {
	color:#cccccc;
	font-family:'Century Gothic', Century;	
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	}
#nav a:hover, #nav a.active, a.galleryNav:hover {
	color:#ffffff;
	font-weight:bold;	
	}	
	
	ul.droptop {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	border-bottom: 1px solid #999;
	}

	ul.droptop li, ul.drop1 {
		position:relative;
		margin:0;
		padding:0;
	}
	
	ul.droptop li ul.drop1 {
	position: absolute;
	left: 0px;
	top: 22px;
	display: none;
	}
	
	ul.droptop li a, ul.drop1 li a {
	display: block;
	text-decoration: none;
	background: #999;
	border: none;
	border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul.droptop li, ul.drop1 li { float: left; height: 1%; }
* html ul.droptop li a, ul.drop1 li a { height: 1%; }
/* End */


	ul.droptop li:hover ul.drop1, li.over ul.droptop { 
	display: block; }
/*Whats New*/
ul#WhatsNewSideTmbs {
	display:block;
	height:900px;
	width:170px;
	font-size:84%;
	line-height:1;
}

ul#WhatsNewSideTmbs li {
	height:150px;
	width:170px; 
}

.workshops, .workshops h2 {
	color:white;
}

.workshops a:hover img {
	border:none !important;
	text-decoration:none !important;
}

.workshops p {
    line-height:normal;
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
	font-size:84%;
}

.nobullets li{
	line-height:1.8em;
}

