/* 
  -------------------------------------
  Stylesheets by TechTriad, Inc.
  www.techtriad.com
  Misc styles and classes
  -------------------------------------
*/

.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 22px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 22px;
}
.icon-image {
	background-image: url(../images/icons/icon_image.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 22px;
}
.icon-web {
	background-image: url(../images/icons/icon_web.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 22px;
}
.icon-video {
	background-image: url(../images/icons/icon_video2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 24px;
}
.icon-magnify {
	background-image: url(../images/icons/icon_magglass.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	margin-left: 24px;
	line-height: 24px;
}
.icon-info {
	background-image: url(../images/icons/icon_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	margin-left: 24px;
	line-height: 22px;
}

.icon-check	{
	background-image: url(../images/icons/arrow_right.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-left: 20px;
}
.icon-email {
	background-image: url(../images/icons/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-left: 10px;
}
.indent {
	padding-left: 20px;
}
.indentTight	{
	padding-left: 20px;
	line-height:1.1;
}
.doubleIndent	{
	padding-left: 20px;
	padding-right: 30px;

}
hr	{
	border: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	color: #367A9D;
	height: 2px;
	background-color: #367A9D;
} 
.imagespace	{
	margin: 8px;
}
.imagespaceRight	{
	margin-right: 10px;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.smalltext	{
	font-size: 11px;
}
.largetext	{
	font-size: 16px;
}
.envelope {
	background-image: url(../contact/images/envelope_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 640px;
	height: 400px;
}

fieldset {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
legend {
	font-size: 11px;
	color: #327699;
}


.width100	{
	width: 100px;
}
.width25	{
	width: 25px;
}
.width50	{
	width: 50px;
}
.width75	{
	width: 75px;
}
.width150	{
	width: 150px;
}
.width250	{
	width: 250px;
}
.width350	{
	width: 350px;
}
.bluetext {
	color: #307497;
}
.redtext	{
	color:#F00;
}
