body, html {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.75em;
	color: black;
  background-image: url('/static/images/contentgrad.png');
  background-position: 0 119px;
	background-color: white;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#content {
  clear: left;
  padding: 1em 1em 0 1em;
}

#header #bullets {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  position: absolute;
  right: 330px;
  top: 0;
  color: white;
  margin: 10px 10px 0 0;
  padding: 0;
  font-weight: bold;
}

#header :link, #header :visited {
  color: white;
}

#media {
  position: absolute;
  top: 10px;
  right: 216px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#media li {
  float: left;
}

#media a img {
  border: 1px solid #888;
}

#media a img:hover {
  border: 1px solid #ddd;
}

#toppics {
  width: 750px;
  clear: both;
  float: left;
  display: block;
}

#toppics img {
  border: 2px solid #333;
  float: left;
  margin: 5px;
}

#toppics #slideshow {
  width: 330px;
  height: 250px;
  border: 2px solid #333;
  margin: 5px;
  float: left;
  overflow: hidden;
}

#toppics #slideshow img {
  border: 0;
  margin: 0;
}

#leftpics {
	margin-left: 5px;
}

#footer {
	white-space: nowrap;
	font-size: 8pt;
	color: #666;
	float: left;
	margin-top: 1.5em;
	margin-bottom: 2px;
	clear: both;
}

#navigation {
  margin: 0;
  list-style: none;
  clear: both;
  padding: 1em 0 0 0;
}

#navigation li {
  float: left;
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  padding-left: 1em;
}

#navigation :link, #navigation :visited {
  text-decoration: none;
}

#header {
	background-image: url('images/headergrad.png');
	height: 120px;
	min-width: 618px;
	white-space: nowrap;
	background-repeat: repeat-x;
	clear: both;
}

#player {
   margin: 0 0 .15em .25em;
   width: 320px;
   height: 269px;
   float: right;
   display: block;
}

#contacti {
  position: absolute;
  right: 0;
  top: 0;
}

#partners img {
  margin: 0 50px 0 0;
  vertical-align: bottom;
}


.bs {
  width: 740px;
}

iframe {
  border: 0;
}

td.header {
  font-weight: bold;
  color: #445;
}

.infoblarb {
  position: absolute;
  top: 150px;
  right: 0;
  font-size: .75em;
  background-color: #FDEC97;
  border: 1px solid #996300;
  float: right;
  min-width: 120px;
  max-width: 600px;

  _width: 120px;
 
  padding: 5px;
  margin: 4px 12px 4px 650px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -moz-border-radius: 3px;
}

.infoblarb dt {
  font-size: 1.25em;
}

.infoblarb dd {
  margin: 0;
}

.blogdate {
  padding-bottom: 1.5em;
}

:link, :visited {
	color: black;
	font-weight: bold;
}

:link img, :visited img {
   border: 0;
}

h1 {
	letter-spacing: -2pt;
	font-size: 32pt;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: .10em 0 .25em 0;
}

h2 {
	letter-spacing: -.75pt;
	font-size: 13pt;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: .2em;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	padding-left: 0;
}

h4, dt {
	font-size: 9pt;
	font-weight: bold;
}

blockquote .author {
	text-align: right;
}

blockquote {
	font-family: "Apple Garamond", "Georgia", sans-serif;
   font-size: 1.25em;
	font-style: italic;
	padding: 0;
	margin-left: 1em;
}

#content img.left {
  margin: .75em 1em 1em 0;
}

#content img.right {
	margin: 0 0 0 1.75em;
}

th {
   font-weight: normal;
   text-align: left;
   line-height: 1.25em;
   font-size: .9em;
}

hr {
  clear: both;
  visibility: hidden;
}

dt em { 
  font-weight: normal;
}

.bigassbutton {
  clear: both;
  background: -webkit-gradient(linear, left top, left bottom, from(#D51500), to(#5F1A00));
  background: -moz-linear-gradient(
      center bottom,
      rgb(124,53,27),
      rgb(213,21,0)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D51500, endColorstr=#5F1A00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D51500, endColorstr=#5F1A00);
  -webkit-border-radius: 12px;
  -border-radius: 12px;
  -moz-border-radius: 12px;
  behavior: url(/static/border-radius.htc);
  
  text-align: center;
  padding: 1.5em;
  width: 720px;
}

.bigassbutton :link, .bigassbutton :visited {
  color: white;
  text-decoration: none;
  font-size: 3em;
  margin: 0;
  padding: 0;
}

.bsbox {
  width: 225px;
  float: left;
  height: 250px;
  margin: 8px;
}

.bsbox h2 {
  color: #133400;
  margin-left: 1em;
}

.bsbox ul {
  padding-left: 25px;
}

.left {
	float: left;
}

.right {
	float: right;
	clear: right;
}

.clear {
  clear: right;
}

.alone {
	display: table;
	width: 100%;
}

.col {
	width: 38%;
	margin-right: 1em;
}

.contact {
  width: 30%;
}

.contact h3 {
  font-size: 1em;
  margin: 0;
}

.overall {
   line-height: 1.35em;
   clear: both;
}

.fluidcol {
   min-width: 49%;
}

.purdy {
	float: left;
	text-align: center;
	margin-left: 50%;
	position: relative;
	right: 270px;
}

.note {
  font-size: .8em;
  color: #333;
  clear: both;
  font-style: italic;
}

form br {
	clear: left;
}

label {
	float: left;
	clear: left;
	display: block;
	width: 300px;
	font-size: .85em;
}

.inputset {
   clear: both;
   display: block;
}

.list {
	border-bottom: 1px solid #bbb;
	width: 100%;
	margin-top: 1em;
}

input, .sinput {
	float: left;
	vertical-align: middle;
}

.sinput {
	margin-top: 3px;
}