/* Page body style */

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #E2E1D3;
	background-image: url(images/page_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.floatstop {
clear:left;
}


/* Standard paragraph style */

p, ul
{
	font-size: 12pt;
	line-height: normal;
	margin-top: 0;
}


/* Links */

a:link, a:active
{
	color: #4176C6;
	background-color: inherit;
}

a:visited
{
	color: #333333;
	background-color: inherit;
}

a:hover
{
	color: #003300;
	background-color: inherit;
}


/* Headings */

h1
{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #666666;
	background-color: inherit;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  padding-top: 15px;
  color: #BDBCAF;
  background-color: inherit;
}

h3
{
	font-family: times, serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
	margin: 0 0 10px 120px;
	padding-top: 15px;
	color: #666666;
	background-color: inherit;
}

h4
{
	font-family: times, serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
	margin: 0 0 10px 120px;
	padding-top: 15px;
	color: #333333;
	background-color: inherit;
}

h5
{
	font-family: times, serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 0 0px 160px;
	padding-top: 5px;
	color: #666666;
	background-color: inherit;
}

h6
{
	font-family: times, serif;
	font-weight: bolder;
	font-size: 25pt;
	line-height: 12pt;
	margin: 0 0 0 60px;
	padding-top: 15px;
	color: #000;
	background-color: inherit;
}

h7
{
	font-family: times, serif;
	font-weight: bolder;
	font-size: 25pt;
	line-height: 12pt;
	margin: 0 0 0 60px;
	padding-top: 15px;
	color: #666666;
	background-color: inherit;
}

h8
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: inherit;
	letter-spacing: 0.05em;
	margin-right: 1px;
	right: auto;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 0 16px 0 16px;
	width: 750px;
	background-image: url(images/container_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
  color: inherit;
  background-color: #FFFFFF;
}


/* Page header area */

#page-header
{
	width: 730px;
	height: 80px;
	padding: 10px;
	color: inherit;
	background-color: #003300;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

#page-header-shadow-left-dark
{
  position: absolute;
  left: 0;
  top: 100px;
  width: 16px;
  height: 200px;
	background-image: url(images/header_shadow_left_dark.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#page-header-shadow-right-dark
{
  position: absolute;
  left: 766px;
  top: 100px;
  width: 16px;
  height: 200px;
	background-image: url(images/header_shadow_right_dark.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#page-header h1
{
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
	background-color: inherit;
	font-family: "Times New Roman", Times, serif;
}


.header-times
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: inherit;
	letter-spacing: 0.05em;
	margin-right: 1px;
	right: auto;
}

/* Menu */

#menu
{
	position: absolute;
	left: 20px;
	top: 70px;
	font-size: 0.75em;
	width: 730px;
}

#menu a
{
	font-size: 1.0em;
  line-height: 1.2em;
  margin-right: 10px;
  font-weight: bold;
  text-transform: lowercase;
	color: #FFFFFF;
	background-color: 003300;
	text-decoration: none;
}

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


/* tagline */

#tagline
{
	position: absolute;
	left: 29px;
	top: 0px;
	font-size: 0.85em;
	width: 545px;
}

#tagline a
{
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#phone
{
	position: absolute;
	left: 569px;
	top: 321px;
	font-size: 0.85em;
	width: 165px;
	height: 60px;
}

#phone a
{
	font-size: 12pt;
	line-height: normal;
	margin-right: 15px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
}

.headerstyle {
	font-size: 26pt;
	color: #FFFFFF;
	font-weight: bold;
}

/* Page header photo (homepage) */

#page-header-photo
{
	width: 750px;
	height: 200px;
	color: inherit;
	background-color: transparent;
	background-image: url(images/header_photo.jpg);
}


/* Page body */

#page-body
{
	padding: 20px 10px 10px 10px;
	width: 730px;
}


/* Main content area */

#main-content
{
  float: left;
  width: 490px;
  margin-right: 20px;
}


/* Sidebar area */

#sidebar
{
	float: right;
	width: 220px;
	background-color: #E2E1D3;
	border: 10;
}

#sidebar2
{
  float: left;
  width: 220px;
  padding-top: 20px
}

#sidebar3
{
  float: left;
  width: 220px;
  padding-top: 100px
}

#sidebar4
{
  float: left;
  width: 220px;
  padding-top: 20px
}

#sidebar5
{
  float: left;
  width: 220px;
  padding-top: 100px
}

#sidebar6
{
  float: left;
  width: 220px;
  padding-top: 20px
}

#sidebar7
{
  float: left;
  width: 220px;
  padding-top: 20px
}

#sidebar8
{
  float: left;
  width: 220px;
  padding-top: 100px
}


/* Highlight boxes */

.highlight-box
{
	width: 200px;
	padding: 10px;
	color: inherit;
	background-color: #E2E1D3;
}

.highlight-box2
{
	width: 450px;
	padding: 10px;
	color: inherit;
	background-color: #E2E1D3;
	font-style: italic;
}

.highlight-box3
{
	width: 200px;
	padding: 10px;
	color: inherit;
	background-color: #003300;
	right: auto;	
}

.highlight-box4
{
	width: 200px;
	padding: 10px;
	color: inherit;
	background-color: #FFFFFF;	
}

/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 35px 26px 35px 26px;
	width: 730px;
	background-image: url(images/footer_shadow.gif);
	background-position: top left;
  background-repeat: no-repeat;
  color: #64645D;
	background-color: #E2E1D3;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}
#container #page-body #main-content p a strong {
}

