@charset "utf-8";
/* General Layout */
#header {
  background-image: url(/images/bg-header.png);
  background-position: top;
  background-repeat: no-repeat;
  height: 287px;
}
	#logo {
  	margin: 0 auto;
    padding-top: 4px;
    width: 239px;
	margin-left:-20px;
	
  }
  #navigation {
  	height: 35px;
    position: relative;
    top: 163px;
  }
  	#navigation ul {
      color: #0D2D51;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    #navigation li {
      display: inline;
    }
    #navigation li.divide {
    	margin: 0 4px;
    }
    #navigation li a:link,
    #navigation li a:link, a:visited {
    	color: #0D2D51;
      text-decoration: none;
    }
    #navigation li a:hover {
    	color: #0173BC;
      text-decoration: none;
    }

#content { }
	#content #top {
  	background-image: url(/images/bg-top.png);
    height: 15px;
  }
	#content #main {
  	background-image: url(/images/bg-content.png);
    background-repeat: repeat-y;
    color: #0D2D51;
    font-size: 12px;
    padding: 1px 25px;
  }
  	#content #main h1 {
    	font-size: 18px;
        font-weight: normal;
		font-weight:bold;
    }
  	#content #main h2 {
    	font-size: 14px;
        font-weight: normal;
		font-weight:bold;
    }
		.name-title {
    	font-size: 16px;
        font-weight: normal;
		font-weight:bold;
		color:#0173BC;
		}
		.name-title-details {
    	font-size: 20px;
        font-weight: normal;
		font-weight:bold;
		color:#0173BC;
		}
		.pos-title {
    	font-size: 12px;
        font-weight: normal;
		font-weight:bold;
		}
  	#content #main h3 {
    	font-size: 11px;
        font-weight: normal;
		font-weight:bold;
    }
	#content #bottom {
  	background-image: url(/images/bg-bottom.png);
    height: 15px;
  }

#footer {
  color: #0D2D51;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}
  #footer a {
    color: #0173BC;
  	text-decoration: none;
  }

.clear {
	clear: both;
}

/* HTML Tags */
body {
	background-image: url(/images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}
img {
	border: none;
}

/* Flash Messages */
.flash {
  padding: 5px;
}
.flash_error {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
}
.flash_header {
  font-weight: bold;
  text-align: center;
}
.flash_list {
  color: black;
}
.flash_list_item { }
.flash_success {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flash_warning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}

/* Signature */
#viewtiful {
  margin: 0 auto;
  position: relative;
	width: 920px;
}





/* INDEX Specific */
.button {
	/*background-color: #BFD2DD;*/
	float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  /*margin-right: 10px;
  padding: 10px 10px;*/
  text-align: center;
}
/*.button:hover,
.button:hover a:link,
.button:hover a:visited
.button a:hover {
	background-color: #0D2D51;
 	color: #BFD2DD;
  cursor: pointer;
}
  .button a:link, .button a:visited {
  	color: #0D2D51;
    text-decoration: none;
  }
*/
#profileBar {
	width:400px;
	height:20px;
	background-color:#A9A8A5;
	margin-top:5px;
}
	#profileBar .name-title2{
		font-size: 15px;
		font-weight: normal;
		font-weight:bold;
		color:#FFF;
		padding-left:2px;
	}
#main a:link, a:active{
    color: #0D2D51;
    text-decoration: none;
}
#main a:hover{
	color:#2B5AB2;
	text-decoration:none;
}