/********************************************************
* Title    : PSG Content Style Sheet
* Author   : WSA
* Contact  : dm_admin@wsa.net.uk
* Created  : 7th Mar 2006
* Modified : 31st Oct 2007
********************************************************/

/********************************************************
* Content
********************************************************/
	
h1 {
	font-size: 15px;
	font-weight: normal;
	color: #25518f;
	margin-bottom: 11px;
}
	
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #25518f;
	margin-bottom: 9px;
}

h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #808285;
	margin-bottom: 9px;
}
	
.upper {
	text-transform: uppercase;
}

.imgLeft {
	float: left;
	margin: 20px 20px 20px 0;
	border: 0px solid #bdc4ca;
}

.imgRight {
	float: right;
	margin: 20px 0 20px 20px;
	border: 0px solid #bdc4ca;
}
		
p {
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 11px;
}

.articleList {
	font-size: 10px;
	line-height: 18px;
}
	
/* Globally remove borders from all img's */
img { 
	border: 0px; 
}

/* Make forms inline therefore stopping them adding block space above or below */
form { 
	margin: 0px;
	font-size: 10px;
}

/* Define default font styling for form elements */
input, textarea, select {
	font: 10px/18px Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: black;
	padding: 1px;
}

hr {
	height: 1px;
	margin-bottom: 0.75em;
	border-color: #bdc4ca;
	border-width: 1px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
}

/********************************************************
* Lists
********************************************************/

ul, ol {
	margin: 0 0 10px 30px;
}

li
{
	font-size: 10px;
	line-height: 22px;
	margin: 0 0 0 5px;
	padding-left: 2px;
}

#secondary ul, #secondary ol {
	margin: -4px 0 0 10px;
	color: #D4D5D7;
	list-style-type: square;
}

#secondary li
{
	font-size: 10px;
	line-height: 22px;
	margin: 0 0 0 5px;
	padding-left: 2px;
}

/********************************************************
* Tables
********************************************************/

table {
	margin: 5px 0 15px 0;
	border-collapse: collapse;
	font-size: 10px;
}

td {
	padding: 5px;
	border: 1px solid black;
}

/********************************************************
* Links
********************************************************/

/* Default link styles */
a:link, a:visited {
	color: #036; 
	text-decoration: none; 
}
a:hover {
	color: #07a; 
	text-decoration: underline; 
}

/* Menu link styles */
#breadcrumbs a:link, #breadcrumbs a:visited, #menu li a:link, #menu li a:visited {
	color: #58595b; 
	text-decoration: none; 
}
#breadcrumbs a:hover, #menu li a:hover {
	color: #000000; 
	text-decoration: none; 
}

/* News & Event tab link styles */
.newsMenuTab .tab .desc a:link, .newsMenuTab .tab .desc a:visited, .newsMenuTab .active .desc a:link, .newsMenuTab .active .desc a:visited {
	color: #464749; 
	text-decoration: none; 
}
.newsMenuTab .tab:hover, .newsMenuTab .active:hover {
	background: #BABCBE url(/images/layout/triangle.gif) top right no-repeat; 
}

/* Default link styles */
a.contact:link, a.contact:visited {
	color: #036; 
	text-decoration: underline;
	font-weight: bold;
}
a.contact:hover {
	color: #07a; 
	text-decoration: none;
	font-weight: bold; 
}

/********************************************************
* Form Elements
********************************************************/

input, select {
	width: 25em;
	padding: 1px;
	margin: 5px 0 10px 0;
	border: 1px solid #D4D5D7;
	font-size: 9pt;
}

textarea {
	width: 53em;
	padding: 1px;
	margin: 5px 0 10px 0;
	border: 1px solid #D4D5D7;
	font-size: 9pt;
}

input.check {
	width: 1em;
	padding: 0;
	margin: 0;
	border: 0px;
}

.form .submit {
	background-color: #D4D5D7;
	border: 1px solid #58595b;
}
	
select.entryFormErr, input.entryFormErr, textarea.entryFormErr {
	color: #FFF;
	background-color: #E30021;
}
