	.largeThumb {
		display:inline-block;
		width:380px;
		border:10px SOLID #fff;
		margin:5px;
		/*background-color:#003366;*/
	}
		.largeHeader {
			height:20px;
			background:url(../images/largeHeaderBG.gif) no-repeat top;
		}
		.largeImg {
			background:#69c;
		}
		
		.largeImg img {
			width:100%;	
		}
		.largeDesc {
			padding:10px;
			background-color:#036;
			color:#fff;
			font-size:11px;
		}
			.largeDesc h2,
			.largeDesc p {
				margin:0px;
				padding:0 0 10px;
			}
			
			.largeDesc h2 {
				text-transform:uppercase;	
			}
			.largeDesc a, .smallDesc a {
				color:#9cf;
			}
			.largeDesc a:hover, .smallDesc a:hover {
				color:#69c;
			}
			
		.largeLink {
			text-align:center;
		}
			
	.smallThumb {
		float:left;
		width:186px;
		height:100px;
		/*background-color:#003366;*/
	}
		.smallHeader {
			height:20px;
			background-color:#036;
			background:url(../images/smallHeaderBG.gif) no-repeat top;
		}
		.smallImg {
			height:106px;
			background-color:#69c;
			border-top:1px SOLID #fff;
			border-bottom:1px SOLID #fff;
		}
		.smallDesc {
			padding:10px;
			background-color:#036;
			border-bottom:1px SOLID #fff;		
			color:#fff;
			font-size:11px;
		}
			.smallDesc p {
				margin:0px;
				padding:0px;
			}
		.smallLink {
			height:30px;
			padding:5px 0;
			text-align:center;
			background:url(../images/smallLinkBG.gif) no-repeat bottom;
		}

a.buttonTextLink {
	padding:10px;
	background:#c00;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	display:block;
}
a.buttonTextLink:hover {
	color:#fcc;
}

@media only screen and (max-width: 400px) {
	.largeThumb {
		width:auto;
	}
}