body {
background:#8b8b8b;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;

}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

#content a{
color:#505050;
text-decoration:underline;
}

#content a:visited{
color:#620062;

}
#content a:hover{
color:#808080;
}

p {
line-height:1.5em;
margin:0 0 15px;
}



/*** Main container ***/

#container {
background:#f0f0f0 url(../images/bodybg-red.jpg) repeat-x;
color:#303030;
margin:0;
width:990px;
min-width:770px;
padding:0;
text-align:left;
overflow:hidden

}

/*** Header section ***/

#sitename {
color:#000000;
height:80px;
margin:0 20px 0px;
text-align:left;
}
#sitename img {
padding-bottom:0px;
}
#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:5px;
}

#sitename h2 {
font-size:1.6em;
}


/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:165px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#rightside h3 {
margin:0 2px 4px 0;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
/*background:#e8e9ea;
border:1px solid #b0b0b0;*/
background:  url(../images/navi_button.png) no-repeat;
color:#606060;
display:block;
margin-bottom:2px;
padding:4px 4px 4px 10px;
position:relative;
/*text-transform:uppercase;*/s
width:150px;

}

.nav:hover, {
/*
background:#f8f9fa;
border:1px solid #909090; */
background:  url(../images/navi_button.png) no-repeat;
color:#303030;
text-decoration:none;
}

a.active {

background:  url(../images/navi_button_active.png) no-repeat;
color:#303030;
text-decoration:none;
}



.sub:hover, .sub_tall:hover {
background:  url(../images/navi_button_sub.png) no-repeat;
color:#303030;
text-decoration:underline;
}
.sub, .sub_tall {
background:  url(../images/navi_button_sub.png) no-repeat;
font-size:0.8em;
letter-spacing:1px;
margin:4px 0 4px 0px;
padding:2px 4px 2px 4px;
width:135px;
height:17px;
margin-left:-5px;
}

.sub_tall:hover {
background:  url(../images/navi_button_sub_tall.png) no-repeat;
}

.sub_tall {
padding-top:6px;
height:35px;
width:135px;
background:  url(../images/navi_button_sub_tall.png) no-repeat;
}

.sub_active {
color:#303030;
text-decoration:none;
}

div.navi div.show_submenu {
margin-left:-20px;
}

div.show_submenu ul{
margin-top:0px;
margin-bottom:0px;
list-style-position:outside;

}

div.show_submenu li {
background-color:transparent;

list-style-image:url(../images/arrow_left.png);

}

div.show_submenu li.active {
list-style-image:url(../images/arrow_left_red.png);

}



/*** Content ***/

#content,#contentalt {
background-color:#FFFFFF;
background:url(../images/content_bg.png) 0 0 repeat;	
border-left:1px solid #b0b0b0;
border-top:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
color:#2a2a2a;
padding:7px 7px 7px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content img.border,#contentalt img.border {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}

/*** Footer ***/

#footer {
background:#8b8b8b url(../images/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:normal;
margin:0;
padding:20px 0;
text-align:center;
width:990px;
}

#footer a {
color:#d0d0d0;
font-weight:normal;
text-decoration:underline;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}


 .hide{
display: none;
margin-top:0px;
}


.show{
display: block;


}



.navi {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

#leftside h2 {
margin:10px 0 3px 0;
}
/*** End of file ***/

#content img.home_splash, #content img.package_splash, #content img.content_top{
border:none;
float:none;
margin-left: auto;
margin-right: auto;
display: block;

}

#content div.package_splash{
width:575px;


}
#content img.package_splash{

border-bottom:1px dotted #b0b0b0;
margin-bottom:-1px;
padding:0px;
margin:0px;
margin-top:-7px;
margin-left:-7px;

}

#content img.basic, #rightside img.basic {
border:none;
float:none;
display: inline;
padding:0px;
margin:0xp;
}

#content img.course_outline {
margin-left:0px;
}

div.package_course, div.course_dates {
border:1px solid #DDDDDD;
background:#F7F7F7;
margin:2px;
padding:3px;
margin-top:10px;
}

div.package_course h2, div.course_dates h2{

background:#F2F2F2;
border-bottom: dashed 1px #7E7E7E;
}

a.button_style {
display:block;
width: 155px;
height: 24px;
text-decoration:none;
font-size:11px;
font-weight:bold;
padding:4px 0px 0px 7px;
color:#606060;

background: transparent url(../images/navi_button_arrow.png) no-repeat;
}

a.button_style:hover {
color:#303030;
text-decoration:underline;
} 

table.course_dates tr.headings th{
border-bottom: solid 1px #000000;
padding:-1px;
}

table.course_dates tr.odd {
background-color:#EAEAEA;
}

table.course_dates tr:hover{
background-color:#FFFFCC;
}

table.course_dates {
border-width: 1px;
border-spacing: 2px;
border-style: outset;
font-size:12px;
}

table.course_dates th.date{
width:120px;
}
table.course_dates th.location{
width:65px;
}
table.course_dates td.free_places{
text-align:center;
}

div.private_quote {
margin:0px;
}
	
div.strapline {
display:inline;
float:right;
height:20px;
width:222px;
margin-top:-20px;
}

/*Validation script CSS*/

	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}



img.w3c_logo {
border:none;
}

a.news_image {
display:block;
background: transparent url(../images/news_papers.png) no-repeat;
width:146px;
height:75px;
margin-left:-10px;


}

a.news_image:hover {
background-position: 0 -75px;
}

div.author_logo {
float:right;
}

a.course_outline {
display:block;
background: transparent url(../images/course_outline.png) no-repeat;
width:302px;
height:28px;

}

a.course_outline:hover {
background-position: 0 -28px;


}

a.private_quote {
display:block;
background: transparent url(../images/private_quote.png) no-repeat;
width:302px;
height:28px;

}

a.private_quote:hover {

background: transparent url(../images/private_quote.png) no-repeat;
background-position: 0 -28px;


}

/******* SIDE BOX *******/

div.side_box{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:150px;
}


div.side_box div.top{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:9px;
background: transparent url(../images/cart_top.png) top no-repeat;
}

div.side_box div.bottom{
height:9px;
background: transparent url(../images/cart_bottom.png) bottom no-repeat;
}
div.side_box div.side_box_content{
border-left:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
margin:0px 0px 0px 0px;
padding:2px;


background-color:#fcfcfc;
}

/**********What Will I Learn BOX***********/

table.what_learn{
width:200px;
border-collapse:collapse;
border:none;
padding:0px;
margin:0px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;


}

table.what_learn td{
width:200px;
border-collapse:collapse;
border:none;
padding:0px;
margin:0px;

}

table.what_learn td.middel{

background:transparent url(../images/what_learn_middel.png) top repeat;

}
table.what_learn td.top{
height:31px;
background:transparent url(../images/what_learn_top.png) bottom no-repeat;
}

table.what_learn ul{

list-style-position: outside;
margin-top:0px;
margin-bottom:0px;
list-style-type:none;

}
table.what_learn ul li{
width:160px;
margin:0 0 0 -25px;
margin-top:10px;
}

div.course_page, div.course_page p {
line-height:20px;
}