/*============================================================
 Trade Apprentices CSS - cam 09
============================================================*/

@import url(reset.css);

/*============================================================
 Essentials
============================================================*/

html, body {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #7a7a7a;
	text-align: center;
	background-color: #E5E5E5;
}

/*============================================================
 Common Assets
============================================================*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	}

h1 { 
	font-size: 44px;
	font-weight: normal;
	letter-spacing: -4px;
	color: #ed1a3b;
	line-height: 1em;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
p {
	margin-bottom: 20px;
	}

input,
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	}

a	{
	text-decoration: underline;
	outline: none;
	}

a:link, a:visited {
	color: #ed1a3b;
	}

a:hover, a:active {
	text-decoration: none;
	}

a img	{border: none;}

/*============================================================
 Floats
============================================================*/

.float-l {
	display: block;
	float: left;
	}
	
.float-r {
	display: block;
	float: right;
	}

/*============================================================
 Wrapper
============================================================*/

.wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}
	
/*============================================================
 Footer
============================================================*/
	
.footer {
	display: block;
	height: 98px;
	color: #b5b4b4;
	line-height: 1.4em;
	background: #E5E5E5 url(../images/footer-bg.jpg) repeat-x top left;
	}
	
.footer a {
	color: #b5b4b4;
	font-size: 11px;
	text-decoration: none;
	}
	
.footer a:hover {
	text-decoration: underline;
	}
	
.f-left {
	margin-top: 49px;
	font-size:11px;
	}
	
.f-right {
	margin-top: 45px;
	margin-left: 45px;
	}
	
.f-right span {
	font-size: 11px;
	margin-right:10px;
	margin-top: 4px;
	text-align:right;
	width:300px;
	}
	
/*============================================================
 Header
============================================================*/
	
.header {
	display: block;
	height: 187px;
	background: white url(../images/bg.jpg) repeat-x top left;
	}
	
.header h1 {
	text-indent: -9999px;
	display: block;
	height: 134px;
	background: white url(../images/logo.jpg) no-repeat top left;
	}
	
.login {
	float: left;
	height: 53px;
	width: 481px;
	position: relative;
	background: white url(../images/login-bg.jpg) no-repeat top left;
	}

.logged-in {
	float:right;
	padding: 17px 30px 0 0;
}

.username {
	position: absolute;
	left:137px;
	top:19px;
	width:110px;
	border: none;
	background-color: transparent;
	font-size: 11px;
	}
	
.password {
	left:267px;
	position:absolute;
	top:19px;
	width:110px;
	border: none;
	background-color: transparent;
	font-size: 11px;
	}
	
.sign-in-btn {
	position:absolute;
	right:7px;
	top:15px;
	width: 80px;
	background-color: transparent;
	border: none;
	}
	
/*============================================================
 Navigation
============================================================*/
	
#primary-nav {
	float: left;
	height:53px;
	}
	
#primary-nav li {
	margin: 0;
	padding: 0;
	height: 53px;
	float: left;
	position: relative;
}

#primary-nav li#home a.mainlink {width: 81px; background: transparent url(../images/nav-home.jpg) no-repeat; }
#primary-nav li#home a.on { background-position: 0 -53px; }

#primary-nav li#employer a.mainlink {width: 94px; background: transparent url(../images/nav-employer.jpg) no-repeat;}
#primary-nav li#employer a.on { background-position: 0 -53px; }

#primary-nav li#apprentice a.mainlink {width: 111px; background: transparent url(../images/nav-apprentice.jpg) no-repeat;}
#primary-nav li#apprentice a.on { background-position: 0 -53px; }

#primary-nav li#information a.mainlink {width: 104px; background: transparent url(../images/nav-information.jpg) no-repeat;}
#primary-nav li#information a.on { background-position: 0 -53px; }

#primary-nav li#contact a.mainlink {width: 89px; background: transparent url(../images/nav-contact.jpg) no-repeat;}
#primary-nav li#contact a.on { background-position: 0 -53px; }

/* over */
#primary-nav li#home a.mainlink:hover, #primary-nav li#employer a.mainlink:hover, #primary-nav li#apprentice a.mainlink:hover, #primary-nav li#information a.mainlink:hover, #primary-nav li#contact a.mainlink:hover {background-position: 0 -53px;}

#primary-nav li a.mainlink {
	display: block;
	height: 53px;
	width: auto;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#primary-nav li strong {
	display: none;
}

/*============================================================
 Splash
============================================================*/

.splash {
	display: block;
	width: 960px;
	height: 395px;
	text-align:center;
	}
	
/*============================================================
 Content
============================================================*/
	
.content {
	display: block;
	background: white url(../images/content-bg.jpg) repeat-x top left;
	}
	
.c-header {
	display: block;
	width: 960px;
	height: 105px;
	background: white url(../images/c-header-bg.jpg) no-repeat top left;
	}
	
.c-header-search {
	display: block;
	width: 960px;
	height: 145px;
	background: white url(../images/search-header-bg.jpg) no-repeat top left;
	}

