@charset "UTF-8";
/* CSS Document */

/* 
	All Content Copyright Ledden Design.
	All rights reserved.
	
	Palette
	
	Orange:		#f16323
	Blue:		#00a5d5
	Fusia:		#d23993
	Green:		#abc234
	Dark Blue:	#4e8abe
	Other Blue:	#4E8ABE
 
 */
 
 

/* Website Containers for holding content */

body {	
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0;
    text-align: center; /*for IE*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 730px;
	text-align: left;
	z-index:1;
}

#logoContainer {
	position:absolute;
	top: 44px;
	left: 0px;
	width: 196px;
	height: 27px;
}

#contactContainer {
	position:absolute;
	top: 358px;
	left: 0px;
	width: 225px;
	height: 45px;
}

#hintContainer {
	position:absolute;
	top: 415px;
	left: 0px;
	width: 225px;
	height: 55px;
}


#mainContent {
	position:relative;
	width: 600px;
}

#profileContent {
	position:relative;
	width: 600px;
	font-size: 12px;
}

#quoteContainer {
	position:relative;
	width: 525px;
}

#quoteContainer2 {
	position:relative;
	width: 646px;
	margin-top: 40px;
}

#workContainer {
	position:absolute;
	bottom: 31px;
	left: 265px;
	width: 695px;
	height: 392px;
}

#contentContainer {
	position:absolute;
	top: 104px;
	left: 265px;
	width: 646px;
}

#goals {
	position:absolute;
	top: 40px;
	left: 0px;
	width: 315px;
}

#results {
	position:absolute;
	top: 40px;
	left: 365px;
	width: 315px;
}

#divider {
	position:absolute;
	top: 40px;
	left: 335px;
	height: 150px;
	width: 1px;
}

.workBodyText {
	font-size:11px;
	line-height: 16px;
}

.resultHeading {
	font-size:12px;
	color: #f16323;
	font-weight:bold;
}

.goalsHeading {
	font-size:12px;
	color: #00a5d5;
	font-weight:bold;
}




/* MENUS */

#menuContainer {
	position:absolute;
	top: 104px;
	left: 0px;
	width: 225px;
	height: 225px;
}

#pplContainer {
	position:absolute;
	top: 366px;
	left: 0px;
	width: 225px;
	height: 55px;
}

#contactContainer {
	position:absolute;
	top: 358px;
	left: 0px;
	width: 225px;
	height: 45px;
}

#contactContainer {
	position:absolute;
	top: 358px;
	left: 0px;
	width: 225px;
	height: 45px;
}

#contactContainer2 {
	position:absolute;
	bottom: -3px;
	left: 0px;
	width: 225px;
	height: 45px;
}

#workMenuContainer {
	position:absolute;
	top: 376px;
	left: 0px;
	width: 225px;
	height: 55px;
}

#caption {
	position: absolute;
	top: 0px;
	left: 60px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	height: 11px;
}

#captionONE {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	height: 11px;
}

/* PROFILE NAV BUTTONS */

#pplContainer a:link 			{ color: #666666; font-size: 12px; text-decoration: none; }
#pplContainer a:visited 		{ color: #666666; font-size: 12px; text-decoration: none; }
#pplContainer a:hover 			{ color: #f16323; font-size: 12px; text-decoration: underline; }
#pplContainer a:active 			{ color: #f16323; font-size: 12px; text-decoration: none; }

.contactContainer a:link 			{ color: #f16323; font-size: 10px; text-decoration: none; }
.contactContainer a:visited 		{ color: #f16323; font-size: 10px; text-decoration: none; }
.contactContainer a:hover 			{ color: #f16323; font-size: 10px; text-decoration: underline; }
.contactContainer a:active 			{ color: #f16323; font-size: 10px; text-decoration: none; }

/* TOP NAV BUTTONS */

#homeButtonContainer {
	position:absolute;
	top: 50px;
	right: 188px;
	width: 64px;
	height: 20px;
}

#contactButtonContainer {
	position:absolute;
	top: 50px;
	right: 78px;
	width: 84px;
	height: 20px;
}

/* Whats New Containers */

#whatsnewContainer {
	background-image:url(../images/bg_whatsnew.png);
	background-position: top;
	background-repeat:no-repeat;
	position:relative;
	top: 30px;
	left: 0px;
	width: 646px;
	height: 274px;
}

#whatsNewBlurb {
	position:absolute;
	top: 65px;
	left: 17px;
	width: 205px;
}

