/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 70%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
textarea, body { 
  color: #222; 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; 
	}

h1,h2,h3,h4,h5,h6 { 
  color: #222; 
  font-family: Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1.30; margin-bottom: 0.5em; margin-top: 0.5em; font-weight: bold;}
h2 { font-size: 1.9em;  font-weight: bold;}
h3 { font-size: 1.9em;font-weight: bold; line-height: 1; margin-bottom: .3em; padding: 0 0 .5em 0; color:#444444;}
a.h3 { font-size: 1.1em; line-height: 1; margin-bottom: .3em; padding: 0 0 .5em 0;color:#666666;}

h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em;}
h5 { font-size: 1.4em; font-weight: bold; }
h6 { font-size: 120%; }


/* Text elements
-------------------------------------------------------------- */

.promo-text{
	padding-left: 20px;
	margin-left: 256px;
	font-size: 120%;
}p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 0 0; }

.promo {
	padding: .5em .3em 1em 0;
	float: left;
}

ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
li  	    { margin: 1.5em 0 0 0; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic;}
del         { color:#666; }

a:focus, 
a:hover     { color: #cc3333; }
a           { color: #000; font-weight: bold; text-decoration: none;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */
.note	    { font-size: 1em; font-weight: bold; }
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.medium      { font-size: 1.2em; display:block; width: 456px; line-height: 1.5em; margin-bottom: 1.25em; }
.medium2     { font-size: 1.2em; margin-bottom: 1.25em; }
.large      { padding-right: 20px; font-size: 1.4em; display:block; line-height: 1.75em; margin-bottom: 1.25em; }

.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Gloval Nav
-------------------------------------------------------------- */
#navcontainer ul
{
padding-left: 0;
margin-top: 30px;
margin-left: 0;
margin-right:0px;
color: White;
float: left;
width: 100%;
padding-bottom: 2px;



}
#navlist {
	padding:0px;
	margin: 0px;
}

#navcontainer ul li { display: inline; 
 }

#navcontainer ul li a
{
background-color: #9da5a8;
color: White;
text-decoration: none;
float: left;
font-size: 1.4em;
font-weight: normal;
padding: .4em 13px .4em 13px;
width: 157px;
margin-bottom: 2px;

}

#navcontainer ul li a:hover
{
background-color: #cc3333;
color: #fff;
}

#navcontainer #navlist #active a{
	background-color: #cc3333;
}

/* Sub Nav
-------------------------------------------------------------- */
#subnavcontainer ul
{
padding-left: 0;
margin-left: 10px;
margin-right:0;
margin-top: 1px;
color: #000;
float: left;
width: 100%;
background-color: #fff;


}
#subnavlist {
	padding:0px;
	margin: 0px;
}

#subnavcontainer ul li { display: inline; 
 }

#subnavcontainer ul li a
{
color: #000;
text-decoration: none;
float: left;
font-size: 1.4em;
padding: .4em 3px .4em 13px;
background-color: #fff;
}

#subnavcontainer ul li a:hover
{
background-color: #cc3333;
color: #fff;
}

#subnavcontainer ul li #current
{
	background-color: #cc3333;
	color: #fff;
}



/* Arrow Icon Rollover
-------------------------------------------------------------- */
 .cssnav
{
position: relative;
background: url(../img/arrow_over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 23px;
height: 23px;
margin: .5em 0 20px 0px;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 23px;
height: 23px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 23px;
height: 23px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 3px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration:none;
font-weight: bold;
}

.cssnav a:hover span
{
color: #cc3333;
}


/*    Our People Show hides   */
.dhtmlgoodies_question{	/* Styling question */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:500px;
	
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
.person-desc{
	font-size: 13px;
}
