/*
 :: Client: StepStone
 :: Author: Simon Cole, Kallide.com
 :: Date:   September 2007
 :: Contents:
      - Remove default styles
      - list...

*/

/* ---------- [ Remove default styles ] -------------------- */


/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* some height stuff - shrug */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---------- [ / Remove default styles ] -------------------- */


/* ---------- [ Default text styles ] -------------------- */

body 
{
    background-color: #FFFFFF;
    color: #000;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 76%;
    text-align: center;
}
p
{
	font-size: 1em;
	margin: 0;
}
p a,
p a:visited
{
	color: #F26320;
	border-bottom: dashed 1px #000000;
	text-decoration: none;
}
p a:hover
{
	color: #5E5E5E;
}

/* ---------- [ / Default text styles ] -------------------- */

/* ---------- [ Page layout - container, header and columns ] -------------------- */

div#PageContainer
{ 
	float: left;
	position: relative;
    width: 800px;
    margin: 0 auto 0 auto;
	text-align: left;
}
div#PageLeftColumn
{
	float: left;
	position: relative;
	width: 130px;
    padding: 10px;
}
div#PageHeader
{
	float: left;
	position: relative;
	background: url(../images/panel-top.gif) 273px 10px no-repeat;
	width: 620px;
	height: 197px;
	padding-top: 10px;
}
div#PageContent
{
	float: left;
	position: relative;
    width: 600px;
    padding: 10px;
    background: url(../images/panel-bottom.gif) left top no-repeat;
}
div#PageContentLeft
{
	float: left;
	position: relative;
    width: 440px;
    padding-right: 10px;
}
div#PageOrangePanel
{
	float: left;
	position: relative;
    width: 594px;
    padding: 8px;
    margin: 10px 0 0 5px;
    background-color: #FCD7C5;
}
div#PageContentRight
{
	float: left;
	position: relative;
    width: 150px;
    padding-top: 70px;
    background: url(../images/boxout.gif) left 60px no-repeat;
}
div#PageContentRight p
{
	font-size: 15px;
	font-weight: bold; 	
	color: #5E5E5E;
	text-align: center;
}
div#PageContentRightFooter
{
	float: left;
	position: relative;
    width: 150px;
    padding-top: 15px;
    background: url(../images/boxout.gif) left 15px no-repeat;
}
div#PageFooter
{
	float: left;
	position: relative;
	background: url(../images/footer-bar2.gif) 162px 10px no-repeat;
	padding-top: 30px;
	height: 100px;
	width: 620px;
	padding-left: 180px;
	color: #5E5E5E;
	font-size: 0.9em;
}

div#HeaderLeft
{
	float: left;
	width: 260px;
	padding: 10px 15px 0 15px;
}
div#HeaderRight
{
	float: left;
	width: 310px;
	padding: 10px 10px 0 10px;
}
div#FooterLeft
{
	float: left;
}
div#FooterRight
{
	float: right;
	padding-right: 30px;
	padding-bottom: 1px;
}

/* ---------- [ / Page layout - container, header and columns ] -------------------- */

/* cog stuff */

div#Logo
{
	float: left;
	padding: 0 0 10px 0;
}
div#StrapLine p
{
	/*font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif, Verdana;*/
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	padding-bottom: 10px;
}
.LatestNews
{
	padding-top: 4px;
	width: 260px;
}
.LatestNews p
{
	color: #5E5E5E;
	font-size: 0.9em;
}
.LatestNewsDate
{
	float: left;
	color: #A2A2A2;
	font-size: 0.9em;
}
.LatestNewsLink
{
	float: right;
	padding-bottom: 1px;
	font-size: 0.9em;
}
.LatestNewsLink a,
.LatestNewsLink a:visited,
div#FooterRight a,
div#FooterRight a:visited
{
	color: #F26320;
	font-weight: bold;
	border-bottom: dashed 1px #000000;
}
.LatestNewsLink a:hover,
div#FooterRight a:hover
{
	color: #5E5E5E;
}
div#PageContent p
{
	padding: 10px 10px 5px 5px;
	line-height: 1.7em;
}
/* ---------- [ Navigation ] -------------------- */

div#PageNavigation 
{ 
	float: left;
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}              



#Navigation 
{ 
	float: left;
	width: 130px; 
	list-style: none; 
	padding-top: 5px;
	padding-bottom: 10px;
}
#Navigation li 
{ 
	float: left;
	width: 130px; 
	margin: 1px; 
	padding: 3px 3px 3px 5px;
}
#Navigation li a,
#Navigation li a:visited, 
#Navigation li a:active
{ 
	padding: 3px 3px 3px 5px;
	display: block;
	height: 15px;
	color: #000000;  
	font-weight: bold; 
	font-size: 0.9em;
	background-color: #EBEBEB;
}
#Navigation li a:hover   
{ 
	color: #F26320;
	font-weight: bold; 
	background-color: #D1D1D1;
}
#Navigation li a#selected 
{ 
	color: #5E5E5E;
	font-weight: bold; 
	border-bottom: none;
}
#SubNavigation 
{ 
	float: left;
	width: 123px; 
	list-style: none; 
	padding-top: 3px;
	padding-bottom: 0;
}
#SubNavigation li 
{ 
	float: left;
	width: 123px; 
	margin: 1px; 
	padding: 3px 0 3px 4px;
}
#SubNavigation li a,
#SubNavigation li a:visited
{ 
	background-color: #F3F3F3;
}
#SubNavigation li a:hover
{ 
	background-color: #F3F3F3;
}
#SubNavigation li a#selectedsub
{ 
	color: #5E5E5E;
}

#NewsNavigation
{
	font-size: 0.9em;
}
#NewsNavigation a,
#NewsNavigation a:visited
{
	color: #F26320;
	border-bottom: dashed 1px #000000;
	text-decoration: none;
}
#NewsNavigation a:hover
{
	color: #5E5E5E;
}
.NewsNavMonth
{
	padding-top: 5px;
	font-weight: bold;
}

.NewsDate
{
	font-size: 0.9em;
	color: #5E5E5E;
}

#SiteMap
{
	font-size: 1.0em;
	padding-left: 20px;
	line-height: 1.7em;
}
#SiteMap a,
#SiteMap a:visited
{
	color: #F26320;
	border-bottom: dashed 1px #000000;
	text-decoration: none;
}
#SiteMap a:hover
{
	color: #5E5E5E;
}
#SiteMapIndent
{
	padding-left: 20px;
}

/* ---------- [ / Navigation ] -------------------- */

/* ---------- [ Header styles ] -------------------- */

h1
{
	margin: 0;
	font-size: 16px;
	font-weight: bold; 	
	color: #000000;
	padding: 7px 7px 20px 5px;
}
h2
{
	margin: 0;
	font-size: 14px;
	font-weight: bold; 	
	color: #F26320;
}
h3
{
	padding: 10px 10px 0px 5px;
	line-height: 1.7em;
	font-size: 1.1em;
	font-weight: bold; 	
	color: #000000;
}
h4
{
	margin: 0;
	font-size: 1em;
	font-weight: bold; 	
	color: #00000;
}
/* ---------- [ / Header styles ] -------------------- */


