
/********************************************
 1 - MAIN INFASTRUCTION 
*********************************************/

body {
background:#eeeefe url(../img/bg.jpg) top right repeat-x;
margin:0 auto;
padding:0;
color:#222244;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:78%;
text-align:justify;
line-height:16px;
}

#pageContainer {
width:1000px;
margin:0 auto;
padding:0;
}

/********************************************
 2 - HEADER 
*********************************************/

#header {
background:none;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:150%;
font-style:italic;
font-weight:bold;
color:#222244;
width:1000px;
height:142px;
margin:0 auto;
}

/********************************************
 3 - NAV 
*********************************************/

#nav {
margin:0;
padding:0;
font-weight:bold;
}

#nav li {
display:inline;
padding:0;
margin:0 auto;
}

#nav a:link, #nav a:visited {
color:#eeeefe;
background:#1155A6;
padding:10px 62px 10px 10px;
margin:0 0 0 15px;
text-decoration:none;
}

#nav a:hover, #nav a.current {
background-color:#9ba9dc;
color:#111155;
text-decoration:none;
}

/********************************************
 4 - CONTENT 
*********************************************/

.columnContainer {
background:#9ba9dc;
overflow:hidden;
width:1000px;
margin:0 auto;
margin-bottom:50px;
margin-top:30px;
padding:0;
}

.columnContainer a:link, .columnContainer a:visited {
color:#11115e;
text-decoration:underline;
}

.columnContainer a:hover {
color:#0000ff;
text-decoration:underline;
}

.columnMain {
background:#efefff;
overflow:hidden;
float:left;
width:555px;
margin:0;
padding:15px;
}

.columnSidebar {
background:none;
overflow:hidden;
float:right;
width:385px;
margin:0;
padding:30px 15px 0 0;
}

.columnSidebar a:link, .columnSidebar a:visited {
color:#222244;
text-decoration:underline;
}

.columnSidebar a:hover {
color:#0000ff;
text-decoration:underline;
}

/* MULTI-MAIN CONTAINERS */

.columnMain-Multi {
background:#efefff;
overflow:hidden;
float:left;
width:555px;
margin:0;
padding:15px;
}

.columnMain-MultiContainer-Top {
clear:both;
}

.columnMain-MultiContainer {
clear:both;
padding-top:25px;
}

.columnMain-left {
overflow:hidden;
float:left;
width:260px;
margin:0;
padding:0;
}

.columnMain-right {
overflow:hidden;
float:left;
width:260px;
margin:0 0 0 25px;
padding:0;
}

/*OBSOLETE*/

.column2-left {
overflow:hidden;
float:left;
width:395px;
margin:0;
padding:0;
}
.column2-right {
overflow:hidden;
float:right;
width:395px;
margin:0;
padding:0;
}

.column3 {
overflow:hidden;
float:left;
width:255px;
margin:0 0 0 25px;
padding:0;
}

/********************************************
 5 - HEADINGS and TITLES 
*********************************************/

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #11115e;
text-decoration:none;
font-style:normal;
font-size:180%;
padding:0 0 3px 0;
margin:0 0 4px 0;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #11115e;
text-decoration:none;
font-style:normal;
font-size:135%;
padding:0;
margin:0 0 8px 0;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #111155;
text-decoration:none;
font-style:normal;
font-size:110%;
padding:0;
margin:25px 0 0 0;
}

h4 {
background:#11115e;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #eeeefe;
text-decoration:none;
vertical-align:middle;
font-style:normal;
font-size:110%;
padding:5px 0 0 25px;
margin:-15px 0 25px 0;
width:530px;
height:25px;
}

.sidebarTitle1 {
font-size:125%;
font-weight:bold;
color:#000066;
}

.sidebarTitle2 {
font-size:110%;
font-weight:bold;
color:#000066;
}

.sidebarTitle3 {
font-size:100%;
font-weight:bold;
color:#000066;
}

.title1, .title1 a {
color:#11115e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:110%;
font-weight:bold;
text-decoration:underline;
margin:0;
padding:0;
}

.title1 a:hover {
color:#0000ff;
}

.title2 {
min-height:25px;
color:#11115e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
text-decoration:none;
text-align:left;
margin:0;
padding:5px 0 0 0;
}

.title3 {
color:#11115e;
font-weight:bold;
}

.title3 a {
color:#11115e;
text-decoration:underline;
}

.title3 a:hover {
color:#0000ff;
text-decoration:underline;
}

/********************************************
 6 - IMAGES and TABLES
*********************************************/

img, img a, img a:hover {
border:none;
}

/********** img1 **********/

.img1, .img1r, .img1r-c1, .img1r-c2, .img1l, .img1-c1, .img1l-c2 {
width:300px;
border:#11115e solid 1px;
}

