/* 
 * CSS for Tincat Group, Inc. web site
 *
 * Date:	5/17/05
 * Updated:	12/20/05
 * Author:	Dawn Wolthuis
 *
 * Last update to split out style.css for use with many sites
 * and site.css for site-specific code and color overrides
 * 
 * Many resources were consulted.
 *
 * Several tips were taken from Lowery's "CSS Hacks & Filters", 2005, Wiley
 * css for dropdown menus was initially based on http://koivi.com/css-menus/ 
 *
 * You are encouraged to copy, clone, and adapt this for your own use
 * You need not but may include an acknowledgment to Tincat Group, Inc.
 */
body                    {
	color: black;
	font-size: 100.01%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #7cb3cc;
	background-image: url("../images/book-shelf.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 99% }
.long {
	background-image: url("../images/book-shelf.gif");
}
img {
    border: none;
}
small, sub, sup, address {
    font-size: .85em;
}
big {
    font-size: 1.15em;
}
address {
    margin: 2px 0;
    text-align: center;
    font-size: .6em;
}
blockquote  {  
	margin-top: 5px; 
	margin-bottom: 5px; 
	font-family: "Times, serif";
}
fieldset     {
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	width: 90%;
	border: dashed 8px #000080 }
legend    {
	color: #000080;
	font-weight: bold;
	background-color: #f8f8fc }
code, kbd, samp, tt {
    /* font-size: .9em; */
    font-family: Courier, monospace;
}
h1, h2, h3, h4, h5, h6, dl        {
	color: #7f5700;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px 0 0 }
dl {
    margin: 10px 0;
}
dt   {
	color: #333;
	font-weight: bold;
	background-color: #f8f8fc;
	margin: 10px 0 0 }
dd     {
	color: #333;
	font-size: 0.8em;
	background-color: #f8f8fc;
	margin: 0 0 20px 5% }
li {
	list-style-type: square; 
}
h1       {
	color: #7f5700;
	font-size: 4em;
	font-style: normal;
	font-weight: bold;
	font-stretch: semi-expanded;
	background-color: #f8f8fc }
h2 {
    font-size: 1.75em;
   	text-align: right;
}
h3 {
    font-size: 1.52em;
   	text-align: center;
}
h3     {
	color: #000080;
}
h4 {
    font-size: 1.33em;
    text-align: center;
}
h4     {
	/* color: #000080; */
	color: #7f5700
}
h5  {
	font-size: 1.15em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px; 
}
h6    {
	color: #7f755f;
	font-size: 1em;
	background-color: #f8f8fc;
	text-align: right; 
}
hr      {
	color: #7f5700;
	background-color: #f8f8fc;
	text-align: center;
	width: 60%;
	height: 5px }
ol  {  
	margin-left: 5%; 
}
cite  {
	font-style: normal; 
}
dfn, acronym, abbr   {
	font-style: normal;
	border-bottom: 1px dotted #000080 }
p   {
	color: #333;
	background-color: inherit;
	margin-top: 6px; 
}
pre  { 
}
.partners {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: solid 8px #7f5700 }
.partners td  {
/*	text-align: center; */
	padding: 10px;
	vertical-align: middle;
	border: solid 2px #7cb3cc }
.partners th  {
	background-color: #7cb3cc;
	font-size: 1.25em; 
	padding: 20px;
/*	text-align: center; */
}

/* Link Styles */
a:link   {
}
p a:link   {
}
a:visited    {
}
a:hover   {
}
a:active {
}
abbr {
	speak: spell-out;
}
acronym {
	speak: normal;
}
/* ids and classes */
#skip a    {
	color: #7f5700;
	font-size: 0.05em;
	background-color: #f8f8fc;
	background-image: inherit;
	background-position: 0 0 }
#skip p {
	margin: 0px 0px 0px 0px;
}
#page              {
	background: #f8f8fc;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	top: 60px;
	width: 70%;
	height: auto;
	min-width: 600px;
	max-width: 1200px;
	border-width: 0 }
#header                  {
	color: #f8f8fc;
	background: #f8f8fc;
	position: relative;
	height: 170px;
	border-bottom: 10px solid #7cb3cc }
#logo    {
	text-align: left;
	position: relative;
	top: 10px;
	left: 10px;
	width: 100%;
	vertical-align: bottom }
#menu        {
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8fc;
	margin: 0;
	padding: 2px 0;
	position: relative;
	z-index: 200;
	width: 100%;
	min-height: 30px }	
/* dropdown menus */
#dropmenu     {
	font-weight: bold; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 300; 
}
#dropmenu li              {
	color: #000080;
	background-color: #7cb3cc;
	list-style-type: none;
	float: left }
#dropmenu li li             {
	color: #000080;
	background-color: #f8f8fc }
#dropmenu ul         {
	font-weight: bold;
	list-style-type: none;
	display: none;
	margin-top: -1px;
	margin-left: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 250px;
	border-style: solid solid none;
	border-width: 1px 2px 0 7px;
	border-color: #fff #fff #f8f8fc;
	/* #7cb3cc */
}
#dropmenu li a             {
	color: #000080;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px;
	width: 120px;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #fff }
#dropmenu ul a        {
	color: #000080;
	padding: 3px }
#dropmenu ul li a {
	display: block;
	width: 242px;
}
#dropmenu a:hover, #dropmenu li:hover             {
	color: #000080;
	text-decoration: none;
	background-color: #7cb3cc }
#dropmenu ul li:hover, #dropmenu ul li a:hover           {
	color: #000080;
	background-color: #7cb3cc }
