@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);

/* Reset from http://meyerweb.com/eric/tools/css/reset/  */

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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
/* .clear {clear:both;} */
.clear {clear:both; display: block;}


b { font-weight: bold; }

/* Base */

body,td {
  background: #d5dfea url(/images/grad-bg.png) repeat-x;
  font-family: "Source Sans Pro", "Arial", "Helvetica";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }

p { margin: 1em 0; }

#container {
  width: 960px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 1.5rem #444;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#header h1 {
  background: url(/images/gcct-logo.png) no-repeat;
  width: 357px;
  height: 99px;
  margin: auto;
}

#header h1 a {
  display: block;
  text-indent: -10000px;
  width: 357px;
  height: 99px;
  color: Black;
  outline: none;
}

#banner {
  background: #263564;
/*  background: url(/images/banners/banner-bg.png) repeat-x; */
  width: 100%;
  height: 220px;
  color: White;
}

#banner h2 {
  font-size: 1.6rem;
  padding-top: 10px;
  text-align: center;
}

#banner .images {
  width: 800px;
  border: 0;
  height: 140px;
  margin: auto;
}

#banner .images div {
  float: left;
  height: 140px;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  color: white;
}

#banner .images div h3 {
  font-size: 1.2rem;
}

#banner .images div.images-1 {
  width: 100%;
}

#banner .images div.images-2 {
  width: 50%;
}

#banner .images div.images-3 {
  width: 33%;
}

#banner .images div img {
  -webkit-box-shadow: 0 0 64px #668;
  -moz-box-shadow: #668 0 0 64px;
  box-shadow: 0 0 64px #668;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 100px;
  margin-top: 12px;
}

/* home page banner images */


#navig {
  list-style-type: none;
  width: 930px;
  margin: 10px auto;
}

#navig li {
  display: block;
  float: left;
  width: 120px;
  background: #fff;
  margin-right: 15px;
  text-align: center;
  height: 22px;
  padding: 4px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#navig li.last {
  margin-right: 0px;
}

#navig li a {
  display: block;
  width: 120px;
  height: 22px;
  font-size: 1.1rem;
  font-variant: small-caps;
  text-decoration: none;
  color: Black;
  outline: none;
}

#navig li:hover,
#navig li a:hover {
  background: #D3DAE2;
  color: #fff;
}

#navig li:hover {
  box-shadow: 0 0 10px #fff;
}

#content {
  margin: 1px 0 10px 0;
  border-top: 3px solid #919faf;
}

h2.title {
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;;
  font-variant: small-caps;
  font-weight: bold;
  padding: 0.5em 0 0.5em 285px;
}

h2.title.wide {
  text-align: center;
  padding-left: 0px;
}

#left {
  float: left;
  width: 240px;
  margin: 25px 0 0 15px;
}

#main {
  margin: 25px 0 25px 285px;
  width: 640px;
  min-height: 400px;
}

#main.wide {
  margin: 25px 0 0 15px;
  width: 920px;
}

#subnav {
  list-style-type: none;
  width: 180px;
  margin: 0 auto;
}

#subnav li {
  display: block;
  width: 180px;
  background: #fff;
  text-align: center;
  border: 1px solid #666;
  margin-bottom: 10px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

#subnav li a {
  display: block;
  width: 180px;
  height: 22px;
  padding: 6px 0 6px 0;
  text-decoration: none;
  color: Black;
  outline: none;
}

#subnav li.current a {
  font-weight: bold;
}

#subnav li:hover a,
#subnav li a:hover {
  background: #919faf;
  color: #fff;
}

#main h3 {
  margin-bottom: 1em;
}

td,th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

#main ul {
  list-style-type: disc;
  margin-left: 2em;
}

ul.services > li {
  margin-bottom: 1em;
}

div.news.block {
  margin-bottom: 2em;
}

div.news.item {
 margin-top: 1em;
}


table.courses {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}

table.courses th,
table.courses td {
  padding: 3px 4px;
}

table.courses tr.even th,
table.courses tr.even td {
  background: #eee;
}
