/* Terry Doll CSS */

/* Body Styles */
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	}

/* Table Styles */
table { font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		color:#000000;
		}

/* Titles */
span.title	{ 	font-family:Arial,Helvetica,sans-serif;
				font-size:16px;
				font-weight:bold;
				color:#000000;
				}
				
.title	{ 	font-family:Arial,Helvetica,sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#28547E;
			}

.title2	{ 	font-family:Arial,Helvetica,sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#FD7900;
			}
			
.title3	{ 	font-family:Arial,Helvetica,sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#FD7900;
			}
			
.title4	{ 	font-family:Arial,Helvetica,sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#28547E;
			}
			
.smallCopy	{ 	font-family:Arial,Helvetica,sans-serif;
				font-size:10px;
				font-weight:bold;
				color:#28547E;
				}

/* Quotes Italic */
span.quote	{ font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-style:italic;
		color:#000000;
		}

/* Quotes Bold Author */
span.author	{ font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		color:black
		}

/* Link Properties */
a:link {font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#28547E;
		}

a:visited { font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			color:#666;
			}

a:hover { 	font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			color:#FD7900;
			}
				
/* Footer Link*/

a.footer:link {
				font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				font-weight:bold;
				color:#28547E;
				}

a.footer:visited { 
				font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: none;
				color:#CCCCCC;
				}

a.footer:hover { 
				font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: underline;
				color:#FD7900;
				}

/* Copyright Orange */
.ocopyright	{ font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:bold;
		color:orange
		}

/* Copyright White */
.wcopyright	{	font-family:Arial,Helvetica,sans-serif;
				font-size:10px;
				font-weight:bold;
				color:white
			}

/* Column Color */
.tdCol {
	background-color:#CCCCCC;
}

/* Scroll Bar Style */

BODY { 	SCROLLBAR-FACE-COLOR: #144273;
		SCROLLBAR-HIGHLIGHT-COLOR: gray;
		SCROLLBAR-SHADOW-COLOR: black;
		SCROLLBAR-3DLIGHT-COLOR: gray;
		SCROLLBAR-ARROW-COLOR: black;
		SCROLLBAR-TRACK-COLOR: #7391AD;
		SCROLLBAR-DARKSHADOW-COLOR: gray;
	}
.contentTest {	font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				font-style: normal;
				line-height: normal;
				font-weight: normal;
				font-variant: normal;
				color: #333333;
			}
.border {
	border: 1px dashed #FF9900;

}
.underlineTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	text-transform: uppercase;
	line-height: normal;
}
.background {
	background-attachment: fixed;
	background-image: url(http://www.cpacimaging.com/images/bg_tp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.solidBorder {
	border: 1px solid #FF9900;
}

input.radio {color: #666666;}

input.check {color: #CCCCCC;}

input {
	background-color: #FF9900;
	color: #000000;
}

select {
	background-color: #FF9900;
}

textarea {
	background-color: #FF9900;
	color: #000000;
}

.galleryBorder {
	border: medium solid #000000;

}
.galleryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px dotted #FFCC00;
	line-height: 10px;
	font-style: normal;
}

td.columnLeft{ 
background-image: url("http://www.tadstudios.com/portfolio/images/columnLeft.jpg"); 
background-repeat: repeat-y;
}

td.columnRight{ 
background-image: url("http://www.tadstudios.com/portfolio/images/columnRight.jpg"); 
background-repeat: repeat-y;
}

.missionStatementSpacing {
	line-height: 30px;
	text-transform: none;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	text-decoration: none;
	page-break-after: left;
	filter: Invert;
	cursor: crosshair;
}

.currentProjects
{
	margin: 0;
	background-color: white;
	border-left: white dotted 2;
	border-right: white dotted 2;
	border-top: white dotted 2;
	border-bottom: white dotted 2;
 }