/*

*/


/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Verdana, sans-serif;
  line-height: 16px;
  text-align: center;
}


/* Page body style */

body
{
	margin: 0px;
	text-align: center;
	color: #000000;
	background-color: #B7BBC2;
	font: normal 13px Verdana, Arial, Sans Serif;
 	line-height: 16px;
}


/* Standard paragraph style */

p
{
	margin: 0;
	padding: 0px 0px 11px 0px;
}



/* Standard list item style */

li
{
  /*margin-bottom: 1em;*/
}


/* Links */

a:link, a:active
{
	color: #0F5C59;
	text-decoration: none;
}

a:hover
{
	color: #A25606;
	text-decoration: underline;
}

a:visited
{
	color: #0F6F6C;
	text-decoration: none;
}


/* Headings */

h1 {
	font: bold 22px Trebuchet MS, Verdana, Arial, Sans Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(template_images/h1_accent.gif) no-repeat; background-position: left top;
	color: #054E4C;
}

h2 {
	font: bold 17px Verdana, Arial, Sans Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #166A67;
}
				
h3 {
	font: bold 15px Verdana, Arial, Sans Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #A25C12;
}



h4
{
  font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
  line-height: 16px;
	margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
	color: #863C0A;
  background-color: inherit;
}

h6
{
  font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 26px;
  line-height: 28px;
	margin-top: 0px;
  padding-top: 0;
  margin-bottom: 8px;
  color: #D28900;
  background-color: inherit;
}


h5
{
  font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
 	line-height: 14px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
  color: #C7E4E3;
  background-color: inherit;
}


/* Logo */

#logo
{
  position: absolute;
	left: 0px;
	top: 0px;
}


/* Container for page */

#container
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 960px;
  padding: 10px;
  color: inherit;
	background-color: #2C5C94;
}

#container-top
{
	width: 960px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: none;
}

#container-top-left
{
  float: left;
  width: 10px;
  height: 10px;
  line-height: 0;
  font-size: 0;
	background-image: url(images/container_top_left.gif);
  background-repeat: no-repeat;
}

#container-top-mid
{
  float: left;
  width: 930px;
  height: 10px;
  line-height: 0;
  font-size: 0;
  color: inherit;
	background-color: #2C5C94;
}

#container-top-right
{
  float: left;
  width: 10px;
  height: 10px;
  line-height: 0;
  font-size: 0;
	background-image: url(images/container_top_right.gif);
}

#container-bot
{
	margin: 0 auto 24px auto;
	position: relative;
	width: p50px;
  height: 10px;
  line-height: 0;
  font-size: 0;
}

#container-bot-left
{
  float: left;
  width: 10px;
  height: 10px;
  line-height: 0;
  font-size: 0;
	background-image: url(images/container_bot_left.gif);
  background-repeat: no-repeat;
}

#container-bot-mid
{
  float: left;
  width: 930px;
  height: 10px;
  line-height: 0;
  font-size: 0;
  color: inherit;
	background-color: #2C5C94;
}

#container-bot-right
{
  float: left;
  width: 10px;
  height: 10px;
  line-height: 0;
  font-size: 0;
	background-image: url(images/container_bot_right.gif);
}

/* Page header area */

#page-header
{
  position: relative;
	width: 100%;
	height: 110px;
  color: inherit;
	background-color: #2C5C94;
}

/* Page body (menu + content) */
#page-body-full
{ 
  width: 930px;
  color: #423E3E;
  background-color: #FFFFFF;
}

#page-body-top
{
  height: 10px;
  line-height: 0;
  font-size: 0;
  border-bottom: 10px solid #FFFFFF;
}



#page-body-top-mid
{
 float: left;
  width: 930px; height: 10px;
  line-height: 0;
  font-size: 0;
  background-image: url(images/page-body-whole.gif);
}

#page-body-bot
{
  height: 10px;
  line-height: 0;
  font-size: 0;
  border-top: 40px solid #FFFFFF;
}

