/* CSS Document */
html, body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	font-size: 11px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #0033FF;
	}
a:hover, a:active {
	text-decoration: underline;
	}
p {
	font-size: 11px;	
	margin: 0px 0 10px 0;
	padding:0;
	line-height: 18px;
	}
h1 {
	margin: 0;
	}
h2 {
	font-size: 22px;
	margin: 0 0 8px 0;
	padding: 13px 0 0 0;
	}
h3, #cfm strong, #cfm h4  {
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 13px 0 0 0;
	font-weight:bold;
	color:#1c529a;
	}

#cfm h3 {
	font-size: 22px;
	margin: 0 0 8px 0;
	padding: 13px 0 0 0;
	font-weight: normal;
	color:#C886C8;
}

ul {
	margin:0;
	padding-left:15px;
	}
li {
	list-style-image: url(../images/bullet01.gif);
	margin: 5px 0;
	}
#wrapper {
	width: 794px!important;
	width: 790px;
	position:relative;	
	}
#logo {
	position:absolute;
	top:0;
	left:14px;
	}
#nav {
	clear:both;
	padding: 6px 0 0 209px!important;
	padding: 6px 0 0 209px;
	height:38px!important;
	height:38px;
	}
#content {
	padding: 0 0px 0 0px;
	margin:0;
	clear:both;
	}
.content {
	float:left;
	width: 425px;
	margin: 15px 0 0 60px;
	}
.content p {
	color:#666666;
	}
.sidebar {
	float: right;
	width: 171px;
	margin: 0 44px 0 0;
	}
.sidebar h3 {
	color:#1c529a;
	}
#footer {
	clear:both;
	padding: 35px 0 0 0;
	height:18px;	
	}

/* Per page CSS ( this is base per body id in order to change background color per page )
-----------------------------------------------------------------------------*/

/* Home Page CSS */
body#page_home {
	background: #ABDA4D url(../images/html_bg.gif) 0 0 repeat-x;
	}
body#page_home #wrapper {
	background: url(../images/splashbg.gif) 0 0 no-repeat;
	}
body#page_home #nav {
	background: url(../images/home-navbg.gif) 0 0 no-repeat;
	}
body#page_home #content {
	background: url(../images/home-contentbg.gif) 0 0 repeat-y;
	}
#splash {
	text-align:right;
	padding: 0 12px 0 0;
	}


/* Parents Page CSS */
body#page_parents {
	background: #C886C8 url(../images/html_bg.gif) 0 0 repeat-x;
	}
body#page_parents #wrapper {
	background: url(../images/splashbg02.gif) 0 0 no-repeat;
	}
body#page_parents #nav {
	background: url(../images/parents-navbg.gif) 0 0 no-repeat;
	}
body#page_parents #content {
	background: url(../images/parents-contentbg.gif) 0 0 repeat-y;
	}
#splash {
	text-align:right;
	padding: 0 12px 0 0;
	}
body#page_parents h2 {
	color:#C886C8;
	}

/* Proviter Page CSS */
body#page_proviter {
	background: #8BD3E5 url(../images/html_bg.gif) 0 0 repeat-x;
	}
body#page_proviter #wrapper {
	background: url(../images/splashbg03.gif) 0 0 no-repeat;
	}
body#page_proviter #nav {
	background: url(../images/proviter-navbg.gif) 0 0 no-repeat;
	}
body#page_proviter #content {
	background: url(../images/proviter-contentbg.gif) 0 0 repeat-y;
	}
#splash {
	text-align:right;
	padding: 0 12px 0 0;
	}
body#page_proviter h2 {
	color:#8BD3E5;
	}


/* Who is CCCB Page CSS */
body#page_cccb {
	background: #F87F0F url(../images/html_bg.gif) 0 0 repeat-x;
	}
body#page_cccb #wrapper {
	background: url(../images/splashbg04.gif) 0 0 no-repeat;
	}
body#page_cccb #nav {
	background: url(../images/cccb-navbg.gif) 0 0 no-repeat;
	}
body#page_cccb #content {
	background: url(../images/cccb-contentbg.gif) 0 0 repeat-y;
	}
#splash {
	text-align:right;
	padding: 0 12px 0 0;
	}
body#page_cccb h2 {
	color:#F87F0F;
	}



/* Location Page CSS */
body#page_location {
	background: #FEDE58 url(../images/html_bg.gif) 0 0 repeat-x;
	}
body#page_location #wrapper {
	background: url(../images/splashbg05.gif) 0 0 no-repeat;
	}
body#page_location #nav {
	background: url(../images/location-navbg.gif) 0 0 no-repeat;
	}
body#page_location #content {
	background: url(../images/location-contentbg.gif) 0 0 repeat-y;
	}
#splash {
	text-align:right;
	padding: 0 12px 0 0;
	}
body#page_location h2 {
	color:#FEDE58;
	}


/* Search results */

table.search-criterea td {
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 5px;
}

table.search-results {
	margin-top: 15px;
}


table.search-results td {
	padding: 0px 5px;
	vertical-align: top;
}

.search-name {
	font-weight: bold;
	border-top:1px solid #C886C8;
	color:#C886C8;
	display:block;
	font-size:14px;
	padding:10px 0px;
}

.search-type {
	font-weight: bold;
	color: #5284C7;
	text-transform: capitalize;
}

.search-vacancy {
	font-weight: bold;
	padding-top: 5px;
	display: block;
}

.search-header {
	font-weight: bold;
	font-size: 12px;	
}



/* Common CSS
-----------------------------------------------------------------------------*/
img {
	border: 0;
	}
.right {
	float: right;
	margin: 0;
	}
.left {
	float: left;
	margin: 0;
	}
.clear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.imgLeft {
	float:left;
	margin: 0 20px 15px 0;
	}
.imgRight {
	float: right;
	margin: 0 0px 15px 20px;
	}
