#logo{behavior: url("iepngfix.htc"); }

@charset "utf-8";
/* CSS Document */

	
td {
border:0;
vertical-align:top;
}

body {
	background-image:url(images/body-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#b4c4ff;
	font-family:Tahoma, Arial;
	font-size:80%;
	color:#263468;
	margin:0;
	padding:0;
}
a:link, A:visited, A:active {
	color:#a70229;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

a img {
	border:none;
	}
/* ----------- CONTAINER ------ */


#container {
width:979px;
margin:0 auto;
position:relative;
}

/* ----------- HEADER ---------- */

#header {
width:979px;
height:125px;
padding:0px;
margin:0;
background-image:url(images/header.jpg);
background-position:top;
background-repeat: no-repeat;
}





/* ----------- LOGO ---------- */
#logo {
position:absolute; 
top:20px;
left:440px;
}

#logo a img {
border:none;
background-image:url(images/logo-WGG.png); 
background-position:0 0;
width:200px;
height:191px;
background-repeat:no-repeat;
}
#logo a:hover img {
	background-position:-208px 0px;
}




/*------------ ADDRESS-----------*/
#address {
	float:left; 
	width:200px;
	margin-left:30px;
	padding-top:1px;
	}
	
#phone {
	padding-top:1px;
	text-align:right;
	margin-right:30px;
	}


/*------------------------banner---------------------------*/
#herobanner {
	width:813px;
	height:148px;
	float:right;
	background-image:url(images/hero-banner.jpg); background-repeat:no-repeat;
	}


#leftcolumn {
	float:left;
	width:140px;
	padding-left:20px;
	}

/* ----------- NAV ---------- */

#nav {
width:140px;
background-color:#f2f5fd;
padding:0;
position:relative;
top:-140px;
}

#nav ul {
	padding:0px;
	margin:0px;
}

#nav ul li {
	list-style-type:none;
	border-bottom:2px solid #a2add7;
	
}

#nav ul li a:link, #nav ul li a:visited {
text-decoration:none;
color:#a70229;
font-size:14px;	
padding-left:5px;
}

#nav ul li a:hover {
color:#fff;
background-color:#a7032a;
}

#nav ul.glossymenu li a.current {
	background-color:#a7032a;
	color:#fff;
	}




#mybody {
	width:979px;
	padding:0;
	margin:0;
	background-image:url(images/bg-repeat.jpg); background-repeat:repeat-y;
	float:right;
	}




/* ----------- MAIN CONTENT ---------- */

#content {
	margin:0px 20px 0 175px;
	padding:20px;
  		min-height:500px;
  		height:auto !important;
  		height:500px;
		/*line-height:20px;*/
}
#content p {
	
	}
#content h1 {
	font-size:24px;
	}
	
#content ul {
	margin-left:40px;
	}



h1, h1 a:link, h1 a:visited, 
h2, h2 a:link, h1 a:visited,
h3, h3 a:link, h1 a:visited,
h4, h4 a:link, h1 a:visited,
h5, h5 a:link, h1 a:visited
 {color:#a70229;
	text-decoration:none;
	margin:10px 0;

}





/* ----------- RIGHT COLUMN ---------- */

#rightcolumn {
float:right;
width:200px;
margin:70px 0 20px 50px;
padding:0 0 130px 0;
background-image:url(images/3women.jpg); background-repeat:no-repeat;
background-position:bottom;

}
#rightcolumn h2 {
	margin-top:10px;
	font-size:18px;
	}
#rightcolumn ul {
	list-style-type:none;
	margin-left:0;
	padding:0;
	}
#rightcolumn ul li {
	width:185px;
	padding-left:20px;
	}
#rightcolumn li a {
	color:#263468;
	text-decoration:none;
	}
#rightcolumn li a:hover {
	text-decoration:underline;
	}
/* ----------- FOOTER ------ */
#footer {
 	margin:0;
	padding:10px 0 30px 190px;
	background-image:url(images/footer.jpg); background-repeat:no-repeat;
	background-position:bottom
}

#footer p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
/*line-height:12px;*/
}
#footer a {
	color:#333333;
	font-size:10px;
	text-decoration:none;
	}
#footer a:hover {
	color:#263468;
	}
#footer ul {
	padding:0;
	margin:0;	
}
#footer li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	list-style-type:none;
	display:inline;
	text-align:center;
	padding:0 10px 0 0;
	margin:0;
}

#footer li a {
	padding:0;
	margin:0;
	color:#a70229;	
	text-decoration:none;
	font-size:10px;
	font-weight:normal;	
}
#footer li a:hover {
	color:#263468;
	text-decoration:underline;
}


.clearboth {
	clear:both;
	}
a[href $='.pdf'] { 
   padding-right: 30px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

#breadcrumbtree {
	margin-bottom:25px;
	}
.screenonly {
	display:block;
	visibility:visible;
	}
.printonly {
	display:none;
	visibility:collapse;
	}
	
