/* ----======== Reseting All Browsers ========---- */		

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
margin:0;
padding:0;
}

fieldset, img
{
border:0;
}

ul
{
list-style:none;
}

caption, th
{
text-align:left;
}

h1, h2, h3, h4, h5, h6
{
font-size:100%;
font-weight:normal;
}

abbr, acronym
{
border:0;
}



/* ----======== HTML Selectors ========---- */

body
{
text-align: center;
background: #9B7F5A url(../images/bg.jpg) no-repeat top center fixed;
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1
{
font-size: 34px;
margin-bottom: 15px;
color: #0185cc;
font-family: "Arial Narrow";
letter-spacing: 2px;
line-height: 34px;
}

#right h1
{
color: #530a63;
}

h2
{
font-size: 18px;
margin-bottom: 15px;
color: #0185cc;
}

h3
{
font-size: 15px;
margin-bottom: 15px;
color: #000;
}


p
{
margin-bottom: 15px;
line-height: 18px;
}

a
{
color: #0185cc;
text-decoration: none;
}

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

.hidden
{
display: none;
}

.clear
{
clear: both;
}

/* ----======== Page Layout ========---- */

#wrapper
{
	width: 832px;
	text-align: left;
	margin: auto;
	background: #fff url(../images/content_bg.jpg) no-repeat top center;
	padding: 20px 24px 0 24px;
}

#header
{
background: url(../images/header_bg.gif) no-repeat top left;
position: relative;
height: 290px;
padding-top: 122px;
padding-left: 63px;
}

#logo
{
float: left;
margin-bottom: 20px;
}

#tagline
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 20px;
color: #bbb;
font-weight: bold;
position: absolute;
top: 40px;
left: 247px;
}

#phoneNumber
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 20px;
color: #bbb;
font-weight: bold;
position: absolute;
top: 40px;
right: 28px;
}



#mainMenu
{
height: 46px;
}

#mainMenu li
{
float: left;
}

#mainMenu li a
{
height: 46px;
display: inline-block;
background-position: top;
}

#mainMenu li a span
{
display: none;
}

#mainMenu li a:hover
{
background-position: bottom;
}

#mainMenu li.active a
{
background-position: bottom;
}

.Home a
{
background: url(../images/home.jpg);
width: 58px;
}

.About a
{
background: url(../images/about.jpg);
width: 150px;
}

.Creative a
{
background: url(../images/creative.jpg);
width: 77px;
}

.Contact a
{
background: url(../images/contact.jpg);
width: 81px;
display: none !important;
}

.Education a
{
background: url(../images/education.jpg);
width: 91px;
}

.Health a
{
background: url(../images/health.jpg);
width: 65px;
}

.ICT a
{
background: url(../images/ict.jpg);
width: 39px;
}

.Marine a
{
background: url(../images/marine.jpg);
width: 69px;
}

.Tourism a
{
background: url(../images/tourism.jpg);
width: 77px;
}

#banner
{
	width: 831px;
	height: 342px;
	overflow: hidden;
	float: left;
}

#content
{
	background: url(../images/content_bg.gif) repeat-y right;
	padding-top: 20px;
	float: left;
	width: 832px;
}

#content ul
{
margin-bottom: 8px;
}

#content ul li
{
padding-bottom: 7px;
line-height: 18px;
background: url(../images/bullet.gif) no-repeat 0 3px;
padding-left: 22px;
margin-left: 5px;
}

.specialList a
{
color: #c00d01;
text-decoration: none;
font-weight: bold;
}

.specialList a:hover
{
color: #000;
text-decoration: underline;
}

#left
{
width: 545px;
float: left;
}

.section
{
width: 180px;
float: left;
margin-top: 5px;
margin-right: 15px;
padding-left: 85px;
}

.noMargin
{
margin: 0 !important;
}

.section img
{
margin-left: -85px;
float: left;
}

.section h3
{
font-weight: bold;
padding-top: 2px;
font-size: 14px;
margin-bottom: 5px;
}

.section p
{
font-size: 11px;
line-height: 16px;

color: #000;
}

p.heading
{
padding-top: 4px;
}

#right
{
width: 264px;
float: left;
padding-left: 22px;
}

#facts
{
background: #BC0501 url(../images/red_box_bg.jpg) repeat-x top;
padding: 15px;
color: #fff;
margin-bottom: 15px;
}

#facts p
{
border-bottom: 1px solid #dd774b;
padding-bottom: 15px;
font-size: 11px;
line-height: 16px;
}

#facts p.noBorder
{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

#propList
{
margin-bottom: 15px;
}

input.mediumBox
{
background: url(../images/text-field.gif) no-repeat bottom left;
width: 256px;
height: 25px;
border: none;
color: #555;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
font-family: Arial, Helvetica, sans-serif;
}
input:hover.mediumBox, input:focus.mediumBox
{
background: url(../images/text-field.gif) no-repeat top left;
}

#joinBtn
{
position: absolute;
margin-left: -65px;
}

#footer
{
background: url(../images/footer_bg.png) no-repeat top right;
height: 40px;
width: 880px;
margin: auto;
text-align: center;
padding-top: 35px;
color: #DFD6CD;
}

#footer a
{
color: #fff;
}

#footer span
{
float: right;
display: block;
padding-right: 5px;
}

.sideBoxGoogle
{
background: #F4F4F4;
padding: 10px;
}

