ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body, td, textarea
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

body
{
	padding: 20px;

	margin-top: 45px;
	background-color: #dedede;

	background-image: url('../images/background-main.jpg');
	background-repeat: repeat-x;

	color: #2c2c2c;
}

h1
{
  font-size: 1.3em;
}

h2
{
  font-size: 1.0em;
}

h3
{
  font-size: 0.95em;
}

.blind
{
  display: none;
}

div#main
{
	background-color: #fff;

	width: 730px;
	margin: 0px auto;

	background-image: url('../images/rounded-corners-top.jpg');
	background-repeat: no-repeat;

	padding: 28px;
}

div#header p, div#header h2, div#header ul li
{
	color: #a1a1a1;

	text-align: right;

	font-size: 10px;
}

div#header h2
{
	font-size: 12px;
}

div#header em
{
	color: #555555;
	font-style: normal;
}

div#header p a
{
	color: #72aaae;
}

div#header p.space
{
	margin-top: 5px;
}

div#header ul
{
	list-style: none;
}

div#header ul li a
{
	color: #9aa066;
}

div#header h1
{
	float: left;

	width: 157px;
	height: 200px;

	background-image: url('../images/logo.jpg');
}

div#header h1 span
{
	display: none;
}

div#navigation
{
	text-align: right;
	clear: both;

	padding-top: 15px;
	margin-bottom: 10px;
	
	padding-right: 8px;
	
	background-image: url('../images/navbg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	height: 30px;
}

div#navigation ul
{
	display: inline;
}

div#navigation ul li
{
	display: inline;
	list-style: none;
	text-transform: uppercase;
	margin-left: 20px;
}

div#navigation ul li a, div#content a
{
	color: #5c5c5c;
}

div#sponsors
{
	border-left: 1px solid #e4e4e4;
	float: right;
	width: 210px;

	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;

	background-color: #fff;
}

div#sponsors img
{
	display: block;
	float: right;
	width: 200px;
	padding-bottom: 20px;
}

div#sponsors img#oce-side
{
	width: 100px;
	height: 100px;
	margin-right: 50px;
}


div#gold-sponsors, div#silver-sponsors
{
  padding-left: 50px
}

div#gold-sponsors div.sponsor
{
	width: 200px;
}

div#gold-sponsors div.row-a div.sponsor
{
	margin-top: 20px;
	height: 80px;
}

div#gold-sponsors div.row-b div.sponsor
{
	height: 130px;
}

div#gold-sponsors div.row-c div.sponsor
{
	height: 100px;
}

div#gold-sponsors div.sponsor img
{
	width: 180px;

	vertical-align: middle;
}

div#gold-sponsors div.sponsor img#oce-inline
{
	width: 90px;
}

div#silver-sponsors div.sponsor
{
	width: 150px;
	height: 150px;
}

div#silver-sponsors div.sponsor img
{
	width: 110px;
}

div.sponsor
{
	display: block;
	float: left;

	text-align: center;

	margin-bottom: 15px;
}

div#content
{
	padding: 20px 10px 0px 10px;

	margin-right: 215px;
}

div#content.wide
{
	margin-right: 0px;
}

div#photo-container
{
  height: 1%;

  text-align: center;
}

div.thumbnail-container
{
	float: left;
	height: 97px;
	width: 97px;
}

div#content p
{
	margin-top: 5px;
}

div#content p, div#content li
{	
	line-height: 1.4em;
}

div#content ul, div#content ol
{
	margin-left: 15px;
}

div#content ol
{
	_margin-left: 20px;
}

div#content ul li, div#content ol li
{
	margin-left: 10px;
}

div#content h2
{
	margin-top: 15px;
}

div#notice
{
	width: 400px;
	text-align: center;
	padding: 10px;
	margin: auto;
	border: 1px solid #444;
	background-color: #ddd;
	font-weight: bold;
	margin-bottom: 10px;
}

/*
	FORMS
*/

div.form-row
{
	clear: left;
	margin: 3px 0px;
}

div.form-row input
{
	width: 150px;
	margin-bottom: 10px;
}

div.form-row input.clear-style
{
	width: auto;
}

input, textarea
{
	background-color: #fff;
	font-size: 1.2em;
	border: 1px solid #aaa;
	padding: 3px;
}

div.form-row input.clear-style
{
	width: auto;
}

div.form-row input.submit
{
	margin-top: 5px;
	margin-left: 100px;
}

textarea
{
	width: 300px;
	height: 120px;
}

div.form-row label
{
	display: block;
	float: left;
	width: 90px;

	padding-right: 10px;
	padding-top: 3px;
	margin-bottom: 10px;

	text-align: right;
}

div.form-row em
{
	color: #f00;
	font-style: normal;
}

div.form_error
{
	margin-left: 100px;
	margin-bottom: 5px;
	color: #e60014;
}

div#content p#home-text
{
	text-indent: -9999px;
	
	background-image: url('../images/home-bw.png');
	width: 471px;
	height: 133px;
	
	margin: 0 auto;
	
	margin-top: -10px;
	padding-top: 0px;
}