/*-----------------------------------------------------------------------------
Pentagon Plastics Basic Style Sheet (V4 browsers)

version:   1.0
author:    Sue Morgan
company:   BrightStarr
website:   http://www.brightstarr.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
	font: 75%/1.6 Arial, Helvetica, sans-serif;
  	background: #CCCCCC;
  	color:#666;
}
h1 {
	font-size: 1.4em;
	color: #000099;
}
#intro h1 { color: #fff}
h2 {
	font-size: 1.2em;
	color:#490E10;
}
p {font-size: 1.1em; color:#4B4B5F;}

/* =Branding
----------------------------------------------------------------------------*/
#expander {
	background:White;
	color: #666;
}

/* =Links
---------------------------------------------------------------------------*/
a:link {color: #000; text-decoration:none; padding: 0.1em 0 0.1em 0}
a:visited {color:#666; text-decoration:none}
a:hover; a:active {text-decoration:underline}

#footer a:link, #skip a:link  {color: #ccc}
#footer a:visited, #skip a:visited {color: #fff}
#footer a:hover, #footer a:active, #skip a:hover, #skip a:active {color: #000; background:#fff; text-decoration:underline}

/* =Main Nav
-----------------------------------------------------------------------------*/
ul a, ul a:link {
	text-decoration:none;
	color:#fff;
	font-size: 1.5em;
}

ul a:visited {
	color: #fff
}
ul a:hover, ul a:active {
	color:#000
}