/*
	GSC Group website main css style sheet

    Version 2.4
    Last Edited: February 9, 2007 5:02 p.m. +8:00 GMT

   

	Table of Contents:
		layout
		typography
		forms

    Version History
    1.0: Created style sheet
    2.0: Added #innercontent-right ul, #innercontent-right ul li
	2.1: Adjusted bottom padding for #innercontent-right ul li
	2.2: Added style rules for #breadcrumbs & #breadcrumbs p
	2.3: Modified Sytle rule for elemetns within #subimage
	2.4 Updated nav-bg styles

*/

/* layout
----------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

ol,ul {list-style:none;}

caption,th {text-align:left;}

body {
xbackground-color: #6894DE;
background: url('static_images/pattern-bg.gif') 0 0;
xfont-family: Verdana, Arial, Helvetica, sans-serif;
xfont-family: Georgia, "Times New Roman", Times, serif;
font-family: Trebuchet MS, Arial;
xfont-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
xfont-family: Arial, Helvetica, sans-serif; 
margin: 0 auto;
padding: 35px 0 0 0;
font-size: 62.5% 
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

img {
border: 0;
}

.xcontainer {
width: 0px;
position: relative;
margin: 0 auto;
padding: 0;
display: block;
}

#fadebox {
background-color: #ffffcc;
xwidth: 100%;
border-top: 2px solid yellow;
border-bottom: 2px solid yellow;
padding: 5px;
margin-top: -35px;
xtop: 0;
xposition: absolute;
}

.container {
width: 800px;
margin: 0 auto;
}

#fadebox p {
margin:0;
xpadding-bottom:5px;
text-align:center;
font-family:Trebuchet MS, Arial;
font-size:120%;
}
	
#fadebox img {
border:none;
xpadding-top:5px;
vertical-align:center;
}

.hide, hr {
visibility: hidden; 
display: none;
}

.clearboth {
clear: both;
}

/* <br class="clearboth" /> */



#wrapper {
width: 763px;
background: url('static_images/body-bg.gif') repeat-y 0 0;
margin: 0 auto;
padding: 0 0 0 0;
xbackground-color: #fff;
}

/* Header
----------------------------------------------- */

#header {
margin: 0 auto;
xposition: relative;
padding: 0;
}

#header h1 {
position: absolute;
margin: 0;
padding: 0;
text-indent: -5000px;
}

#logo { 
margin: 40px 0px 20px 0px;
padding: 0px 0px 0px 35px;
}

#logo .sublogo { 
margin: 0 0px 0 350px;
padding: 0px 0px 0px 0px;
}

#nav-bg {
width: 728px;
height: 26px;
position: relative;
background-color: #4D4D4D;
margin: 0 0 0 14px;
padding: 0;
}

#nav-bg ul {
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 421px;
height: 9px;
background: url('static_images/mainnav.png') no-repeat top left;
position: absolute;
top: 9px;
left: 24px;
}

#nav-bg ul li {
display: block;
list-style-type: none;
float: left;
height: 9px;
}

#nav-bg ul li a {
display: block;
height: 9px;
}

li#about a {display: block; width: 78px;}
li#about a:hover, li#about .selected {background: url('static_images/mainnav.png') no-repeat 0px -9px;}

li#news a {display: block; width: 110px;}
li#news a:hover, li#news .selected {background: url('static_images/mainnav.png') no-repeat -78px -9px;}

li#members a {display: block; width: 76px;}
li#members a:hover, li#members .selected {background: url('static_images/mainnav.png') no-repeat -188px -9px;}

li#resources a {display: block; width: 86px;}
li#resources a:hover, li#resources .selected {background: url('static_images/mainnav.png') no-repeat -264px -9px;}

li#contact a {display: block; width: 71px;}
li#contact a:hover, li#contact .selected {background: url('static_images/mainnav.png') no-repeat -350px -9px;}

#nav-bg p a {
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 102px;
height: 9px;
background: url('static_images/login.png') no-repeat top left;
position: absolute;
top: 8px;
right: 24px;
}

#nav-bg p a:hover {
display: block;
width: 102px;
height: 9px;
background: url('static_images/login-over.png') no-repeat top left;
}

#nav-bg p.portal a {
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 108px;
height: 9px;
background: url('images/portal.png') no-repeat top left;
position: absolute;
top: 8px;
right: 24px;
}

