/* @override 
	http://local.greatink.com/GreatInkStyles.css */

@charset "utf-8";
.text {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: justify;
	padding: 15px;
	margin: 0px;
}
.textList {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: left;
	padding: 15px;
	margin: 0px;
	list-style-image: url(images/__bullet.gif);
}
.textsmall {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-align: justify;
	padding: 10px;
	margin: 0px;
}
.textsmall2 {
	color: #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	text-align: justify;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
}
.textsmall3 {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	letter-spacing: .5px;
	padding-right: 10px;
	padding-left: 10px;
}
.activenav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: .5px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #FF980F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.active {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
a.more {
  padding-left: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}
body {
	background-image: url(images/__bg.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
	word-spacing: 0pt;
	display: block;
	width: 850px;
	margin: 0px;
	text-align: center;
	white-space: normal;
	background-position: 15px;
}

#hide {
display:none;
}

/* image switcher */
ul.rotator {
	position:relative;
	height:305px;
	width: 305px;
	margin: 25px 0;
	border:1px solid #ccc;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #AAA;
}
ul.rotator li {
	float:left;
	position:absolute;
	list-style: none;
	padding:4px;
	margin:0;
	left: 0;
	top: 0;
	display: none;
}
ul.rotator li img {
float: left;
	padding: 0;
	border: none;
	background: #FFF;
}
ul.rotator li.active {
	z-index:500;
}


/* newsroom filter drop-downs */

/* category filter dropdown */

.filters {
  float: right;
  margin-top: 10px;
  width: 400px;
}

.filters form {
  float: right;
  margin-left: 10px;
}
.sbHolder {
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  position: relative;
  width: 160px;
  margin-bottom: 10px;
}

#client_filter .sbHolder {
  width: 180px;
}
#month_filter .sbHolder {
  width: 130px;
}

.sbSelector {
  display: block;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 130px;
  text-align: left;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #f70;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(/images/select-icons.png) 0 -119px no-repeat;
  display: block;
  height: 25px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbToggle:hover {  background: url(/images/select-icons.png) 0 -170px no-repeat }

.sbToggleOpen {  background: url(/images/select-icons.png) 0 -20px no-repeat }

.sbToggleOpen:hover {  background: url(/images/select-icons.png) 0 -70px no-repeat }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder { }

.sbHolderDisabled .sbToggle { }

.sbOptions {
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 160px;
  z-index: 1;
  overflow-y: auto;
  text-align: left;
  font-size: 11px;
}

#client_filter .sbOptions {
  width: 180px;
}
#month_filter .sbOptions {
  width: 130px;
}

.sbOptions li {  padding: 0 7px }

.sbOptions a {
  border-bottom: dotted 1px #ccc;
  display: block;
  outline: none;
  padding: 6px 0 6px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
  color: #f70;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a.dimmed:hover {  color: #555; }

.sbOptions li.last a {  border-bottom: none }

.sbOptions a.dimmed {
  color: #888;
}
