@charset "utf-8";
/* CSS Document */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p
{
  margin: 1em 0 0 0;
}

/** html **/
html 
{
	margin: 0;
}

body
{
}


#navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }




#page
{
	width:980px;
	margin: 0 auto;
}

#header
{
	width: 100%;
	height: 110px;
	margin: 0 0 0 0;
}

#navbar
{
	width: 100%;
	height: 80px;
	margin: 0 0 0 0;
}

#round-top
{
	width: 980px;
	height: 40px;
	margin: 0 0 0 0;
}

#bottom-round
{
	width: 980px;
	height: 40px;
	margin: 0 0 0 0;
}



#main
{
	width: 980px;
	margin: 0 0 0 0 !important;
	padding-top: 10px;
}

#main-inner
{
	width:960px;
	margin: 0 auto;
}


#sidebar-left
{
	width: 260px;
	float:left;
}

#content 
{
	width: 698px;
	float: left;
}
	
/** content bottom **/ 
#content-bottom-left
{
	width: 320px;
	float:left;
	text-align:center;
        margin: 10px 0 0 0;
}

#content-bottom-left-inner
{
   width:300;
   margin-left: 10px;
   text-align:left;
}

#content-bottom-right
{
	width: 320px;
	float:right;
        margin: 10px 0 0px 0;
}

#content-bottom-right-inner
{
  margin: 0 0 0 0;
}

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */


    