/*
---------------------------------------------------
 Stylesheet for SafeTec Training Services
 Copyright (c) 1999-2009, Kim Vigsbo
---------------------------------------------------
*/

/*
---------------------------------------------------
 begin reset (Yahoo)
---------------------------------------------------
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,em,strong,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/*
---------------------------------------------------
 end reset (Yahoo)
---------------------------------------------------
*/


body {
	background-color:#f3f1f1;
}

body, td, div {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

p {
	margin-bottom:12px;
	padding-bottom:12px;
}

h1 {
	font-size:18px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

h1.courses {
	color: #333333;
	font-weight: bold;
	font-size:16px;
	padding:0 0 4px 0;
	margin:0 0 12px 0;
	border-bottom:1px dotted #cccccc;
}

h1.footer {
	color: #333333;
	font-weight: bold;
	font-size:14px;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
	border-bottom:1px dotted #cccccc;
}

h1.faq {
	color: #333333;
	font-weight: bold;
	font-size:14px;
	padding:0 0 4px 0;
	margin:0 0 12px 0;
	border-bottom:1px dotted #cccccc;
}

h2 {
	font-size:16px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

h2.gallery {
	font-size:16px;
	padding:0;
	margin:0;
}

h3 {
	font-size:14px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

fieldset {
	padding:8px;
	border: 1px solid silver;
 	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:4px;
} 

strong {
	font-weight: bold;
}

.hilite {
	background-color:#ffffcc;
	padding:2px;
}

.anniversaryImg {
	margin-left:72px;
}

.homeNavBox {
	padding:8px;
	height:40px;
}

.homeNavBoxIcon {
	float:left;
	width:52px;
}

.homeNavBoxLink {
	font-weight:bold;
	float:left;
	width:148px;
	margin-top:10px;
}

.contact {
	font-size:18px;
}

.contactSm {
	font-size:14px;
}

.sts {
	color:#3366cc;
	font-weight:bold;
}

.faqQuestion {
	color:red;
	font-size:12px;
}

.faqAnswer {
	color:#333333;
	font-size:12px;
	line-height:1.4em;
}

.faqSource {
	color:gray;
	font-size:11px;
	font-style:italic;
}

#headerBg {
	background-color:#ffffff;
	height:76px;
	text-align:center;
}

#header {
	padding:12px 0 0 0;
	width:980px;
	margin:0 auto;
	text-align:left;
}

#logo {
	float:left;
	width:485px;
}

#menuBg {
	background-color:#d5d5d5;
	height:31px;
	clear:both;
}

#menu {
	color:#f5f5f5;
	padding-top:6px;
	font-size:14px;
	width:980px;
	margin:0 auto;
	text-align:left;
}

.content {
	float:left;
	width:680px;
	padding-right:20px;
}

.clear {
	clear:both;
}

.sidebar {
	float:left;
	width:245px;
}

.sidebarBox {
	padding:8px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	border:2px solid silver;
}

.sidebarBoxClear {
	clear:both;
	height:8px;
}

.newsTitle {
	color: #3366cc;
	padding:2px;
	font-size:14px;
	font-weight:bold;
}

.newsDate {
	color: #666666;
	padding:2px;
	font-size:12px;
}

.newsText {
	color: #000000;
	line-height:1.5em;
	font-size:14px;
	margin-top:12px;
}


a.newsLinkBack, a.newsLinkBack:active, a.newsLinkBack:visited {
	color: #3366cc;
	text-decoration: none;
	padding: 4px 4px 4px 22px;
	background: transparent url(../images/arrow-green-left.png) left center no-repeat;
}
	
a.newsLinkBack:hover {
	color: #ffffff;
	background-color:#3366cc;
	text-decoration: none;
	padding: 4px 4px 4px 22px;
	background: #3366cc url(../images/arrow-green-left.png) left center no-repeat;
}


a.menu {
	color: #3366cc;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	text-decoration: none;
}

a.menu:hover {
	color: #ffffff;
	background-color: #3366cc;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	margin-right:10px;
	text-decoration: none;
}

.menuSelected {
	color: #ffffff;
	background-color: #3366cc;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	margin-right:10px;
	text-decoration: none;
}

a.copy {
	color: #3366cc;
	padding:2px;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
 
a.copy:hover {
	color: #ffffff;
	background-color: #3366cc;
	padding:2px;
	text-decoration: none;
	border-bottom:1px solid #3366cc;
}

#contentBg {
	background:#ffffff url(../images/content-bg.png) repeat-x;
	background-color:#ffffff;
	clear:both;
}

#content {
	padding:30px 0 20px 0;
	width:980px;
	margin: 0 auto;
	text-align: left;
	line-height:1.5em;
	height:auto;
}

.column1 {
	float:left;
	width:328px;
}	

.column3 {
	float:left;
	width:652px;
	_width:647px;
}	

.contentBox {
	padding-right:20px;
}

.textError {
	color:red;
}

.textRed {
	color:red;
}

.textGreen {
	color:green;
}

.bold {
	font-weight:bold;
}

#footerBgTrim {
	background-color:#d9d9d9;
	height:6px;
	border-bottom:2px solid #ffffff;
	overflow:hidden;
}

