﻿/* general
--------------------------------------------------- */




body * 
{
	padding: 0;
	margin: 0;
}

body 
{
	background: #fff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 0;
	color: #333333;
	font-size: small;
        
}

img 
{
	display: block;
	border: 0;
}

em, cite 
{
	font-style: italic;
}

strong 
{
	font-weight: bold;
}

hr
{
	display: none;
}

.left
{
	float: left;
}

a, a:active, a:link, a:visited
{
	color: #333333;
}

a:hover
{
	color: #333333;
}

/* pagewrapper
--------------------------------------------------- */

#pagewrapper
{
	position: relative;
	margin: 0 auto;
	width: 748px;
	font-size: 90%;
	background-color: #fff;
        overflow: hidden;
}
     


/* headerwrapper
--------------------------------------------------- */

#headerwrapper
{
	position: relative;
	clear: both;
	width: 748px;
}

/* logo/seotext
--------------------------------------------------- */


#headerwrapper h2
{
	float: left;
	color: #003366;  /** WMS **/
	font-size: 100%;  /** WMS **/
	padding: 30px 0px 0px 0px;
	width: 374px;
	text-indent: -5000px;
	/** background logo WMS **/
    
}


/* global navigation
--------------------------------------------------- */
#globalnavwrapper
{
	float: left;
	width: 374px;
	padding: 0px 0px 0px 0px;
        }



#globalnav
{
	float: right;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 95%;
}

#globalnav li {
	float: right;
	padding: 0px 7px 0px 7px;
	border-right: solid 1px #003366;
	white-space: nowrap;
	font-weight: normal;
}

#globalnav a, #globalnav a:link, #globalnav a:visited, #globalnav a:active {
	text-decoration: none;
	color: #003366; 
}

#globalnav a:hover {
	text-decoration: underline;
	color: #003366;
}


/* banner wrapper
--------------------------------------------------- */

#bannerwrapper
{
	float: left;
	width: 100%;
}




#breadcrumb
{
	float: left;
	width: 733px;
	padding: 10px 0 0 15px;
	font-size: 80%;
        display: inherit;
}

#breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link
{
	color: #333333; 
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #333333;
	text-decoration: none;
}


/* main wrapper
--------------------------------------------------- */

#mainwrapper
{
	position: relative;
	clear: both;
	width: 748px;
	padding-top: 7px;
}

/* primary navigation
--------------------------------------------------- */


/* new Primary Nav style - */
#primarynavwrapper {
	padding-bottom:10px;
	width:747px;
}

#primarynav {
	position:relative;
	z-index:89;
	height:27px;
	background:#fff;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:747px;
	/*padding:0 0 0 26px;*/
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#primarynav li{
	float:left;
	height:27px;
	border-left:1px solid #ccc;
}

#primarynav li a{
	cursor:pointer;
	padding: 7px 2px 0 3px;
	color:#222;
	float:left;
	height:20px;
	font-size: 11px;
	text-align:center;
	min-width:52px;
}

#primarynav li a:hover{
	background: #ccc;
	color:#003366;
}
#primarynav li a.current{
	text-decoration: underline;
}

#primarynav li.sfhover,
#primarynav li:hover {
	position:relative;
}

#primarynav li.sfhover div,
#primarynav li:hover div{
	display:block;
}

#primarynav div {
	background:#fff;
	display:none;
	position:absolute;
	left:-1px;
	top:27px;
	z-index:10;
	text-align:left;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	width:170px;
}


#primarynav div ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}



#primarynav div ul li{
	line-height:18px;
	height:22px;
	float:none;
	border-right:none !important;
	border-bottom:1px solid #ccc;
}

#primarynav li div ul li a, #primarynav li div ul li a:active, #primarynav li div ul li a:link, #primarynav li div ul li a:visited{
	position:relative;
	padding:3px 0 3px 10px;
	float:none;
	width:160px;
	height:20px;
	display:block;
	text-align:left;
}

/*#primarynav div ul li a:hover{ text-decoration:underline; }*/

#primarynav li a, #primarynav li a:active, #primarynav li a:link, #primarynav li a:visited{
	font-size: 100%;
	text-decoration:none;
}

#primarynav div ul li a:hover{ 
	background:#ccc; 
	color:  #003366; 
}

#primarynav li.filler{
	display:none;
}
/* end Primary Nav style -*/

/* content wrapper
--------------------------------------------------- */
#contentwrapper
{
	width: 747px;
}

/* content
--------------------------------------------------- */
#content
{
	width: 100%;
}



#content h1, h2, h3
{
	padding-bottom: 10px;
	color: #003366;
}

#content h1
{
	font-size: 170%;
}

#content h2
{
	font-size: 150%;
}

#content h3
{
	font-size: 120%;
}

