﻿/* Type 1 - Home page */



#homeHeaderHolder
{
width:954px;
height:407px;
background-image:url('/images/interface/home_page_image.jpg');
background-repeat:no-repeat;
}

#homeIntro
{
width:324px;
height:150px;
margin-top:80px;
padding-left:30px;
padding-right:600px;
float:left;
}

#homeFooterHolder
{
width:954px;
height:160px;
background-image:url('/images/interface/home_page_footer.jpg');
background-repeat:no-repeat;
}

#homeTrainingBox
{
width:256px;
height:140px;
padding-top:10px;
float:left;
text-decoration:none;
}

.homeBoxIcon
{
width:20px;
height:28px;
margin-left:10px;
background-image:url('/images/interface/box_icon.gif');
background-repeat:no-repeat;
}

.homeBoxText
{
width:220px;
height:105px;
margin-left:30px;
}

#homeServicesBox
{
width:256px;
height:140px;
padding-top:10px;
float:left;
}

#homeNewsBox
{
width:275px;
height:140px;
padding-top:10px;
float:left;
}

#homeLoginBox
{
width:155px;
height:140px;
padding-top:10px;
float:right;
}

.loginBoxText
{
width:120px;
height:105px;
margin-left:30px;
}


/* type 2 - content page */

#pageTitle
{
width:669px;
float:left;
padding-bottom:5px;
}

.p2c1
{
width:320px;
float:left;
}

.p2c2
{
width:300px;
float:right;
padding-right:20px;
}

/* type 3 - news page */

#pageTitle
{
width:669px;
float:left;
padding-bottom:5px;
}

.p3c1
{
width:639px;
float:left;
padding-top:10px;
padding-bottom:5px;
padding-right:30px;
border-top:1px solid #ccc;
}

/* type 4 - training menu page */

.p4c1
{
width:639px;
float:left;
padding-bottom:10px;
padding-right:15px;
}

.p4CourseHolder
{
display:block;
clear:left;
width:639px;
padding-bottom:10px;
}

.p4CourseIcon
{
width:41px;
height:41px;
float:left;
background-color:#b9da2e;
margin-top:2px;
}

.p4CourseDescription
{
width:580px;
float:right;
min-height:50px;
}


.greyCourseBox
{
width:200px;
background-color:#666666;
margin-bottom:15px;

}

.boxIcon
{
float:left;
width:41px;
height:55px;
padding-right:4px;
background-color:#666666;
}

.boxHeader
{
float:left;
width:155px;
height:50px;
padding-top:5px;
background-color:#666666;
}

.boxContent
{
float:left;
width:180px;
padding:0px;
padding-left:15px;
padding-right:5px;
background-color:#666666;
margin-bottom:15px;
}


.greenCourseBox
{
width:200px;
background-color:#b9da2e;
margin-bottom:15px;

}

.greenBoxIcon
{
float:left;
width:41px;
height:55px;
padding-right:4px;
background-color:#b9da2e;
}

.greenBoxHeader
{
float:left;
width:155px;
height:50px;
padding-top:5px;
background-color:#b9da2e;
}

.greenBoxContent
{
float:left;
width:180px;
padding:0px;
padding-left:15px;
padding-right:5px;
background-color:#b9da2e;
margin-bottom:20px;
}


/* type 5 - training course */

.largeIcon
{
width:55px;
height:55px;
background-color:#b9da2e;
float:left;
margin-top:10px;
}

.courseTitleHeader
{
width:600px;
float:right;
padding-bottom:22px;
padding-top:18px;
}

.loginBox2
{
width:150px;
min-height:105px;
padding:10px;
padding-bottom:2px;
margin-top:10px;
border:1px solid #e4e4e4;
}

.bookButton
{
width:637px;
height:27px;
padding:5px;
text-align:center;
background-color:#4E4E4E;
color:#ffffff;
width:100%;
float:left;
display:block;
}

.bookButton h1
{
font-size:20px;
padding:0px;
padding-bottom:2px;
margin:0px;
font-weight:normal;
color:#b9da2e;
}
.bookButton h1 a 
{
text-decoration:none;
color:#b9da2e;
}



.bookButton h1 a:hover
{
text-decoration:none;
color:#ffffff;
}

/* enews */

#enewsHolder
{
width:624px;
margin:auto;
text-align:left;
}

#enewsHeader
{
width:624px;
height:175px;
background-image:url('/images/news/enews_header.jpg');
background-repeat:no-repeat;
}

#enewsBackground
{
width:584px;
min-height:251px;
padding:20px;
}

#enewsFooter
{
width:584px;
height:30px;
background-color:#666666;
padding:10px;
}


a img
{
border:none;
}
