/*****************************/
/*** 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:#fff}

body {
width:800px;
margin:0 auto;
text-align:center;
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 		{margin:10px 0;}
h2 		{margin:10px 0;}
p 		{margin-top: 10px; margin-bottom: 16px;}

#header 			{}
#footer				{}
#contentBackground 	{ padding:20px;}
#contentPadding 	{ padding:10px 20px;}
#content 			{}
#sub-section 		{}
#footer 			{}
#copyright			{padding:5px;}

div#logo img{margin: 15px 25px 10px 15px;}
.letterStyle {margin:0 60px 40px 60px;}
.letterStyle h1{padding: 5px 0;}

/*****************************/
/*** ALL CSS ***/
/*****************************/
html		{background-color:#000;}
body 		{font-family: Arial, Helvetica, sans-serif;font-size: 12px; color: #000; line-height:18px; background-color:#FFF; }
h1 		{color:#BF1E2D; font-size:20px;}
h2 		{color:#BF1E2D; font-size:15px;}
p 		{}

#header 			{}
#contentBackground 	{}
#contentPadding 	{ }
#content 			{ background:#FFF;}
#sub-section 		{}
#footer 			{}
#copyright			{background-color:#ccc;}
.letterStyle {font-style:italic; }
.img-border {border:1px solid #5a3d1b;margin:8px;padding:3px;}

ol, ul {
	list-style: square;
	margin-left: 2em;
}

/*****************************/
/*** 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 {float: left; padding: 0 39px 0 36px; background: url("../images/diamond-black.gif") 100% 50% no-repeat; margin-top:7px; font-size:14px; }
.mainMenu #contact-us {background: none;}
.mainMenu ul li a {text-decoration:none; color:#000; font-weight:bold;}
.mainMenu ul li a:hover {color:#FFA727;}



/*****************************/
/*** Menu - Training List ***/
/*****************************/
#gradient-style{width:400px;text-align:left;border-collapse:collapse;margin-bottom:20px;}
#gradient-style th{font-weight:bold;background:#FFDE83;border-top:2px solid #FFA727;border-bottom:1px solid #fff;padding:6px 8px;}	
#gradient-style td{border-bottom:1px solid #fff;color:#000;border-top:1px solid #fff;background:#FFE8A6;padding:3px 8px;}
#gradient-style tfoot tr td{background:#e8edff;font-size:12px;}
#gradient-style thead tr:hover th{background:#FFDC48;color:#339;}
#gradient-style a:link,
#gradient-style a:visited,
#gradient-style a:hover,
#gradient-style a:active {color:#000; font-weight:bold;}

/*****************************/
/*** Table -  Workshop ***/
/*****************************/
.tableUpcomingWorkshop {width:100%;}
.tableUpcomingWorkshop td {padding:3px 6px;vertical-align:middle;}
.tableUpcomingWorkshop td a{color:#000;text-decoration:none;font-weight:bold;}
.tableUpcomingWorkshop tr.alt0	td{background-color:#FFDE83;}
.tableUpcomingWorkshop tr.alt1	td{background-color:#FFA727;}