body, html, .wrapper {height:100%;}
body > .wrapper {height: auto; min-height: 100%;}

body { 
	background: #FFF; 
	font: 0.6251em/1 Helvetica, Arial, sans-serif;
	background:#FFF url(../img/header-home.jpg) 50% 41px repeat-x;
}

.wrapper {	
	width:900px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#header { position:relative; height:167px; margin-top:40px; }
#header h1 { position:absolute; left:0px; top:70px; }
#header h1 a { display:block; width:290px; height:30px; text-indent:-9999.99em; background:transparent url(../img/title-each-training.png) 0 0 no-repeat; }

#nav {position:absolute; top:132px; left:0; }
#nav li {float:left; margin-right:10px;}
#nav li a {display:block; line-height:25px; padding:0 12px; font-size:13px; color:#FFF; text-decoration:none; }
#nav li a:hover {background:#5D0E19; color:#FFF; -moz-border-radius: 5px; -webkit-border-radius:5px;}
#nav li.here a, #nav li.here a:hover {color:#FFF; background:#460A12; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#form-search {position:absolute; right:0; top:60px; padding:10px; background:#95AD4A;}
#form-search form input, #form-search form textarea, #form-search form button { border:1px solid #879F45; font-size:13px; vertical-align: middle; padding:5px; font-family:Helvetica, Arial, sans-serif; background:#FFF url(../img/form-input-bg.jpg) 0 0 repeat-x;  -moz-border-radius: 3px; -webkit-border-radius:3px; }
#form-search form button {padding:4px; background:#FFF url(../img/form-button-bg.jpg) 0 0 repeat-x; color:#666; cursor:hand; cursor:pointer; }
#form-search form button:hover {background:#EEE;}

form input, form textarea { border:1px solid #CCC; font-size:13px; vertical-align: middle; padding:5px; font-family:Helvetica, Arial, sans-serif; width:415px; }

#content {padding:20px 0; padding-bottom:135px; width:100%; overflow:hidden; }
.home #content {padding-top:5px;}
.portlet { margin-bottom:30px; }

#content p, #content li, #content blockquote {font-size:13px; margin:1em 0; line-height: 130%; color:#333; }
#content li {margin-left:20px; list-style: square;}
#content a { color:#006699; }
#content a:hover { color:#FF3300; }

#content h1 { font-weight:normal; font-size:26px; margin-bottom:10px; }
#content h2 { font-size:22px; font-weight:normal; padding-top:30px; padding-bottom:5px; width:100%; overflow:hidden;}
#content h2 span {float:left; }
#content h2 a { display:block; margin-left:20px; padding-top:1px; font-weight:bold; text-decoration:none; line-height:19px; width:58px; float:left; text-align:center; font-size:10px; background:#fff url(../img/bt-view-all.png) 0 0 no-repeat;}

#content h3 { font-weight:normal; font-size:18px; padding-top:10px; }
#content h4 { font-weight:bold; font-size:14px; padding-top:10px; }

.home #content h3 {font-weight:bold; font-size:16px; }
.accredited-training #content h2, .seminars-workshops #content h2 { color:#990000; padding-top:15px; padding-bottom:10px;}

.columns { width:100%; overflow:hidden; }
.columns .column {float:left; position:relative; overflow:visible;}
.double .column { width:425px; margin-right:50px; }
.double .main { width:560px; margin-right:50px; }
.double .secondary { width:290px; }
.triple .column { width:290px; margin-right:15px; }
.quad .column { width:210px; margin-right:20px; }
.columns .last {margin-right:0;}

.bordertop {margin-top:15px; border-top:5px solid #EEE; }

.home #content .courseware ul { margin:0; padding:0; margin-top:5px; list-style:none;}
.home #content .courseware li { padding:5px; border-bottom:1px dotted #CCC; list-style:none; margin:0;}
.home #content p.date { font-size:10px; color:#999; }
.home #content .courseware li span { color:#999; padding-right:10px;}
.home .news {margin-bottom:15px;}

.contact-us iframe {border:5px solid #666; padding:1px; width:413px; height:300px;}
.contact-us #content blockquote { margin-bottom:20px; background-color:#EEE; -moz-border-radius: 5px;  -webkit-border-radius:5px; padding:10px; line-height:160%; }
.contact-us dt {font-size:12px; font-weight:bold; display:block; margin-top:6px; margin-bottom:3px;}
.contact-us label.error { background-color:#EEE; color:#990000; font-weight:bold; display:block; padding:5px; }


button { 
        border: 0; 
        cursor: pointer; 
        padding: 0 8px 0 0; 
        text-align: center; 
}
button span { 
        position: relative; 
        display: block; 
        white-space: nowrap; 
        padding: 0 0 0 10px; 
}
button.button { 
		margin-top:10px;
        background: url(../img/bt-right.gif) right no-repeat; 
        font-size: 12px;
}
button.button span { 
        height: 26px; 
        line-height: 26px;
        background: url(../img/bt-left.gif) left no-repeat;
        color: #fff; 
}
button::-moz-focus-inner { 
        border: none;
}


#content .pagination
{
	width: 100%;
	overflow: hidden;
	border-top: 1px dotted #CCC;
	padding-top: 20px;
}
#content .pagination li {list-style: none; margin:0;}
#content .pagination li.here { display: none; }
#content .pagination li.previous { float: left; }
#content .pagination li.next { float: right; }

#content .pagination li a
{
	font-size: 18px;
	text-decoration: none;
}

#content .post p.date
{
	background: #EEE url(../img/calendar.png) 50% 50% no-repeat;
	float: left;
	display: block;
	margin: 0px;
	line-height: 100%;
	width: 42px;
	height: 49px;
}

#content .post p.date span
{
	display: block;
	text-align: center;
	color: #666;
}

#content .post p.date span.month
{
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 10px;
}

#content .post p.date span.day
{
	padding-top: 0;
	font-size: 15px;
}
#content .archives, #content .list {padding-left:25px; margin-top:20px; padding-right:10px; }
#content .list {margin-top:0;}
#content .archives h2, #content .list h2 {border-top:1px dotted #CCC; padding-top:10px;}
#content .archives h2 span {float:none; font-size:12px; text-transform: uppercase; width:100%; overflow:hidden; }
#content .archives a { float:left; display:block; padding:8px 20px; margin-right:10px; margin-bottom:10px; font-size:12px; background:#EEE; text-decoration:none;  }
#content .archives a:hover, #content .archives a.here { background:#666; color:#EEE;  }

#content .list ul { border-top:3px solid #CCC; }
#content .list li { list-style: none; margin:0; border:0; }
#content .list li a { text-decoration:none; display:block; padding:7px 5px 4px; border-bottom:1px dotted #CCC; font-size:14px; margin:0; }
#content .list li.here a { color:#333; }
#content .list li.title { font-weight:bold; font-size:12px; line-height:20px; padding:0 5px; margin-top:6px; color:#666;}

#content .course-dates {margin-left:25px; padding:20px; margin-right:10px; background:#EEE; }
#content .course-dates p, #content .course-dates h4 {margin:0; padding:0;}
#content .course-dates .date {font-weight:bold; margin-top:20px; margin-bottom:4px;}

#content .post
{
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	margin-left: 48px;
	background: #F3F3F3;
	border-left: 1px solid #EEE;
}

#content .clear2
{
	background: #FFF;
	border-left: 1px solid #FFF;
}

#content .post h3
{
	font-size:20px;
	line-height: 130%;
	display: inline;
}

#content .post p.date
{
	margin-right: 20px;
	position: absolute;
	top: 15px;
	left: -49px;
	padding: 3px;
}

#content p.subdate
{
	font-size: 11px;
	color: #999;
	margin-bottom: 12px;
}

a.rss, a.return {display:block; background: transparent url(../img/icon_rss.png) 0 35% no-repeat; margin-left:25px; padding-left:20px; line-height:25px; text-decoration:none; margin-right:10px;}
a.return {background: transparent url(../img/icon_arrow_left.png) 0 35% no-repeat; border-top:1px dotted #CCC;}

#content p.top { margin-bottom:20px; }
#content p.top a { font-size:10px; background:#EEE; padding:4px 5px; text-decoration: none;}
#content p.top a:hover { background:#666; color:#EEE; }

#content ul.course-list { padding-bottom:30px;}
#content ul.course-list li { list-style: none; margin:0; border-top:1px dotted #CCC; margin-top:10px; padding-top:10px;}
#content ul.course-list li h4 span { font-size:12px; padding-right:10px;}

/* -------------------------------------- */
/* Mast-head */
/* -------------------------------------- */
#mast-head { background:transparent url(../img/home-hero-image.jpg) 0 100% no-repeat; position:relative; min-height: 158px;}
#mast-head .content { padding:20px; padding-left:290px;}
#mast-head .content h1 { font-size:21px; line-height:130%; }
#mast-head .content a { text-decoration:none; }
#mast-head .content a:hover { text-decoration:underline; }


#footer { position:relative; margin-top:-95px; height:95px; background:#999 url(../img/footer.jpg) 0 0 repeat-x; clear:both; }
#footer p {color:#CCC; text-align:center; margin-top:15px; }
#footer p a {color:#FFF;}
#footer p span {padding:0 7px;}
 
#nav-footer {text-align:center; padding-top:15px; }
#nav-footer li {display:inline; margin:0 12px;}
#nav-footer li a {color:#FFF; font-size:13px; padding: 5px; text-decoration:none; background:transparent; }
#nav-footer li a:hover {background:#5D0E19;}
