/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 - modified for gms */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* gms specific css */
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	color:#000;
	background-color:#700002;/*dark red*/
	text-align:center;
	}
#outerwrap {
	width:100%;
	border-bottom:2px solid #380004;
	background-color:#fffdfd;
	background-image:url(../img/common/bg-globe.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
#topwrap {/*ID for top-of-pg anchor*/
	width:800px;
	margin:0 auto;
	padding:10px 0 0;/* use padding instead of margin for multicolumn layouts because of IE */
	}
p.toTop {/*in PRINT.CSS set display to none*/
    margin-top:3em;
	background-image:url(../img/common/up.gif);
	background-repeat:no-repeat;
	}
p.toTop a {
    padding-left:12px;
	}		
/**********
banner*/
#banner {
	background-image:url(../img/common/top-shadow.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:25px;
	}
h1 {
	margin:0;
    font-weight:normal;
	font-size:2.0em;
	height:143px;
	width:100%;
	color:#700002;/*dark red*/
	}
.images-on h1 {
    text-indent:-10000px;
	background-image:url(../img/common/GMS-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
    }		
/**********
navbar*/
#sidebar {
    float:left;
	width:160px;
	padding-top:30px;
	text-align:left;
	}
ul#nav {
    list-style:none;
	margin:0 0 20px;
	padding:0;
	}
ul#nav li a:link, ul#nav li a:visited {
    text-decoration: none;
	display: block;
	width:135px;
	padding: 10px 0 10px 25px;
	color: #636466;
	font-weight: bold;
	}
ul#nav li a:hover {
    background-color:#700002;/*dark red*/
	background-image:url(../img/common/hoverbg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	color: #fff;
	}
ul#nav li {
	margin: 0;
	padding: 0;
	line-height:1.3em;
	}
ul#nav ul, ul#nav ul li {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
#sidebar.pg-home a#home, #sidebar.pg-perspectives a#perspectives, #sidebar.pg-experience a#experience, #sidebar.pg-mediarights a#mediarights, #sidebar.pg-roles a#roles, #sidebar.pg-principals a#principals, #sidebar.pg-news a#news, #sidebar.pg-contact a#contact {
    color: #700002;/*dark red*/
    }
#sidebar.pg-home a:hover#home, #sidebar.pg-perspectives a#perspectives, #sidebar.pg-experience a#experience, #sidebar.pg-mediarights a#mediarights, #sidebar.pg-roles a#roles, #sidebar.pg-principals a#principals, #sidebar.pg-news a#news, #sidebar.pg-contact a#contact {
    background-color:transparent;
	background-image:none;
    }		
/**********
sidebar pics*/
#pics img {
    border:1px solid #700002;
    }
/**********
main content*/
#content {
	float:right;
	width:490px;
	padding:30px 80px 0 0;
	text-align:left;
	}
#content.hmpg {
	width:510px;
	padding:30px 60px 0 0;
	}
#content.contactpg {
	padding:30px 0 0 0;
	}
.center {
    text-align:center;
	}
img {
	border: 0;
	}
img.border {
	border:1px solid #700002;
	}
.imgR {
	float:right;
	margin:0 0 1.2em 1.2em;
    border:1px solid #700002;
	}
.imgL {
	float:left;
	margin:0 1.2em 1.2em 0;
    border:1px solid #700002;
	}
.divL, .divP1 {
	float:left;
	width:45%;
	}
.divR, .divP2 {
	float:right;
	width:45%;
	}
.divClearCenter {/*for Media Rights pg*/
	clear:both;
	text-align:center;
	}
.divClearCenter h3 {
	padding:1.2em 0 0;
	}
.divL40 {
	float:left;
	width:40%;
	}
.divR60 {
	float:right;
	width:58%;
	}
div.arrows {
	background-image:url(../img/arrows.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	}
div.hilite {
	border:1px solid #700002;
	margin-bottom:1.2em;
	}
div.hiliteTop {
	border:1px solid #700002;
	margin-bottom:0;
	}
div.arrows div.hilite {
	margin-left:48px;
	}
div.hilite h3, div.hiliteTop h3 {
    background-color:#700002;/*dark red*/
	background-image:url(../img/common/hoverbg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border-bottom:1px solid #700002;
	color:#fff;
	font-size: 1.2em;
	margin:0 0 1.2em;
	padding:0.2em;
	font-weight: bold;
	text-align:center;
	}
div.hilite ul, div.hiliteTop ul {
	margin-bottom: 1.2em;
	margin-left:2.0em; 
	}
div.hilite ul ul {
	margin-bottom: 0; 
	}
div.hilite li {
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	}
div.hilite h4, div.hilite p {
	line-height: 1.5em;
	margin: 0.2em 0.7em;
	}
div.hiliteTop li {
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	}
div.hilite ul.spread li {
	line-height: 2.2em; 
	}		
/**********
footer*/
.clear {clear:both;}
.np {}/*no print*/
#footer {
    clear:both;
	margin:0.5em auto 20px;
	width:100%;
	padding:0 0 1em;
	}
#footer p {
    clear:both;
	font-size: 90%;
	color:#966;
	margin:0;
	line-height:1.2em;
	}
