@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, blockquote, img, dd, dt, table, td, tr { 
margin: 0; 
padding: 0; 
border: 0; 
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #4f8aa8;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #454545;
}
h1, h2, h3, h4, h5, h6	{
	font-family:Tahoma, Geneva, sans-serif;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #015b7d;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header	{
	height:121px;
	background-image:url(../images/gti_header980.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#header h1 {
	padding: 80px 0 0 220px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 30px;
	color:#FFF;
	letter-spacing: .1em;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEE; /* padding keeps the content of the div away from the edges */
	border-left: solid 1px #4f8aa8;
	border-bottom: solid 1px #4f8aa8;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#015b7d;
	color: #fff;
	font-size: 11px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1	{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}
#mainContent h2, h3	{
	color:#000;
}
#mainContent h1, h2, h3, h4, h5, h6	{
	margin:10px 0;
	/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	letter-spacing:0.5px;
}
#mainContent h2	{
	font-size:14px;
}
#mainContent a, #sidebar2 a	{
	color:#015b7d;
	text-decoration:none;
	border-bottom:solid 1px #015b7d;
	padding-bottom:1px;
}
#mainContent a:hover, #sidebar2 a:hover	{
	color:#015b7d;
	text-decoration:none;
	border:none;
}
#mainContent p	{
	padding:5px;
	line-height:140%;
}
#mainContent ul	{
	margin-left:40px;
	margin-bottom:15px;
}
#mainContent li	{
	line-height:140%;
}
#breadcrumbs {
	font-size: 10px;
	color: #999;
	margin: 10px 0 20px 40px;
	}
#breadcrumbs a	{
	color:#999;
	text-decoration:none;
	border:none;
}
#breadcrumbs a:hover	{
	color:#999;
	text-decoration:underline;
	border:none;
}
#course1, #course2, #course3, #course4	{
	width:280px;
	float:left;
	height:250px;
	text-align:center;
	background-color:#C5DAE4;
	margin-bottom:15px;
	border:1px solid #999;
}
#course1 h2, #course2 h2, #course3 h2, #course4 h2	{
	font-size:18px;
	color:#fff;
}
.course p	{
	font-size:12px;
	line-height:110%;
	color:#000;
	}
	
.course h2	{
	font-size:20px;
	margin:0;
}
.course h4	{
	margin:2px;
	color:#000;
	font-size:12px;
}
.course h3	{
	margin:3px;
	color:#000;
	font-size:13px;
}
#course1	{
	margin-right:15px;
}
#course3	{
	margin-right:15px;
}
.coursearea h2 {
	display:block;
	background-color:#015B7D;
	height:50px
}

#breadcrumbs {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999;
z-index: 6;
margin-top: 5px;
}
#breadcrumbs a {
text-decoration: none;
color: #999;
}
#breadcrumbs a:hover {
color: #006182;
text-decoration: underline;
}

.longlist li {
padding-bottom:8px;
}
.nobullets li {
list-style-type:none;
padding-left:3px;
}
legend {
color: #006182;
font-weight: bold;
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
}

fieldset { 
padding: 10px; 
border: 2px solid #CCC; 
}
.undolonglist li {
padding-bottom:2px;
}

h4 {
	display:block;
	color:#FFF;
	background-color:#006182;
	padding:5px;
	font-size:12px;
	letter-spacing:0.1em;
}
.inverse {
color:#FFF;
background-color:#006182;
}.blue {
color: #00C;
}

