@charset "UTF-8";
/* CSS Document */
.orangebold {
	color: #ff7900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
}
.attention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
	width: 95%;
	padding: 2px;
	margin: 2px;
	font-variant: normal;
	position: relative;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	height: inherit;
	float: left;
}
#cs-bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	list-style-image: url(/images/blank_bullet.jpg);
}
#cs-normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	font-style: normal;
	font-weight:normal;
	list-style-type: none;
	list-style-image: url(/images/blank_bullet.jpg);
}
#column-main{
	float: left;
	width: 439px;
}
#column-left {
	float: left;
	width: 32%;
}
#column-middle{
	float: left;
	width: 32%;
	padding-left:1%;}
#column-right{
	float: left;
	width: 32%;
	padding-left: 1%;}
/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox{
	cursor: default;
	list-style: none;
}
.hoverbox a{
	cursor: default;
}
.hoverbox a .preview{
	display: none;
}
.hoverbox a:hover .preview{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}
.hoverbox li{
	color: inherit;
	display: inline;
	float: none;
	margin: 3px;
	padding: 5px;
	position: static;
}
.hoverbox .preview{
	width: auto;
	height: auto;
}
.hoverbox a .staff{
display:none;
}
.hoverbox a:hover .staff{
	display:block;
	position: absolute;
	top: 120px;
	left: 700px;
}
.hoverbox .staff{
width:auto;
height:auto
}
/* Definition list */
#main-content dt {
	font-size: 1.5em;
	line-height: 1.636em;
	color: #322dc0;
}
#main-content dt a{
	text-decoration: underline;
	color: #322dc0;
}
#main-content dt ul {
	padding-left: 1.2em;
	margin-left: 1.2em;
	color: #333333;
}
#main-content dt ul li{
	list-style-type: circle;
	line-height: 1.636em;
	font-size: 1em;
}
#main-content dt ul li a{
	text-decoration: underline;
	color: #4c617e;
}
#main-content dt ul li ul li{
	font-size: 1em;
}
#main-content dd {
	font-size:1.1em;
	text-decoration: none;
	line-height: 1.636em;
	padding-left: 3em;
	color: #333333;
}
#main-content dd ul {
	padding-left: 1.2em;
	margin-left: 1.2em;
}
#main-content dd ul li{
	list-style-type: circle;
	line-height: 1.636em;
	font-size: 1em;
}
#main-content dd ul li ul li{
	font-size: 1em;
}

/* WCIDWTM Code */
#major {
	cursor: default;
	font-size: .9em;
}
#major ul{
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
#major li{
	display: inline;
	text-decoration: none;
}
#major b{
	text-align: center;
	display: block; 
	width: 150px; 
	float: left; 
	border: 1px solid #ff7900; 
	margin: 1px;
	height: 50px;
}
/*Inline List*/
#horizontal_list{
	font-size: 1.1em;
	line-height: 1.636em;
}
#horizontal_list ul{
	list-style-image: none;
	text-align: center;
}
#horizontal_list li{
	display: inline;
}
/*Holland Information*/
#two-column{
	float: left;
	width: 660px;
}
#left{
	float: left;
	width: 310px;
}
#left ul {
	list-style: none;
	list-style-image: none;
}
#left ul li{
	font-size: 1em;
	line-height: 1.636em;
	list-style: none;
	font-weight: bold;
}
#left ul li ul li{
	font-weight: normal;
	font-size: 1em;
}
#right{
	float: left;
	padding-left: 20px;
	width: 310px;
}
#right ul {
	font-size: 1em;
	list-style-image: none;
}
/*Two Column Full*/
#full-twocol{
	width: 660px;
	float: left;
}
#full-left{
	float: left;
	width:310px;
}
#full-right{
	float: left;
	width: 310px;
	padding-left: 10px;
}
#full-twocol ul li{
	list-style-type: circle;
	line-height: 1.636em;
	font-size: 1em;
}
/*Staff Photo*/
.right-staff-photo {
	background-color: #f8f8ee;
	margin-left: 10px;
	border: 1px solid #d5d5bf;
	float: right;
	}
.left-staff-photo {
	background-color: #f8f8ee;
	margin-right: 10px;
	border: 1px solid #d5d5bf;
	float: left;

	}
/* Miscellaneous classes for reuse */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 

/*RSS Event Style*/
/*.rss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.rss-title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
*/

