﻿#IWS_WH_Zone1 ul {
line-height: 2em;


}

#IWS_WH_Zone1 ul li{
line-height: 1.4em;


}

#IWS_WH_Zone2 ul {
line-height: 2em;


}

#IWS_WH_Zone2 ul li{
line-height: 1.4em;
margin-left: 20px;



}
.BG_Base img
{
margin: 0px 0px 0px 0px;
width: 960px;
}

.BG_Base
{
background-color: #fffff;
background-image: none;
}

.MSC_PrimaryNavFrame

{
margin:0px 0px 0px 0px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;


}

.F_Mid

{

	color:#333333;

}


@charset "utf-8";
/* CSS Document */

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

table.MS_MasterFrame{
   margin: 0 auto;     /* this centers wrapper */
   color: #525252;
   background-image: url(images/shadow-middle.png);
   background-color: transparent;
   background-repeat: repeat-y;
   width: 960px;
}

* {
margin:0;
padding:0;
outline: 0
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
	border: 0;
	text-align: center;
}
.marginright {
	margin-right: 30px;
	text-align: center;
}

.paddingright {
	margin-right: 10px;
}
.paddingleft {
	padding-left: 10px;
	padding-right: 10px;
}

.borderright {
	border-right: 2px dotted #00437D;
	text-align: left;
}
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/

body {
   background-color:#2C6193;
   background-image: url(images/test.jpg);
   background-repeat:repeat-x;
   color: #525252;

}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   color: #525252;
   background-image: url(images/shadow-middle.png);
   background-color: transparent;
   background-repeat: repeat-y;
   width: 986px;
}

div#shadow-top {
   background-image: url(images/shadow-top.png);
   background-color: transparent;
   background-repeat: no-repeat;
   width: 986px;
   height: 13px;
   margin: 0 auto;
   margin-top: 20px;

}


div#shadow-bottom{
   background-image: url(images/shadow-bottom.png);
   background-color: #transparent;
   background-repeat: no-repeat;
   width: 986px;
   height: 17px;
   margin: 0 auto;
   margin-top: 0px;
}

div#header {
/* you can set your own image here */
   background: transparent; 
   position: relative;
   top: 0px;
   width:960px;
   margin:0 auto;
   display: block; 
   height: 180px;             /* adjust according your image size */
         
}
div#logo {
/* you can set your own image here */
   background: transparent url(images/logo.jpg) no-repeat; 
   position: relative;
   top: 0px;
   width:400px;
   float:left;
   display: block; 
   height: 175px;             /* adjust according your image size */
         
}


div#content {
   margin: 1.5em auto 0em 0; /* some air above and under menu and content */
   width:960px;
   margin: 0 auto;
}

div#main {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   clear:both;
   margin-right: 2%; /* and some air on the right */
}

div#footer {
   color: #ffffff;
   background-color: #transparent;
   background-image: url(images/footerback.jpg);
   background-repeat: repeat-x;
   width: 960px;
   margin: 0 auto;
   text-align:center;
}

div#footer p {
   font-size: 0.8em;
   text-align: left; 
   margin:0;
   height: 100%;
   padding: 1.2em;
   text-align:center;

}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 1.7em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   font-family: Lucida Sans Unicode;
}
div#content h2 {
   color: #083579; 
   font-size: 1.5em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.2em;
   margin: 0 0 0.2em 0;
   font-family: Lucida Sans Unicode;
font-weight: lighter;
}
div#content h3 {
   color: #083579; 
   font-size: 1.8em; 
   text-align: left; 
   line-height: 1.2em;
   padding-left: 40px;
   padding-top: 5px;
   margin: 0 0 0.5em 0;
   background-image: url(images/h3icon.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   height: 30px;
   font-family: Lucida Sans Unicode;
font-weight: lighter;
}
div#content h4 {
   color: #083579; 
   font-size: 1.4em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.2em;
   margin: 0 0 0.2em 0;
   font-family: Lucida Sans Unicode;
font-weight: lighter;


}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 0.8em 0;  /* some air around p elements */
	line-height:1.4em;
	padding: 0;
	text-align: left;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;

/* END TEXT */

/* LISTS */
ul,
ol,
dl {
  font-size: 1.0em;
   line-height:4em;
   margin: 0 0 1em 0;
}
ul li,
ol li {
   margin: 0 0 0.25em 3em;
   line-height:4em;
}

dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
