/* when viewing individual templtes we must reset them */
.reset {
	text-align: left;
}
/* section content types templates */ /*section */
.section img {
	float: left;
	margin: 0 5px 5px 0;
}
/* sectionintro */
.sectionintro {
	width: 330px;
}
.sectionintro div {
	float: left;
	margin-top: 38px;
}
.sectionintro img {
	float: right
}
/* contactdesc */
.contactthin {
	width: 175px;
	margin: 5px;
	float: left;
}
.contactthin img {
	display: block;
}
/* contactfull */
.contactfull {
	margin: 10px;
}
.contactfull img {
	float: left;
	border: 1px solid #444;
	margin: 0 5px 5px 0;
}
/* contactjob */
.contactjob {
	width: 175px;
	float: left;
}
.contactjob img {
	margin: 0 5px 5px 0;
}
/* contactintro */
.contactintro {
	padding: 5px 0;
}
.contactintrosub {
	float: left;
	margin-right: 10px;
}
.contactintrosub img {
	border: 0;
	float: left;
	padding-right: 10px;
}
/* SCT Index */
div.sctindex{
padding-left:5px;
}
/* SCT Team Intro - used on the Division page for each SCT team */
.sctteamintro div.sub {
	width: 55%;
	float: left;
}
/*	container */
.container {
	text-align: center;
/*	clear: both;*/
}
.container div {
	text-align: left;
}
/* columns */
.columntwo {
	float: left;
}
/* boxes */ /* blue */
.boxblue {
	background-image: url(../images/backgrounds/boxblue.png);
	background-repeat: no-repeat;
	background-color: #00457b;
	border: 1px solid #6996c4;
	line-height: 1.3em;
	padding: 5px;
	padding-top: 17px;
	color: white;
	margin: 10px 20px 30px 20px;
}
.boxblue a {
	color: white;
}
.container img {
	margin: 0 10px 1px 0;
	border: 1px solid #333333;
}
/* boxes */ /* home */
table.boxhomecontainer td {
	width: 320px;
}
.boxhome {
	float: left;
	width: 325px;
	margin: 0 5px 10px 5px;
	line-height: 16px;
	margin-bottom: 10px;
}
.boxhome img {
	border: 1px solid #444;
	margin: 0 3px 3px 0;
}
.boxhome h4 {
	border-bottom: 1px solid #666;
	font-size: 1.12em;
	color: #444;
}
/* forms */
.table div {
	clear: both;
	margin-bottom: 10px;
}
.table div label {
	display: block;
	float: left;
	width: 220px;
	text-align: right;
	font-weight: bold;
}
.table div input,.table div textarea {
	margin-left: 10px;
}
.table img {
	border: 0;
}
/* callout urgent (used first on homepage) */
.callouturgent {
	margin: 5px 20px;
}
/* mailing forms */
.ajax-loading {
	color: #aaaaaa;
	padding: 20px 0;
	background: url(/internetresources/images/icons/spinner.gif) no-repeat
		center;
}
#mailform {
	border: 1px solid #aaaaaa;
	margin: 20px;
	padding: 0 20px 20px 20px;
	color: #444;
}