@charset "UTF-8";
/* CSS Document for Elite Website */
/* Prepared by Clockworkbird - Heather Smith */

* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
img 	
	{
	border: 0px;
	}

body 
	{ 
	background-color: #FFF;
	font-size: 14px; 
	font-family: Tahoma, Geneva, sans-serif;
	color: #607279;
	}

/* BACKGROUND IMAGES */
body.homeBkgd
	{
	background-color: #ff6600;
	background-image: url(../images/bkgd/homeLogo.jpg);
	background-repeat: no-repeat;
	color: #515151;
	}
	
body.grayBkgd
	{
	background-color: #666666;
	background-image: url(../images/bkgd/grayBack.jpg);
	background-repeat: no-repeat;
	background-position:100% 100%;
	background-attachment: fixed;
	color: #FFF;
	}
	
/* body.blueBkgd
	{
	background-color: #0b3543;
	background-image: url(../images/bkgd/blueHeart.gif);
	background-repeat: no-repeat;
	color: #FFF;
	}
	*/
	
body.orangeBkgd
	{
	background-color: #EB5724;
	background-image: url(../images/bkgd/orangeHeart.gif);
	background-repeat: no-repeat;
	color: #FFF;
	}	
	
body.bootBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/boot.jpg);
	background-repeat: no-repeat;
	color: #607279;
	}
	
body.dotBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/capabilities_creative.jpg);
	background-repeat: no-repeat;
	background-position:0 320px;
	color: #607279;
	}
	
body.leafBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/leafHeart.jpg);
	background-repeat: no-repeat;
	background-position:0 20px;
	color: #607279;
	}
	
body.megaphoneBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/capabilities_branding.jpg);
	background-repeat: no-repeat;
	background-position:0 320px;
	color: #607279;
	}
	
body.nestBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/nest.jpg);
	background-repeat: no-repeat;
	background-position:0 20px;
	color: #607279;
	}
	
body.paintBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/paintHeart.jpg);
	background-repeat: no-repeat;
	background-position:0 10px;
	color: #607279;
	}	
	
body.paperBkgd
	{
	background-color: #FFF;
	background-image: url(../images/bkgd/capabilities_strategic.jpg);
	background-repeat: no-repeat;
	background-position:0 320px;
	color: #607279;
	}		

/* STRUCTURAL LAYOUT */

#container
	{
	width: 950px;
	text-align:left;	
	}

#nav
	{
	text-transform: uppercase;
	text-align:right;
	line-height: 18px;
	width: 215px;
	float: left;
	position:absolute;
 	top:80px;
 	left:0;
	/* top: -30px; */
	}

#logo
	{
	float: left;
	padding: 20px;
	display: block;
	}
	
/*#logoHome
	{
	float: left;
	display: block;
	}*/
	
#tag
	{
	float: right;
	}
	
#noTag
	{
	padding-top: 40px;
	}
	
#content
	{
	 width: 735px;
	 margin-left: 215px;
	 display: block;
	}
	
#caseStudies
	{
	position: relative;
	left: 130px;
	}

#homeFlash
	{
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
/*#doImg
	{
	position: relative;
	left: 15px;
	top:25px;
	}*/
	
/*#footer
	{
	float: right;
	text-transform:uppercase;
	font-size: 8px;
	text-align: right;
	}*/
	
#footer
	{
	float: right;
	font-size: 9px;
	text-align: right;
	position: relative;
	}
	
	
/* LISTS */
li
	{
	list-style: none;
	}
	
li.nActive
	{
	font-weight: bold;
	text-align: left;
	position: relative;
	left: 215px;
	}	
	
.tList ul 
	{
	display: block;
	font-size: 10px;
	text-align: center;
	}
	
.tList li 
	{
	list-style: none;
	display: block;
	float: left;
	margin: 3px;
	}
	
li.tActive
	{
	position: relative;
	top: -4px;
	}

/* TYPOGRAPHY */
h1
	{
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	}
	
.testimonial
	{
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	}	
	
#catchPhrase
	{
	font-size: 30px;
	line-height: 35px;
	color: #bdc4c5;
	text-align: right;
	float: right;
	width: 350px;
    margin-top: 59px;
	}
	
.white
	{color: #FFFFFF;
	}
	
.orange
	{
	color: #EB5724;
	}	
	
.green
	{
	color: #99CC00;
	}
	
.blue
	{
	color: #0b3543;
	}
	
.gray
	{
	color: #607279;
	}

/* LINKS */

#navAddress a:link, #navAddress a:visited
	{
	color: #FFF;
	text-decoration: none;
	}
	
/*#nav a:link, #nav a:visited
	{
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active
	{
	font-weight:bold;
	text-decoration: none;
	}	*/
	
#navGray a:link, #navGray a:visited
	{
	color: #607279;
	text-decoration: none;
	}
	
#navGray a:hover, #navGray a:active
	{
	font-weight:bold;
	color: #607279;
	text-decoration: none;
	}
	
#navWhite a:link, #navWhite a:visited
	{
	color: #FFF;
	text-decoration: none;
	}	
	
#navWhite a:hover, #navWhite a:active
	{
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	}
	
.tList a:link, .tList a:visited
	{
	color: #FFF;
	text-decoration: none;
	}
	
.tList a:hover, .tList a:active
	{
	color: #aaa;
	text-decoration: none;
	}	
	
.tGray a:link, .tGray a:visited
	{
	color: #607279;
	text-decoration: none;
	}
	
.tGray a:hover, .tGray a:active
	{
	color: #aaa;
	text-decoration: none;
	}	
		
.tActive a:link, .tActive a:visited
	{
	color: #EB5724;
	text-decoration: none;
	}
	
.tActive a:hover, .tActive a:active
	{
	color: #EB5724;
	text-decoration: none;
	}			
	
	
/* General */
p
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

.floatLeft
	{
	float:left;
	display: inline;
	}
	
.floatRight
	{
	float:right;
	display: inline;
	}
	
.floatClear
	{
	clear: both;
	}
	
.paddingLarge
	{
	padding: 15px;
	}
	
.paddingSmall
	{
	padding: 8px;
	}	
	
img.tActive
	{
	border: 4px solid #EB5724;
	}	
	
