body {
	background: #e8e1d1;
	color: #7c6b4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	min-width: 960px;
	padding: 0;
}

#page {	
	background: url(pics/bg-body-loop.jpg) repeat center top;
	overflow: hidden;
	width: 100%;
}

#footer {
	background: url(pics/footer.gif) repeat-x center bottom;
	height: 50px;
}

#header {
	margin: 0 auto;
	width: 960px;
}

#header div {
	margin: 65px 0 0;
	text-align: center;
}

#header div a {
	display: block;
	margin: 0 auto;
	width: 320px;
}

#header ul {
	list-style: none;
	margin: 0px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

#header ul li {
	display: inline-block;
	height: 34px;
	margin: 0 5px;
}

#header ul li a {
	background: url(pics/bg-menu-right.gif) no-repeat right top;
	color: #7c6b4f;
	display: block;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
}

#header ul li a span {
	background: url(pics/bg-menu-left.gif) no-repeat left top;
	cursor: pointer;
	display: block;
	height: 34px;
	padding: 0 15px;
}

#header ul li.current a,
#header ul li a:hover {
	background: url(pics/bg-menu-selected-right.gif) no-repeat right top;
	color: #f2ffff;
}

#header ul li.current a span,
#header ul li a:hover span {
	background: url(pics/bg-menu-selected-left.gif) no-repeat left top;
}

#body,
div.body {
	background: url(pics/main_bg_over.gif) no-repeat left top;
	border: 1px solid #e0dacc;
	margin: 17px auto 25px;
	overflow: hidden;
	padding: 0 0 0px;
	width: 960px;
}

#body ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#body ul li {
	background: url(pics/border-vertical.gif) repeat-y;
	float: left;
	height: 600px;
	padding: 0 25px 0 20px;
	position: relative;
	width: 275px;
}

#body ul li:first-child {
	background: none;
}

#body ul li h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 18px;
	margin: 0;
	padding: 28px 0;
}

#body ul li h1 a {
	color: #0d4d79;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px #f8ffff;
}

#body ul li h1 a:hover {
	color: #1c3345;
}

#body ul li div {
	background: url(pics/frame.gif) no-repeat;
	height: 238px;
	margin: 0 0 15px;
	width: 286px;
}

#body ul li a img  {	
	display: block;	
	padding: 3px;
}

#body ul li span {
	color: #3e3524;
	display: block;
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	padding: 0 0 5px;
}

#body ul li p {
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#body center {
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#body ul li a.readmore {
	background: url(pics/bg-readmore.gif) no-repeat;
	color: #69614a;
	display: block;
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 90px;
	bottom: 0;
	text-decoration: none;
	text-align: center;
	width: 142px;
}

div.body {
	padding: 30px 20px;
	width: 920px;
}

div.body h2 {
	color: #0D4D79;
	display: block;
	font-family: Times New Roman,Times,serif;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 30px;
	text-shadow: 0 1px #F8FFFF;
    text-transform: uppercase;
}

div.body span,
div.body h3 {
	display: block;
	font-family: Times New Roman,Times,serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

div.body span a,
div.body h3 a {
	color: #706758;
	text-decoration: none;
}

div.body span a:hover {
	text-decoration: underline;
}

div.body span b {
	font-weight: normal;
	text-transform: uppercase;
}

div.body div {
	margin: 0 0 31px;
	overflow: hidden;
}

div.body div#blog {
	margin: -30px 0 0;
}

div.body div#blog div.article {
	background: url(pics/border-vertical.gif) repeat-y right top;
	float: left;
	padding: 30px 30px 0 0;
	width: 650px;
}

div.body div#blog div.article p {
	float: none;
	margin: 0;
	width: auto;
}

div.body div#blog div.sidebar {
	float: right;
	padding: 55px 0 0;
	width: 215px;
} 

div.body div#blog div.sidebar h2 {
	color: #7C6B4F;
	font-size: 16px;
	padding: 30px 0 0;
	text-shadow: none;
}
 
div.body div#blog div.sidebar ul {
	background: none;
	list-style: disc outside;
	overflow: visible;
}

div.body div#blog div.sidebar ul li {
	float: none;
	line-height: 24px;
}

div.body div#blog div.sidebar ul li:first-child  {
	float: none;
}

div.body div#blog div.sidebar ul li a {
	color: #7C6B4F;
	text-decoration: none;
}

div.body div#blog div.sidebar ul li a:hover {
	text-decoration: underline;
}

div.body div img {
	float: left;
	margin: 33px 0 0;
}

div.body div p {
	float: right;
	line-height: 24px;
	margin: 26px 0 0;
	padding: 0;
	text-align: justify;
	width: 470px;
}

div.body p {
	line-height: 24px;
	margin: 0 0 29px;
	text-align: justify;
}

div.body table tr td{
	padding: 0 40px 5px 0;
}

div.body ul {
	background: url(pics/border-vertical.gif) repeat-y center top;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

div.body ul li {
	float: right;
	margin: 0 20px;
	width: 400px;
}

div.body ul li:first-child {
	float: left;
}

div.body ul li img {
	margin: 0 0 31px;
}

div.body ul li p {
	margin: 0;
}

div.body ul li span {
	line-height: 24px;
}

div.body ul li ul {
	background: none;
	list-style: disc outside;
	margin: 0;
	padding: 0 0 30px 15px;
}

div.body ul li ul li {
	float: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
}

div.body ul li ul li:first-child {
	float: none;
}

#header ul li {
	display: inline;
}