.img1r, .img1r-c1, .img1r-c2 {
margin-left:15px;
}

.img1l, .img1l-c1, .img1l-c2 {
margin-right:15px;
}

.img1-c1, .img1r-c1, .img1l-c1, .img1-c2, .img1r-c2, .img1l-c2  {
background:#dedeff;
color:#11115e;
text-align:center;
font-size:100%;
font-style:italic;
font-family:inherit;
}

.img1, .img1r, .img1l {
height:140px
}

.img1-c1, .img1r-c1, .img1l-c1 {
height:160px;
}

.img1-c2, .img1r-c2, .img1l-c2 {
height:180px;
}

.img1-c1 a, .img1r-c1 a, .img1l-c1 a, .img1-c2 a, .img1r-c2 a, .img1l-c2 a {
color:#111155;
text-decoration:none;
}

.img1-c1 a:hover, .img1r-c1 a:hover, .img1l-c1 a:hover, .img1-c2 a:hover, .img1r-c2 a:hover, .img1l-c2 a:hover {
color:#11115e;
text-decoration:underline;
}

/********** img2 **********/

.img2, .img2r, .img2l, .img2-c1, .img2r-c1, .img2l-c1 {
background:none;
width:200px;
}

.img2r, .img2r-c1, .img2r-c2 {
float:right;
margin-left:25px;
}

.img2l, .img2l-c1, .img2l-c2 {
float:left;
margin-right:25px;
}

.img2-c1, .img2r-c1, .img2l-c1, .img2-c2, .img2r-c2, .img2l-c2  {
background:none;
color:#ddddff;
text-align:center;
font-size:100%;
font-style:italic;
font-family:inherit;
}

.img2, .img2r, .img2l {
height:132px;
}

.img2-c1, .img2r-c1, .img2l-c1 {
height:152px;
}

.img2-c2, .img2r-c2, .img2l-c2 {
height:172px;
}

.img2 a, img.img2r a, img2l a, .img2-c1 a, .img2r-c1 a, .img2l-c1 a, .img2-c2 a, .img2r-c2 a, .img2l-c2 a {
background:none;
border:none;
color:#ddddff;
text-decoration:none;
} 

.img2 a:hover, .img2r a:hover, img2l a:hover, .img2-c1 a:hover, .img2r-c1 a:hover, .img2l-c1 a:hover, .img2-c2 a:hover, .img2r-c2 a:hover, .img2l-c2 a:hover {
background:none;
border:none;
color:#ddddff;
text-decoration:underline;
}

.thumb, .thumbR, .thumbL {
width:50px;
height:50px;
}

.thumbR {
float:right;
margin-left:15px;
}

.thumbL {
float:left;
margin-right:15px;
}

/********************************************
 7 - LISTS
*********************************************/

ul.noindent {
margin:0px 0px 7px 15px;
padding:0px;
font-size:100%;
font-weight:bold;
text-align:left;
}

ul.noindent a {
color:#11115e;
}

ul.noindent a:hover {
color:#0000ff;
}

/********************************************
 8 - BUFFERS
*********************************************/


/********************************************
 9 - MISC
*********************************************/

/********** Contact Form **********/

.contactBG {
background-color:#1155A6;
color:#ffffff;
border:#222244 solid 1px;
padding:20px; 
}

.contactTitle {
font-size:110%;
font-weight:bold;
color:#ffffff;
}

.contactLabel {
font-weight:bold;
overflow:hidden;
float:left;
width:50px;
margin:0;
padding:0;
}

.contactMessage {
font-weight:bold;
overflow:hidden;
float:left;
width:200px;
margin:0;
padding:0;
}


.contactInput {
font-weight:bold;
overflow:hidden;
float:left;
width:260px;
margin:0 0 0 5px;
padding:0;
}



/********** anylink **********/

.anylinkcss {
position:absolute;
visibility: hidden;
border: solid #232e46 2px;
border-bottom-width: 0;
z-index: 100;
background-color: #2f3e5e;
width: 205px;
text-align:left;
}

.anylinkcss a {
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 15px;
height:40px;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #232e46;
color: #f9f9f9;
}

/**********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); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; font-size:125%;	}
#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; }

/********************************************
 10 - FOOTER
*********************************************/

#footer {
background:#9ba9dc;
text-align:center;
margin:0 auto;
padding:0;
height:105px;
border-top:#000066 solid 1px;
font-weight:normal;
}

#footerContainer {
width:1000px;
margin:0 auto;
padding:10px 0 5px 0;
}

#footer p {
margin:0 0 5px 0;
}

#footer a:link, #footer a:visited {
color:#222244;
text-decoration:none;
}

#footer a:hover {
color:#0000ff;
text-decoration:underline;
}