#content #intro
{
	color: #333333;
	padding-bottom: 10px;
        font-size: 110%;
        font-weight: normal;
        text-align: justify;
}

#content #maintext
{
	text-align: justify;
}

#content #maintext img, #content #intro img, #side .itemparagraph img, #footertext img{
	display:inline;
}

#content #maintext a,#content #maintext a:link, #content #maintext a:visited, #content #intro a,#content #intro a:link, #content #intro a:visited
{
	color: 333333;
	text-decoration: none;
}

#content #maintext a:hover, #content #intro a:hover
{
	color: ;
	text-decoration: none;
}



#maintext ul, #intro ul
{
	margin: 0 0 1em 1.5em;
	list-style: none;
	font-size: 95%;
        list-style-type: square;

}

#maintext li, #intro li
{
	line-height: 1.5em;
}

#main
{
	float: left;
	margin-right: 10px;
        width:585px;
}


#side
{
	float: left;
	width: 150px;
	background-color: #fff;
}

#side .item
{
	padding-top: 15px;
}

#side img
{
	margin: 0 auto;
	border: solid 3px #333333;
}

#side .itemparagraph
{
	width: 134px;
	padding: 8px;
	margin-top: 15px;
	color: #333333;
	font-size: 90%;
	border-top: solid 5px #fff;
	background-color: #fff;
}



#side a, #side a:visited, #side a:active, #side a:link
{
	color: ;
        text-decoration: none; 
}

#side a:hover
{
	color: ;
        text-decoration: none;
}




#side .itemparagraph ul
{
list-style-type:none;
}
/* gallery
--------------------------------------------------- */
#gallery
{
	text-align: center;
}

#gallery ul 
{
	list-style: none;
	float:left;
	display:inline;
	padding: 15px 0;
}

#gallery li
{
	float:left;
	overflow:hidden;
	width:80px;
	height:53px;
	margin:4px 3px 0 0;

}

#placeholder
{
	margin: 0 auto;
}

/* site map
--------------------------------------------------- */
#sitemap ul
{
	margin: 0 0 1em 1.5em;
	list-style: none;
	font-size: 95%;
}

#sitemap li
{
	line-height: 1.5em;
}


/* form
--------------------------------------------------- */
#form {
	width: 98%;
}



#form p.alert {
	margin: 2.5em 0 2em 0;
	font-size: 75%;
	font-style: italic;
        display: inherit;
}

#form fieldset {
	border: 1px #ccc solid;
	padding: 0 1em 1em 1em;
}

form#form legend {
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	padding: 0 4px;
}

#form span.mandatory {
	color: rgb(108,28,0);
}

#form dt {
	color: #333333;
	font-size: 90%;
	margin-bottom: 1px;
	text-transform: lowercase;
}

#form dd {
	margin-bottom: 1em;
}

#form input, form#form textarea, form#form select {
	padding: 3px;
	border: 1px #ccc solid;
	font-size: 110%;
}

#form input {
	width: 60%;	
}

#form input.wide {
	width: 80%;
}

#form textarea {
	width: 95%;
	padding: 3px;
	height: 130px;
}

#form input.submit { 
	font-size: 90%;
	padding: 5px 7px;
	margin-top: 2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	background-color: #cccccc;
}




/* footer wrapper
--------------------------------------------------- */


/* new footer style - */
#footerwrapper {
	background-color:#FFFFFF;
	border-top:5px solid #333333;
	clear:both;
	color:#333333;
	float:left;
	font-size:90%;
	margin:20px 0 0;
	padding-bottom:15px;
	padding-top:6px;
	width:748px;
}
#footernav{
	font-size:100%;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
#footernav li{
	border-left:1px solid #ccc;
	border-right:none;
	float:left;

}

#footernav li a{
	min-width:52px;
	padding:5px 10px;
	text-align:center;
	display:inline-block;
}

#footernav li a:hover{
	background: #ccc;
	color:#003366;
}

#footertext {
	border:1px solid #ccc;
	padding:5px 15px 5px 10px;
	color:#333333;
	float:right;
	text-align:right;

}
/*end new footer style*/
/* IE BUG FIXES
--------------------------------------------------- */

/* patches for IE5/5.5/6 Win */

body {
	text-align: center; /* workaround for IE5 centering bug */
	font-size: x-small; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* actual value */
}

/* compensate for IE5 centering bug */
#pagewrapper {
	text-align: left; 
}

/* fix IE block-level list whitespace bug */
* html #primarynav ul li a {
	height: 1%;
}

* html #primarynav li a {
	height: 1%;
}

/* fix the IE 5.5/6 phantom text bug */
#breadcrumb
{
	width: 730px;
}

/* fix IE centering bug */
#side .item
{
	text-align: center;
}

/* fix IE 5.5 item padding */
#side .itemparagraph
{
	width: 150px; /* for IE5/IE5.5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 134px; /* actual width */
}
