/* @override http://localhost/~bob/nav/css/styles.css */

body {
  background-color: #00a7c2;
}

h1 {
  margin-top: .5em;
  color: #00a7c2;
  font-weight: bold;
  font-size: 200%;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

p {
	margin: 1.5em 0 1.5em;
	line-height: 1.5em;
 }

p img {
  float:  none;
	margin: 2px;
}

.image_upload_left {
	border: none;
	float: left;
	margin: 2px 5px 2px 0px;
	clear: left;
}

.image_upload_right {
	border: none;
	float: right;
	margin: 2px 5px 2px 0px;
	clear: right;
}

.caption {
	font-family: Helvetica, Geneva, sans-serif;
	color: rgb(102, 102, 102);
	font-size: 80%;
	line-height: 1.4em;
	display: block;
	/*
	font-style: italic;
	font-size: smaller;
	color: grey;*/
}

.alert { border: 1px dotted red; background-color: #FFC;}

cite {
  padding:  .2em;
  background-color: #eef;
  color:  gray;
  font-size: .8em;
  line-height: .9em;
}

#container {
  width:  100%;
  position:  absolute;
  top:  1em;
}

#container #navspace {
  width: 200px;
}

/* @footer */
  #footer {
    text-align: right;
    height: 35px;
    position: fixed;
    bottom: 0;
    background: transparent url(../img/footer_bkg.png) repeat-x fixed left bottom;
    width: 100%;
  }

  #footer p {
    color: white;
  padding-right: 1em;
  }

  #footer span {
    float: left;
    padding-left: 1em;
  }

  #footer a {
    color: white;
  }

  #footer a:focus, #footer a:hover {
    font-weight: bold;
  }
/* footer */

body.about, body.programs, body.news {
  background: #00a7c2 url(../img/background_about.jpg) no-repeat scroll right top;
}

body.top {
  /*background: #00a7c2 url('../img/top_back.gif') no-repeat fixed top left;*/
	background: #00a7c2 url('../img/Map_top_01.gif') no-repeat fixed top left;
}

#logo {
  position:  absolute;
  right: 0;
  top:  0;
  width: 250px;
  height: 100px;
  background: url(../img/gdln_ap_logo.gif) no-repeat center;
  z-index: 21;
}

#logo a {
  
  display:  block;
}

#logo h1 {
  text-indent: -5000px;
  height: 100px
}

 h2.page_frame {
  color: #006795;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 3em;
  padding: 1.2em 0 0 .5em;
  line-height: 1em;
  margin-right:  240px;
}

body.top #content h2 {
  color: white;
  font-weight: bold;
  font-size: 2em;
  padding: 0px;
  margin-top: 0;
  margin-right:  0;
  margin-bottom: .5em;
}

body.top #content {
  background-color: transparent;
  margin-top:  140px;
  margin-left: 255px;
  
}

body.top #content p {
	margin-right:  140px;
	margin-left: 10px;
}

/* @content */  
  .shadow{
  	background: transparent url(../img/shadowAlpha.png) repeat bottom right !important;
  	background-image: none;
    margin-right: 200px;
    margin-left: 1em;
  }
  #content{
  	position:relative;
  	bottom:6px;
  	right: 6px;
  	background-color: white;
  	padding:4px;
  	margin: 0px 0px 0px 0px;
  	padding: 1em;
  	margin-right:  0;
  	
  }

.vidplayer {
	position: relative;
	left: 50%;
	margin-left: -160px;
}


/* @content */

/* @navigation */
  #navigation {
    width:  131px;
    position: absolute;
    right: 0px;
    top: 250px;
  }

  #navigation a {
    color:  white;
    text-decoration: none;
    padding-left: 1em;
    padding-right: .2em;
    display:  block;
    margin: 0;
    *width: 131px;
  }

  div#navigation ul {
    list-style-type: none;
    margin: 0;
  }


  div#navigation ul.main ul.sub a {
    background: url(../img/sub_nav.png) repeat-y 0 bottom;
    line-height: 1.3em;
  }

  div#navigation ul.main ul.sub a.last {
    background: url(../img/sub_nav_bottom.png) repeat-y 0 bottom;
    margin: 0;
  }
  
    div#navigation ul.main ul.sub.last a.last {
      border-bottom: 1px solid white;
    }

  div#navigation ul.main li a.first {
    background: url(../img/main_nav_top.png) repeat-y 0 bottom;
    line-height: 2.3;
  }

  div#navigation ul.main a {
    background: url(../img/main_nav.png) repeat-y 0 bottom;
    line-height: 2.2;
  }

  div#navigation a:hover, #navigation a:focus, #navigation a.on {
    font-weight: bold;
  }
/* @navigation */

