/*
-----------------
Created:	2 July 2007
Modified:	19 July 2007
CSS Master:	Fung Fan
-----------------///
*/
html, body {height: 100%;}
* {margin: 0; padding: 0;}
body {text-align: left; font-family: Arial,Verdana, Geneva, Helvetica, sans-serif; font-size: 75.01%; line-height: 1em;}
div {font-size: 1em;}
img {border: 0;}

a, a:link, a:active {text-decoration: none; background-color: inherit; color: #FFCC33;}
a:visited {text-decoration: none; background-color: inherit; color: #FFCC33;}
a:hover {text-decoration: none; background-color: inherit; color: #F7DE5F; border: none;}

acronym {border: none;}

/* 
-----------------
Basic Layout
-----------------///
*/
body {background: url(../img/GV2_bg.png) top repeat-x; color: #fff; margin:0em;}
div#btBody {height: 100%; background: url(../img/GV2_btm_bg.jpg) bottom repeat-x; padding: 0;}

div#pagewrapper {position: relative; min-height: 100%; border: 10px solid #996633; border-bottom: none; border-top: none; margin: 0 auto; width: 740px; background-color: #A88561; color: #fff;}

div#header {margin: 0;}
div#logo {float: right; width: 280px; display: inline; margin-left: 0; background-color: #fff;}
div#logo h1 a {background: url(../img/GBGM_Logo.jpg) center center no-repeat; display: block; height: 160px; text-indent: -999em; text-decoration:none;}


#logo h1 a {font-size: 12pt;}


/* Links */
div#link {margin: 0 0 0 0;}
div#linkT {background: url(../img/GV2_head_bg.jpg) right top #fff; height: 160px; text-align: center; overflow: hidden;}

div#clrLR {clear: both;}

ndiv#content {margin: 1.5em auto 0 0;}
div#main {margin: 0 279px 0px 0;}
div#mainWide {margin: 5px;}

div#sidebar {float: right; width: 279px; min-height: 220px; display: inline; margin: 0;}
div#sidebarIn {width: 100%; border: 1px solid #996633; border-bottom: none; border-right: none; margin: 20px 0 0 0; background-color: #A07449;}
div#sidebarBottom {margin: 0; background: url(../img/GV2_sideBottom.jpg) bottom repeat-x; width: 280px; height: 60px;}
div#sLeft {background: url(../img/GV2_sLeft.png) left no-repeat; width: 1px; height: 60px;}
/* for Internet Explorer */
/*\*/
* html div#sidebar {
height: 220px;
}
/**/

div#footer {position: absolute; bottom: 0; width: 100%; color: #fff; background: url(../img/GV2_foot.jpg) repeat-x; padding: 0px; margin-top: 0px;}
div#footer p {font-size: 8pt; padding: 8px; text-align: center; margin:0; color: #fff;}
div#footer p a {color: #fff;}

div.left49 {float: left; width: 49%;}
div.right49 {float: right; width: 49%; text-align: right;}

/* 
-----------------
Content Styling
-----------------///
*/
div#content {background-color: #A88561;}

div#main {padding: 0 5px 100px; 5px;}
div#main a, div#main a:link, div#main a:active {text-decoration: none; background-color: inherit; color: #F7DE5F; border-bottom: 1px solid #996633;}
div#main a:visited {text-decoration: none; background-color: inherit; color: #F7DE5F;}
div#main a:hover {text-decoration: none; background-color: #A07449; color: #fff; border: none;}

div#sidebar {padding: 0; color: #fff;}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1.5em;
   margin: 0;
   color: #fff;
}
div#content h2 {
   color: #fff; 
   font-size: 18pt; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.0em;
   padding-bottom: 1px;
/* set borders around header */ 
   line-height: 1.3em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #fff; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #fff; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
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 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0 0 1em 0;
   color: #fff;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/***************
/     MISC
/***************
/* GBM Board - Pictures */
.pic {
	float: left;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	border: 2px black solid;
}

/* GBM Board - each person */
.paraBT {
	clear: both;
	border-top: 1px dotted #333;
	padding: 10px 0 10px 0;
}

/* GBM Board - emails */
.email {
clear: both;
float:left;
}

/* Homepage sidebar links */
.mainLink {
	width: 230px;
	border: 1px solid #996633;
	padding: 5px 0;
}

/* LISTS */

/* Main Lists */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
   color: #fff;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}
div#main ul li {
	list-style-image: url(../img/bullet.png);
}
/* [/main list] */

/* RightNav List */
div#sidebar ul,
div#sidebar ol,
div#sidebar dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 1em;
   color: #fff;
}
div#sidebar ul li,
div#sidebar ol li {
   margin: 0 0 0.25em 1em;
}
div#sidebar ul li {
	list-style-image: url(../img/arrow.png);
}
/* [/rightnav] */

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/***************
/     TABLE
/***************
*/
.tAble td {height: 25px; vertical-align: middle;}
.tAbleNav td {padding: 3px 5px; vertical-align: middle; background-color: #996633; text-align: center;}

.tHeader {width: 25%; background-color:#996633; text-align: center; font-weight: bolder;}
.tHeader74 {width: 74%; background-color:#996633; text-align: center; font-weight: bolder;}
