/*
 :: Client: Millie Miles
 :: Author: Simon Cole, Kallide.com
 :: Date:   April 2008
 :: 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;
    margin: 0;
}
p
{
	font-size: 1em;
	margin: 0;
}
p a,
p a:visited,
td a,
td a:visited
{
	color: #003371;
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
p a:hover,
td a:hover
{
	border-bottom: dashed 1px #888888;
	color: #000000;
}

/* ---------- [ / Default text styles ] -------------------- */

/* ---------- [ Page layout - container, header and columns ] -------------------- */

div#PageCentred
{
	background-color: #ffffff;
	
}
div#PageContainer
{ 
    float: left;
    width: 950px;
	text-align: left;
}
div#PageLeftColumn
{
    display: none; /*PRINT*/
}
div#PageHeader
{
	float: left;
	position: relative;
	background: url(/images/print-logo.gif) 0 0 no-repeat;
	width: 600px;
	height: 99px;
    border-bottom: solid 1px #ababab;
	
}
div#PageHeaderImage
{
	float: right;
	position: relative;
	padding: 38px 0 0 0;
}
div#PageContent,
div#PageBanner
{
	float: left;
	position: relative;
    width: 605px;
    padding: 0px;
	background-color: #ffffff;
}
.PageBar,
.PageBarBottom,
.ColumnBar,
div#PageBannerRight,
div#PageBannerRightHome,
div#PageBannerRightSlice
{
    display: none;
}
div#PageBannerLeft /*only used on home anyway*/
{
	float: left;
	position: relative;
    width: 600px;
    padding: 10px 0px 0 5px;
	background: none;
    border-bottom: solid 1px #ababab;
    
}

div#PageContentLeft
{
	float: left;
	position: relative;
    width: 280px; 
    padding: 5px;
}
div#PageContentLeft p
{
	padding: 6px 0px 6px 0px;
}
div#PageContentLeft img
{
	padding: 1px;
}
div#PageContentRight,
div#PageContentRightFade
{
	float: left;
	position: relative;
    width: 311px;
    padding: 0px 0px 12px 0px;
    text-align: center;
    display: none; /*PRINT*/
}
div#PageContentRightFade
{
	background: url(/images/backgrounds/background-right-column.gif) 0 0 repeat-x;
}
div#PageContentRightFooter
{
	float: left;
	position: relative;
    width: 150px;
    padding-top: 15px;
    background: url(/images/boxout.gif) left 15px no-repeat;
}
div#PageContentFullWidth
{
	float: left;
	position: relative;
    width: 640px; 
    padding: 0px 18px 12px 36px;
}

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;
}

.PhotoAndCap
{
    float: left;
    width: 161px; 
}
.PhotoAndCap img
{
    float: left;
}
div#PhotoList p
{
    float: left;
    width: 150px; 
    padding: 1px 0 0 2px;
    font-size: 0.8em;
}
.PhotoRow
{
    float: left;
    width: 329px;
    padding-bottom: 4px;
}
/* ---------- [ / Page layout - container, header and columns ] -------------------- */

div#PageContentImageRight
{
	float: left;
	position: relative;
    padding: 0;
}

.CTAContainer
{
	float: left;
	padding:20px 10px 8px 10px;
	text-align: center;
	width: 291px;
}
div#PageContentRight p
{
	color: #888888;
	font-weight: normal;
	padding: 0 28px 0 28px;
	text-align: center;
}
div#PageContentRight p a
{
	color: #888888;
	border-bottom: solid 1px #888888;
}
div#PageContentRight p a:hover
{
	border-bottom: dashed 1px #888888;
}
div#PageContentRight a
{
	border: none;
}

div#Logo
{
	display: none;
}
div#PrintLogo
{
	float: left;
	padding: 0 0 10px 0;
	display: block;
}

p
{
	padding: 4px 0 4px 0;
	line-height: 1.4em;
	color: #003371;
}
/* ---------- [ Navigation ] -------------------- */


#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 ] -------------------- */

#ListArrow 
{ 
	float: left;
	/*list-style: none; */
	list-style: disc; 
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-position: inside;
}
#ListArrow li 
{ 
	margin: 1px; 
	padding: 1px 0 1px 16px;
	color: #003371;
}

#ListBullet
{ 
	list-style: disc; 
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-position: inside;
}
#ListBullet li 
{ 
	margin: 1px; 
	padding: 1px 0 1px 0px;
	color: #003371;
}


#ListLarge
{
	font-size: 1.3em;
	padding-top: 6px;
}
#ListLarge li
{
	padding: 2px 0 2px 0;
}
#ListLarge li a,
#ListLarge li a:visited,
#ListLarge li a:active,
#ListArrow li a,
#ListArrow li a:visited,
#ListArrow li a:active
{
	color: #003371;
	border-bottom: solid 1px #003371;
}
#ListLarge li a:hover,
#ListArrow li a:hover
{
	border-bottom: dashed 1px #888888;
	color: #000000;
}

/* ---------- [ Header styles ] -------------------- */

h1
{
	margin: 0;
	font-size: 1.5em;
	font-weight: bold; 	
	color: #003371;
	padding: 0px 7px 0px 0px;
}
h2
{
	margin: 0;
	font-size: 1.1em;
	color: #003371;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0 4px 0;
}
h3
{
	margin: 0;
	font-size: 1.0em;
	color: #003371;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
h4
{
	margin: 0;
	font-size: 1em;
	font-weight: bold; 	
	color: red;
}
/* ---------- [ / Header styles ] -------------------- */

/* ---------- [ Form styles ] -------------------- */

.SelectStyle
{
	border: solid 1px #7F9DB9;
	margin: 1px;
	color: #444444; 
}
.ButtonStyle
{
	padding: 5px 0 0 0;
}
.CTAFormRow
{
	float: left;
	width: 249px;
	padding: 0 10px 0 30px;
	text-align: center;
}
.CTAFormRowWide
{
	float: left;
	width: 141px;
	padding: 0 50px 0 80px;
}

.CTAFormElement
{
	float: left;
	padding: 7px 0 0 0;
}
.CTAFormButton
{
	float: left;
	padding: 0 0 0 5px;
}
.CTADivider
{
	float: left;
	background: url(/images/right-column-dots.gif) 135px 8px no-repeat;
	width: 33px;
	height: 5px;
	font-size: 0;
	padding: 2px 0 5px 135px;
}

.FormRow
{
	width: 300px;
}
legend
{
	color: #1E8331;
	font-weight: bold;
}
label
{
	font-weight: bold;
	width: 120px;
}

/* ---------- [ / Form styles ] -------------------- */

div#Breadcrumb
{
	display: none;
}

/* ---------- [ Footer styles ] -------------------- */

div#CopyrightBar
{
	float: left;
	height: 30px;
	border-top: solid 1px #ababab;
	width: 600px;
}
div#CopyrightBar p
{
	padding: 7px 0 0 5px;
	font-size: 0.9em;
}

div#PageFooter,
#FooterLinks,
#FooterLinksBlue
{
	display: none;
}

/* ---------- [ Tables ] -------------------- */

th
{
	border: 1px #000000;
	padding: 3px;
	font-weight: bold;
}
td
{
	border: 1px #000000;
	padding: 3px;
}

/* ---------- [ / Tables] -------------------- */


/* ---------- [ PRINT OVERRIDES ] -------------------- */

*
{
	background: none ! important;
	color: #111 ! important;
}
/* ---------- [ / PRINT OVERRIDES ] -------------------- */