#nav-bg p.portal a:hover {
display: block;
width: 108px;
height: 9px;
background: url('images/portal-over.png') no-repeat top left;
}

/* Index Image
----------------------------------------------- */

#mainimage {
margin: 5px 0 0 14px;
padding: 0 0 0 0;
}

/* Sub Main Image
----------------------------------------------- */

#subimage {
margin: 0 0 0 14px;
padding: 0 0 0 0;
width: 726px;
height: 126px;
background: url('static_images/subimage.jpg') no-repeat top left;
}

#subimage h1 {
font-family: Trebuchet MS, Arial;
color: #fff;
line-height: .9em;
font-size: 1.9em;
padding: 45px 0 0 20px;
margin: 0 0 0 0;
}

#subimage h1 span {
color: #fff;
font-size: .7em;
text-decoration: none;
}

#subimage h1 a {
font-family: Trebuchet MS, Arial;
color: #fff;
text-decoration: none;
}

#subimage h1 a:hover {
text-decoration: underline;
}

/* Content Left
----------------------------------------------- */

#content-left {
margin: 25px 0 0 0;
padding: 0 0 0 0;
width: 517px;
float: left;
line-height: 2em;

}

#content-left h1 {
margin: 0 20px 5px 35px;
padding: 0 0 0 0;
font-size: 1.7em;
font-family: Trebuchet MS, Arial;
font-weight: normal;
color: #243D37;
}

#content-left h2 {
margin: 0 20px 0 35px;
padding: 0 0 0 0;
font-size: 1.4em;
font-family: Trebuchet MS, Arial;
font-weight: bold;
color: #93432C;
}

#content-left p {
margin: 8px 20px 0 35px;
padding: 0 0 0 0;
font-size: 1.2em;
xfont-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #333;
}

#content-left table {
margin: 0 0 0 35px;
font-family: Trebuchet MS, Arial;
padding: 0 0 0 0;
}

#content-left table td {
border: 1px dotted #666;
background-color: #C3DDDD;
}

#content-left table p {
margin: 0 0 0 0;
font-family: Trebuchet MS, Arial;
padding: 8px;
}

#content-left table p a {
color: #32626E;
font-weight: bold;
padding: 0;
display: block;
text-decoration: none;
}

#content-left table p a:hover {
text-decoration: underline;
display: block;
padding: 0;
xbackground-color: #00FF33;
}

#content-left table p span {
color: #990000;
}

#content-left table h2 {
margin: 0 0 0 0;
padding: 3px 0 3px 3px;
font-size: 1.4em;
font-weight: bold;
color: #fff;
border: 1px solid #32626E;
background-color: #32626E;
}

/* Recent News - Left
----------------------------------------------- */

#recentnews-left {
margin: 25px 0 0 0;
font-family: Trebuchet MS, Arial;
xwidth: 224px;
line-height: 2em;

xbackground-color: #00FFFF;
background: url('images/newsdot-left.gif') repeat-y 0 0;
width: 517px;
float: left;
}

#recentnews-left h2 {
margin: 0 10px 0 16px;
font-family: Trebuchet MS, Arial;
font-size: 1.4em;
font-weight: bold;
color: #93432C;
}

#recentnews-left p.date {
font-size: 1.1em;
xfont-family: Georgia, "Times New Roman", Times, serif;
margin: 0 10px 5px 16px;
padding: 0 0 0 0;
color: #32626E;
}

#recentnews-left p {
font-size: 1.2em;
xfont-family: Georgia, "Times New Roman", Times, serif;
margin: 0 10px 5px 16px;
padding: 0 0 0 0;
color: #333;
}

#recentnews-left p a {
color: #93432C;
}

#recentnews-left p.newsbrowse {
font-size: 1.1em;
color: #32626E;
}

#recentnews-left p.newsbrowse a {
color: #32626E;
}

/* Recent News - Right
----------------------------------------------- */

#recentnews-right {
margin: 25px 0 0 0;
padding: 0 0 0 0;
width: 224px;
float: left;
}

#recentnews-right h2 {
margin: 0 10px 5px 10px;
font-family: Trebuchet MS, Arial;
font-size: 1.7em;
font-weight: normal;
color: #243D37;
}