.c-header h1, .c-header-search h1 {
	padding: 25px 0 0 40px;
	}
	
.results-h1 h1 {
	padding: 15px 0 0 40px;
	}
	
.c-header .h1-2, .c-header-search .h1-2 {
	padding: 0 0 0 40px;
	}
	
.c-header h1 em, .c-header-search h1 em {
	color: white;
	font-style:normal;
	letter-spacing: -4px;
	}
	
.c-header .h1-3 {
	padding: 0 0 0 40px;
	color: #999999;
	font-style:normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
	
.c-header .h1-3 em {
	color: white;
	font-style:normal;
	font-size: 14px;
	letter-spacing: -1px;
	}
	
.c-text {
	width: 540px;
	padding: 35px 60px 35px 40px;
	}

.c-text p span {
	color: #ed1a3b;
	font-weight: bold;
	}
	
.c-text p strong {
	font-weight: bold;
	}	
	
.c-text ul {	
	line-height: 14px;	list-style:none;
	margin: 0; padding: 0 0 8px 0; text-align:left;
}

.c-text li {
	margin:0; padding: 0 0 0 10px;
	background:transparent url(../images/arrow-bull.gif) no-repeat scroll 0 5px;
}	
	
	
.d-text {
	padding: 35px 60px 35px 40px;
	background:#ffffff;
	text-align:left;
	}	
	
	
.d-text p span {
	color: #ed1a3b;
	font-weight: bold;
	}	
	
/*============================================================
 Content Side Element
============================================================*/
	
.c-side {
	width: 320px;
	margin-top: 15px;
	background: #CCC url(../images/c-side-bg.jpg) no-repeat top left;
	}
	
.c-side h3 {
	color: #7a7a7a;
	margin: 10px 6px 0 20px;
	height: 24px;
	font-weight: bold;
	}
	
.c-side-item {
	display: block;
	padding: 20px;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	}
	
.c-side-item span {
	font-weight: bold;
	display: block;
	}


.c-side-item ul {	
	line-height: 14px;	list-style:none;
	margin: 0; padding: 8px 0 8px 0; text-align:left;
}

.c-side-item li {
	margin:0; padding: 0 0 0 10px;
	background:transparent url(../images/arrow-bull.gif) no-repeat scroll 0 5px;
}


.gtalogo {
	margin: 0 0 15px 5px;
	display:inline;
	}
	
/*============================================================
 Tables
============================================================*/
	
.content table {
	margin-top: 10px;
	}

.t-alt {
	background-color: #f3f3f3;
	}
	
.t-dark {
	background-color: #e5e5e5;
	}
	
.t-head th {
	font-weight: bold;
	}
	
.contact-note {
	float: left;
	margin: 15px 0 0;
	}
	
.results tr td {
	height: 30px;
	vertical-align: middle;
	font-size: 11px;
	line-height:14px;
	}

.results tr th {
	height: 30px;
	vertical-align: middle;
	font-size: 11px;
	line-height:14px;
	}
	
.results tr td.photo {
	height: 120px;
	vertical-align: middle;
	}
	
.results tr td.name {
	color: #e91838;
	font-weight: bold;
	}
	
.t-dark td {
	font-size: 12px !important;
}

.t-dark th {
	font-size: 12px !important;
}
	
/*============================================================
 Forms
============================================================*/
	
.labels {
	text-align: right;
	width: 400px;
	}
	
.fields {
	text-align: left;
	}
	
.fields input {
	padding: 4px 8px;
	background-color: white;
	border: 1px solid #c7c7c7;
	width: 244px;
	margin-top: 4px;
	}

.labels label {
	font-weight: bold;
	cursor: pointer;
	display:block;
	margin:8px 12px;
	}
	
.labels label em {
	color: red;
	font-style: normal;
	}
	
.submit-btn {
	width: 110px;
	padding: 0;
	margin:8px 0 0;
	background-color: transparent;
	border: none;
	float: right;
	}
	
.next-btn {
	width: 110px;
	padding: 0;
	margin:8px 0 0;
	background-color: transparent;
	border: none;
	float: right;
	}
	
.descriptor-txt {
	line-height:50px;
	float:right;
	margin: 0 10px 0 10px;
	}

.validationError {
	padding-right:15px;
	color:#f00;
	font-weight: bold;	
}
	
.back-btn {
	background-color:transparent;
	border:medium none;
	float:left;
	margin:8px 0 0;
	padding:0;
	width:110px;
}
	
	
/*============================================================
 Search Bar
============================================================*/
	
.s-bar {
	height: 56px;
	margin-top: 15px;
	padding-left: 80px;
	background: white url(../images/search-bar-bg.jpg) no-repeat top left;
	}
	
.s-bar-dd {
	margin-top: 16px;
	padding-left: 5px;
	}
	
.search-btn {
	width: 110px;
	border: none;
	background-color: transparent;
	margin-top:11px;
	padding-left:12px;
	}

/*============================================================
 Fixes
============================================================*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
