/* WPS Standard Template A */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_logo, #wrap_menu,#topbanner, #wrap_content{
	width: 980px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo{
	min-height: 80px;
}
#toplogo img{
	display:block;
}
#topbanner{
	height:200px;
}
#wrap_menu{
	z-index:100;
	border:1px solid;
	border-width:1px 0;
	padding:1px 0;
}
	#navigation{
		height: 18px; /* not necessary, ruins Opera height */
		position: static; /* needed for menu to display at the right place */
		overflow: visible; /* in case there are too much menus */
	}
#wrap_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #wrap_content {
	height: 1%;
}
#wrap_content {
	zoom: 1;
	display: block;
	border-top:1px solid #FFF;
}
	#leftblock {
		float: left;
		display: inline; /* IE hack */
		width: 180px; 
		padding: 15px 0 25px 0;
		margin: 0 0 0 15px;
	}	
	#content{
		width:710px;
		float:right;
		padding-right:25px;
		margin:25px 0 25px 25px;
		display:block;
		min-height:300px;
	}
	#frontpage #content{
		padding-bottom:0;
	}
	* html #content{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#wrap_footer {
		width:735px;
		float:right;
		clear: both;
		position: relative;
		text-align:center;
		text-align:right;
	}
	#footer {
		padding: 4px;
	}

/*	Shortcuts or Search - Positioning and Layout */ 

#navigation div.search{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	width:200px;
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	margin:-2px 0 0 0;
	padding: 0 0 0 40px;
	position:relative;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */

.searchwords{
	line-height: 14px;
	height: 14px;
	border:0;
	width:138px;
	margin-top:0;
	border:1px solid #000;
}
div.search input.button{
	vertical-align: text-top;
/*	margin-top: 1px;*/
	line-height: 14px;
	height: 16px;
	padding: 0;
	margin-top:-2px;
	background:none;
	color:#FFF;
	border:none;
	font-family:Verdana;
	position:absolute;
	left:0;
	top:0;
}
span.searchbuttonbox > input.button{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords{
	height: 16px;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* Top nav */
#topmenu{
	float:left;
	display:inline;
	width:700px;
}
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul{
	list-style-type: none;
	margin: 0;
	padding:0;
}
#topmenu ul ul{
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 0;
	padding:0;
	border:1px solid #FFF;
	border-top:0;
}
#topmenu ul ul ul{
	left: 100%;
	top: -2px;
}
#topmenu li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height:18px;
	height: 18px;
	display: table;
	/* fix for Opera's no-width nested floats hover bug */
	text-align:center;
	font-weight:700;
	text-decoration: none;
	color: #FFF;
	background:#14133F;
	padding: 0 10px;
	border-right:1px solid #FFF;
}
#topmenu ul ul li {
	display: block;
	float: none;
	font-size:95%;
	width: 120px;	
	border-top:1px solid #FFF;
}
#topmenu ul ul ul li:first-child{
	margin-top:1px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	text-align:left;
	line-height: 18px;
	width:110px;
	padding: 0 5px;
	border-right:0;
	font-size:95%;
}
#topmenu ul ul li a {
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 14em;
	display: inline-block;
}
#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul,#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul
{
	display: none;
}  
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}
#topmenu a.current, #topmenu li:hover a, #topmenu li.sfhover a {
	color:#14133F;
	background-color: #FFF;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a,#topmenu li.sfhover li a, #topmenu li.sfhover li.sfhover a  {
	color: #FFF;
	background-color: #14133F; /* reset for submenus */
}
#topmenu li:hover li a:hover,#topmenu li.sfhover li a:hover  {
	background-color: #FFF;
color:#14133F;
}


/* Side Menu */
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
}
#smenu a{
	text-decoration: none;
	display: block;
	color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
#smenu ul a{
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a{
	padding-left: 15px;
	font-weight: normal;
}
#smenu ul ul ul a{
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul a{
	padding-left: 35px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 45px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#smenu a:hover,#current-smenu.current
{
	color: #FFF;
	background-color: #036;
}
#smenu ul, #smenu a
{
	border-color: #036;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

body{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage{
	background-color: #FFF;
} 
#toplogo{
	background-color: #FFF;
}
#wrap_menu{
	background-color: #14133F;
	border-color:#FFF;
}
#content h1{color:#14133F; font-size:160%;}
#wrap_content {
	background:#FFF url(images/leftbg.gif) left repeat-y;
	color: #333;
}
#wrap_footer {
	color:  #000;
	border-top:1px solid #CCC;
}
#wrap_footer a{ color:#000; text-decoration: none; font-weight: bold; }
#wrap_footer a:hover { color:#000; text-decoration: underline;}
a, #content a:link{
	color: #220088;
}
a:hover, #content a:hover{
	color:#0066CC;
}
#toplogo div.shortcuts span{
	color: #000;
}




