/***** BODY tag *****/


body { 
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background: white none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}


.main, .template {
	background: black none;
	color: white;
}


.print {
	margin: 25px 20px;

}




/***** P tag *****/

.indent {
	margin-left: 25px;
	margin-right: 10px;
}



.center {
	text-align: center;
}






/***** Block elements *****/


blockquote {
	font-size: 11px;
	font-style: italic;
	color: red;
	background: white;
}



blockquote H4 {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: red;
	background: white;
}



blockquote.author {
	margin-left: 35%;
	font-style: normal;
}


blockquote.comment {
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: blue;
	background: white;
}

blockquote.ccomment {
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: blue;
	background: white;
}

blockquote.archive {
	font-size: 12px;
	font-style: normal;
	color: black;
	background: white;
	
}


/***** TEXT *****/


.title {
	text-align: center;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: red;
	background: white;
}
/* USE WITH <H4> TAG, NOT <FONT> */	



h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background: white;
}



h1 {
	font-family: Verdana, Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
}



h2, h3 {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
}




h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
}



h1 {
	font-size: 28px;
}
  /*  for larger size, use 34px  */


h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}


h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}




.big {
	font-size: 14px;
}




.small {
	font-family:  Verdana, Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 10px;
}



.note {
	font-family:  Verdana, Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #999999;
}




.emphb {
	font-weight: bold;
}


.emphi {
	font-style: italic;
}


.emphu {
	text-decoration: underline;
}




.footer, .T5footer {
	font-family: Verdana, Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 10px;
}



.hilite1 {
	color: red;
	background: white;
}


.hilite2 {
	color: blue;
	background: white;
}


.hilite3 {
	color: #ffcc33;
	background: white;
}

.darklink {
	color: #cc0033;
	background: white;
}





/***** LINKS *****/



.main a:link {
	background: none;  /*  REQUIRED FOR CORRECT DISPLAY OF HOMEPAGE LINK PICS  */
}


.mainlink {
	font-weight: bold;
}
  /* see <p> classes for centered bold link */



a:link {
	text-decoration: underline;
	color: red;
	background: white;
}


a:visited {
	text-decoration: underline;
	color: red;
	background: white;
}


a:hover	{
	text-decoration: underline;
	color: #ffc125;
	background: white;
}




a.sitenav, a.sitenav:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	background: white;
}
  /* (e.g. 'Back to Previous Page', etc.)  */


a.sitenav:hover {
	color: red;
	text-decoration: none;
}


a.sitenav2, a.sitenav2:visited {
	color: blue;
	text-decoration: none;
	background: white;
}
  /* (e.g. paragraph '[ Back ]' links)  */


a.sitenav2:hover {
	color: red;
	text-decoration: none;
}


a.toplink, a.toplink:visited, a.toplink:hover {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	background: white;
}
  /* (e.g. 'Back to Top', etc.)  */


.footer a:link, .T5footer a:link {
	text-decoration: none;
	color: red;
	background: white;
	font-weight: normal;
}


.footer a:visited, .T5footer a:visited {
	text-decoration: none;
	color: red;
	background: white;
	font-weight: normal;
}


.footer a:hover, .T5footer a:hover {
	text-decoration: none;
	color: blue;
	background: white;
	font-weight: normal;
}



.biz a:link, .biz a:visited {
	text-decoration: underline;
	color: #ffcc33;
	background: white;
	font-weight: normal;
}
  /* biz op footer link */


.biz a:hover {
	text-decoration: underline;
	color: #6666ff;
	background: white;
	font-weight: normal;
}


.menulink a:link, .menulink a:visited {
	text-decoration: underline;
	color: #ffcc33;
	background: transparent;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
}
  /* T2 left menu link */


.menulink a:hover {
	text-decoration: underline;
	color: #000099;
	background: transparent;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
}


a.imglink
{
	background-color: transparent;
	border: 0;
}



/*********************/
/***** TEMPLATES *****/
/*********************/


/*****  T1 & 2  *****/

/*  (see .template above for <body> class)  */


.maintable {
	width: 768px;
	border: 0px;
	background: white url(/images/templates/main/menubckgrd.gif) repeat-y;
	color: black;
}


.tdcontent {
	width: 590px;
}


.content {
	border: 0px;
	width: 500px;
	text-align: justify;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 50px;
	margin-bottom: 15px;
}
  /* WIDTH + LEFT & RIGHT MARGIN MUST = .tdcontent WIDTH */ 




.footer {
	border: 0px;
	text-align: center;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
  /* IF SPECIFYING WIDTH, WIDTH + LEFT & RIGHT MARGIN MUST BE <= .tdcontent (& td3n4content) WIDTH */ 





/*****  T3 & 4  *****/

/*  <body> class  */


.T3 {
	background: #cc0033 url(/images/misc/logotile-sm.gif) repeat fixed;
	color: black;
}


/*  tables  */

.T3n4table {
	float: right;
	border: 0px;
	background: white;
	color: black;
	width: 614px;
}   /*  NOTE THIS DOES NOT APPLY TO ARCHIVE TEMPLATES -- see archive-small.css .Tarchtable class  */
    /*  NOTE THIS DOES NOT APPLY TO TEMPLATES W/TOOLTIPS -- see .Ttooltiptable class below */
    /*  HOWEVER, ALL CHANGES TO .T3n4table SHOULD ALSO BE MADE TO .Tarchtable & .Ttooltiptable, except 'float:right;'  */

.td3n4content {
	width: 590px;
	text-align: center;
}


.T3n4content {
	border: 0px;
	width: 512px;
	text-align: justify;
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 33px;
	margin-bottom: 20px;
}
  /* WIDTH + LEFT & RIGHT MARGIN MUST = .td3n4content WIDTH */ 


.T3n4lefttrim {
	background: #b00029 url(/images/templates/T3/T3shadow.gif);
	color: white;
}


.T3n4righttrim {
	background: white url(/images/templates/T3/spacer.gif);
	color: black;
}


.collagefill {
	width: 0px;
}
  /* 2x collagefill + 590 MUST = td3n4content width  */



/* T3 & 4 menu w/logo  */

.logo {
	border: 0px;
	height: 125px;
	background: transparent;
}

.logotrim {
	width: 10px;
	height: 125px;
	background: transparent;
}
/* 2x width + height MUST = 145 */


#image.logo {
	width: 125px;
	background: transparent url(/images/misc/SSSlogo-125gold.gif) no-repeat;
}

