/* 
  -------------------------------------
  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: 22px;
	margin-left: 20px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 22px;
	line-height: 28px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 24px;
}
.icon-email {
	background-image: url(../images/social-icons/email_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-external {
	background-image: url(../images/icons/external.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 24px;
}
.icon-flickr {
	background-image: url(../images/social-icons/facebook_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-facebook {
	background-image: url(../images/social-icons/facebook_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-linkedin {
	background-image: url(../images/social-icons/linkedin_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-youtube {
	background-image: url(../images/social-icons/youtube_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 22px;
}.indent {
	padding-left: 20px;

}
hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #646464;
	height: 1px;
	background-color: #646464;
} 
.imagespace	{
	margin: 8px;
}
.imagespaceRight	{
	margin-right: 6px;
}
.imagespaceBottom {
	margin-bottom: 6px;
}
.imagespaceTopBottom {
	margin-top: 6px;
	margin-bottom: 6px;
}

.imageborder	{
	padding: 4px;
	border: solid 1px #999;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.tableText {
	font: 11px/1.1 Tahoma, Geneva, sans-serif;
	color: #975022;
	padding-left: 6px;
	padding-right: 6px;
}

.borderText {
	padding: 8px;
	text-decoration: none;
	font-size: 13px;
	border: 1px dashed #F26722;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.smallText {
	font-size: 11px;
}
.picture { 
background-color: #fff; 
padding: 3px; 
font: 11px/1.4em Arial, sans-serif; }
 
.picture img {
	vertical-align:middle;
	margin-bottom: 0px;
}
.portfolio {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.first {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #646464;
	line-height: 12px;
	border: 2px solid #646464;
	margin: 10px 10px 20px;
	padding: 6px;
}
.second {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #646464;
	line-height: 12px;
	border: 2px solid #646464;
	margin: 10px 10px 20px;
	padding: 6px;
}
.third {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #646464;
	line-height: 12px;
	border: 2px solid #646464;
	margin: 10px 10px 20px;
	padding: 6px;
}
.fourth {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #646464;
	line-height: 12px;
	border: 2px solid #646464;
	margin: 10px 10px 20px;
	padding: 6px;
}
.left {
	float:left;
	text-align: center;
	margin: 0em 1em 0.5em 0.8em;
} 
.right {
	float:right;
	text-align: center;
	margin: 0em 0pt 0.5em 1em;
} 

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }


.bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.italics	{
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}
.bolditalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
}
