body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 11px verdana, arial, myriad web, syntax, sans-serif;
	color : white;
}
body
{
	background-color: white;
	margin: 0px;
}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:760px;
	height:100%;
	background-color:white;
}
TABLE#main TD#headerPane
{
	background-color: WHITE;
	width:760px;
	height:233px;
	text-align:right;
	padding-top:10px;
	padding-left:10px;
	color:gray;
	font-size:18px;
	background: url(/webimgs/homeHeader.gif) no-repeat;

}

TABLE#main TD#tagLinePane
{
	display:none;
}


TABLE#main TD#leftPane
{
	width:160px;
	background-color: #69A1D0;
	height:100%;
	background: url(/webimgs/leftNav.jpg) repeat-y;
}

TABLE#main TD#noLeftPane
{
	display:none;
}

TABLE#main TD#leftPane div.menuContainer {
	position:relative;
	top : -20px;
	width:160px;
}

TABLE#main TD#noLeftPane div.menuContainer {
	position:relative;
	top : -20px;
	width:160px;
	display:none;
}

TABLE#main TD#centerPane
{
	width: 760px;
	height:100%; 
	background-color:#6BA4D1;
}

TABLE#main TD#centerPaneWithOnePane
{
	width:600px;
	height:100%; 
	background-color:#6BA4D1;
}

TABLE#main TD#centerPaneWithTwoPane
{
	width:411px;
	height:100%; 
	background-color:#6BA4D1;
}

TABLE#main TD#rightPane{
	width:178px;	
	height:100%;
	background: url(/webimgs/rightNav.jpg) repeat-y;
}

TABLE#main TD#noRightPane{
	display:none;
}


TABLE#main TD#tagLinePane2
{
	width:760px;
	height:30px;
	background: url(/webimgs/tagLine2.jpg) no-repeat;
}

TABLE#main TD#noTagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	width:760px;
	height:70px;
	background: url(/webimgs/footer.jpg) no-repeat;
	color:navy;

}

/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}

.content
{
    FONT-SIZE: 11px;
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
	margin: 10px;
    FONT-SIZE: 10px;
    COLOR: #0000ff;
	 line-height:15px;
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
	position: relative;
	top: -60px;
	margin-left:10px;
	margin-right:10px;
}
#divContent img, #divContent table, #divContent div {
	position: relative;
}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
	color : white;
	font-family : Georgia, Verdana, Tahoma;
	font-size : 22px;
	font-style: italic;
	position : relative;
	left:-140px;
	top: -10px;
}

.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    /* Image Gallery */

/* Gallery View */
	#galleryContainer {
		width:99%;
	}
	
	#galleryContainer .listGallery {
		width:49%;
		float:left;
	}

	
	#galleryContainer .listGallery .imgLink {
		height:75px;
		float: left;
	}
	
	#galleryContainer .listGallery .imgLink img {
		border:0px;
		margin-right:5px;
	}
	
	#galleryContainer .listGallery .imgLink span {
		margin-top:5px;
	}
	
	#galleryContainer .listGallery .galleryImgCount {
		margin-left:5px;
	}
	
	#galleryContainer .listGallery .gallerySummary {
		width:100%;
		margin-top:5px;
	}
/* Gallery View */

/* Image View */
	#imageContainer {
		float:left;
		width:240px;
		height:400px;
	}
	
	#imageContainer .listImage {
		width:115px;
		height:75px;
		text-align:center;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
		overflow:hidden;
	}
	#imageContainer .listImage:hover {
		background-color: transparent;
	}
	
	#imageContainer .listImage span {
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}
	
	#imageContainer .listImage img {
		
	}
	
	#imageContainer .listImage span img {
		
	}
	
	/*#imageContainer .listImage:hover span {
		visibility: visible;
		top: 290px;
		left: 610px; 
		z-index: 50;*/
	}
	
	#imageDetail {
		width:580px;
		text-align:center;
	}
	
	#imageDetail img {
		width:550px;
	}
	
	#imageDetail span {
		width:100%;
		margin:5px 0px 5px 0px;
		display:block;
	}
	
	
/* End Image View */
