@charset "UTF-8";

/* 

Site Design and CSS by George Fox / F2
f2 (at) f2sys (dot) net
2007

*/

body {
	background: #060 url(../images/chrome/croydon/bg_body.jpg) repeat-x;
	margin: 0;


/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;

/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 740px;
	

/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/chrome/croydon/bg_cont.png) repeat-y;
	margin: 0 auto 1em;
	text-align: left;
	border-style: none;
}

#header {
	background: url(../images/chrome/croydon/bg_head.png) no-repeat;
	height: 110px;
	padding-right: 10px;
	padding-left: 10px;
}

#header h1 {
	text-indent: -5000px;
	font-variant: small-caps;
	margin: 0;
	color: white;
	padding: 0;
	height: 50px;
	background: url(../images/chrome/croydon/headline.png) no-repeat;
}

#nav {
	background-image: url(../images/chrome/croydon/bg_nav.png);
	height: 40px;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#nav ul {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	top: 10px;
	position: relative;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #0f0;
	padding: 8px;
	background: url(../images/chrome/croydon/bg_nav_buttons.png) no-repeat center -2px;
	text-decoration: none;
}

#nav a:hover {
	background: url(../images/chrome/croydon/bg_nav_buttons.png) no-repeat center -42px;
	color: white;
}


#HM #navHM,
#PA #navPA,
#BG #navBG,
#CT #navCT {
	background: url(../images/chrome/croydon/bg_nav_buttons.png) no-repeat center -82px;
	color: white;
}







#mainContent {
	padding: 0 50px;
	text-align: justify;
}

#mainContent ul,
#mainContent ol {
	text-align: left;
}

#footer {
	padding: 0 50px;
	background: url(../images/chrome/croydon/bg_foot.png) no-repeat;
	text-align: center;
	height: 50px;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #060;
	padding-top: 14px;
	padding-left: 0;
	padding-right: 0;
}

#footer a {
	color: #00290a;
}

h1, h2, h3, h4, h5, h6 {
	color: #ebebeb;
	font-family: "Gill Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.callout {
	background-color: #605a53;
	border: 1px solid silver;
	padding: 1em;
	overflow: auto;
	font-size: 1.5em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 1em;
}


q {
	font-style: italic;
	color: #ecd0ba;
	display: block;
	margin: 0 0 1em;
	
}

q strong {
	text-transform: capitalize;
}

q a:link, q a:visited {
	color: #dfa78e;
}

.pub {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #060;
}

a:hover {
	color: #0f0;
}

a:visited {
	color: green;
}

img.floatrt {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid silver;
}

.callout img.floatrt {
	border-style: none;
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}