/*** Global Settings ****/

#navbar {
    margin: 0;
    padding: 0;
    height: 2em; }
#navbar li {
    list-style: none;
    float: right; 
    text-align:left;
  }
#navbar li a {
    display: block;
    padding: 2px 6px;
    background-color: #3D6A7D;
    color: #fff;
    }

#navbar li ul {
display: none;
width: 9em; /* Width to help Opera out */
background-color: #3D6A7D;
z-index:2;
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width:auto;
    z-index:2;

    }
#navbar li:hover li {
    float: none; 
    width:auto;
       }
#navbar li:hover li a {
    background-color: #3D6A7D;
    border-bottom: 1px solid #fff;
    color: #D3CEC3;
    width:auto;
    }
#navbar li li a:hover {
    background-color: #3D6A7D;
    width:auto;
     }
#navbar ul li ul li {
    background-color: #3D6A7D;
    list-style-image :none;
  width:auto;
     }
#navbar ul li{
    background-color: #3D6A7D;
    list-style-image :none;
    color: #D3CEC3;
    width:auto;
     }

#navbar ul li a,#navbar ul li a:hover{
    background-color: #3D6A7D;
    list-style-image :none;
    color: #D3CEC3;
    width:auto;
    
     }
     

#navbar {background : #3D6A7D;padding : 10px 20px;text-align : right;color : #f6dde3;font-weight:bold; }
#navbar a:visited, #navbar a:link {text-decoration:none ;color : #D3CEC3;}
#navbar a:hover {text-decoration : underline;color : #D3CEC3;}



body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#FFFFFF;}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #3D6A7D;text-decoration : underline;background:none;}
a:hover {color : #D3CEC3;text-decoration : underline;background:none;}
h1 { color : #3D6A7D;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 18px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h2 {color : #D3CEC3;margin : 20px 0 10px;padding-bottom : 10px;font : normal 16px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h3 {color : #3D6A7D;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/graypaw.gif);}
ul.test {padding:0;margin:0 0 0 17px;list-style: none;}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}
.boxAccount {background : #f7f7f7;border : 0px solid #f0e9eb;padding : 15px;}

.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}

/*** Layout ****/


/*  

bright green - #3D6A7D
dark green   - #D3CEC3
dark brown   - #D3CEC3

font-weight:bold;

optional other colours
top menu text - #D3CEC3

*/
#wrapper {margin : 0 auto;width : 1000px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}
#nav {background : #3D6A7D;padding : 10px 20px;text-align : right;color : #f6dde3;font-weight:bold;}
#nav a:visited, #nav a:link {text-decoration:none ;color : #D3CEC3;}
#nav a:hover {text-decoration : underline;color : #D3CEC3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 45px;}
.logotxt1 {font : normal 22px Arial, Helvetica, sans-serif;color : #3D6A7D;margin : 10px 0 0 15px;font-weight:bold;}
.logotxt2 {font : normal 22px Arial, Helvetica, sans-serif;color : #C0C0C0; font-weight:bold;}
/*#left-column {width : 440px;padding : 0 30px 30px;float : left;}*/
#left-column {width : 660px;padding : 0 30px 30px;float : left;}
#right-column {width : 270px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #3D6A7D;padding : 10px 15px;clear : both;text-align: center;}
#login-form {text-align : left;}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}



/*Lightbox stuff*/

#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:images/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(../LightBoxImages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../LightBoxImages/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; }



.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto; 
    }
    
    
    

.roundedcornr_box_924246 {
	background: url(images/roundedcornr_924246_tl.png) no-repeat top left;
}
.roundedcornr_top_924246 {
	background: url(images/roundedcornr_924246_tr.png) no-repeat top right;
}
.roundedcornr_bottom_924246 {
	background: url(images/roundedcornr_924246_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_924246 div {
	background: url(images/roundedcornr_924246_br.png) no-repeat bottom right;
}
.roundedcornr_content_924246 {
	background: url(images/roundedcornr_924246_r.png) top right repeat-y;
}

.roundedcornr_top_924246 div,.roundedcornr_top_924246,
.roundedcornr_bottom_924246 div, .roundedcornr_bottom_924246 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_924246, .roundedcornr_bottom_924246 {
	margin-top: -5px;
}
.roundedcornr_content_924246 { padding: 0 15px; }