#whatsNewImage {
	position:absolute;
	top: 0px;
	left: 250px;
}

/* Text */

.bodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 14px;
}

.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #676767;
	line-height: 14px;

}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #4E8ABE;
	line-height: 14px;
}

/* Link Styles
a:link { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; color: #f15a29 }
a:hover {  font-size: 10px; color: #f15a29; text-decoration: underline; }
a:visited { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; color: #f15a29}
 */


/* Quote Body */

.homeQuoteBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 18px;
	text-indent: -0.5em;
	font-weight:normal;
}

.aboutQuoteBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: -0.4em;
	font-weight:normal;
}

.employee-communicationsQuoteBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: -0.5em;
	font-weight:normal;
}

.communications-marketingQuoteBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: -0.5em;
	font-weight:normal;
}

.brandingQuoteBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: -0.5em;
	font-weight:normal;
}


/* Quote Authors */

.homeQuoteAuthor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	font-weight:bold;
	line-height: 18px;
}

.aboutQuoteAuthor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f16323;
	font-weight:bold;
	line-height: 18px;
	text-indent: -0.7em;
}

.employee-communicationsQuoteAuthor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e8abe;
	font-weight:bold;
	line-height: 18px;
	text-indent: -0.7em
}

.communications-marketingQuoteAuthor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d23993;
	font-weight:bold;
	line-height: 18px;
	text-indent: -0.7em
}

.brandingQuoteAuthor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #abc234;
	font-weight:bold;
	line-height: 17px;
	text-indent: -0.7em
}


/* Quote Titles */

.homeQuoteTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 17px;
	font-weight:normal;
}

.aboutQuoteTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f16323;
	line-height: 18px;
	font-weight:normal;
}

.employee-communicationsQuoteTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e8abe;
	line-height: 18px;
	font-weight:normal;
}

.communications-marketingQuoteTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d23993;
	line-height: 18px;
	font-weight:normal;
}

.brandingQuoteTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #abc234;
	line-height: 18px;
	font-weight:normal;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

P { display: inline; }

#controls { width: 50px; height: 30px; }

.prvButton { display:inline-block; background: transparent url(../images/arrow_back.gif) top left no-repeat; width: 21px; height: 11px; text-decoration:none; }
.prvButton:hover { background: transparent url(../images/arrow_back_b.gif) top left no-repeat; text-decoration:none; }

.fwdButton { display:inline-block; background: transparent url(../images/arrow_fwd.gif) top left no-repeat; width: 21px; height: 11px; text-decoration:none; }
.fwdButton:hover { background: transparent url(../images/arrow_fwd_b.gif) top left no-repeat; text-decoration:none; }

.contactPage			 	{ font-family:Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; position:relative; }
.contactPage a:link			{ color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}
.contactPage a:visited		{ color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}
.contactPage a:hover		{ color: #f16323; font-size: 10px; text-decoration: underline; line-height: 16px;}
.contactPage a:active 		{ color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}

#newsletterForm {
	position:absolute;
	left: 0px;
	top: 260px;
	width: 646px;
}

#whatsNewBlurb a:link { color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}
#whatsNewBlurb a:visited { color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}
#whatsNewBlurb a:hover { color: #f16323; font-size: 10px; text-decoration: underline; line-height: 16px;}
#whatsNewBlurb a:active { color: #f16323; font-size: 10px; text-decoration: none; line-height: 16px;}