/*
------------------------------------------------
 General CSS for SafeTec Training Services
 Copyright (c)2010, Kim Vigsbo, Vigsbo Solutons
------------------------------------------------
*/

body {
	background-color: #eeeeee;
}

body, td, div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

h1 {
	font-size: 18px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h1.testimonial {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h1.headline {
	color: #ff9c00;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h2.headline {
	color: #ff9c00;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h3.headline {
	color: #ff9c00;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

h1.footer {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	padding:0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px dotted #cccccc;
}

strong {
	font-weight: bold;
}

.hilite {
	background-color: #ffffcc;
	padding: 2px;
}

.special-hr {
	border: none 0;
	border-top: 1px dashed #dcdcdc;
	width: 100%;
	height: 1px;
	margin: 8px 0 8px 0;
}

.round-borders {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

a {
    outline: none;
}

.error-box {
	color: red;
	padding: 8px;
 	border: 1px solid #ff0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
}

fieldset {
 	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    padding: 12px;
}

.fieldset-top-margin {
    margin-top: 12px;
}

legend {
    font-weight: bold;
    padding: 0 4px 0 4px;
    font-size: 16px;
}


/*
-------------------------------
header
-------------------------------
*/

.header-bg {
	text-align: center;
	background-color: #ffffff;
}

.header {
	width: 980px;
	height: 74px;
	margin: 0 auto;
	text-align: left;
}

.header-logo {
	float: left;
	height: 52px;
	width: 428px;
	margin: 14px 0 8px 0;
}


/*
-------------------------------
nav
-------------------------------
*/

.nav-bg {
	text-align: center;
	height: 50px;
	background: url(../images/nav-bg.png) repeat-x;
}

.nav-container {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}

.nav-menu li {
	float: left;
	display: inline;
}

a.nav-home, a.nav-home-a {
	display: block;
	float: left;
	width: 82px;
	height: 50px;
	background: url(../images/nav-sprite.png) 0 150px;
}
a.nav-home:hover { background: url(../images/nav-sprite.png) 0 100px; }
a.nav-home-a { background: url(../images/nav-sprite.png) 0 50px; }

a.nav-ems, a.nav-ems-a {
	display: block;
	float: left;
	width: 191px;
	height: 50px;
	background: url(../images/nav-sprite.png) -82px 150px;
}
a.nav-ems:hover { background: url(../images/nav-sprite.png) -82px 100px; }
a.nav-ems-a { background: url(../images/nav-sprite.png) -82px 50px; }

a.nav-healthcare, a.nav-healthcare-a {
	display: block;
	float: left;
	width: 124px;
	height: 50px;
	background: url(../images/nav-sprite.png) -273px 150px;
}
a.nav-healthcare:hover { background: url(../images/nav-sprite.png) -273px 100px; }
a.nav-healthcare-a { background: url(../images/nav-sprite.png) -273px 50px; }

a.nav-corporate, a.nav-corporate-a {
	display: block;
	float: left;
	width: 205px;
	height: 50px;
	background: url(../images/nav-sprite.png) -397px 150px;
}
a.nav-corporate:hover { background: url(../images/nav-sprite.png) -397px 100px; }
a.nav-corporate-a { background: url(../images/nav-sprite.png) -397px 50px; }

a.nav-testimonials, a.nav-testimonials-a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	background: url(../images/nav-sprite.png) -602px 150px;
}
a.nav-testimonials:hover { background: url(../images/nav-sprite.png) -602px 100px; }
a.nav-testimonials-a { background: url(../images/nav-sprite.png) -602px 50px; }

a.nav-about, a.nav-about-a {
	display: block;
	float: left;
	width: 108px;
	height: 50px;
	background: url(../images/nav-sprite.png) -742px 150px;
}
a.nav-about:hover { background: url(../images/nav-sprite.png) -742px 100px; }
a.nav-about-a { background: url(../images/nav-sprite.png) -742px 50px; }

a.nav-contact, a.nav-contact-a {
	display: block;
	float: left;
	width: 123px;
	height: 50px;
	background: url(../images/nav-sprite.png) -850px 150px;
}
a.nav-contact:hover { background: url(../images/nav-sprite.png) -850px 100px; }
a.nav-contact-a { background: url(../images/nav-sprite.png) -850px 50px; }


/*
-------------------------------
promo
-------------------------------
*/

.promo-bg {
	text-align: center;
	background-color: #81a8f7;
	border-bottom: 1px solid #5684fb;
}

.promo {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.promo-inner {
	padding: 20px 0 20px 0;
}

.promo-left {
    float: left;
    width: 600px;
}

.promo-right {
    float: left;
    width: 380px;
    text-align: center;
}

.promo-left-inner {
	/*padding: 34px 34px 15px 24px;*/
	padding: 34px 34px 15px 0;
}

.promo-text-header {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1em;
    text-shadow: 0 0 0.1em #8a8a8a;
}

.promo-text {
    color: #ffffff;
    line-height: 1.2em;
    font-size: 18px;
}


/*
-------------------------------
content
-------------------------------
*/

.content-bg {
	text-align: center;
	background: #ffffff url(../images/content-bg.png) repeat-x;
}

.content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.content-inner {
	padding: 24px 0 24px 0;
}



.content-box-fixed {
    float: left;
    height: 280px;
    width: 318px;
    background: transparent url(../images/content-box-fixed.png) no-repeat;
}

.content-box-fixed-inner {
	padding: 12px 13px 14px 15px;
}

.content-box-fixed-icon {
    float: left;
    height: 48px;
}

.content-box-fixed-headline {
    float: left;
    height: 44px;
    width: 230px;
	color: #ff9c00;
	font-size: 20px;
    margin-top: 9px;
    margin-left: 12px;
}

.content-box-fixed-text {
    height: 110px;
    width: 286px;
	color: #000000;
	font-size: 14px;
}

.content-box-fixed-button {
    height: 32px;
    width: 175px;
    margin-top: 48px;
    margin-left: 60px;
}


.content-box-small-container {
    float: left;
    width: 318px;
}

.content-box-small-top {
    width: 318px;
    height: 16px;
    background: transparent url(../images/content-box-small-top.png) no-repeat;
}

.content-box-small-mid {
    width: 318px;
    background: transparent url(../images/content-box-small-mid.png) repeat-y;
}

.content-box-small-bottom {
    width: 318px;
    height: 16px;
    background: transparent url(../images/content-box-small-bottom.png) no-repeat;
}



.content-box-large-container {
    float: left;
    width: 650px;
}

.content-box-large-top {
    width: 650px;
    height: 16px;
    background: transparent url(../images/content-box-large-top.png) no-repeat;
}

.content-box-large-mid {
    width: 650px;
    background: transparent url(../images/content-box-large-mid.png) repeat-y;
}

.content-box-large-bottom {
    width: 650px;
    height: 16px;
    background: transparent url(../images/content-box-large-bottom.png) no-repeat;
}



.content-box-full-top {
    width: 980px;
    height: 16px;
    background: transparent url(../images/content-box-full-top.png) no-repeat;
}

.content-box-full-mid {
    width: 980px;
    background: transparent url(../images/content-box-full-mid.png) repeat-y;
}

.content-box-full-bottom {
    width: 980px;
    height: 16px;
    background: transparent url(../images/content-box-full-bottom.png) no-repeat;
}



.content-box-space {
    margin-left: 12px;
}

.content-box-space-top {
    margin-top: 12px;
}

.content-box-inner {
	padding: 1px 20px 1px 20px;
}


a.courses {
	display: block;
	float: left;
	width: 175px;
	height: 32px;
	background: url(../images/available-courses.png) 0 0;
}
a.courses:hover { background: url(../images/available-courses.png) 0 32px; }

.course-box {
    padding: 8px;
}

.course-status-text {
    font-size: 11px;
    margin-top: 4px;
}

a.nav-courses {
	color: #1b80cc;
    display: block;
	font-size: 14px;
	text-decoration: none;
    background-color: #fbfbfb;
 	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    margin-bottom: 8px;
}

a.nav-courses:hover {
	color: #1b80cc;
    display: block;
	font-size: 14px;
	text-decoration: none;
    background-color: #fafad2;
 	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    margin-bottom: 8px;
}

a.nav-courses-pop {
	color: #1b80cc;
    display: block;
	font-size: 14px;
	text-decoration: none;
    background-color: #fbfbfb;
 	border: 2px solid #cccccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    margin-bottom: 8px;
}

a.nav-courses-pop:hover {
	color: #1b80cc;
    display: block;
	font-size: 14px;
	text-decoration: none;
    background-color: #fafad2;
 	border: 2px solid #cccccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    margin-bottom: 8px;
}

h2.scheduled-classes {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #cccccc;
}



/*
------------------------
registration
------------------------
*/

#register-form .headline {
	padding-bottom: 20px;
}

h2.register {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #cccccc;
}

#register-form .label {
	float: left;
	width: 96px;
	font-size: 14px;
	padding-top: 4px;
}

#register-form .input-field {
	float: left;
    width: 400px;
	margin-bottom: 12px;
}

#register-form .field {
	font-size: 18px;
	padding: 4px;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 520px;
}