#footer {
	padding:10px 0 10px 0;
	width:980px;
	min-height:60px;
	margin: 0 auto;
	text-align: left;
	font-size:12px;
}

a.footer {
	color: #3366cc;
	padding:2px;
	font-size:12px;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
 
a.footer:hover {
	color: #ffffff;
	background-color: #3366cc;
	font-size:12px;
	padding:2px;
	text-decoration: none;
	border-bottom:1px solid #3366cc;
}

.footerSelected {
	color: #3366cc;
	font-size:12px;
	padding:2px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #3366cc;
}

.footerNav {
	color: #333333;
	margin-top:8px;
}

.copyright {
	color: #333333;
	line-height:1.5em;
}

.vigsbo {
	margin-bottom:12px;
	margin-top:20px;
	line-height:1.5em;
	color:#a9a9a9;
}

.vigsboLogo {
	margin-top:4px;
}

a.vigsboLink {
	text-decoration: none;
}
 
a.vigsboLink:hover {
	text-decoration: none;
}

/* Testimonials */

.testimonialQuoteLeft {
	line-height:1.0em;
	margin-right:6px;
	float:left;
}

.testimonialQuoteRight {
	line-height:1.0em;
	margin-left:6px;
}

.testimonialText {
	color:#333333;
	font-size:14px;
	margin-top:8px;
}

.testimonialSource {
	color: #666666;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	margin-top:20px;
}

.label {
	color:#666666;
	text-align:right;
}

.labelLeft {
	color:#666666;
}


/* CMS settings */

.tableHeader {
	color: #000000;
	background-color: #f0f0f0;
}

.cms {
	float:left;
	width:490px;
	text-align:right;
	margin-top:20px;
}

.cmsText {
	color:#666666;
	font-weight:bold;
	font-size:22px
}

.editBox {
	padding:8px;
 	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	border:1px solid #dcdcdc;
}

.errorBox {
	color:red;
	padding:12px;
	font-size:14px;
	background-color:#ffffff;
	border:1px solid red;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.contactBox {
	padding-right:20px;
	width:680px;
	font-size:14px;
	border-right:1px dotted silver;
	float:left;
}

.contactAddress {
	float:left;
	width:250px;
	line-height:1.5em;
	padding-left:20px;
}

.newsletterBox {
	padding:8px;
	border:1px solid green;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
 
.securityBox {
	padding:8px;
	border:1px solid red;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-bottom:8px;
}
 
.cmsMenuColumn1 {
	width:400px;
	float:left;
	padding-right:20px;
}

.cmsMenuColumn2 {
	width:300px;
	float:left;
	padding-right:20px;
}

.cmsMenuColumn3 {
	width:180x;
	float:left;
}

.cmsMenuHeader {
	font-size:16px;
	border-bottom:1px solid silver;
	margin-bottom:8px;
	padding-bottom:4px;
}

.cmsMenuHeaderInfo {
	font-size:12px;
	color:green;
	padding-bottom:8px;
}

a.cmsNavMenux {
	color: #666666;
	padding:2px;
	font-size:14px;
	line-height:1.8em;
	text-decoration: line-through;
}

a.cmsNavMenu {
	color: #3366cc;
	padding:2px;
	font-size:14px;
	line-height:1.8em;
	text-decoration: none;
}

a.cmsNavMenu:hover {
	color: #ffffff;
	background-color: #3366cc;
	font-size:14px;
	padding:2px;
	line-height:1.8em;
	text-decoration: none;
}

a.cmsNavCopy {
	color: #3366cc;
	padding:2px;
	text-decoration: none;
	border-bottom:1px dotted #3366cc;
}
 
a.cmsNavCopy:hover {
	color: #ffffff;
	background-color: #3366cc;
	padding:2px;
	text-decoration: none;
	border-bottom:1px solid #3366cc;
}

.menuBar {
	color: #000000;
	background: #E6E7E8;
	height: 30px;
	background-image: url(../images/table-bg.png);
	background-repeat: repeat-x;
	background-color: whitesmoke;
 	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
}

.menuBarNav {
	padding:6px 0 0 8px;
	float:left;
}

.menuBarInfo {
	font-size:12px;
	padding:8px 10px 0 0;
	text-align:right;
	color:green;
}

a.cmsNav {
	color: #3366cc;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	text-decoration: none;
}
 
a.cmsNav:hover {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#3366cc;
	padding:2px;
	text-decoration: none;
}

a.cmsNavHome, a.cmsNavHome:active, a.cmsNavHome:visited {
	color:#3366cc;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	padding: 2px 2px 2px 22px;
	background: transparent url(../images/home16.png) left center no-repeat;
}
	
a.cmsNavHome:hover {
	color: #ffffff;
	background-color:#3366cc;
	text-decoration: none;
	padding: 2px 2px 2px 22px;
	background: #3366cc url(../images/home16.png) left center no-repeat;
}


/* reorder section */

div#itemList {
	/*width: 400px;*/
	/*border: 2px solid #336699;*/
	/*background: #EFF7FF;*/
}
div#itemList div {
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
	padding: 3px 5px;
	background: #fafad2;
	cursor: n-resize;
}
