
/* header */
body{
	background-image:url(/static/img/bgtop.jpg);
	background-repeat: repeat-x;
	width:100%;
}
.header{
	clear:both;
	width: 950px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}


.header img{
	float:left;
}
/* end header */

/* ruler */

.ruler{height:10px; border-bottom:1px dotted #990d84; clear: both; width:100%; padding:0px; margin:0px; background-color: #4a0147;}
.headerLine{border-bottom:1px dotted #990d84; clear:both;}
/* end ruler */


/* search */
.search{
	width: 256px;
	float:right;
	display: inherit-block;
	margin-top: 20px;
	margin-right: 35px;
}

.search .icons{
	clear:both;
	margin-top: 15px;
	padding-left: 20px;
	width: 200px;
	height: 42px;
	margin-left: 30px;
}

.search img{
	display: inherit-block;	
	float:left;
	margin-top:3px;
}
.search span{
	display: inherit-block;
	width: 40px;	
	color: #000;
	float:left;
	height:20px;
	line-height:20px;
	font-size: 10px;
	font-weight: bold;
	font-family:arial;
}
.search .submit{
	float:left;
	height:20px;
	width:20px;
	background-image: url(/static/img/search-left.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: right bottom;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	display: inherit-block;	
	cursor:pointer;
}

.search input[type=text]:focus,
.search input[type=password]:focus {
  outline: 0 none;
}

.search .text{
	height:20px;
	display: inherit-block;	
	background-image: url(/static/img/search-right.png);
	background-color:transparent;
	background-repeat: no-repeat;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-position: right top;
	width: 180px;
	padding-top: 4px;
	float:right;
}

#safari .header .search .text{
	padding-top: 4px;
}
/* end search */

.container{
	width: 950px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 3px;
	padding-top: 3px;
}



/* menu */
.menu, .menuWrapper{
	clear:both;
	width: 980px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	height: 40px;
}


.menu td{ 
	height: 40px; margin:0px; padding: 0px; 
}

.menu td a{
	display:block;
	height: 40px;
	line-height: 40px;
	font-size: 12px; font-weight: bold; font-family:arial; text-decoration: none;
	margin-left:0px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
	border-left: solid 1px #9a009c;
	border-right: solid 1px #4a0147;
}

.menuLeft{
	width: 17px;
	background-image:url(/static/img/menuleft.png);
	background-repeat: no-repeat;
	height:40px;
	border-right: solid 1px #4a0147;
}
.menuRight{
	width: 17px;
	background-image:url(/static/img/menuright.png);
	background-repeat: no-repeat;
	height:40px;
	border-left: solid 1px #9a009c;
}

/* end menu */

/* custom navmenu */
.navPurple{
	background-image:url(/static/img/menumid.jpg);
	background-position: no-repeat;	
	
}
.archive{
	background-color: #efefef;
	text-align: center;
	height: 40px;
	border-bottom: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
.archive a{
	background-image:url(/static/img/chromebutton.png);
	background-position: no-repeat;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	height:25px;
	line-height:25px;
	width:100px;
	text-decoration: none;
	color: #efefef;
	display:block;
}
.archive a:hover{
	background-image:url(/static/img/chromebuttonsel.png);
	background-position: no-repeat;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	height:25px;
	line-height:25px;
	width:100px;
	color: #white;
	text-decoration: none;
	display:block;
}

.navPurple a:hover{
	background-color: #fff;
	color:#990d84;	
}

.navBlue a, .navGreen a, .navPink a, .navOrange a, .navPurple a, .navRed a, .navDGreen a, .navDBlue a, .navBrown a{
	color:#fff;	
}

.navPurpleSelected, .navPurpleSelected a{
	background-color: #fff;
	color:#990d84;	
	
}

.submenu{
	background-color: #4a0147 ;
	color: #fff;
	display:block;
	width: 200px;
	text-align: left;
	position:relative;
	display: none;
	font-size: 11px; font-weight: bold; font-family:arial; text-decoration: none;	
}

.sidebar{
	padding: 20px;
	text-align: center;
`	text-align: justify;
	color: white;
	font-size: 11px;
	font-family: arial;
	height: auto;
	margin-left:1px;	
}

.sidebar_container{
	color: #fff;
	width: 220px;	
}
.sidebar p{
	color: #fff;
}

#menuWSC{
	left:466px;
}
#menuDocs{
	left:589px;
}
#menuAbout{
	left:99px;
}

.submenu li{
	display:block;
	font-size: 11px; font-weight: bold; font-family:arial; text-decoration: none;	
}
.submenu li a:hover{
	background-color: #fff;
	color: #4a0147;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 10px;
	width:190px;
	text-decoration:underline;
}

.submenu li a{
	background-color: #4a0147;
	border-bottom: #fff dotted 1px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	display: block;
	width:190px;
	color: #fff;
	text-decoration:none;
}
/* end custom navmenu */

/* footer */
.footer{
	clear:both;
	width: 600px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

.footer td{ height: 30px; margin:0px; padding: 0px; }

.footer td a, .footerDrop{
	display:block;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-family:arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	height: 30px;
	line-height: 30px;
}
 .footerDrop a{
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-family:arial;
	text-decoration: none;	
}
.footer td a:hover, .footerDrop a:hover{
	text-decoration:underline;
}
/* end footer */



/* box */



.boxTopLeft{
	width: 6px;
	height: 5px;
	background-image:url(/static/img/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#fff;
} .boxTopMiddle{
	width: auto; height: 5px;
	background-image:url(/static/img/topmiddle.jpg);
	background-repeat: repeat-x;
} .boxTopRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/topright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#fff;
} .boxMiddleLeft{
	width: 6px; height: 5px;
	background-image:url(/static/img/left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#fff;
} .boxMiddle{
	background-color:#fff;
} .boxMiddleRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#fff;
} .boxBottomLeft{
	width: 6px; height: 5px;
	background-image:url(/static/img/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#fff;
} .boxBottomMiddle{
	width: auto; height: 5px;
	background-image:url(/static/img/bottommiddle.jpg);
	background-repeat: repeat-x;
} .boxBottomRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#fff;
}


/* endbox */

.boxIntroPlaceholder img{
	padding: 2px;
	border: 1px solid #ddd;
}



strong{
	font-weight: bold;
}

.contentBlock{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.contentBlock h1{
	font-size: 22px;
	font-family:arial;
	font-weight: bold;
	width: 100%;
	height: 40px;
	display: block;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	margin-top: 11px;
	text-align: left;
}
.contentBlock h2{
	font-size: 18px;
	font-family:arial;
	font-weight: normal;
	text-align: left;
	color: #606060;
	text-decoration: underline;
}

.contentBlock h3{
	font-size: 18px;
	font-family:arial;
	font-weight: normal;
	text-align: left;
	color: #606060;
}

.viewGallery h3{
	padding-top: 9px;
}

.contentBlock p{
	line-height: 18px;
	font-size: 20px;
	text-align: justify;
	font-size: 11px;
	padding-top:8px;
	color: #666;
}

.contentBlock img{
	margin: 0px;
	padding: 0px;
}

.contentBlock p a{
    color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
.contentBlock ul  li{
	text-align: left;
	height: 20px;
}
.contentBlock ul a{
	color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}


.contentBlock a{
	color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentBlock table.items img{
	border: 8px solid #ddd;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contentBlock .huge{
	font-size: 24px;
}

.contentBlock table.items tr{
	border-bottom: 1px dotted #808080;
}

.contentBlock img {
	border: 8px solid #ddd;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;	
}

.contentBlock .meta {
	text-align: left;
	display:block;
	width: 100%;
	text-align: left;
}


.alt_grey{
	background-color: #efefef;
}


.publications tr img{
	border: 0px;
	padding-left: 20px;
}

.publications tr td{
	height: 100px;
}
.publications tr td h1{
	font-size: 16px;
}
.publications tr td{
	font-size: 10px;
	font-family: arial;
	text-align: left;
}
.publications a{
	font-size: 10px;
	font-family: arial;
}



.alink{
	color: #A42424;
	text-decoration: none;
	display: inherit;
	clear: none;
	float:left;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	cursor:pointer;
	padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}

.imagesLinks{
	text-decoration: none;
	display: inherit;
	clear: none;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;

}

.hiddenlink{
	color: #000;
	text-decoration: none;
	cursor:none;
}




.items_list tr img{
	border: 0px;
	padding-left: 20px;
}

.items_list tr td{
	height: 80px;
}
.items_list tr td h3{
	font-size: 14px;
}
.items_list tr td{
	font-size: 10px;
	font-family: arial;
	text-align: left;
}
.items_list a{
	font-size: 10px;
	font-family: arial;
}