@charset "utf-8";
/* Styles for Secondary Pages */


/* Override some global styles */

html, body {

	background-image: none;
	background: #F3EFF3 url(/images/secondary/bg.png) top left repeat-x;
}

#topcurve {
	position: relative;
	width: 980px;
	height: 24px;
	background: transparent url(/images/secondary/topcurve.png) no-repeat;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 950px;
	height: 66px;
}

#wculogo {
	position: absolute;
	left: 20px;
	top: 0;
}

#containerbox {
	/* background: url(/global/images/SecondaryPageBackgrounds/contentbackground.jpg) top left no-repeat; */
	padding: 20px;
	display: block;
	width: 910px;
	color:#000;
}

/* --- Specific Styles for Secondary Pages --- */

/* Subheading */

#subhead {
	color:#000;
	float: left;
	padding: 0;
	margin-bottom: 0;
}

#subhead #line1 {
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	border-bottom: 2px solid #000;
	padding-right: 24px;
}

#subhead #line1_small {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	border-bottom: 2px solid #000;
	padding-right: 24px;
}

#subhead #line2 {
	text-align: right;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding-right: 2px;
}

/* Contact Information */

#contactinfo {
	float: right;
	text-align: right;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	margin-bottom: 20px;
}

/* Vertical Menu */

#sidemenu {
	float: left;
	width: 210px;
	margin: 0;
	padding: 14px 0;
	clear: both;
	background: transparent url(/images/secondary/sidemenutop.png) top left no-repeat;
}

#sidemenu ul {
	background: transparent url(/images/secondary/sidemenubackground.png) repeat-y;
	list-style-type: none;
	padding: 0 4px;
	margin: 0;
}

#sidemenu ul li {
	width:199px;
	border-bottom: 1px solid #ccc;
	font: normal 16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#sidemenu ul li a{
	width:179px;
	height:100%;
	padding: 10px 5px 10px 15px;
	cursor:pointer;
	display:block;
	background-image:url(/global/images/sidemenu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sidemenu ul li a:hover{
	background-color: #EAF2F7;	/* yellow */
	text-decoration:none
}

/* Side Menu - Drop Down*/
#sidemenu ul li ul{
	width:180px;
	padding:0;
	background:none;
	background-color:#fdfdfd;
	border:1px solid #dddddd;
	position:absolute;
	left:205px;
	z-index:99;
	display:none;
}

#sidemenu ul li.drop:hover ul{
	display:block;
}

#sidemenu ul li ul li{
	width:180px;
	border-bottom:1px solid #cccccc;
}

/* Side Menu - Drop Down - Link Styling */
#sidemenu ul li ul li a{
	width:160px;
	padding:10px;
	font-size:14px;
	background-color:#f6f6f6;
}

/* highlight color */
#sidemenu ul li.drop ul li a:hover{
	background-color: #EAF2F7;	/* yellow */
}

/* highlight color */
li.drop:hover a{
	background-color: #EAF2F7;	/* yellow */
}

/* submenu background color */
li.drop:hover ul a{
	background-color: #fdfdfd;
}

/* eliminate border after last list element */
#sidemenu ul li.lastitem {
	border-bottom:none !important;
}

#sidemenu #menubottom {
	display: block;
	height: 14px;
	width: 210px;
	background: transparent url(/images/secondary/sidemenubottom.png) no-repeat;
}	

#sidemenu a {
	color: #000;
	text-decoration: none;
}

#sidemenu a:hover {
	text-decoration: underline;
}

/* Text, Headings and Other Elements in the Content */

#contentarea {
	padding: 0 5px 0 0;
	margin: 0 0 0 230px;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	clear: right;
	border: 1px solid transparent;
}

#contentarea h1 {
	color: #551456;
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #fc0;
}

#contentarea h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-bottom: 6px;
}

#contentarea h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #551456;
	margin-top: 18px;
}	

#contentarea p {
	margin-top: 14px;
	margin-bottom: 14px;
}

#contentarea ul {
	list-style: disc outside none;
	margin-left: 40px;
}

#contentarea ol {
	margin-left: 40px;
}


