/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

@import url("/images/960.css");
@import url("/images/nav.css");
@import url("/images/reset.css");

/* Oly's Extras
----------------------------------------------- */
.important {
	background: #5091ee;
	color: #fff;
}

body {
	background: #000 url("/images/OTPondLogo.png") left top repeat;
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12 {
	background:#fff
/*
  url("../img/gridlines_12_col.gif") center top repeat-y
*/
  ;
}

.container_16 {
	background:#fff url("/images/greyboxbackground2.jpg") center top repeat-y;

/*
  url("../img/gridlines_16_col.gif") center top repeat-y
*/
  ;
}



/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa url("/images/greyboxbackground.jpg") left top repeat-y;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}



/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}

ul, ol {
  padding-top:0;
}





/* site information
----------------------------------------------- */
#site_info .box {
  color:#fff;
  background:#000;
 padding: 10px 10px 1px;
height: 50px;
}




.floatright {
	float: right;
	border: 1px solid #5091ee;
}
.floatright1 {
	float: right;
	border: none;
}