#shadow.logo {
	width: 125px;
	background: transparent url(/images/misc/logoshadow-125red.gif) no-repeat;
}


.sitemenu, a.sitemenu, a.sitemenu:visited, a.sitemenu:hover {
	color: black;
	background: transparent;
}


/* (see .footer class above for T3&4 footer)  */


/* T3 & 4 w/ToolTips */

.Ttooltiptable {
	border: 0px;
	background: white;
	color: black;
	width: 614px;
}   /*  THIS CLASS CORRESPONDS TO .T3n4table above - DO NOT CHANGE w/o CHECKING THAT */


/* T3 pics */

.lovers { background: url(/images/templates/T3/sss/T3lovers.jpg) no-repeat; }



/*****   T5   *****/

/*  <body> class  */

.T5 {
	margin: 60px 0px 25px 65px;
}


.T5body {
	background: #cc0033 url(/images/misc/SSSheader-sm.gif) top no-repeat;
	color: black;
}


/*  tables  */

.T5table {
	border: 0px;
	background: white;
	color: black;
}


.td5content {
	text-align: center;
	width: 430px;
}
  /*  if width changes, change td5logo width, below  */


.T5content {
	border: 0px;
	width: 390px;
	text-align: justify;
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
  /* WIDTH + LEFT & RIGHT MARGIN MUST = .td5content WIDTH */ 



.T5border {
	background-repeat: repeat;
}

.T5top {
	height: 10px;
}
  /*  MUST BE LESS THAN 30  */

.T5topfill {
	height: 20px;
}
  /*  MUST = 30 - T5top  */


.T5fill {
	height: 105px;
}
  /*  MUST = T5logo height - T5topfill  */




.T5footer {
	border: 0px;
	text-align: center;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}



/*  T5 logo  */


.T5logo {
	border: 0px;
	height: 125px;
	width: 125px;
	background: transparent;
}

.td5logo {
	height: 125px;
	width: 430px;
}
/* height must = T5logo height; width must = td5content width  */


#pic.T5logo {
	height: 125px;
	width: 125px;
	background: transparent url(/images/misc/SSSlogo-125gold.gif) no-repeat;
}

#shdw.T5logo {
	height: 125px;
	width: 125px;
	background: transparent url(/images/misc/logoshadow-125white.gif) no-repeat;
}


/*  T5 site menu  */

.T5sitemenu, a.T5sitemenu, a.T5sitemenu:visited, a.T5sitemenu:hover {
	color: #333399;
	background: transparent;
	font-weight: bold;
	text-decoration: none;	
	font-size: 15px;
}




/***** Form elements *****/

input, select {
	color: black;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px black solid;
	background: white;
}



textarea {
	color: black;
	border: 1px red solid;
	background: white;
}



/* main submit button */

input.mainoption {
	background: #F70000;
	font-weight: bold;
	color: black;
	cursor : pointer;
}

/* 2ndry submit button */

input.liteoption {
	background: #F70000;
	font-weight: normal;
	color: black;
	cursor : pointer;
}



/***** ToolTip styles *****/
   
.tooltips-ie {
	position: absolute;
	visibility: hidden;
	top:-100px;
	z-index: 1000;
}

.tooltips-other {
	position: absolute;
	position: fixed;
	visibility: hidden;
	top:-100px;
	z-index: 1000;
}



/* Social Bookmark styles */

.social-bookmark
{
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.social-img
{
	padding: 5px;
	width: 16px;
	height: 16px;
}



/***** misc *****/

hr {
	height: 0px;
	border: solid #ffd700 0px;
	border-top-width: 1px;
	width: 75%;
}  /* horizontal line style for main site  */

hr.archive {
	height: 1px;
	width: 75%;
	color: #ffcc33;
}  /* horizontal line style for archive  */

table.archive {
	width: 55%;
	border: 1px solid #cc0000;
}

td.archive {
	background: #ffe4e9;
	color: blue;
	border: 1px solid white;
}

.hrprint {
	height: 1px;
	width: 75%;
	color: #999999;
	border: solid 0px;
	border-top-width: 0px;
}  /* horizontal line style for EZ-print pages  */

.divider {
	background: url(/images/templates/main/divider.gif) white no-repeat;
	height: 60px;
	width: 60px;
}  /* section divider on various pages */

.picpreview {
	margin: 3px;
	padding: 2px;
	border: 3px solid #ee0000;
}  /* archive image previews on various pages */

.red {
	background: #F70000 none;
	margin: 0;
	scrollbar-face-color: #FFC5CF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #F70000;
	scrollbar-track-color: #FFE4E9;
	scrollbar-darkshadow-color: #F70000;
	color: black;
}  /* not used  */


/* for non-display */
.noshow {
	position: absolute;
	left: 3000px;
	display: none;
}