#register-form .field-short {
	font-size: 18px;
	padding: 4px;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#register-form .submit-button {
	margin-left: 96px;
    margin-top: 12px;
}

#register-form a.contact {
	display: block;
	float: left;
	width: 175px;
	height: 32px;
	background: url(../images/register-submit.png) 0 0;
}
#register-form a.contact:hover { background: url(../images/register-submit.png) 0 32px; }

#register-form .security-box {
    width: 520px;
    padding: 4px;
    border: 1px solid green;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#register-form .security-numbers {
    background-color: #000000;
    padding: 4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#register-form .required {
    color: #ff0000;
    font-size: 12px;
    margin-left: 6px;
}


/*
------------------------
course data
------------------------
*/


#course-box .course-title {
    font-weight: bold;
}

#course-box .label {
	float: left;
	width: 96px;
	font-size: 14px;
}

#course-box .data {
	float: left;
    color: #008000;
    width: 818px;
	margin-bottom: 6px;
}



/*
-------------------------------
testimonials
-------------------------------
*/

.testimonial-box {
	/*width: 960px;*/
	background: transparent url(../images/quotes.png) left top no-repeat;
}

.testimonial-text {
	color: #333333;
	font-size: 14px;
}

.testimonial-source {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 26px;
}


/*
------------------------
contact
------------------------
*/