#recentnews-right h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.5em;
xfont-weight: normal;
color: #243D37;
}

#recentnews-right ul {
margin: 0 0 0 0;
font-family: Trebuchet MS, Arial;
padding: 0 0 0 0;
}

#recentnews-right ul li {
margin: 0 0 0px 10px;
padding: 0 0 0 0;
font-size: 1.2em;
}

#recentnews-right ul li.divider {
margin: 0 0 0px 10px;
padding: 0 0 0 0;
height: 25px;
}

#recentnews-right ul li a {
color: #93432C;
}



#recentnews-right .archives-bg {
background-color: #E8E8E8;
margin: 20px 0 0 10px;
padding: 10px;
}

#recentnews-right p {
margin: 3px 0 0 5px;
padding: 0 0 0 0;
font-size: 1.2em;
padding: 0 0 0 0;
}

#recentnews-right p a {
color: #32626E;
text-decoration: none;
}




/* Breadcrumb Navigation
----------------------------------------------- */

#breadcrumbs {
margin: 5px 0 0 15px;
padding: 0 0 0 0;
}

#breadcrumbs p {
font-family: Trebuchet MS, Arial;
font-size: 1.2em;
}


/* Inner Content Left
----------------------------------------------- */

#innercontent-left {
margin: 10px 0 0 0;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
width: 224px;
float: left;
}

#innercontent-left ul {
padding: 0 0 0 0px;
margin: 0 0 0 35px;
list-style-type: none;
font-size: 1.3em;
}

#innercontent-left ul li {
padding: 2px 0 0 30px;
margin: 0 0 0 0;
height: 25px;
background: url('static_images/link-bg.gif') no-repeat 0 0;
}

#innercontent-left ul li a {
color: #32626E;
text-decoration: none;
}

#innercontent-left ul li a:hover {
color: #93432C;
}

/* Content Right
----------------------------------------------- */

#content-right {
margin: 25px 0 0 0;
padding: 0 0 0 0;
width: 224px;
line-height: 2em;
float: left;
background: url('static_images/dot-right.gif') repeat-y 0 0;

}

#content-right .box{
width: 194px;
xbackground-color: #CCCC33;
margin-left: 20px;
}

#content-right h2 {
xmargin: 0 10px 0 20px;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.7em;
font-weight: normal;
color: #93432C;
}

#content-right h3 {
xmargin: 0 10px 0 20px;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.5em;
font-weight: bold;
color: #32626E;
}

#content-right p {
margin: 5px 0 0 0;
xfont-family: Georgia, "Times New Roman", Times, serif;
padding: 0 0 0 0;
font-size: 1.2em;
font-weight: normal;
color: #333;
}

#content-right p a {
font-weight: bold;
color: #32626E;
}

#content-right p.blur {
text-align: center;
margin: 0;
padding: 0;
}

#content-right p.blur span {
font-weight: bold;
text-de
}

/* Inner Content Right
----------------------------------------------- */

#innercontent-right {
margin: 10px 0 0 0;
padding: 0 0 0 0;
width: 517px;
line-height: 2em;
float: left;
background: url('static_images/innerdot-right.gif') repeat-y 0 0;
}

#innercontent-right h1 {
margin: 0 10px 5px 10px;
font-family: Trebuchet MS, Arial;
padding: 0 0 0 0;
font-size: 1.7em;
font-weight: normal;
color: #243D37;
}

#innercontent-right h2 {
margin: 0 10px 0 10px;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.4em;
font-weight: bold;
color: #93432C;
}

#innercontent-right p {
margin: 8px 10px 0 10px;
font-size: 1.2em;
padding: 0 0 0 0;
xfont-family: Georgia, "Times New Roman", Times, serif;
}

#innercontent-right ul {
margin: 8px 10px 0 10px;
font-size: 1.2em;
list-style-type: disc;
padding: 0 0 0 0;
xfont-family: Georgia, "Times New Roman", Times, serif;
}

#innercontent-right ul li {
margin: 0 0 0 20px;
padding: 0 0 14px 0;
}

/* For Version 2 Only
----------------------------------------------- */

#innercontent-right #left {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 317px;
line-height: 2em;
float: left;
font-family: Trebuchet MS, Arial;
}



