/* Global Styles */

body {
	margin:0px;
	padding:0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #464646;
	line-height: 1.5em;
	
	}
	
.TipCls {

	padding: 6px;
}
	
/* List and Link states*/

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
	
}


ol{
	list-style-type: disc;
	padding-left: 0;
	margin-left: 20px;
	line-height:2em;
}


a.copylink{
	color:#FFFFFF;
	text-decoration:underline;	
	display: inline;
}

a.copylink:hover{
	color:#000000;
	text-decoration:underline;	
}	
	


#pageTitle {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
	float:left;
	margin-right: 30px;
	padding-top:0px;
	padding-left: 0px;
	color: #FFFFFF;

}

.titleDivider{
	margin-left: 50px;
}




.tabs {
	list-style: none;
	display: inline;
	padding-right: 10px;
	float:left;
	text-align:center;
	width: 140px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	height: 15px;
}


.tabs a{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:-14px;
}

.tabs a:link{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;	
}

.tabs a:hover{
	color:#FFF;
	font-weight: bold;
	text-decoration:none;	
}


.tabsCurrent{
	background-color:#990000;
	height: 21px;
}

.pageTitle {
	text-align: left; !important
}

.longTitle {
	width: 195px; !important
	display: block;
}
	

/* tertiary page links */
#tertiaryNavHolder{
	float: left;
	width:635px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: solid 1px #000;
	height: 35px;
	/*background-image:url(../images/sub_menu_bg.gif);
	background-repeat:no-repeat;
	visibility:visible;
	background-color:#999999;*/
	padding-bottom: 0px;
}
	

	
/* Common Position Divs */

#content-holder {
position: absolute;
/*background-color:#e42626;*/
background-image:url(../images/bg-strip.gif);
background-repeat:repeat-y;
width:850px;
margin-left: -425px;
left:50%;
padding-bottom: 0px;
}

#menuHolder{	 
	width:215px;
	float:left;
	padding-right: 0px;
	position: relative;
	/*border-right: solid 3px #000000;*/
	min-height:615px;
	max-height:100%;
}

#header{
	width: 850px;
	border-top: solid 20px #e42626;
	border-bottom: solid 3px #000;
	}
	
#updateContentHolder{
	position:relative;
	width: 635px;
	float:left;
	margin-top: 0px;
}

/* Position and layering divs for page Type1 - 3 thumbs with mouseOver and mouseOut states  */

#pageHolder{
	width:635px; 
	/*position: absolute;
	z-index:1;*/
	float: left;
	min-height: 615px;
	max-height: 100%;
}


#thumbHolder{
	width:635px; 
	height: 100%; 
	position: absolute;
	z-index:0;
	background-color:#FFFFFF;
}


#textHolder{
	width:330px;
	float:right;
	padding: 0px 20px 0px 0px;
	color: #FFF;
	margin-top: 5px;
	height: 300px;
}


#textOnlyHolder{
	width:595px;
	float:left;
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
	margin-top: 5px;
}


.thumb{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
	width:80px;
	float:left;
	margin-top: 20px;
}

.firstThumb {
	border-left:solid 1px #000;
}



.thumbRow{
	margin-left: 20px; 
	width:655px; 
	float:left;
}

.firstRow{
	margin-top: 20px !important;
}

.noMarginLeft{
	margin-left: 0px; !important
}

.noMarginRight{
	margin-right: 0px; !important;
}

.tools{
	width: 620px; 
	height:175px;

}

.toolsMargins{
	margin-left: 20px; 
	margin-top: 0px;
}

.picHolder{
	width: 245px;
	float:left;
	margin-left: 20px;
	margin-top: 0px;
}

.bigPicHolder{
	width: 245px;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	
}


.big1{
	position:absolute;
	z-index: 3;
	border:solid 1px #000;
}


.big2{
	position:absolute;
	z-index: 2;
	visibility:hidden;
	border:solid 1px #000;
}


.big3{
	position:absolute;
	z-index: 1;
	visibility:hidden;
	border:solid 1px #000;
}



.whiteThumbBg  {
	width: 110px; 
	height: 110px;
	border:0px;
	margin-right: 35px;
	float:left;
	margin-top: 15px;
	background-color:#FFF;
	border:solid 1px #000;
		}



.transOFF {
	width: 110px; 
	height: 110px; 
	border:0px; 
	margin-right: 35px;
	float:left;
	margin-top: 15px;
	z-index:1;
	border:solid 1px #000;
	}
	
.transON  {
	width: 110px; 
	height: 110px;
	opacity:.50; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	border:0px;
	margin-right: 35px;
	float:left;
	margin-top: 15px;
	z-index:1;
	border:solid 1px #000;
		}
		
.noMarginRight{
	margin-right: 0px; !important;

}


.textLink{
	float:left; 
	width: 112px; 
	margin-right:35px; 
	text-align:center;
	color:#FFFFFF;
	margin-top:3px;
}



/* sub section Links */

.subSectionLink {
  color:#FFF;
  width: 230px;
  height:22px;
  text-align: left;
  text-indent: 35px; 
}

.subSectionLink a {
	text-decoration: none;
	width: 229px;
	height:22px;
	display: block;	

}

.subSectionLink a:link {
	color:#FFF;
	text-decoration:none;
	
}

.subSectionLink a:visited {
  color:#FFF;
  text-decoration:none;
}

.subSectionLink a:hover {
	color: #FFF;
	background-color:#900b0b;
	text-decoration:none;
}

.firstSub {
	/*background-color:#900b0b;*/
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	padding-top: 10px;
	
}

/*.subSectionLink a:active {
	background-color:#900b0b;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}*/

/*
.subSectionLink a:focus {
	background-color:#900b0b;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}*/

