/*
Theme Name:		Forbes Solution
Theme URI: 		http://www.forbessolution.com
Version: 		1.0
Description: 	
Author: 		Blaine Korte
Author URI:		http://www.yastech.ca
*/


html, body {
	background-color: #D5D5D5;
	margin: 0;
	padding: 0;
}

#hd, #bd, #ft {
	margin: 0 20px;
}

/*
 *
 * CONTENT
 *
 */


a {
	color: #41a7ad;
	text-decoration: underline;
}

a:hover {
	color: #6b6b6b;
	text-decoration: none;	
}

h1 {
	margin: 10px 0;
	padding: 0;
	font-size: 240%;
	color: #41a7ad;
}

/* CE Changes */

h3 {
	color: #43BEC6;
	font-style: italic;
}


img.imgRight {
	float: right;
	margin: 0 0px 0 0;
	padding: 0px;
	border: 1px solid #41a7ad;
	border-bottom-color: #6b6b6b;
	border-right-color: #6b6b6b;
}

img.imgLeft {
	float: left;
	margin: 0 20px 5px 0;
	padding: 0px;
	border: 1px solid #41a7ad;
	border-bottom-color: #6b6b6b;
	border-right-color: #6b6b6b;
}

.contactinfo li {
	list-style: none;
}

.homepage li,
.advising li,
.accounting li {
	list-style: none;
	padding-left: 20px;
	padding-bottom: 15px;
	background: url(images/content/smallarrow.png) no-repeat 0 5%;
}

.callout {
	background: #EFEFEF;
	color: #32C1C8;
	border-left: 15px solid #D5D5D5;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #D5D5D5;
	border-right: 15px solid #D5D5D5;
	font: normal 130%/normal Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	line-height: 1.2em;
	padding: 10px;
}

.about-header {
	background: #F1F1F1;
	padding: 15px 10px 15px 10px;
	border: 1px solid #C4C4C4;
}

#about-us {
	padding: 0 0px 0 20px;
}


/* End CE Changes */


/*
 *
 *	HEADER
 *
 */

#hd {
	height: 69px;
	background-color: #6b6b6b;
	background-image: url(images/layout/header-background.png);
	background-repeat: repeat-x;
	position: relative;
}

#hd #phone {
	background-image: url(images/layout/header-phone-number.png);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 187px;
	text-indent: -9999px;
	position: relative;
	left: 40px;
	top: 36px;
}

#hd #navigation {
	height: 69px;
	width: 515px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#hd #navigation li {
	float: left;
	list-style: none;
}

#hd #navigation li a {
	display: block;
	height: 69px;
	background-image: url(images/layout/nav-sprite.png);
	text-indent: -9999px;
}

#hd #navigation li#home a {			width: 79px;	background-position: 0 0;}
#hd #navigation li#home a:hover {					background-position: 0 -100px; }
#hd #navigation li#home.current a {					background-position: 0 -200px; }

#hd #navigation li#accounting a {	width: 127px;	background-position: -200px 0;}
#hd #navigation li#accounting a:hover {				background-position: -200px -100px; }
#hd #navigation li#accounting.current a {			background-position: -200px -200px; }

#hd #navigation li#advising a {		width: 101px;	background-position: -400px 0;}
#hd #navigation li#advising a:hover {				background-position: -400px -100px; }
#hd #navigation li#advising.current a {				background-position: -400px -200px; }

#hd #navigation li#training a {		width: 101px;	background-position: -600px 0;}
#hd #navigation li#training a:hover {				background-position: -600px -100px; }
#hd #navigation li#training.current a {				background-position: -600px -200px; }

#hd #navigation li#contact a {		width: 94px;	background-position: -800px 0;}
#hd #navigation li#contact a:hover {				background-position: -800px -100px; }
#hd #navigation li#contact.current a {				background-position: -800px -200px; }

/*
 *
 *	BODY
 *
 */
 
#bd {
	background-color: #FFFFFF;
}

#bd #masthead {
	width: 910px;
	height: 315px;
	background-image: url(images/layout/header-main2010.jpg);
	position: relative;
}

#bd #masthead.accounting 	{background-image: url(images/layout/header-accounting2010.jpg);}
#bd #masthead.advising 		{background-image: url(images/layout/header-advising2010.jpg);}
#bd #masthead.training 		{background-image: url(images/layout/header-training2010.jpg);}
#bd #masthead.contact 		{background-image: url(images/layout/header-contact2010.jpg);}

#bd #masthead #logo {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

#bd #masthead #tagline {
	width: 560px;
	height: 95px;
	position: absolute;
	top: 100px;
	right: 0;	
}

#bd #masthead #tagline a {
	position: absolute;
	top: 35px;
	height: 40px;
	text-indent: -9999px;
}

#bd #masthead #tagline a.accounting {
	left: 35px;
	width: 190px;
}

#bd #masthead #tagline a.advising {
	left: 235px;
	width: 150px;
}

#bd #masthead #tagline a.training {
	left: 385px;
	width: 150px;
}

#bd #content {
	background-color: #FFFFFF;
	padding: 0 15px 15px 15px;
}


/*
 *
 *	FOOTER
 *
 */

#ft {
	height: 35px;
	background-image: url(images/layout/footer-background.png);
	background-repeat: no-repeat;
	position: relative;
	color: #FFFFFF;
	font-size: 85%;
	margin-bottom: 25px;
}

#ft a {
	color: #FFFFFF;	
	text-decoration: underline;
}

#ft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#ft #copyright,
#ft #login,
#ft #yastech {
	position: absolute;
	top: 9px;
}

#ft #copyright {
	left: 10px;
}

#ft #login {
	right: 310px;	
}

#ft #yastech {
	right: 10px;
}

.forbotsonly {
	display:none;
}