/* 
  SITE: StrategyandStructures.com
  AUTHOR: Quentin James
  LAST UPDATED: 
  LE VERSION: 1.3
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #8AB51E         	Lime Green
  #003277			Navy Blue
  #0079CF			Process Blue

  

  ---MISC COLORS---
     
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 FOOTER
  =03 LAYOUT
  =04 MAIN IMAGE (home page)
  =05 CENTER
  =06 SIDEBAR
  =07 MAIN ALT
  =08 MAP

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =02 GENERIC 
 
 NOTES:
 GLOBAL FONT SIZE SET TO 11px
 GLOBAL LINE HEIGHT SET TO 15px
----------------------------------*/

body {
  color: font: .6875em/1.3636em "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6,
dt, em, strong, caption{
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
}

h3{
  letter-spacing:-.05em;
}

fieldset {
  border: 0;
}

a {
  color: #8AB51E;
  text-decoration: underline;
}

p {
  margin: 0;
}

em {
  font-style:normal;
}

strong, dt {
  font-weight: bold;
}

hr
{
	border: 0;
	background: #8AB51E;
	padding: 0;
	margin: 0;
	height: 1px;
}

.datatable
{  
	line-height: 100%; 
	text-align: left; 
	border: 1px solid #999999; 
	border-collapse: collapse;
}


/*---------------------------------
  =02 FOOTER
----------------------------------*/

#footerleft p
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-size: 0.7em;
	line-height: 100%;
	margin: 0 0 0 10px;
}

#footerleft a:link
{
	color: #000;
	text-decoration: none;
}

#footerleft a:visited
{
	color: #000;
	text-decoration: none;
}

#footerleft a:hover
{
	color: #8AB51E;
	text-decoration: underline;
}



/*---------------------------------
  =03 LAYOUT
----------------------------------*/

#wrapper 
{
	text-align: left;
	padding: 0px;
	border:0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: url("../images/common/page_background.gif");
}



#headerdiv
{
	width: 980px;
	background: #FFF;
}

#navlinks
{
	width: 980px;
	margin: 0 0 10px 0;
}

#container
{
	width: 980px;
}

#main
{
	float: left;
	width: 455px;
	margin: 0 30px 0 0;
}


#mainalt
{
	position:relative;
	float: left;
	width: 700px;
	margin: 0 30px 0 0;
}


#center
{
	float: left;
	width: 245px;
	margin: 0 10px 0 0;
}

#sidebar
{
	float: right;
	width: 240px;
	background: #E5F1FA;
}

#containerfoot
{
	width: 980px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	background: #FFF;
}

#greenrule
{
	width: 980px;
	height: 1px;
	background: #FFF;
	margin: 0 0 0px 0;
	padding: 0px;
	clear: both;
}

#greenrule1
{
	width: 980px;
	height: 1px;
	background: #FFF;
	margin: 0 0 0px 0;
	padding: 0px;
	clear: both;
}


#footerleft 
{
	float: left;
	height: 25px;
	background: #FFF;
}

#footerright 
{
	float: right;
	height: 25px;
	background: #FFF;
}


/*---------------------------------
  =04 MAIN IMAGE
----------------------------------*/

#main_image
{
	width: 980px;
	height: 365px;
	background: #FFF;
}

#header_image
{
	width: 980px;
	height: 180px;
	background: #FFF;
}

/*---------------------------------
  =05 MAIN
----------------------------------*/

#main h1
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}


#main h2
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}


#main h3
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}


#main p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 5px 10px;
}

#main p.green
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	line-height: 120%;
	padding: 5px 10px;
}

#main a:link
{
	color: #8AB51E;
	text-decoration: underline;
}

#main a:visited
{
	color: #8AB51E;
	text-decoration: underline;
}

#main a:hover
{
	color: #0079CF;
	text-decoration: underline;
}


/*---------------------------------
  =05 CENTER
----------------------------------*/

#center h1
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #003277;
	padding: 10px 10px;
	margin: 0;
}

#center h3
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}

#center p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 5px 10px;
}

#center p.green
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	line-height: 120%;
	padding: 5px 10px;
}



/*---------------------------------
  =06 SIDEBAR
----------------------------------*/

#sidebar h1
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
	color: #0079CF;
	padding: 10px 10px;
	margin: 0;
}

#sidebar .green
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
}

#sidebar p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #0079CF;
	line-height: 120%;
	padding: 5px 10px;
}

#sidebar p.black
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 5px 10px;
}

#sidebar p.green
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	line-height: 120%;
	padding: 5px 10px;
}


#sidebar a:link
{
	color: #0079CF;
	text-decoration: underline;
}

#sidebar a:visited
{
	color: #0079CF;
	text-decoration: underline;
}

#sidebar a:hover
{
	color: #8AB51E;
	text-decoration: underline;
}


/*---------------------------------
  =07 MAIN ALT
----------------------------------*/

#mainalt h1
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}

#mainalt h2
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}

#mainalt h3
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	padding: 10px 10px;
	margin: 0;
}

#mainalt p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 5px 10px;
}


#mainalt ul li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
}

#mainalt p.green
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #8AB51E;
	line-height: 120%;
	padding: 5px 10px;
}

#mainalt .blue
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #0079CF;
}

#mainalt .green
{
	font-family: Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #8AB51E;
}

#mainalt a:link
{
	color: #8AB51E;
	text-decoration: underline;
}

#mainalt a:visited
{
	color: #8AB51E;
	text-decoration: underline;
}

#mainalt a:hover
{
	color: #0079CF;
	text-decoration: underline;
}


/*---------------------------------
  =08 MAP
----------------------------------*/

#map_image
{
	position:relative;
	float: left;
}


#map_image a:hover
{
	color: #000;
	text-decoration: none;
}

	
#map_pop {
		position:relative;
		margin:0;
		padding:0;
		width:680px;
		height:185px;
		background:url(../images/services/process.gif) top left no-repeat #fff;
		font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
		text-decoration:none;
}


#map_pop li {
		margin:0;
		padding:0;
		list-style:none;
}


#map_pop li a {
		position:absolute;
		display:block;
		/*
		Specifying a background image
		(a 1px by 1px transparent gif)
		fixes a bug in older versions of
		IE that causeses the block to not
		render at its full dimensions.
		*/
		background:url(../images/services/blank.gif);
}


#map_pop li a span { 
		display:none;
}

#map_pop li a:hover span {
		position:relative;
		display:block;
		width:200px;
		left:20px;
		top:20px;
		padding:5px;
		border:1px solid #000;
		background:#fff;
		text-decoration:none;
		color:#000;
		filter:alpha(opacity=80);
		opacity:0.8;
}

#map_pop a.strategy {
		top:10px;
		left:10px;
		width:110px;
		height:60px;
}

#map_pop a.plan {
		top:10px;
		left:185px;
		width:110px;
		height:60px;
}

#map_pop a.business {
		top:10px;
		left:365px;
		width:110px;
		height:60px;
}

#map_pop a.implementation {
		top:10px;
		left:540px;
		width:110px;
		height:60px;
}

#map_pop a.monitoring {
		top:115px;
		left:540px;
		width:110px;
		height:60px;
}