﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:URL(images/bg.jpg) no-repeat;
    font-family:Arial;
    font-size:12px;
    line-height:16px;
    color:#666;
}

a
{
    color:#666;
    text-decoration:none;
}

a:hover
{
    color:#333;
}

img
{
    border:0px;
}

p
{
    margin:10px 0px 12px 0px;
}

p.main
{
    margin:10px 0px 10px 40px;
}

h1
{
    font-size:14px;
    color:#008cb7;
}

h2
{
    font-size:10px;
    color:#747373;
    margin-bottom:10px;
}

h3
{
    margin:10px 0px 10px 40px;
    color:#008cb7;
    font-size:18px;
    line-height:20px;
    font-weight:bold;
}

.head
{
    color:#008cb7;
    font-size:16px;
    font-weight:bold;
}

ul.main-list li
{
    margin-left:20px;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:960px;
    margin:0 auto;
    height:auto;
}

#layout
{
    width:950px;
    clear:both;
    padding:10px 5px 0 5px;
}

		/*---------------------header---------------------*/
		
#header
{
    width:960px;
}

        /*----------------------nav-----------------------*/

.menu
{   
    float:left;
    width:auto;
}
        
#submenu
{
    float:left;
    width:960px;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:167px;
}

#content-leftcol IMG
{
    margin-bottom:18px;
}

#content-rightcol
{
    float:right;
    width:773px;
}

#rightcol-left
{
    float:left;
    width:548px;
    background:#eae4e2;
}

#rightcol-right
{
    float:right;
    width:215px;
}

.rightcol-right-content
{
    float:left;
    width:205px;
    padding:10px 5px 0 5px;
    background:#eae4e2;
}

#did-you-know-wrapper
{
    float:right;
    width:215px;
    background:#eae4e2;
    margin-top:10px;
    background:#eae4e2;
}

#did-you-know
{
    float:left;
    width:205px;
    padding:10px 5px 0 5px;
    background:#eae4e2;
}

#did-you-know div
{
    display:none;
}

#content-wide
{
    float:left;
    width:738px;
    background:#eae4e2;
    padding:15px;
}

#content-wide-ct
{
    float:left;
    width:768px;
    padding-bottom:40px;
    background:#eae4e2;
}

#content-wide-left
{
    float:left;
    width:400px;
}

#content-wide-right
{
    float:right;
    width:350px;
}

#left-content
{
    float:left;
    width:357px;
}

#right-content
{
    float:right;
    width:357px;
}

.news-wrapper
{
    float:left;
    width:205px;
    padding-bottom:10px;
}

.news-left
{
    float:left;
    width:55px;
}

.news-right
{
    float:right;
    width:130px;
}

#main-content
{
    float:left;
    width:518px;
    padding:5px 15px 20px 15px;
}

#main-left
{
    float:left;
    width:240px;
}

#main-right
{
    float:right;
    width:240px;
}

.members-wrapper
{
    float:left;
    width:357px;
    min-height:250px;
    height:auto !important;
    height:250px;
    padding:10px 0px 10px 0px;
    border-bottom:1px solid #008cb7;
}

.members-left
{
    float:left;
    width:120px;
}

.members-right
{
    float:right;
    width:222px;
    font-size:10px;
}

.link a
{
    color:#666;
}

.workshops-wrapper
{
    float:left;
    width:720px;
    padding:10px 0px 10px 0px;
}

.workshops-left
{
    float:left;
    width:260px;
}

.workshops-left IMG
{
    float:left;
    margin-right:10px;
}

.workshops-right
{
    float:right;
    width:450px;
}

        /*---------------------footer---------------------*/
        
#footer
{
    float:left;
    width:773px;
}

#footer-left
{
    float:left;
    width:548px;
}

#footer-right
{
    float:left;
    width:215px;
}

#footer-left-a
{
    float:left;
    width:525px;
}

#footer-right-a
{
    float:left;
    width:215px;
}

.footer-links
{
    float:left;
    width:200px;
    font-size:10px;
    height:49px;
    padding-top:10px;
}

.footer-links2
{
    float:left;
    width:400px;
    font-size:10px;
    height:40px;
}

/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
