@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('../fonts/CartoGothicStd-Book-webfont.eot');
    src: url('../fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('eot'),
         url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('eot'),
         url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Bold-webfont.svg#webfontjp82WRel') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #444;
}

body p {
	line-height: 150%;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}


h1, h2, h3, h4 {
	font-family: CartoGothicStdBook, Arial, sans-serif;
}

h1 {
 	font-size: 30px;
 	margin: 20px 0 10px 0;
 	text-transform: uppercase;
 	letter-spacing: -1px;
}

h2 {
 	font-size: 24px;
 	margin: 20px 0 10px 0;
 	text-transform: uppercase;
}

/* Links */

a {
	color: #444;
}
a:hover {
	color: #032245;
}

a:focus {
	outline: none;
}

a.button {
	display: inline-block;
	padding: 10px;
	background: #032245;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin: 10px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}

a.button:hover {
	background: #224b7a;
}


a.file, li.file {
	padding-left: 35px;
	padding-bottom: 20px;
}


.pdf {
	background: url(../images/icons/file_pdf.png) no-repeat left top;
}

.jpg {
	background: url(../images/icons/file_jpg.png) no-repeat left top;
}

.doc {
	background: url(../images/icons/file_doc.png) no-repeat left top;
}

.txt {
	background: url(../images/icons/file_txt.png) no-repeat left top;
}

.gif {
	background: url(../images/icons/file_gif.png) no-repeat left top;
}

.ppt {
	background: url(../images/icons/file_ppt.png) no-repeat left top;
}

.xls {
	background: url(../images/icons/file_xls.png) no-repeat left top;
}

.div {
	background: url(../images/icons/file_div.png) no-repeat left top;
}

p.file {
	margin-bottom: 20px;
}


/* table styles */

table.content-table {
	width: 100%;
	background-color: #eee;
}

table.content-table h2 {
	font-size: 14px;
	margin: 5px 0;
}

table.content-table th {
	background-color: #032245;
	color: white;
	font-weight: bold;
	text-align: left;
}

table.content-table th, 
table.content-table td {
	padding: 4px 6px;
	border-bottom: 2px solid white;
	vertical-align: top;
}

table.content-table td.teamimage {
	width: 150px;
	margin-left: 10px;
}

table.content-table td.desc {
	width: 359px;
}

table.more-courses {
	display: none;
}

/* Form styles */
form.content_form fieldset {
	background: #eee;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

form.content_form fieldset legend {
	padding-left: 5px;
	background: white;
	border: 1px solid #ccc;
	padding: 3px 6px;
}

form.content_form dt {
	float: left;
	width: 150px;
	padding: 3px;
}

form.content_form dd {
	margin-left: 160px;
	padding-bottom: 10px;
}

form.content_form input[type='text'], form.content_form textarea {
	width: 450px;
}

form.content_form input.small {
	width: 100px;
}

div#search form input[type='text'] {
	width: 110px;
}

div#search form input[type='submit'] {
	width: 85px;
}

/* table styles */

ul.nn6-messages {
	border: 1px solid #FAC805;
	background-color: #F9DC72;
	padding: 10px;
	margin-bottom: 10px;
}
ul.nn6-messages li {
	padding: 3px 0;
}

ul.error {
	border: 1px solid #F94604;
	background-color: #F78660;
}

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
