/*-------------------------------------------------
NORMALIZE
-------------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 100%;
}

div, span, img, form, h1, h2, h3, h4, h5 ,h6
{
	background-color:transparent;
	border:0;
	margin:0;
	padding:0;
}

table
{
	border:0;
}

/*-------------------------------------------------
BODY / GENERAL
-------------------------------------------------*/
body
{
	background-color: #000000;
	color: #ebebeb;
	font-size:1em;
	margin:0;
	padding:0;
}

div.spacer
{
	clear:both;
}

a:link,
a:visited
{
	color:#418DC5;
}

a:hover
{
	background-color:#418DC5;
	color:#ffffff;
}

p
{
	text-align: justify;
}

h1
{
	font-size:1.5em;
	font-weight: bold;
	color: #ceb100;
}

h2
{
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:10px;
	color: #ceb100;
}

h3
{
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:10px;
	font-weight: normal;
}

h4
{
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:10px;
}

h5
{
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:10px;
}

div.indent
{
	margin-left:20px;
}

div.center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.hr
{
	border-bottom: 1px solid #484848;
	display: block;
	margin-bottom: 10px;
}

img.photo
{
  border: 10px solid #efefef;
  border-bottom: 30px solid #efefef;
}

div#slide_show
{
  background-color: #ffffff;
  width: 500px;
  height: 352px;
  margin: 0 auto;
  background-position: center 10px;
}

#banner_image {
  margin-top: 10px;
  margin-left: 10px;
}

img.photo-small
{
  border: 3px solid #efefef;
  border-bottom: 10px solid #efefef;
}

/*-------------------------------------------------
    LAYOUT
-------------------------------------------------*/

div#containment
{
  margin-top: 15px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

div#logo
{
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#map
{
  text-align: center;
}

div#map a:link,
div#map a:visited
{
  color: #ffffff;
}

div#map a:hover
{
  color: #000000;
  background-color: #ffffff;
}

table#layout
{
  width: 980px;
}

table#layout tr td#left
{
  width: 180px;
}

table#layout tr td#center
{
  width: auto;
}

td#right
{
  width: 200px;
}

table.info th
{
  text-align: right;
}

table.info td
{
  text-align: left;
}

div#content
{
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

div#photo-bar
{
  text-align: center;
}


/*-------------------------------------------------
    MENU
-------------------------------------------------*/
div#menu
{
  font-weight: bold;
  font-variant: small-caps;
}

div#menu a:link,
div#menu a:visited
{
	text-decoration: none;
  text-align: center;
  color: #76DEFC;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #484848;
}

div#menu a:hover
{
  background-color: #111111;
  border-left: 10px solid #777777;
}

div#menu a.current
{
  background-color: #111111;
  border-left: 10px solid #777777;
}

/*-------------------------------------------------
  MAIN CONTENT
-------------------------------------------------*/

div.big_blue{
	font-size: 24px;
	color: #1d7cf2;
}

/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
div#footer
{
  border-top: 1px solid #363636;
	color: #ffffff;
	font-size: 0.90em;
	padding: 10px;
	text-align: right;
}

span#kcs
{
	color: #656565;
	font-size: 0.90em;
	padding: 2px;
}

span#kcs a:link,
span#kcs a:visited
{
	color: #656565;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

span#kcs a:hover
{
	background-color: #656565;
	color: #ffffff;
}

input[type=button],input[type=submit]{
  border: 2px solid blue;
  background-color: cyan;
  color:black;
  height:100%;
  font-weight:bold;
  font-size:12pt;
}

input[type=file]{
 align:center;
}

input[type=button]:hover,input[type=submit]:hover{
  background-color:white;
  cursor:pointer;
  cursor:hand;
}

.odd{
}

.even{
  background-color: #cccccc;
  color: black;
}

.clickable{
  cursor:pointer;
  cursor:hand;
}


.articlePicture{
  width:150px;
  text-align:center;
  vertical-align: middle;
}

.articleHeader{
  padding-left: 10px;
  height: 25px;
}

.article{
  padding-left: 10px;
  vertical-align:top;
}