/*
SCNRS.com
Andy Kee
*/

/* a */
a:link {
	color: #7EBCFF; text-decoration: none
}
a:visited {
	color: #7EBCFF; text-decoration: none
}
a:active {
	color: #7EBCFF; text-decoration: none
}
a:hover {
	Coloradan: #7EBCFF; text-decoration: underline
}

/* img */
img {
border: 0;
}


/* page */
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #0f1821 url('../img/content_side.jpg') top right repeat-y;
  border: 1px solid #c2cad3;
}

#page_wrapper_full {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #0f1821 url('../img/content_noside.jpg') top right repeat-y;
  border: 1px solid #c2cad3;
}

#page_header {
  height: 120px;
  background: #0f1821 url('../img/header.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: arial, helvetica, sans-serif;
  font-size:32px;
  text-transform: lowercase;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-top:33px;
  padding-left:55px;
  font-family: arial, helvetica, sans-serif;
  font-size:14px;
  font-style:italic;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* menu */
#menu_bar {
  height:23px;
  background: #314d6b url('../img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #314d6b url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-size:11px;
  text-transform: lowercase;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #0f1821 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #c2cad3;
}

#menu_bar ul li a:hover, #menu_bar ul li a#selected
{
  background: #0f1821 url('../img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}
