/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

/* Reset all the browser default styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;} /* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
font-family:Arial,Helvetica,sans-serif;
font-size:62.5%;
background: transparent url(img/header.jpg) no-repeat top center;
}
html{
background: #26272b url(img/bg.gif) repeat-x top center;
}

/* Headings */

/* remember to add line-height for all headings */

h1,h2,h3,h4,h5,h6 {
  line-height: 1.3em;
	margin-bottom:1em;
}

h1 {

}

h2 {
  color: #bedeef;
	font-size: 28px;
	margin-bottom: 20px;
	
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

/* Paragraphs */

p {
color:#9F9F9F;
font-size:12px;
line-height:1.4em;
margin-bottom:12px;
}

/* Lists */

ul {

}

ul li {

}

ol {

}

ol li {

}

/* Blockquote */

blockquote {

}

/* Links */

a:link, a:visited {
color: #a0b9c8;
text-decoration:underline;
}

a:hover, a:active {
color: #fff;
text-decoration:underline;
}

/* Tables */

table {

}

tr {

}

th {

}

td {

}

/* Text formatting */

b, strong {
  font-weight:bold;
}

i,em {
  font-style:italic;
}


/* Wordpress image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* end of image styles */

#wrapper{
margin:0 auto 30px;
width:960px;
}
#wrapper-inner{
  width:873px;
	margin-left: 88px;
}

#header{
  height: 348px;
	width: 873px;
	margin: 0 auto;
}
#content{
  width: 873px;
}
img#network-blurb{
margin-bottom:-3px;
margin-top:12px;
}
#content-left{
background:url("img/divide-trans.png") no-repeat scroll right top transparent;
float:left;
padding:28px 0 0;
width:520px;
}
#content-left p{
padding-right:55px;
}

#content-right{
background:url("img/fiberoptic-trans.png") no-repeat scroll 67px 0 transparent;
float:left;
width:353px;
}
img#quote{
margin:79px 0 0 33px;
}
.clear{
  clear:both;
}
#sponsors{
  background: #323337;
	height:91px;
}
#sponsors-inner{
margin:0 auto;
width:960px;
}
#sponsors-inner-map{
  padding-left:88px;
}
#footer{
}
#footer-inner{
margin:0 auto;
width:873px;
}
#footer p{
font-family:verdana,arial,helvetica,sans-serif;
font-size:9px;
margin-bottom:40px;
margin-left:44px;
margin-top:20px;
}
#footer p a{
  color:#7f7d7d;
	text-decoration: none;
}
#footer p a:hover{
  color: #a0b9c8;
}