#page-body-bot-mid
{
  float: left;
  width: 930px;
  height: 10px;
  line-height: 0;
  font-size: 0;
  background-image: url(images/page-body-whole-bottom.gif)
}


/* Menu */

#menu
{
  font-family: Verdana, sans-serif;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
	width: 134px;
	font-weight: normal;
}

#menu a
{
  font-family: Verdana, sans-serif;
  display: block;
  margin-bottom: 4px;
	color: #0F5C59;
	background-color: inherit;
	text-decoration: none;
}

#menu a:hover
{
	color: #A25606;
	background-color: inherit;
	text-decoration: underline;
}


/* Page content area */

#page-content
{ 
  float: left;
  width: 569px;
  padding-right: 21px;
  padding-left: 10px;
}

#page-content a:link {color: #0F5C59; text-decoration: none; font-weight: bold}
#page-content a:visited {color: #0F6F6C; text-decoration: none; font-weight: bold}
#page-content a:hover {color: #A25606; text-decoration: underline; font-weight: bold}


/* Page content area -- no right column */

#page-content-full
{ 
  float: left;
  width: 750px;
  padding-right: 11px;
  padding-left: 20px;
}

#page-content-full body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Verdana, sans-serif;
  line-height: 16px;
  text-align: left;
}

#page-content-full a:link {color: #0F5C59; text-decoration: none; font-weight: bold}
#page-content-full a:visited {color: #0F6F6C; text-decoration: none; font-weight: bold}
#page-content-full a:hover {color: #A25606; text-decoration: underline; font-weight: bold}


#page-content-full p.right
{
	margin-top: 0;
	margin-bottom: 12px;
	text-align: right;
}

#page-content-full p.right-small
{
	margin-top: 0;
	margin-bottom: 0px;
	text-align: right;
	font-size: 10px;
}

#page-content-full p.photo
{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}
#page-content-full p.left-small
{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 10px;
}

/* Main photo on homepage */

#main-photo
{
  position: relative;
  width: 559px;
  height: 150px;
  margin-bottom: 34px;
	background-image: url(images/mainphoto.jpg);
}

#main-photo p
{
  position: absolute;
  right: 18px;
  bottom: 6px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: inherit;
  text-transform: uppercase;
}


/* Intro text */

.intro-text
{
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: bold;
  color: #2C5C94;
  background-color: inherit;

}

/*
.intro-text p
{
  margin-bottom: 0;
  padding-bottom: 6px;
}
*/

/* Right column */

#right-col
{ 
  float: left;
  width: 160px;
  padding-left: 10px;
}


#right-col h2
{
  padding-top: 0;
}

#right-col h3
{
  padding-top: 0;
}

#right-col p
{
  margin-bottom: 16px;
}

.right-col-box
{
  width: 160px;
  margin-left: -9px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
	color: inherit;
  background-color: #EFEFF3;
}


/* Standard images */

img
{
	border: none;
}


/* Floating photos on right with grey border */

.float-photo
{
  float: right;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 12px;
  line-height: 0;
  border: 1px solid #423E3E;
}

/* Floating photos on right with no border */

.float-photo-no-border
{
  float: right;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 12px;
  line-height: 0;
  border: 0px;
}

/* Floating photos on left with grey border  */

.float-photo-left
{
  float: left;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 12px;
  line-height: 0;
  border: 1px solid #423E3E;
}


/* Floating photos on left with no border  */

.float-photo-left-no-border
{
  float: left;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 12px;
  line-height: 0;
  border: 0px;
}


/* Page footer area */

#page-footer
{
  padding-top: 18px;
  text-align: center;
  color: #FFFFFF;
  background-color: inherit;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

#page-footer a:link, #page-footer a:active
{
  color: #FFFFFF;
  background-color: inherit;
}

#page-footer a:visited
{
  color: #999999;
  background-color: inherit;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


