@charset "UTF-8";
/* CSS Document */

/* 
================================================ FORMATTTING CONVENTION ===============================================================

font: style(nor,ital)  |  variant(nor,small-caps)  |  weight  |  size / line-height(aka Leading)  |  font-family ;
---------------------------------------------------------------------------------------------------------------------------------------
background: #color  |  url(__.gif)  | repeat (no-repeat, repeat-x/y)  | attachment (fixed, scrolls) | position (top left, etc) ;
---------------------------------------------------------------------------------------------------------------------------------------
border: width  |  style (solid, dashed, double)  |  #color ;
---------------------------------------------------------------------------------------------------------------------------------------
list-style: type(none,circle,disc,square,decimal)  |  position(inside,outside)  |  url(__.gif) ;
---------------------------------------------------------------------------------------------------------------------------------------

*/
/* ================================================ COLOR PALETTE =====================================================================
#b11f2a tassa red
#233c78 tassa blue
#252525 dk-gray
#464646 mid-gray
#acacac lite-gray
#736357 mid-brown
#ecead8 lite beige sidebars

TechGroups Bar colors
#f26522 orange-Engineering
#92278f purple-Health
#197630 green-Natural
#a67c52 brown-Arts 
*/

HTML { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
body { margin:0; padding:0; border:0; background: url(/images/topGradient_tan.jpg); background-repeat: repeat-x; background-color: white; text-align: center; }
body.conference { background: url(/images/topGradient_blue.jpg) repeat-x; }
body, p, td, .Article p { font: normal normal normal 13px/1.7em Georgia, Palatino, "Times New Roman", Times, serif; color:#252525; }

#wrapper { width: 980px; margin: 0 auto; }
body.conference #wrapper { background: url(/images/tassa_Conf_header.jpg) no-repeat 196px top; }
#header { width: 980px; height: 118px; }
#homeblock { float: left; width: 164px; height: 118px; background-image: url(/images/homeblock.jpg); background-repeat: no-repeat; background-position: 16px 0px; }
body.conference #logo { display: none; }
#logo { float: left; width: 124px; height: 118px; background-image: url(/images/tassalogo_tan.jpg); background-repeat: no-repeat; background-position: 32px top; }
#headopts { float: right; width: 200px; height: 101px; text-align: right; margin: 17px 20px 0 0; }
#content { padding-left: 16px; padding-right: 24px; }
#tiles { width: 148px; height: 48px; background: url(/images/tiles.jpg) no-repeat left top; }
#left { float: left; width: 148px; min-height: 300px; text-align: left; margin-right: 32px; }
#main { float: left; width: 600px; min-height: 300px; padding-top: 32px; text-align: left; }
#right { float: left; width: 160px; min-height: 300px; padding-top: 32px; text-align: left; }

#hometop { float: left; width: 665px; height: 203px; margin: 17px 0 18px 0px; overflow: hidden; position: relative; }
#homemiddle  { float: left; width: 665px; height: 194px; margin-bottom: 60px ;}
#homelower { width: 940px; min-height: 100px; clear: both; }
#homebotleft { float: left; width: 320px; min-height: 200px; background-color:#EDEAD9; margin-right: 35px; padding: 10px 0 10px 0; }
#homebotcenter { float: left; width: 140px; min-height: 200px; background-color:#fff; margin-right: 18px; }
#homebotright { float: left; width: 332px; min-height: 200px; border-left: solid 1px gray; overflow: hidden; background: #fff; }

.main { width: 600px; text-align: left; background-image: none; }
.right { width: 160px; text-align: left; background-image: none; }
.homebotleft { width: 320px; background-color:#EDEAD9; padding: 10px 0 10px 0; text-align: left; background-image: none; }

.homebotcenter h3 a { color: #b11f2a; }
.homebotcenter p { font-size: 12px; line-height: 1.4em; }


.features { position: absolute; top: 0; left: 0; display: none; width: 556px; height: 143px; margin: 18px 0 0 109px; overflow: hidden; }
.features .nextbutton { float: left; width: 39px; height: 143px; }
.features .nextbutton a { display: inline-block; padding: 0px 5px 0px 5px; font: italic normal bold 11px/18px Georgia,Palatino,"Times New Roman",Times,serif; color: #444; background: url(/images/framework/buttonbg.jpg) repeat-x top left; text-decoration: none; border-radius: 5px; }
.features .star { float: left; width: 13px; height: 143px; margin: 0 5px 0 5px; background: url(/images/starRed.gif) no-repeat center 3px; }
.features .text { float: left; width: 484px; height: 143px; text-align: left; }
.features .text h3 { margin-top: 0; padding-top: 0; }

	/* ----------------------------------------------------------- */

a, a:link { color:#c00; text-decoration: none; }
a:visited { color:#233c78; }
a:hover, a:active { color: #c00; }
img { border: none; }

ul, ol { font:normal normal normal 13px/1.3em "Trebuchet MS", Arial, Helvetica; color:#252525; padding-bottom: 3px; margin-right: 20px; }
ul ol, ol ul, ul ol li, ol ul li, ul ul li { font-style:italic; }
li { line-height: 1.3em; padding-bottom: 6px; margin-right: 20px; }

/* ------------------------------- HEADLINES ---------------------------------- */
h1 { padding: 1em 0 0.75em 0; margin: 0; font: 22px Georgia, Palatino, "Times New Roman", Times, serif; color: #b11f2a; }
h2 { padding: 0 0 0.25em 0; margin: 0; font: 20px Georgia, Palatino, "Times New Roman", Times, serif; color: #b11f2a; }
h3 { font: normal normal normal 16px/1.2em Georgia, Palatino, "Times New Roman", Times, serif; color: #b11f2a; }
h4 { font: normal normal bold 12px/1.3em Palatino, Georgia; color: #233c78; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 0 1.5em; }
h5 { font: normal normal bold 10px/1.2em Georgia, Palatino, "Times New Roman", Times, serif; color: #233c78; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 1em 0; }	 
h6 { font: normal normal bold 13px/1.2em  "Trebuchet MS", Arial, Helvetica, sans-serif; color: #233c78; margin: 0; }

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6, .main p { padding-left: 42px; padding-right: 42px; }
.main ul, .main ol { padding-left: 62px; padding-right: 42px; }
.main form { padding-left: 42px; padding-right: 42px; }
.maintable { padding-left: 42px; padding-right: 42px; }

.right { font: normal normal normal 12px/1.4em "Trebuchet MS", Arial, Helvetica; color: #464646; }
.right p { padding:0 0 0.5em 0; margin: 0; font: 12px "Trebuchet MS", Arial, Helvetica; COLOR: #464646; }
.right h1 { font: normal normal bold 13px/1.2em "Trebuchet MS", Arial, Helvetica; color: #b11f2a; margin: 0; padding: 3px 0 8px 0; }
.right h2, .right h3, .right h4, .right h5, .right h6 { font: italic normal bold 12px/1.3em Georgia, Palatino, "Times New Roman", Times, serif; color: #233c78; margin:0; padding: 2px 0 5px 0; }
.right ul { font: italic normal normal 12px/1.2em "Trebuchet MS", Arial, Helvetica; color:#252525; margin: 0; padding-left: 10px; list-style: square; list-style-position: inside; }
.right ol { font: italic normal normal 12px/1.2em "Trebuchet MS", Arial, Helvetica; color:#252525; margin: 0; padding-left: 10px; list-style-position: inside; }

.date {
	font: normal normal normal 11px Georgia, Palatino, "Times New Roman", Times, serif;
	color: #CC6600;
	padding: 0 8px 0 0;
	border-right:1px solid #b11f2a;
	margin-right:10px;
}
h3.catalogheading {
    font: normal normal bold 13px/1.3em Georgia, Palatino, "Times New Roman", Times, serif;
    color:#233c78;
    font-variant: small-caps;    
    padding: 5px 0 10px 0;
    text-align:left;
    border-top: 1px solid #736357;
}
p.catalogdescription {
    font: normal normal normal 12px/1.4em "Trebuchet MS", Arial, Helvetica; 
    color:#464646;
    margin:-5px 0 5px 10px;
    text-indent:0;
}
.techarea { float: left; width: 140px; height: 210px; font: italic normal normal 14px/1.2em Georgia, Palatino, "Times New Roman", Times, serif; color: #736357; text-align: left; margin-right: 35px; }
.techarea .techdate { font: normal normal normal 11px Georgia, Palatino, "Times New Roman", Times, serif; color: #464646; text-align: left; }
.techarea p { font: normal normal normal 12px/1.4em "Trebuchet MS", Arial, Helvetica; color: #464646; margin: 0; padding: 0; text-align: left; }
.techarea h3 { margin: 0; padding: 0 0 5px 0; text-align: left; }
.techarea .techcontent { max-height: 194px; overflow: hidden; }
.techarea .techlink { height: 10px; }
.techarea .area1 { border-top:3px solid #f26522; height: 48px; }
.techarea .area2 { border-top:3px solid #92278f; height: 48px; }
.techarea .area3 { border-top:3px solid #197630; height: 48px; }
.techarea .area4 { border-top:3px solid #a67c52; height: 48px; }

.lightitalic {
	font: italic normal normal 11px/1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #464646;
	text-decoration: none;
}
#marquee {
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	background-color: white;
	height:143px;
	width:556px;
	margin-top:35px;
	margin-left:109px;
	overflow:hidden;
}
#feature h2 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: #b11f2a;
}
.mainNavTopRule { border-bottom:3px solid #b11f2a; height: 33px; }
.mainNavTopRule a, .mainNavTopRule a:link, .mainNavTopRule a:visited, .mainNavTopRule a:active { color: #464646; text-decoration: none; }

#mainNav { font: normal normal normal 13px/1.2em Georgia, Palatino, "Times New Roman", Times, serif; margin: 0; padding: 0; list-style-type: none; width:148px; }
#mainNav li { border-bottom: 1px solid #acacac; margin: 0; }
#mainNav li.haskids { background-image:url(/images/menuArrowGray.gif);background-repeat: no-repeat;background-position: 100% 50%; }
#mainNav li.haskids.current { background-image:url(/images/menuArrowRed.gif); }
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active { display: block; padding: 5px 2px 1px 16px; margin: 0 0 0 -16px; background-repeat: no-repeat; background-position: 0% 35%; color: #000; text-decoration: none; border: 0; }
#mainNav a:hover { background: url(/images/starRed.gif) no-repeat left 5px; bacolor: #b11f2a; background-color: transparent; }
#mainNav a.current { background: url(/images/starGray.gif) no-repeat left 5px; color: #CCCCCC !important; background-repeat: no-repeat; cursor: default; }

#resultstable { padding: 12px 42px 0 42px; }
#resultstable a:link, #resultstable a:active, #resultstable a:visited { color: #b11f2a; text-decoration: none }
#resultstable a:hover { color: #b11f2a; text-decoration: underline }
#resultstable .searchleft { float: left; width: 45px; }
#resultstable .searchright { float: right; width: 470px; text-align: left; }
#resultstable .searchright h4 { padding-left: 0; margin-left: 0; text-transform: none; } 
#resultstable .searchright p { padding-left: 0; margin-top: 5px; margin-bottom: 20px; }
		
.otheropt {
	background-image:  url(/images/starClear.gif);
	background-repeat: no-repeat;
	background-position: 0% 35%;
}

#headopts form { margin: 0; }
#headopts p { margin: 7px 0 0 0; text-align: right; }

.lightitalic a, .lightitalic a:link, .lightitalic a:visited, .lightitalic a:active {
	color: #464646;
	text-decoration: none;
	border: 0;
}
.lightitalic a:hover {
	color: #CC0000;
	text-decoration: none;
}

.subNavHead { padding: 5px 2px 4px 20px; border-bottom: 1px solid #acacac; font: normal normal normal 13px/1.7em Georgia, Palatino, "Times New Roman", Times, serif; background-image:  url(/images/starRed.gif); background-repeat: no-repeat; background-position: 0% 35%; }

#subNav { font: italic normal normal 12px/1.1em Georgia, "Times New Roman", Times, serif; margin: 0 0 0 18px; padding: 0; list-style-type: none; width:142px; text-align: left; list-style-position: outside; }
#subNav li { }
#subNav a, #subNav a:link, #subNav a:visited, #subNav a:active  { display: block; padding: 3px 0px 2px 0px; color: #464646; text-decoration: none; border: 0; }
#subNav a:hover { color: #b11f2a; border: 0; text-decoration: none; }
#subNav .current { color: #b11f2a !important; cursor: default; }

.clearfloat { font-size: 1px; line-height: 1px; clear: both; }

.err {
	font: normal normal normal 10px/1.2em "Trebuchet MS", Arial, Helvetica; 
	background-color:#fad3c2;
	color: #000000;
	padding:5px;
	border-top:solid 2px #AA0000;
	border-bottom:solid 2px #AA0000;
	margin:0px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #353535;
	line-height: 1.3em;
	width:90%;
	background-color: #ffd2d6;
	border:solid 1px #CC0000;
	padding:5px 5px 5px 10px;
	margin: auto;
	margin-top:8px;
}
.inf {
	font: normal normal normal 10px/1.2em "Trebuchet MS", Arial, Helvetica; 
	background-color:#F0F7FE;
	color: #444444;
	padding:5px;
	border-top:solid 2px #163872;
	border-bottom:solid 2px #163872;
	margin:0px;
}

.inputs { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #0c0854 
}

.credit {
	font: italic normal normal 9px/1.3em "Trebuchet MS", Arial, Helvetica; 
	color: #464646;
	margin-top:-1px;
	text-align: right;
}
.formerrors {
	font: normal normal normal 11px/1.5em "Trebuchet MS", Arial, Helvetica; 
	color: #464646;
	width:90%;
	background-color: #ffd2d6;
	border:solid 1px #CC0000;
	padding:3px;
	margin: auto;
	margin-top:8px;
	font-weight: bold;
	display: none;
}
.thumbnail {
	float: left;
}
.back {
	display:block;
	width:39px;
	height:18px;
	background:url(images/btn_back.png) no-repeat top left;
	border:0;
}
.next {
	display:block;
	width:39px;
	height:18px;
	background:url(images/btn_next.png) no-repeat top left;
	border:0;
}
.submit {
	display:block;
	width:55px;
	height:18px;
	background:url(images/btn_submit.png) no-repeat top left;
	border:0;
}


#alertBox {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	background-color:#efecd6;
	border-top:1px solid #acacac;
	border-left:1px solid #acacac;
	border-right:2px solid #252525;
	border-bottom:2px solid #252525;
	z-index: 10000;
}
/* -- blue bar at top stays same color for all messages -- */
#alertInner {
	width:272px;
	margin: 0 14px 14px 14px;
	padding: 0;
	border-top:7px solid #233c78;
}
/* -- Message area: Blue for default -- */
#alertMsg {
	margin: 7px 0 7px 0;
	border: 1px solid #fff;
	background-color: #f4f9fe; /* light blue  */
	padding: 0;
}
/* -- Message area: Yellow for warnings. -- */
#alertBox h3 {
	font: normal normal bold 13px Georgia, Palatino "Times New Roman", Times, serif;
	color:#b11f2a;
	padding: 0;
	margin: 5px 7px 5px 7px;
}
#alertBox p {
	font: normal normal normal 12px/1.1em "Trebuchet MS", Arial, Helvetica;
	color:#252525;
	margin: 9px 7px 9px 7px;
	padding: 0;
}
.smallital {
	font: italic normal normal 10px Georgia, Palatino, "Times New Roman", Times, serif;
	color:#252525;
}
.storyNav {
	text-align:right;
	margin-bottom:-8px;
	}
	
.storyNav a, .storyNav a:link, .storyNav a:visited, .storyNav a:hover, .storyNav a:active {
	text-decoration: none;
}

.homebotleft h1, .homebotleft h2, .homebotleft h3, .homebotleft h4, .homebotleft h5, .homebotleft h6 { font: normal normal bold 12px/1.3em Georgia, "Times New Roman", Times, serif; color: #b11f2a; padding: 0 10px 5px 10px; margin: 0; text-align: left; }
.homebotleft p { font: normal normal normal 12px/1.3em Georgia, Palatino, "Times New Roman", Times, serif; color:#252525; padding: 0 10px 10px 10px; margin:0; text-align: left; }
.homebotleft a, .homebotleft a:link, .homebotleft a:visited, .homebotleft a:hover, .homebotleft a:active { color: #b11f2a; }
.homebotleft .imagedivfull, .homebotleft .Article .imagedivleft, .homebotleft .Article .imagedivright { padding: 0 10px; float: none; margin: 0 0 10px 0;; }
.homebotleft img { padding: 0; margin: 0; border: solid 5px #fff; }


#ThumbBox { margin-right:18px; }
#ThumbBox p { text-align: center; font: normal normal normal 12px/1.3em Georgia, Palatino, "Times New Roman", Times, serif; color:#252525; padding: 0; margin:0; }
#ThumbBox h3 { text-align: center; font: normal normal bold 12px/1.3em Georgia, "Times New Roman", Times, serif; color: #b11f2a; padding: 10px 0 5px 0; margin: 0; }

#jobs {
	font: normal normal normal 12px/1.5em "Trebuchet MS", Arial, Helvetica; 
	color: #464646;
	margin: 0 0 0 18px;
	width: 314px;
	overflow: hidden;
	white-space: nowrap;
	/*margin:-10px 0 0 0;*/
}
#jobs h6 {
	font: normal normal bold 11px/1.3em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 0 8px 0;
	padding: 0;
}
#jobs a, #jobs a:link, #jobs a:visited, #jobs a:active {
	color: #464646;
}
#footer { padding: 35px 0 15px 0; clear: both; }
#footer p { padding: 0; margin: 0; font: 10px/1.4em Georgia, "Times New Roman", Times, serif; letter-spacing: 0.05em; text-align: center; color: #736357; }
#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #736357; }

#jobs a:hover, #footer a:hover { color: #b11f2a; }


/* --------------------------------------------- */
/* Framework styles for login                    */
/* --------------------------------------------- */
#opacitylayer { background-color:#000; opacity:.4; -moz-opacity:.4; filter:alpha(opacity=40); height:100%; width: 100%; background-repeat:repeat; position:fixed; top:0; left:0; z-index:10000; }


body.iframe { background-image: none; background-color: #efecd6; padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; }
body.iframe h2 { margin: 0; padding: 0 0 10px 0; }
body.iframe p {  margin: 0; padding: 10px 0 0 0; font-size: 12px; line-height: 1.5; color: #555; font-weight: bold; }
body.iframe form { margin: 0; }
body.iframe a { font-weight: normal; text-decoration: none; }
body.iframe a:hover { text-decoration: underline; }
body.iframe a.framecloselink { display: block; float: right; margin: 0; padding: 1px 5px; background-color: #aaa; color: white; border: solid 1px black; font-family: Arial, Helvetica, sans-serif; font-variant: small-caps; font-size: 11px; font-weight: normal; line-height: 15px; }
body.iframe .infomessage { background-color:#fff; padding: 5px 10px; border: solid 1px #666; margin: 6px 0; }
body.iframe .infomessage h1, body.iframe .infomessage h2, body.iframe .infomessage h3, body.iframe .infomessage h4, body.iframe .infomessage h5, body.iframe .infomessage h6 { margin: 0; padding: 5px 0; font-size: 11px; font-weight: bold; color: #3a3a3a; }
body.iframe .infomessage p { font-size: 12px; line-height: 1.5; color: #555; font-weight: normal; padding: 12px 0 0 0; margin: 0;}
body.iframe .infomessage.error p { color: #b11f2a; font-weight: bold; }

body.iframe input { height: 14px; border: 1px solid #999; background: #fafafa; padding: 2px; color: #444; display: inline; font: normal normal normal 12px/14px Arial, Helvetica, sans-serif; }
body.iframe input:focus { background: #fff; color: #740809; }
body.iframe button { padding: 0px 8px 0px 8px; font: italic normal bold 11px/18px Georgia,Palatino,"Times New Roman",Times,serif; color: #444; background: url(/images/framework/buttonbg.jpg) repeat-x top left; text-decoration: none; border-radius: 5px; margin: 10px 0px 10px 0px; }
body.iframe button:hover { color: #c00; }


#loginframe {  height: 400px; width: 400px; position: absolute; z-index: 10001;}
body.iframe .lostpw { font-style: italic; text-align: right; }
table.iframecontent { border-collapse: collapse; border: solid 5px white; }
table.iframecontent td { margin: 0; padding: 20px; border-collapse: collapse; border: none; }

/* -------- FRAMEWORK REQUIRED STYLES ------- */
.thumbnail { float: left; padding: 0;}
.imagecenterwrapper { text-align: center; }
.imagedivfull { position: relative; padding: 6px 42px 12px 42px; z-index: 100; }
.imagedivleft { position: relative; margin: 8px 20px 8px 42px; float:left; z-index: 100; }
.imagedivright { position: relative; margin: 8px 42px 8px 20px; float:right; z-index: 100; }
.imagecaption { margin: 0; padding: 0; font: normal normal normal 11px/1.25 "Trebuchet MS", Arial, Helvetica; color: #233C79; text-align: right; }
.imagecaption p { font: normal normal normal 11px/1.25 "Trebuchet MS", Arial, Helvetica; color: #233C79; text-align: right; margin: 0; padding: 3px 0px 20px 0px; }
.caption { font: normal normal normal 11px/1.5em "Trebuchet MS", Arial, Helvetica; color: #233C79; margin:-8px 0 0 0; text-align: right; }

.sidebar .Article .imagedivleft, .sidebar .Article .imagedivright, .sidebar .Article .imagedivfull { margin: 0px 0px 9px 30px; z-index: 100; }

.main .Collection .imagedivfull { padding: 0; }
.main .imagetitle { display: none; }

.homebotcenter img { border: solid 4px #EDEAD9; padding: 0; margin: 0; }
.homebotcenter .imagedivfull { margin: 0 0 12px 0; padding: 0; }
.right .imagedivfull { margin: 12px 0 12px 0; padding: 0; }
.homebotcenter .imagetitle { display: none; }
.homebotcenter .imagecaption { display: none; }
.hometop .imagedivfull { padding: 0; margin: 0; }

/*a.BackButton { display: inline-block; margin: 10px 25px 10px 0px; color: #000000; font-size: 11px; font-weight: bold; padding: 4px 10px 4px 10px; background: #FFFFFF; border: solid 1px #AAAAAA; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
a.BackButton:hover {background-color: #AA0000; color: #FFFFFF; text-decoration: none; }*/

.Collection .collectiondetail { margin: 0px 42px 12px 42px; padding: 0px; }
.Collection .collectiondetail p { color: #464646; font: 12px/1.4em "Trebuchet MS",Arial,Helvetica; margin: 0 0 5px 10px; text-indent: 0; padding-left: 0; padding-right: 0;}
.Collection h3 { color: #233C78; font: small-caps bold 13px/1.3em Georgia,Palatino,"Times New Roman",Times,serif; padding: 5px 0px 15px 0px; margin: 0; text-align: left; }
.Collection h3 a:link,.Collection h3 a:active, .Collection h3 a:visited { color: #233C78; text-decoration: none }
.Collection h3 a:hover { color: #233C78; text-decoration: underline; }
.Collection h4 { color: #761207; font-size: 12px; font-weight: bold; margin: 0; padding: 4px 0px 4px 0px; }
.Collection h4 a:link,.Collection h4 a:active, .Collection h4 a:visited { color: #233c78; text-decoration: none }
.Collection .collectiondetail .collectionitem h3 a:hover { color: #233c78; text-decoration: underline }
.Collection .collectiondetail .collectionitem { border-top: 1px solid #736357; margin-bottom: 8px; margin-top: 0px; overflow: auto; }
.Collection .collectiondetail .collectionitem .collectionitemimage { margin: 10px 20px 0 0; width: 100px; float:left; padding: 0;}
.Collection .collectiondetail .collectionitem .collectionitemdescription { color: #464646; font: 12px/1.4em "Trebuchet MS",Arial,Helvetica; margin: -5px 0 5px 10px; text-indent: 0; }
.Collection .collectiondetail .collectionitem .collectionitemimage img { border: solid 1px #666666; }
a.fullstory:link, a.fullstory:visited, a.fullstory:active { padding: 0 0 0 12px; background: url(/images/plusGray.gif) no-repeat center left; font: italic normal bold 10px Georgia, "Times New Roman", Times, serif; color: #c00; text-indent: 10px; }

.Collection .collectionlist { margin: 0px 42px 12px 42px; padding: 10px 0 0 0; border-top: 1px solid #736357; }
/*.Collection .collectionlist .collectionitem h3 { color: #233C78; font: small-caps bold 13px/1.3em Georgia,Palatino,"Times New Roman",Times,serif; padding: 5px 0px 15px 0px; margin: 0; text-align: left; }
.Collection .collectionlist .collectionitem h3 a:link,.Collection h3 a:active, .Collection h3 a:visited { color: #233C78; text-decoration: none }
.Collection .collectionlist .collectionitem h3 a:hover { color: #233C78; text-decoration: underline }*/

.homebotright .Collection { margin: 0 0 0 18px; padding: 0; }
.homebotright .Collection .collectionlist { margin: 0 0 10px 0; padding: 0; border: none; }
.homebotright .Collection .collectionheader h1 { font: small-caps bold 11px/1.3em Georgia,"Times New Roman",Times,serif; margin: 0 0 8px 0; padding: 0; color: #233C78; text-align: left; }
.homebotright .Collection .collectionlist .collectionitem h3 { color: #464646; font: 12px/1.5em "Trebuchet MS",Arial,Helvetica; white-space: nowrap; margin: 0; padding: 0; text-indent: 11px; background: url(/images/HomeCollectionArrow.gif) no-repeat center left; }
.homebotright .Collection .collectionlist .collectionitem h3 a:link,.Collection h3 a:active, .Collection h3 a:visited { color: #464646; text-decoration: none }
.homebotright .Collection .collectionlist .collectionitem h3 a:hover { color: #b11f2a; text-decoration: none }
#homebotright .NavBar { display: none; }

.Collection .List .Spacer { clear: both; border-top: solid 2px #eeeeee; margin: 0; padding: 0; }
.Collection .List .End { width: 100%; height: 1px; clear: both; }

.Collection .collectiongallery { padding: 12px 100px 10px 0px; margin: 0; }
.Collection .collectiongallery .collectionitem { width: 100px; height: 100px; margin: 10px; float: left; }

.NavBar { clear: both; margin: 5px 42px 5px 42px; text-align: right; }
.NavBar a:link, .NavBar a:active, .NavBar a:visited { display: inline-block; margin: 0 0 5px 10px; padding: 0px 8px 0px 8px; font: italic normal bold 11px/18px Georgia,Palatino,"Times New Roman",Times,serif; color: #444; background: url(/images/framework/buttonbg.jpg) repeat-x top left; text-decoration: none; border-radius: 5px; }
.NavBar a.grey, .NavBar a.currentPage, .NavBar a.selectedLink { color: #555; background: #dadada; cursor: default;  opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); }
.NavBar a:hover { color: #c00; background-position: bottom left; }
.NavBar a.grey:hover, .NavBar a.currentPage:hover { color: #555; }
/*.NavBar a.selectedLink { border: solid 1px red; }*/
/*a.back:link, a.back:active, a.back:visited {  }
a.back:hover { color: #ffffff; background-position: bottom left; }*/

a.TextButton9px { margin: 0; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; padding: 0px 4px 0px 4px; background: #FFFFFF; border: solid 1px #AAAAAA; text-decoration: none;-moz-border-radius: 5px; -webkit-border-radius: 5px; }
a.TextButton9px:hover {background-color: #AA0000; color: #FFFFFF; text-decoration: none; }
.Relevancy {font-size: 9px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-variant: small-caps; padding: 0; margin: 0 0 0 15px; }
#Sitemap { margin: 20px 50px 25px 50px; }
#Sitemap h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding: 0; margin: 0 0 8px 0; }
#Sitemap h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0; margin: 0 0 5px 0; }

.square100 { display: block; width: 100px; height: 100px; position: relative; z-index: 50; background-repeat: no-repeat; background-position: top left; overflow: hidden; cursor: pointer; }
.square100 img { width: 100px; height: 100px; z-index: 51; }
.youtube { background-image: url(/images/framework/Thumbnailyoutube.jpg); }
.doc { background-image: url(/images/framework/Thumbnaildoc.jpg); }
.docx { background-image: url(/images/framework/Thumbnaildocx.jpg); }
.flv { background-image: url(/images/framework/Thumbnailflv.jpg); }
.mov { background-image: url(/images/framework/Thumbnailmov.jpg); }
.pdf { background-image: url(/images/framework/Thumbnailpdf.jpg); }
.square100 .ppt { background-image: url(/images/framework/Thumbnailppt.jpg); }
.pptx { background-image: url(/images/framework/Thumbnailpptx.jpg); }
.swf { background-image: url(/images/framework/Thumbnailswf.jpg); }
.txt { background-image: url(/images/framework/Thumbnailtxt.jpg); }
.unk { background-image: url(/images/framework/Thumbnailunk.jpg); }
.wmv { background-image: url(/images/framework/Thumbnailwmv.jpg); }
.xls { background-image: url(/images/framework/Thumbnailxls.jpg); }
.xlsx { background-image: url(/images/framework/Thumbnailxlsx.jpg); }
.square100 table { height: 100px; width: 100px; margin: 0; padding: 0; border: none; border-collapse: collapse; }
.square100 table td { height: 90px; width: 90px; padding: 0; margin: 5px; border: none; text-align: center; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #444444; }
.square100 table td.empty { height: 98px; width: 98px; padding: 0; margin: 0; border: solid 1px #aaa; font-weight: normal; cursor: default; }

#sessionmsgbox { position: fixed; top: 150px; left: 0px; width: 100%; border: solid 5px #b11f2a; background-color: white; display: none; z-index: 22000; }
#sessionmsg { margin: 15px; }
#sessionmsg p { padding: 8px 0; margin: 0; }
#sessionmsg h3 { padding: 8px 0; font-size: 15px; margin: 0; }

.cke_panel_frame, .cke_panel_block { background-color: #fff !important; }
body#ck_body { background-color: #fff; background-image: none; }


