/*****************************/
/*** RESET CSS 	***/
/*** http://meyerweb.com/eric/tools/css/reset/ ***/
/*****************************/
/* v1.0 | 20080212 */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************/
/*** CSS LAYOUT 	***/
/*** http://www.tjkdesign.com/articles/liquid/7.asp ***/
/*** HTML ***/
/***<div id="header"><h1>header</h1></div>
/***<div id="menu"><h1>menu</h1></div>
/***<div id="content"><h1>content</h1></div>
/***<div id="sub-section"><h1>sub-section</h1></div>
/***<div id="footer"><h1>footer</h1></div> ***/
/*****************************/
html {background:#000}

body {
width:760px;
margin:0 auto;
text-align:center;
background:#DFD4B8;
border:1px solid #666;
}

#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
text-align:left;
}

/* safari and opera need this */
#header,#menu,#footer {width:100%}
#content,#sub-section {float:left}
/*#content {width:79.9%}
#sub-section {width:20%}
*/
*#content {width:100%}
#footer {clear:left}

/*****************************/
/*** MARGIN AND PADDING 	***/
/*****************************/

body 	{margin-top: 30px; margin-bottom: 30px;}
h1 		{padding: 5px 10px; margin:10px 0;}
h2 		{padding: 5px 0; margin:10px 0;}
p 		{margin-top: 10px; margin-bottom: 16px;}

#header 			{}
#footer				{}
#contentBackground 	{padding:20px;}
#contentPadding 	{padding:10px 20px;}
#content 			{}
#sub-section 		{}
#footer 			{padding:10px 0;}

div#logo img{margin: 20px 18px 18px 25px;}

/*****************************/
/*** ALL CSS ***/
/*****************************/
body 	{font-family: Arial,Helvetica,sans-serif;font-size: 12px; color: #000; line-height:18px;}
h1 		{color:#6C3805; background:#CCAD71; font-size:20px;}
h2 		{color:#6C3805; font-size:15px;}
p 		{}

#header 			{}
#footer				{}
#contentBackground 	{}
#contentPadding 	{background:#FCEAC9;}
#content 			{background:#FCEAC9;}
#sub-section 		{}
#footer 			{}

.img-border {border:1px solid #5a3d1b;margin:8px;padding:3px;}


/*****************************/
/*** Links ***/
/*****************************/

a:link, a:visited {color:#000;}
a:hover {}


/*****************************/
/*** Background Images ***/
/*****************************/
#header {background: url(../images/gsl_bgLogo.jpg) 0 0 repeat-y; width:100%;}
div#separatorLogo{background: url(../images/gsl_lineTop.jpg) 0 0 repeat-x; height: 5px; width:100%;}


/*****************************/
/*** Menu - Main ***/
/*****************************/
.mainMenu {padding: 0px 10px;}
.mainMenu ul {margin: 0;padding: 0;list-style-type: none;}
.mainMenu ul li {padding: 10px;float: left; background: #CAAC70;}
.mainMenu ul li a {text-decoration:none; color:#fff; font-weight:bold;}


/*****************************/
/*** Menu - Training List ***/
/*****************************/
#gradient-style{width:500px;text-align:left;border-collapse:collapse;margin-bottom:20px;}
#gradient-style th{font-size:110%;font-weight:bold;background:#343434;border-top:4px solid #915900;padding:12px 8px;}	
#gradient-style td{color:#F6E3C2; font-style:italic; border-top:1px solid #fff;background:#343434;padding:3px 8px;}
#gradient-style thead tr:hover th, #gradient-style thead tr:hover th a{ background:#6D6D6D; color: #fff;}
#gradient-style a:link,
#gradient-style a:visited,
#gradient-style a:hover,
#gradient-style a:active {color:#FCD17F; font-weight:bold; text-decoration:none;}


/*****************************/
/*** Table -  Workshop ***/
/*****************************/
.tableUpcomingWorkshop {width:100%;}
.tableUpcomingWorkshop td {padding:3px 6px;}
.tableUpcomingWorkshop td a{color:#FCD17F;text-decoration:none;font-weight:bold;}
.tableUpcomingWorkshop tr.alt0	td{background-color:#343434;color:#FCD17F;}
.tableUpcomingWorkshop tr.alt1	td{background-color:#4C4C4C;color:#FCD17F;}