#contact-form .label {
	float: left;
	width: 70px;
	padding-right: 12px;
	font-size: 16px;
	padding-top: 4px;
}

#contact-form .input-field {
	float: left;
    width: 400px;
	margin-bottom: 12px;
}

#contact-form .field {
	font-size: 18px;
	padding: 4px;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 520px;
}

#contact-form .field-short {
	font-size: 18px;
	padding: 4px;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#contact-form .submit-button {
	margin-left: 82px;
}

#contact-form a.contact {
	display: block;
	float: left;
	width: 175px;
	height: 32px;
	background: url(../images/contact-submit.png) 0 0;
}
#contact-form a.contact:hover { background: url(../images/contact-submit.png) 0 32px; }

#contact-form .security-box {
    width: 520px;
    padding: 4px;
    border: 1px solid green;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#contact-form .security-numbers {
    background-color: #000000;
    padding: 4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/*
-------------------------------
footer
-------------------------------
*/

.footer-bg {
	text-align: center;
	border-top: 1px solid #D9D9D9;
}

.footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.footer-left {
	float: left;
	width: 500px;
}

.footer-right {
	float: left;
	width: 480px;
}

.footer-inner {
	padding: 20px 0 20px 0;
}

.copyright {
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    margin-top: 20px;
}

.rights {
    font-size: 11px;
    color: #666666;
}

.vigsbo-text {
    text-align: right;
    font-size: 10px;
    color: #666666;
    margin-bottom: 4px;
    margin-top: 20px;
}

.vigsbo-logo {
    text-align: right;
}

.nav-footer-bg {
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
}

a.nav-footer {
	color: #3366cc;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

a.nav-footer:hover {
	color: #ffffff;
	background-color: #1b80cc;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.nav-footer-selected {
	color: #3366cc;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f3f1f1;
}


/*
-------------------------------
various settings
-------------------------------
*/

.text-green {
	color: green;
}

.text-red {
	color: red;
}

.text-orange {
	color: #ff9c00;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}


a.copy {
	color: #1b80cc;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #1b80cc;
}

a.copy:hover {
	color: #ffffff;
	background-color: #1b80cc;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #1b80cc;
}

.copy-selected {
	color: #3366cc;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f3f1f1;
}

a.nav-news {
	color: #1b80cc;
	font-size: 12px;
	text-decoration: none;
}

a.nav-news:hover {
	color: #1b80cc;
	font-size: 12px;
	text-decoration: underline;
}


.news-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-date {
    font-size: 12px;
    margin-bottom: 20px;
}

.news-text {
    font-size: 14px;
}

.news-nav {
    margin: 20px 0 12px 0;
}

