/* @group Layout */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: silver none;
	color: black;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow:scroll;
}
div#main {
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	/*width: 779px;*/
	width: 780px;
	border:  1px solid #000;
/*	background: #fff url(/img/silver.gif) repeat-y 579px;*/
	background: #fff url(/img/gradient.gif) repeat-y;
}
div#content{
	width: 559px;
	border: 0px solid #000;
	padding:10px;
	padding-top: 200px;

}
div#content .headImage{
	margin: 0;
	margin-left: -10px;
	margin-top: -200px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
	width: 579px;
}
div#footer {
	clear: both;
	border-top: 7px solid silver;
	font-size: 95%;
	text-align: center;
	color: gray;
	background-color: white;
}


.footerColor {
	color: gray;
}



/* @end */

/* @group Nav */

div#nav {
	float: right;
	width:195px;
	border: 0px solid #000;
	background: transparent url(/img/logo_top.gif) no-repeat;
	padding: 100px 0;
	letter-spacing: 1px;
	font-weight: bolder;
	height: 100%;
}


#nav { font-size:1.1em;text-align:right;}
#nav a {color:#666;}
#nav ul { list-style:none;padding:0 1em;}
#nav li {line-height:2.5em; border-top: 1px solid #ccc; }
#nav li.subGroup {
	font-weight:normal;
	font-size: 0.9em;
	border: 0px;
	line-height: 2em;
	padding-right: 15px;
	
}

#nav li.navSelected a,
#nav li.subSelected a { color:maroon; }
#nav li.subSelected { color:maroon;background: url('/img/bullet_arrow_left.gif') no-repeat right 4px;  }

/*
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid silver;
}
div#nav li {
	padding-right: 15px;
	width: 183px;
	text-align: right;
	border-bottom: 1px solid silver;
	line-height: 25px;
}
div#nav p {
	margin: 0;
	margin-top: 150px;
	border: 0px solid #000;
}
.navSelected{
	background: #fff url(/img/nav.gif) 1px repeat-y;
}

.subGroup, .subGroup a {
	background:#eee url(/img/nav.gif) 3px repeat-y;
	color: #000;
	font-weight: normal;
}
.subSelected{
	background: #eee url(/img/nav.gif) 1px repeat-y;
}

*/

/* @end */

/* @group Common */

h1 { font-size: 150%; }
h2 { font-size: 125%;margin-left:5px }
h3 { text-indent: 15px;}
a { color: maroon; text-decoration: none; }

a:hover { text-decoration: underline; }

#content p { padding-left: 15px;}

#content ul {
	list-style-type: disc;
}
#content li {
	line-height: 185%;
}

.notice {
	font-size: 90%;
}
.crumb {
	color: gray;
	font-size: 1em;
	margin-top: -5px;
}
a img{
	border: 0;
}
.error {
	float: none;
	color:maroon;
	margin: 10px;
	padding: 3px;
	border:  1px dashed #000;

}
/* @end */

/* @group Form */

form.mail fieldset {
  margin-bottom: 10px;
  border: 1px solid silver;
}
form.mail legend {
  padding: 0 10px;
  font-weight: bold;
  color:  #000;
}
form.mail label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.mail input, form.mail textarea {
	border: 1px solid gray;
	padding: 2px;
}
form.mail fieldset ol {
  margin: 0;
  padding: 0;
}
form.mail fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.mail fieldset fieldset {
  border: 1px solid #000;
  margin: 3px 0 0;
}
form.mail fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.mail fieldset fieldset label {
  display: inline;
  width: auto;
}
form.mail em {
  font-weight: bold;
  font-style: normal;
  color: gray;
}
form.mail label {
  width: 120px; /* Width of labels */
}
form.mail fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.mail p {
	float: right;
}

.small_image{
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}
    
.small_image img {
	border: 1px solid gray;
}

.sitemap {
	width: 150px;
	color: silver;
	font-weight:bolder;
}

.sitemap li{
	list-style:square;
	border-bottom: 1px dotted silver;
}

.sub {
	margin-left:20px;
	padding: 0;
	
}
.sub li{
	list-style:none;
	font-weight:normal;

}

/* @end */