#footer a {
	color:#966;
	}
#footer a:hover {
	color:#669;
	}		
/**********
typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #009;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#700002;/*dark red*/
	}
h2 {
	font-size: 1.7em;
	margin: 0 0 1.2em;
	font-weight: bold;
	color:#b61121;/*med red*/
	}
h2.h2hmpg {
	font-size: 1.6em;
	text-align:center;
	}
h3 {
	font-size: 1.3em;
	margin: 1.4em 0 1.2em;
	font-weight: bold;
	color:#b61121;/*med red*/
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;  
	}
ol, ul {
	margin-bottom: 1.2em;
	margin-left:1.5em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}		
/**********
tables*/
table {
    margin: 1.5em 0;
	width: 100%; /* optional */
    border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
caption {
    font-weight: bold;
	font-size: 1.1em;
    text-align: center;
	}
th {
    text-align: center;
	padding: 0.5em;
	font-size: 1.0em;
	}
th.th-left {
    text-align: left;
	}
td {
    padding: 0.5em;
	font-size: 1.0em;
	}
td.td-center {
    text-align: center;
	}
th, td {
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

table.form {
    margin: 0;
	width:auto;
    border: none;
	}
table.form td {
    border: none;
	vertical-align:top;
	}
fieldset {
	border:1px solid #700002;
	padding:0 15px 15px;
	margin-bottom:2.4em;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	color:#b61121;/*med red*/
	padding:4px 6px;
}
/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Onyx
  -----------------------------------
*/
.p7APM10 {
	padding: 0;
	margin: 0 auto;
	width: auto;
	border-bottom:1px solid #b61121;
}
.p7APM10 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM10 .p7APMtrig h3, .p7APM10 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.1em;
	line-height:1.2em;
	border-top:1px solid #b61121;
	zoom: 1;
}
.p7APM10 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 24px;
	color: #b61121 !important;/*med red*/
	font-weight: bold;
	background-image: url(../p7apm/img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM10 .p7APMtrig a span {/*for author & date*/
	font-size:90%;
	color:#000;
	font-weight:normal;
}
.p7APM10 .p7APMtrig a.p7APM_ext, .p7APM10 .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #999 !important;
	letter-spacing: normal !important;
	background-image: url(../p7apm/img/p7apm_page_black.gif);
}
.p7APM10 .p7APMtrig a:hover {
	color: #b61121 !important;/*med red*/
	text-decoration: underline;
	background-color: transparent !important;
}
.p7APM10 .p7APMtrig .p7APMtrig_down, .p7APM10 .p7APMtrig .p7APMtrig_down:hover  {
	color: #b61121 !important;/*med red*/
	background-image: url(../p7apm/img/p7apm_south_black.gif) !important;
	background-position: left center;
}
.p7APM10 .p7APMcwrapper {
	position: relative;
}
.p7APM10 .p7APMpanelcontent {
	padding:0 20px 20px;
	margin: 0 10px;
	background-color: #FFF;
	border-left: 1px solid #700002;/*dark red*/
}
.p7APM10 .p7APMcontent h2, .p7APM10 .p7APMcontent h3, 
.p7APM10 .p7APMcontent h4 {
	margin: 0 0 1.2em;
}
.p7APM10 .p7APMcontent p {
	margin: 1.2em 0 0;
}
.p7APM10 .current_mark {
	font-weight: bold !important;
}
/* 
  -----------------------------------
  Horizontal Glider Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Basic
  -----------------------------------
  for the Principals pg
*/
.p7HGM04 {
	padding: 0;
	zoom: 1;
}
.p7HGM04 .p7HGM_viewport_wrapper {
	position: relative;
}
.p7HGM04 .p7HGM_panel_content {
	padding: 0 10px;
}
.p7HGM04 .p7HGMtrig {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0;
}
.p7HGM04 .p7HGMtrig.trigbottom {
	margin-bottom: 0;
	margin-top: 6px;
}
.p7HGM04 .p7HGMtrig ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.p7HGM04 .p7HGMtrig li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
.p7HGM04 .p7HGMtrig li.last {
	margin-right: 0;
}
.p7HGM04 .p7HGMtrig a {
	display: block;
	padding: 10px 10px 0;
	color: #009;
	border: 1px solid #fff;
	text-decoration: underline;
	font-weight:bold;
}
.p7HGM04 .p7HGMtrig a:hover {
	color: #b61121;/*med red*/
	border:1px solid #700002;/*dark red*/
	text-decoration:none;
}
.p7HGM04 .p7HGMtrig .panel_open {
	color: #b61121;/*med red*/
	border:1px solid #700002;/*dark red*/
	text-decoration:none;
}
.p7HGM04 .p7HGMtrig .current_mark {
	font-weight:bold;
}
.p7HGM04 .p7HGM_panel_content .current_mark {
	color:#000;
	font-weight:bold;
}

