/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	font-color: #000;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background-color: #000033;
	background-image: url(/images/westwood_contentbg.png);
	background-attachment:fixed;
    background-repeat: repeat;
	color: #000;	
	font-color: #000;
	a:link {
	  	color: #000;
	}
	a:hover {
		color: #536DAC;
	}
	a:visited {
		color: #000;
	}
	a:active {
		color: #000;
	}
}

.style2 {color: #536DAC; font-weight:bold; }
.style1 {color: #536DAC; font-weight:bold; }
.style3 {color: #CC6666; font-weight:bold; size:1.25em; }
.style5 {color: #669999; font-weight:bold; } 
.style14 {color: #CC6666; font-weight:bold; }
.stylemrp {font-color: #CC6666; text-align: left;}
.stylered {color: #FF0000; font-style: italic;}

.current {
	color: #CC6666";
	font-Style: bold;
}

h1 {
	font-size: 2.5em;
	color: #536DAC;
	line-height: 2em;
	margin: 20px 0 ;
}

h2 {
	font-size: 1.5em;
	color: #536DAC;
	line-height: 2em;
	margin: 20px 0 ;
}

#logo{
	margin: 0px;
	float: left;
	width: 202px;
	height: 45px;
	background: url(/images/wmg_logo.png) no-repeat center;
	display: block;
}

header {
	background: #000033;
	width: 100%;
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 0px solid #000;
	z-index: 100;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section group {
	text-align: center;
	}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/* FROM PAGES WITH DIV TABLES */
	   div.clear { clear: both; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

      p.lft50 {
        margin-left: 0px;
      }

/*  GRID OF TWO */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
	text-align: center;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
	text-align: center;
}

/*  GRID OF FOUR */

.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
	text-align: center;

}

section {
	margin:40px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;
	background: #FFF url(/images/wmg_contentbg.png) center;
	background-attachment:fixed; 
}

.section group {
	text-align: left;
	}
	
.topnav {
  overflow: hidden;
  background-color: #000033;
  align: center;
  text-align: center;
}

.topnav a {
  float: left;
  display: block;
  color: #536DAC;
  text-color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.active {
  color: back;
  text-color: #000;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