#dropmenu li>ul {
	top: auto;
	left: auto;
}
#dropmenu ul ul   {
	display: none;
	margin-top: -2px;
	margin-left: 114px;
	position: absolute;
}
#dropmenu ul li>ul, #dropmenu ul ul li>ul  {
	margin-top: -2px; 
}
#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul,
#dropmenu li:hover ul ul ul ul ul  {
	display: none; 
}
#dropmenu li:hover ul, 
#dropmenu ul li:hover ul,
#dropmenu ul ul li:hover ul,
#dropmenu ul ul ul li:hover ul,
#dropmenu ul ul ul ul li:hover ul {
	display: block;
}
#dropmenu li ul  {
	border: solid 0.25em #7cb3cc }
#dropmenu a.parentmenu  {
	background: url("../images/dropdown-triangle.gif") no-repeat right center; 
}
#postmenu      {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 0 }
/* css for classes */
li>ul {
	top: auto;
	left: auto;
}
.toppic   {
	float: left; 
}
.toppic2 {
	float: left;
	margin: 0 0 0 20px;
}
.rightjust  {
	text-align: right }
.left     {
	color: #333;
	font-size: 0.9em;
	background-color: #f8f8fc;
	padding-right: 10px;
	padding-left: 10px;
	width: 60%;
	float: left }
.left li   {
	color: #333;
	background-color: #f8f8fc;
	margin-top: 6px;
	text-indent: 1px; 
}
.left a  {
	text-decoration: underline; 
}
.right       {
	text-align: left;
	margin-right: 0;
	margin-left: 64%;
	padding: 0 8px 2px }
.right p {
	font-size: 0.8em; 
}
.right li, .right a {
	font-size: small;
}
.right p {
	text-align: center }
#content     {
	color: #000;
	background-color: #f8f8fc;
	text-align: left;
	text-indent: 1em;
	display: block;
	padding: 20px;
	border: 0;
	he\ight: 1%  }
dd li  {
	font-size: inherit; 
}
#mygoogle       {
	background-color: #f8f8fc;
	margin: 0; 
	/* padding: 2px 0; */
	/* width: 100%; */ 
	/* border-top: 2px #7cb3cc; */
	margin-right: auto;
	margin-left: auto;
	display: block; 
	position: relative;
}
#primarytext {
	/* margin: 10px; */
}
#pagename  {
	color: #333;
	font-variant: small-caps;
	background-color: #f8f8fc;
	text-align: left;
	margin: 10px 0 20px;
	font-size: 1.33em;}
#headline  {
	/* color: #7f5700 */ 
}
.datetime {
    font-variant: small-caps;
}
#sidecolumn            {
	color: #000080;
	background-image: url("../images/ltbluefade.gif");
	background-repeat: repeat-x;
	padding-top: 10px;
	border-width: 0;
}
#sidecolumn p     {
	text-align: left;
	color: #000000;
	padding: 0 10px 0 10px;
}

#sidecolumn ul   {
	text-align: left;
}
#sidecolumn li      {
	text-indent: 1pt;
	list-style-type: square;
	list-style-position: outside }
#sidecolumn img a {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.imageadj {
	width: 94%; 
	margin-right: auto;
	margin-left: auto;
}
.fieldset   {
	font-size: .7em;
}
.fieldset label {
	text-align: right;
	width: 70px;
	padding: 0.2em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0.3em; 
}
.fieldset .nobr {
	display: none; 
}  
.fieldset .textfield {
	margin: 3px;
	height: 20px;
	width: 200px; 
}
.fieldset .textarea {
	margin: 3px;
	height: 165px;
	width: 200px; 
}
#footer               {
	color: #333;
	font-size: 0.85em;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #f8f8fc;
	text-align: center;
	text-indent: 0;
	display: block;
	position: relative;
	height: 48px;
	border-width: 2px 0 0;
	border-color: #7cb3cc #4c4b4b #4c4b4b }
#footer p  { 
	text-align: center; 
	position: absolute;
	left: 10%; 
	width: 80%; 
	border: 0;
}
.example    {
	padding: 3px 3px 3px 10px; 
	border: dotted 1px #933; 
}
.columnpicture   {
	text-align: center;
	padding: 10px }
.noscript  {
	font-size: small;
	text-align: center;
	margin-right: 25%;
	margin-left: 25%;
	border: 2px; 
}
.horizontal-google {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.insetpic  {
	text-align: center;
	margin: 10px 10px 10px 15px;
	padding: 0;
	float: right; 
}
.inlinepic {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
blockquote.pullquote  {
	color: #933;
	font: 20px / 24px georgia, palatino, serif;
	text-align: center;
	margin: 10px 0 10px 15px;
	padding: 0;
	width: 150px;
	float: right; 
}
.showoff    {
	padding: 10px;
	border: ridge 4px #000080 }
.showoff blockquote  {
	font-size: 1.1em }
.complexsection:after {
	content: ".";
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	display: block;
}
.datatable  {
	background-color: #f8f8fc;
	text-align: center;
	margin: 0 auto;
	border: 0 }	 
thead      {
	color: #f8f8fc;
	font-weight: bold;
	background-color: #000080 }
.datatable td {
	vertical-align: top;
	margin: 0px;
	padding: 1em;
}
.cellright {
	text-align: right;
}
.cellcenter {
	text-align: center;
}
.cellleft {
	text-align: left;
}
.clo     {
	color: #f8f8fc;
	background-color: #000080 }
.cle    {
	color: #333;
	background-color: #f8f8fc }
/*
.opacity {
	opacity: .5;
	filter: alpha(opacity=50);
}
*/
* html .hollyhacked {
	height: 1%;
}