#innercontent-right #left h2 {
margin: 0 10px 0 10px;
padding: 0 0 0 0;
font-size: 1.3em;
font-family: Trebuchet MS, Arial;
font-weight: bold;
color: #93432C;
}

#innercontent-right #left p {
margin: 8px 10px 0 10px;
xfont-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
padding: 0 0 0 0;
}

#innercontent-right #right {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 200px;
float: left;
}

#innercontent-right #right h2 {
margin: 5px 10px 0 0px;
padding: 0 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.5em;
font-weight: bold;
color: #32626E;
}

#innercontent-right #right p {
margin: 8px 10px 0 0px;
xfont-family: Georgia, "Times New Roman", Times, serif;
padding: 0 0 0 0;
}

/* For Version 3 Only
----------------------------------------------- */

#innercontent-leftver02 {
margin: 25px 0 0 0;
padding: 0 0 0 0;
line-height: 2em;
width: 320px;
float: left;
}

#innercontent-leftver02 h2 {
font-size: 1.7em;
font-family: Trebuchet MS, Arial;
color: #243D37;
font-weight: normal;
margin: 0 10px 5px 16px;
padding: 0 0 0 0;
}

#innercontent-leftver02 h3 {
font-size: 1.3em;
font-family: Trebuchet MS, Arial;
color: #93432C;
font-weight: bold;
margin: 0 10px 5px 16px;
padding: 0 0 0 0;
}

#innercontent-leftver02 p {
font-size: 1.2em;
xfont-family: Georgia, "Times New Roman", Times, serif;
margin: 8px 10px 5px 16px;
padding: 0 0 0 0;
color: #333;
}

#innercontent-center {
margin: 25px 0 0 0;
padding: 0 0 0 0;
line-height: 2em;
width: 210px;
float: left;
background: url('static_images/innercontent-center-bg.gif') repeat-y 0 0;
}

#innercontent-center h2 {
font-size: 1.7em;
color: #243D37;
font-family: Trebuchet MS, Arial;
font-weight: normal;
margin: 0 0 5px 10px;
padding: 0 0 0 0;
}

#innercontent-center h3 {
font-size: 1.4em;
color: #93432C;
font-family: Trebuchet MS, Arial;
font-weight: bold;
margin: 0 0 5px 10px;
padding: 0 0 0 0;
}

#innercontent-center p {
font-size: 1.2em;
xfont-family: Georgia, "Times New Roman", Times, serif;
margin: 0 10px 5px 10px;
padding: 0 0 0 0;
color: #333;
}

#innercontent-center p a {
color: #32626E;
}

#innercontent-rightver03 {
margin: 25px 0 0 0;
padding: 0 0 0 0;
line-height: 2em;
width: 226px;
float: left;
background: url('static_images/innercontent-rightver03-bg.gif') repeat-y 0 0;

}

#innercontent-rightver03 h2 {
font-size: 1.7em;
font-family: Trebuchet MS, Arial;
color: #243D37;
font-weight: normal;
margin: 0 0 5px 10px;
padding: 0 0 0 0;
}

#innercontent-rightver03 p {
font-size: 1.2em;
xfont-family: Georgia, "Times New Roman", Times, serif;
margin: 0 10px 5px 10px;
padding: 0 0 0 0;
color: #333;
}

#innercontent-rightver03 p a {
color: #32626E;
}



/* Slideshow rotator
----------------------------------------------- */


*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	
	overflow: hidden;
	position: relative;
	width: 160px;
	height: 90px;
}

#rotator img
{
	width: 160px;
	height: 90px;
}





/* Footer
----------------------------------------------- */

#footer {
clear: both;
margin: 0 0 0 0;
padding: 50px 0 0 0;
font-family: Trebuchet MS, Arial;
font-size: 1.2em;
}

#footer p {
margin: 0 0 0 35px;
padding: 5px 0 0 0;
color: #666;
}

#footer p strong {
font-weight: bold;
color: #32626E;
}



/* Drop Down Navigation
----------------------------------------------- */

.dropmenudiv {
position: absolute;
top: 0;
font: normal 11px Arial;
margin-top: 8px;
width: 170px;
background-color: #4D4D4D;
border-bottom-width: 0;
z-index:100;
visibility: hidden;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #696969; 
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: #AACECE;
}

.dropmenudiv a:hover{ 
background-color: #5E5D5D;
color: #fff;
}