#header ul li a, 
#header ul li a span,
#header ul li a:hover,
#header ul li a:hover span {
	display: inline-block;
}

#footer {
	background: none;
	height: 250px;
}

#footer ul {
	list-style: none;
	margin: 0 auto 25px;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer ul li {
	float: left;
	margin: 0 0 0 18px;
	position: relative;
	width: 226px;
}

#footer ul li:first-child {
	margin: 0;
}

#footer ul li h3 {
	color: #0D4D79;
	font-family: Times New Roman,Times,serif;
	font-size: 20px;
	margin: 0 0 5px;
	text-indent: 15px;
	text-shadow: 0 1px #F8FFFF;
}

#footer ul li div {
	background: url(pics/bg-footer-item.gif) no-repeat;
	height: 266px;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	width: 226px;
}

#footer ul li div p,
#footer ul li div b,
#footer ul li div span {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0 13px;
	text-align: justify;
}

#footer ul li div a {
	display: block;
}

#footer ul li div span {
	font-size: 12px;
}

#footer ul li div a.viewall {
	color: #a29c8e;
	display: block;
	font-size: 12px;
	padding: 0 13px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	text-align: right;
}

#footer ul li div b {
	display: block;
}

#footer div {
	margin: 70px auto 0;
	overflow: hidden;
	width: 960px;
}

#footer div p {
	font-family: Times New Roman, Times, serif;
	margin: 0;
}

#footer div p a {
	color: #988878;
	text-decoration: none;
}

#footer div p a:hover {
	color: #988878;
	text-decoration: underline;
}



input, textarea {
FONT-FAMILY:verdana,arial; FONT-SIZE: 14px;
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}


.smaller {font-size: 10pt; font-family: Vedrana,Arial; letter-spacing: 0pt; text-decoration: none;}
.small {font-size: 11pt; font-family: Vedrana,Arial; letter-spacing: 0pt; text-decoration: none;}
.normal {font-size: 12pt; font-family: Vedrana,Arial; letter-spacing: 0pt; text-decoration: none;}
.title {font-size: 16pt; font-family: Vedrana,Arial; letter-spacing: 0pt; text-decoration: none;}
.buttons { FONT-SIZE: 12px; }
A:link, A:visited { TEXT-DECORATION: none; }
A:hover { TEXT-DECORATION: underline; }



/*--------------------------------------------------------------------------------------------------
   Simply Buttons, version 1.0
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /*
      Strip down the button and link elements to a base we can work with.
  */
  padding: 0 0 0 0;
  margin: 0 3px 0 3px;
  border: none;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  overflow: visible;
}

  * html a.button,
  * html a.button:link,
  * html a.button:visited {
    /*
        IE6 fix to make link fit text.
    */
    width: 1%;
  }

  button, x:-moz-any-link {
    /*
        FF fix to make button spacing even across browsers.
    */
    margin: 0 0 0 0;
  }

  *:first-child+html button {
    /*
        Reset IE7 back to what it was for previous fix.
    */
    margin: 0 3px 0 3px;
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /*
        Set the span tags to display: block, as they will work our background-image magic.
    */
    display: block;
  }

/*--------------------------------------------------------------------------------------------------
  
   CUSTOMIZATIONS 
  
   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.
   
--------------------------------------------------------------------------------------------------*/

button,
a.button,
a.button:link,
a.button:visited {
  /* 
      HEIGHT - Total height of button. 
  */
  height: 26px; 

  /*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */
	font-family: "Helvetica Neue", Helvetica, clean, sans-serif;

  font-size: 13px;
  color: #666666;
  background-color: #f6efe5;
}

  button.button_active,
  a.button_active {
  }

  button span,
  a.button span,
  a.button:link span,
  a.button:visited span {
    /* 
        Right side padding for button (default). 
    */
    padding: 0 14px 0 0;

    /* 
        SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(pics/bg_button_right.gif) top right;
  }

  button span span,
  a.button span span,
  a.button:link span span,
  a.button:visited span span {
    /* 
        Left side padding for button (default). 
    */
    padding: 0 0 0 13px;

    /* 
        SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;

    /* 
        SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will 
                            center the text vertcailly.
    */
    line-height: 24px;

    /*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(pics/bg_button_left.gif) top left;
  }

  button:hover,
  a.button:hover {
    color: #000000;
  }

  button.submit span,
  a.submit span,
  a.submit:link span,
  a.submit:visited span {
  }

  button.submit span span,
  a.submit span span,
  a.submit:link span span,
  a.submit:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(pics/bg_button_left_submit.gif);
  }

  button.submit:hover,
  a.submit:hover {
  }

  button.cancel span,
  a.cancel span,
  a.cancel:link span,
  a.cancel:visited span {
  }

  button.cancel span span,
  a.cancel span span,
  a.cancel:link span span,
  a.cancel:visited span span {
    /*
        Give some extra space for the icon.
    */
    padding-left: 26px;

    /*
        Add in a left side piece with an icon.
    */
    background-image: url(pics/bg_button_left_cancel.gif);
  }

  button.cancel:hover,
  a.cancel:hover {
  }

  button:active span,
  a:active:active span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span,
  a.button_active:active span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom right;
  }

  button:active span span,
  a:active:active span span,
  /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span span,
  a.button_active:active span span {
    /*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom left;
  }