@import url(base.css);

/* Generic rules */
img {
  border: 0;
}

.HideFromScreen {
  /* Encourage browsers to cache the hover image */
  background: #000 url(../images/menu_gradient_light.gif) repeat-x 0 50%;
  position: absolute;
  top: -1000px;
}

html {
  background: #000 url(../images/x-press-background.jpg) repeat-y 50% 0;
}

body {
	margin: 0;
  padding: 0;
  text-align: center;
	color: #333;
}

div, p {
  margin: 0;
	padding: 0;
}

.centre {
  text-align: center;
}
.newline {
  clear: both;
}

div#intro a {
  color: #fff;
	text-decoration: none;
}
div#intro a:hover {
	text-decoration: underline;
}
div#intro p#welcome span {
	color: #666;
}

a.more-link {
  background: url(../images/arrow_go.gif) no-repeat right 50%;
	padding-right: 14px;
	color: #bf0202;
}



/* Containers / Wrappers */

div#outside-wrapper {
	margin: 20px auto;
	width: 1010px;
  text-align: left;
}

div#inside-wrapper {
  background: url(../images/alpha_shadow_content.png) repeat-y 100% 0;
	width: 1000px;
	padding-right: 8px;
	padding-left: 2px;
	position: relative;
	clear: both;
}

hr {
  background-color: #d9d9d9;
	height: 1px;
	border: 0;
  margin: 9px 0;
}

/* Intro: Welcome statement, Home / Log In navigation and Search box */
div#intro {
  background: url(../images/alpha_shadow_topcorner.png) no-repeat 100% 0;
  height: 25px;
  width: 228px;
  float: right;
}


/* Search box */
div#search {
  background: url(../images/alpha_roundcorner.png) no-repeat 0 0;
	padding: 0 8px 0 4px;
/*	height: 26px;
	width: 200px;
*/}
div#search form {
  background: #bbb url(../images/search_icon.gif) no-repeat 0 50%;
  width: 188px;
  padding: 2px 2px 2px 26px;
	margin: 0;
}
div#search form div {
	background-color: #fff;
  padding: 0;
	height: 21px;
	position: relative;
	right: 0;
	width: 188px;
}
div#search input#searchbox { /* see 'Typography' for font size */
  width: 180px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #666;
  border: none;
	position: absolute;
	bottom: 2px;
	left: 4px;
	right: 4px; 
	line-height: 15px;
	height: 15px;
}
div#search a {
  position: absolute;
	top: 4px;
  right: 180px;
}

div#content div.mainsearchresults {
  padding: 18px;
}

/* Logo and Banner */


div#banner {
	background-color: #ccc;
	height: 120px;
  padding: 2px 0 0 0;
	margin: 0;
}
div#banner img {
  margin: 0;
	padding: 0;
	display: block;
	float: left;
}

div#navbar {
  background: #000 url(../images/menu_gradient.gif) repeat-x 0 50%;
}
div#navbar ul {
  float: right;
	margin: 0;
  padding: 0;
}
div#navbar ul li {
	float: left;
  text-align: center;
  list-style-type: none;
}
div#navbar ul li a {
  display: block;
	padding: 3px 18px;
	border-left: 1px solid #ccc;
	color: #eee;
	text-decoration: none;
}
div#navbar ul li a.navbarfirst {
  border-left: none;
}
div#navbar ul li a:hover {
  background-position: 0 50%;
	background-image: url(../images/menu_gradient_light.gif);
	background-color: #323232;
}

div#navigation {
	background-color: #bbb;
	float: left;
	width: 218px;
	margin: 0;
	padding: 0;
}

div#address {
}

div#content {
	float: right;
  width: 780px;
}
div#breadcrumbs {
  margin-top: -6px;
  padding-bottom: 6px;
}

div#main {
  background-color: #bbb;
	float: left;
	width: 524px;
	padding: 18px;
}
p#back-to-top {
  clear: both;
	font-size: 80%;
	text-align: left;
	text-indent: 238px;
	padding-bottom: 9px;
}

div#content img {
  display: block;
	border: 2px solid #d9d9d9;
}
div#content img.icon { 
  display: inline;
	vertical-align: middle;
	border: none; 
}
div#content img.small {
  float: left;
  margin-right: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

div.pagebanner {
  float: right;
  padding-bottom: 12px;
}
div.pagebanner img {
  display: block;
}

/* Two Column Layout */
div.two-cols {
  margin-top: 6px;
  background: #bbb url(../images/separator.gif) repeat-y 50% 0;
}
div.two-cols div.column {
	float: left;
  width: 250px;
  padding-left: 24px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {
}
div.two-cols img {
  display: inline;
}

/* Associations */
div#main div.association hr  {
  clear: both;
}
div#main div.association div.left {
  float: left;
  width: 100px;
  padding-top: 2px;
}
div#main div.association div.right {
  float: right;
  width: 140px;
}
div#main div.association div.right div.right {
  text-align: right;
}
div#main div.association p, 
div#main div.association a.more-link {
  font-size: 92%;
}
div#main div.association h3 {
  margin: 0;
  padding: 0;
}


/* Extra content / right hand column */
div#extra {
  background-color: #bbb;
	float: right;
  width: 216px;
	margin-right: 2px;
}
/* doubled-margin float fix */
* html div#extra { display: inline; }

div#extra img {
  border-width: 2px 0;
}

div#extra p {
  padding: 2px 4px;
}
div#extra h4.centre {
  margin: 6px 0;
}

div#extra p.contactimages {
  padding-top: 18px;
  text-align: center;
}
div#extra p.contactimages img {
  margin: 0 auto;
  border: 0;
}

/* Footer */
div#footer ul, div#footer a {
  color: #d9d9d9;
}
* html div#footer ul, * html div#footer a {
  color: #666;
} 
div#footer a:hover {
  color: #ef2e43;
}
div#footer {
  background: url(../images/alpha_shadow_footer_large.png) no-repeat 0 0;
	clear: both;
	padding: 12px 8px 12px 0;
	width: 1002px;
  height: 76px;
}
div#footer div {
 	clear: both;
}
div#footer ul {
  float: right;
	margin: 0 8px 8px 0;
}
div#footer li {
	display: inline;
	list-style: none;
	padding: 0 8px;
	border-left: 1px solid #d9d9d9;
}
* html div#footer li {
  border-left-color: #666;
}
div#footer li.first {
	border-left: none;
}
	
