@charset "utf-8";
/* CSS Document */

/* 
	this is eagleCapTrain.css which contains text and other styles in addition to the those in
	SpryAssets/SpryMenuBarHorizontal.css and styles/oneColFixCtrHdr.css

*/
p {font-size:.9em;}

p a:link, div#listlinks a:link {
	text-decoration:none;
	color:#0033CC;
	font-weight:bold;
	}
p a:visited, div#listlinks a:visited {
	text-decoration:none;
	color:#0033CC;
	font-weight:bold;
}
p a:hover, div#listlinks a:hover {
	text-decoration:underline;
	color:gold;
}
p a:active, div#listlinks a:active {
	color:#FF0000; 
	font-weight:bold;
}

/* listlinks class is primarily for UL's inside main body +  is for "non-Javascript" main menu "index" links; so as to not interfere with nav menu, etc.*/
.listlinks a:link, .service a:link {
	text-decoration:none;
	color:#0033CC;
	font-weight:bold;
	}
.listlinks a:visited, .service a:visited {
	text-decoration:none;
	color:#0033CC;
	font-weight:bold;
}
.listlinks a:hover, .service a:hover {
	text-decoration:underline;
	color:gold;
}
.listlinks a:active, .service a:active {
	color:#FF0000; 
	font-weight:bold;
}


h1 {font-size:1.5em;font-style:italic;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}

.sidebar {
	font-size:.7em;
	background: #DEEFFF;
	padding: 3px;
	border: 1px black solid;
}

img {border:1px solid black;margin-right: -8px;} /* margin-right needed to avoid right-expanded border & background on FF */
.photo_floatRight {
	float:right;
	border:1px solid black;
	background:#DEEFFF;
	margin:0 0 5px 10px;
	

}

.photo_floatRight2 {
	float:right;
	/*border:1px solid black;*/
	/*background:#DEEFFF;*/
	margin:0px 0px 5px 10px;
	/*padding: -5px;*/
	

}

.photoCaption {
	font-size:.7em;
	text-align:center;
	padding:3px;
	
}
.photoCaption a:link {
	text-decoration:none;
	color:#0033CC; 
	font-weight:bold;
}
.photoCaption a:visited {
	text-decoration:none;
	color:#0033CC; 
	font-weight:bold;
}
.photoCaption a:hover {
	text-decoration:underline;
	color:gold;
}
.photoCaption a:active {
	text-decoration:none;
	color:#FF0000; 
	font-weight:bold;
}