/* base
----------------------------------------------- */

*
{
	padding:      0;
	margin:       0;
}

html, body, form, fieldset, table, tr, td
{
	margin:       0;
	padding:      0;
	color:        #444;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size:    13px;
	line-height:  1.6em;
}

body
{
	text-align:   center;		  /* centers content in IE5.5 and earlier */
	background:   #ffffff url("../images/back_page.gif") repeat-x 0 0;
	min-width:    900px;
}

.wrap
{
  margin:       0 auto;
  text-align:   left;
  width:        900px;
}

.header
{
  width: 100%;
}

.header-left
{
  float:        left;
}

.header-right
{
  float: right;
}

.headerstripe
{
  float:        none;
  clear:        both;
  border-bottom: solid 2px #99BFD9;
  margin-bottom: 2px;
}

.banner
{
  margin-top:   2px;
  background:   #ffffff url("../lib/photos/banner.jpg") no-repeat 0 0;
  float:        none;
  clear:        both;
  height:       121px;
  border-bottom: solid 1px #99BFD9;
}

.content
{
  float:        none;
  clear:        both;
  padding:      10px 10px 10px 10px;
}

.title
{
  float:        none;
  clear:        both;
  margin:       0;
  padding:      0;
  background:   #ffffff url("../lib/photos/title.jpg") no-repeat 0 0;
  width:        900px;
  height:       471px;
}

.footer
{
  float:        none;
  clear:        both;
  margin-top:   2px;
  border-top:   solid 1px #99BFD9;
}

.footer-right
{
  float:        right;
  text-align:   right;
}

.footer-left
{
  margin-top:   2px;
  float:        left;
  text-align:   left;
}

.sidebar
{
  float:        left;
  width:        200px;
  margin-top:   70px;
  padding-right: 15px;
}

.sidebar .quote
{
  font-family:  georgia;
  font-size:    140%;
  font-style:   italic;
}

.column
{
  float:        right;
  width:        665px;
}




/* typography
----------------------------------------------- */

a {	
  color:            #547EA6;
  text-decoration:  none;
}

a:link, a:active, a:visited, a:hover {
  text-decoration:  none;
  color:            #547EA6;
}

a:hover { 
  background-color: #D2DDE8; 
}

a.text {	
  color:            #547EA6;
  text-decoration:  none;
}

a.text:link, a.text:active, a.text:visited, a.text:hover {
  text-decoration:  none;
  color:            #547EA6;
}

a.text:hover { 
  background-color: #D2DDE8; 
}

a.graphic { 
  border:           none; 
}

h1,h2,h3,h4 {
	font-family:      "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

h1 {
	color: #333;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.4em 0;
	line-height: .9em;
}

h1 a { 
  color: #333; 
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #547EA6;
	margin: 5px 0 2px 0;
	line-height: 1.3em;
	text-align: justify;
}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #7aa612;
	display: block;
	padding-top: 5px;
}
	
h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
}		

ul {
	margin: 1em 0;
	padding-left: 16px;
}

ul li {
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
	xbackground: url(/images/content/bullet.gif) no-repeat 0 5px;
}

small { 
  font-size: 0.8em; 
}

.title { 
  font-size: 0.9em; 
  font-style: italic;
}

img
{
  border: none;
}

/* Header
 ------------------------------------ */

#nav
{
  margin:           0;
  padding:          0;
  list-style:       none;
  float:            right;
  font-size:        12px;
}

#nav ul {
	margin:           105px 0 0 0;
	padding:          0 0 0 0;
	list-style:       none;
}

#nav a {
  margin:           0 0 0 0;
  padding:          0 7px 0 7px; 
	display:          block;
	/* width:            71px; */
	color:            #000000;
	font-family:      arial;
	font-weight:      bold;
	text-transform:   uppercase;
}

#nav a:hover {
  background-color: transparent;
  color:            #547EA6;
}

#nav li li a
{
	font-family:      arial;
	font-weight:      normal;
	text-transform:   none;
}

#nav li li a:hover {
  background-color: #547EA6;
  color:            black;
}


#nav li {
	float:            left;
	text-align:       left;
	/* width:            71px; */
}

#nav li ul {
  padding:          4px 2px 4px 2px;
  margin:           0 0 0 0;
	position:         absolute;
	width:            auto;
	left:             -999em;
	border:           solid 1px black;
	background-color: #99BFD9;
}

#nav li ul li { 
  float:            none; 
  padding:          0 2px 0 3px;
  margin:           0 0 0 0;
  border:           solid 1px #99BFD9;
}

#nav li ul li.node { 
  background:       url(../images/menu_arrow.gif) no-repeat left center;
}

#nav li:hover ul {
	left:             auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:             auto;
}

/* multi-level */
#nav li ul ul {
	margin: -24px 0 0 -162px;
	width:  150px;
}

#nav li ul li ul li
{
  padding: 0 0 0 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}



/* Content 
 ------------------------------------ */
#content {
  padding:          10px 16px 8px 10px;
  background-color: white;
  text-align:       left;
}


