@charset "utf-8";
/* CSS Document */

body { 
		background-color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px;
		color:# 333;
}

a { 
	color:#003e7e;
}

a:hover {
	color:#666;
	text-align: left;
}

a.footer { 
	font-size: 10px;
	text-decoration:none;
	color:#666;
}

a.footer:hover { 
	font-size: 10px;
	text-decoration:none;
	color:#003e7e;
}

.maincontent {
	padding: 15px;
	text-align: left;
}

.sidebar {
	padding: 15px;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}

h2.defense {
	color:#758023;
	font-size:11px;
}

h2.asset {
	color:#295581;
	font-size:11px;
}

.scrolltext {
	text-decoration: none;
	color:#666;
}

a.scrolltext:hover {
	color:#003e7e;
}

.scrolldiv {
	padding-bottom:25px;
}

/* Nav Styles */
.mainnav {
	text-transform:uppercase;
}

/* Homepage Styles */
.homeboxes {
	border: 1px solid #c4c4c4;

}

.homeboxes-content {
	border-spacing: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.homeboxes-header {
	
}

.homeboxes-img {
	border-bottom: 1px solid #c4c4c4;
}

.title {
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left: 10px;
	color:#333;
}

a.titlelink {
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

a.titlelink:hover {
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}

a.homeboxes-links {
	font-size: 11px;
	text-decoration:none;
	color:#666;
}

a.homeboxes-links:hover {
	font-size: 11px;
	text-decoration:none;
	color:#003e7e;
}

/*  */
/* Rollover images */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}
