/*-------------------------------------------------
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: url("/images/background.gif") repeat-x;
	background-color:#d0d6df;
	font-size:1em;
	margin:0;
	padding:0;
}

div#outer
{
	z-index: 2;
	position: relative;
	width: 760px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

div.spacer
{
	clear:both;
}

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

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

p
{
	text-align: justify;
}

span.left,
div.left
{
	float:left;
	padding-left:5px;
}

span.right,
div.right
{
	float:right;
	padding-right:5px;
}

img.photo-grey
{
  border: 10px solid #e0dfdd;
}

img.photo-white
{
  border: 10px solid #ffffff;
}


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

div.hr
{
	border-bottom: 1px solid #efefef;
	display: block;
	padding: 4.5px 0px 4.5px 0px;
}

div#total_containment
{
  border: 10px solid #fcfcfc;
  width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #ffffff;
}
/*-------------------------------------------------
    MENU
-------------------------------------------------*/
div#menu
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  font-variant: small-caps;
  font-size: 1.5em;
}

div#menu a:link,
div#menu a:visited
{
	color: #ae9210;
	text-decoration: none;
	padding: 2px;
}

div#menu a:hover
{
  color: #ae9210;
  background: none;
}

div#menu a.current
{
  border-top: 2px solid;
  border-bottom: 2px solid;
}


/*-------------------------------------------------
    HEADER
-------------------------------------------------*/

div#header
{
	background-color: #ffffff;
}

/*
div#header div#menu
{
	border: 1px solid #999;
	margin: 0;
	padding: 0;
}

div#header div#menu a
{
	border-bottom: 1px solid #000000;
	#margin: 5px 0px 5px 20px;
	min-width: 250px;
	text-decoration: none;
	color: #404040;
}

div#header div#menu div a:link,
div#header div#menu div a:visited
{
	#background-color:#999;
	#color:#ffffff;
}

div#header div#menu div.current a:link,
div#header div#menu div.current a:visited
{
	#background-color: #3B3936;
	#color: #FFFFFF;
}

div#header div#menu div a:hover
{
	#background-color:#666666;
	#color:#ffffff;
}
*/

div#header div#banner
{
	/*background-image: url("/images/");*/
	width: 100%;
	background: #fff;
}

/**/
div#header div#menu {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}

div#header div#menu a,
div#header div#menu a:link,
div#header div#menu a:visited
{
	display: block;
	min-height: 1.2em;
	line-height: 1.2em;
	max-height: 1.2em;
	margin-right: 50px;
	color: #3B3B3A;
	text-decoration: none;
	padding-left: 15px;
	font-variant: small-caps;
	/* border-bottom: 2px solid #7D7A71; */
}

div#header div#menu a.current:link,
div#header div#menu a.current:visited
{
	background: none;
	background-color: #3C3A37;
	color: #ffffff;
	margin-right: 0px;
	font-variant: small-caps;
}

div#header div#menu a:hover,
div#header div#menu a.current:hover
{
	color: #ffffff;
	background: none;
	background-color: #3C3A37;
	margin-right: 0px;
}
/**/




/*-------------------------------------------------
CONTAINER MAIN
-------------------------------------------------*/
div#container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#container h1
{
	font-size:1.5em;
	font-weight: normal;
}

div#container h2
{
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:10px;
	color: #3f56a3;
}

div#container h3
{
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:10px;
	color: #418DC5;
	font-weight: normal;
}

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

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

div#container div#content
{
}

a.map:link,
a.map:visited
{
	display: inline;
	border-bottom: 1px solid #418DC5;
	text-decoration: none;
	font-size: 0.8em;
}


div#container div#content div.white,
div#container div#content div.grey
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#container div#content div.white
{
}

div#container div#content div.address
{
	font-size: 0.8em;
}

div#container div#content div.address p {
	text-align: left;
}

div#container div#content div.grey
{
	border: 1px solid #e2e2e2;
	background-color: #F7F6F4;
}

/*-------------------------------------------------
CONTAINER FOOTER
-------------------------------------------------*/
div#container div#footer
{
	background-color: #e0dfdd;
	color:#000000;
	font-size: 0.80em;
	padding:10px;
	text-align:right;
}

span#kcs
{
	color: #656565;
	font-size: 0.80em;
}

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

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


/* form table */
table.form th
{
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}