@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.topBar {
	background-color: 666699;
	height: 15px;
}
.headerDropShadow {
	position: absolute;
}
.headerShadow {
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
}
.oneColFixCtrHdr #header {
	height: 96px;
	background-image: url(../images/headerLine.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.taglineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 92px;
	display: inline;
}
.smiTagline {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
}
.taglineRow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
.taglineText ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 200px;
	position: relative;
	display: inline;
}
.taglineText il {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 200px;
	position: relative;
	display: inline;
}
.smiTextLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-align: center;
	letter-spacing: 0.20em;
}
.tableFont {
	font-size: 12px;
}
.smiLogoHeader {
	float: left;
}
.portfolioTagline {
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#portfolioTagline  ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 80px;
}
#portfolioTagline  ul  li {
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.portfolioLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 150px;
	margin-left: 280px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing: .1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolioLink a:link {
	text-decoration: none;
	color: #666699;
}
.portfolioLink a:visited {
	text-decoration: none;
	color: #666699;
}
.portfolioLink a:hover {
	text-decoration: none;
	color: #666699;
	font-weight: bold;
}
.portfolioLink a:active {
	text-decoration: none;
	color: #666699;
}
.ImageBoxRow {
	height: 130px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.ImageBox {
	height: 120px;
	width: 150px;
	float: left;
	margin: 3px;
}
.ImageBox a:link {
	height: 100px;
	width: 130px;
	border: 10px solid #CCCCCC;
	float: left;
}
.ImageBox a:hover {
	height: 100px;
	width: 130px;
	float: left;
	border: 10px solid #666699;
}
.ImageBox a:visited {
	height: 100px;
	width: 130px;
	border: 10px solid #CCCCCC;
	float: left;
}
.ImageBox a:active {
	height: 100px;
	width: 130px;
	border: 10px solid #CCCCCC;
	float: left;
}
.audioPlayer {
	width: 361px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
	border: thin solid #CCCCCC;
}
.audioPlayerBoxRow {
	height: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
