/*
Theme Name: Core Concepts Group 
Theme URI: http://www.coreconcepts.com.sg/
Description: Core Concepts Group Color Theme.
Version: 1.0
Author: Victor Khoo
Tags: clean, 1 column, with optional side bar if required. 

*/


#telcontact p {
	font-size: 1.0em;
	font-weight: bold;
	float: right;
	color: #F29400;
}

/**********************************************************************
* rename the division to match the category name
* requires edit of the header.php file
*
***********************************************************************/

#nav_aboutus {
	background: transparent url('images/nav_aboutus.jpg') no-repeat left top;
	left: 0px;
}

#nav_understand {
	background: transparent url('images/nav_understand.jpg') no-repeat left top;
	left: 83px;
}

#nav_services {
	background: transparent url('images/nav_services.jpg') no-repeat left top;
	left: 166px;
}

#nav_contactus {
	background: transparent url('images/nav_contactus.jpg') no-repeat left top;
	left: 249px;
}



/**********************************************************************
* division color for posts
* requires edit of the functions.php file
*
***********************************************************************/

.bg_home {
	background: #F29400;
}

.bg_aboutus {
	background: #F29400;
}

.bg_understand {
	background: #E95D0F;
}

.bg_services {
	background: #BF0000;
}

.bg_contactus {
	background: #8F0000;
}


.category-home h1, 
.category-home h2, 
.category-home h3, 
.category-home b,
.category-home strong {
	color: #F29400;
}

.category-about-us h1, 
.category-about-us h2, 
.category-about-us h3,
.category-about-us b,
.category-about-us strong {
	color: #F29400;
}

.category-sports-injury h1,
.category-sports-injury h2,
.category-sports-injury h3,
.category-sports-injury b,
.category-sports-injury strong {
	color: #E95D0F;
}

.category-our-services h1,
.category-our-services h2,
.category-our-services h3,
.category-our-services b,
.category-our-services strong {
	color: #BF0000;
}

.category-contact-us h1,
.category-contact-us h2,
.category-contact-us h3,
.category-contact-us b,
.category-contact-us strong {
	color: #8F0000;
}

.category-about-us hr {
	clear:both;
	border: 1px solid white;
	margin: 20px 0px 20px 0px;
}

table.division {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.division td {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 10px 20px 10px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	vertical-align: top;
	-moz-border-radius: ;
}

table.division p {
	margin-top: 1em;
	margin-bottom: 1em;
}


#agent-contact-tab,#agent-contact-tab-v1 {
	position:fixed!important;
       *position:absolute;right:0!important;top:40%!important;
        display:block!important;
        background:#F29400 url('images/contact_us.png') 0 0 no-repeat!important;
        width:32px!important;
        height:150px!important;
        z-index:100001!important;
        text-indent:-9000px!important;
        padding:0!important;
}


#agent-contact-tab:hover,#agent-contact-tab-v1:hover {
	background:#8F0000 url('images/contact_us.png') 0 0 no-repeat!important;
}