﻿/****** RESETS ******/
body, h1, h2, h3, p, table, tr, td, ul, li, img, form, input { margin: 0; padding: 0; border: 0; }

/*
  01 - TOP
     01.1 - NAVIGATION
  02 - CONTENT
  03 - PUFFS
  04 - FOOTER
  05 - HEADINGS
  06 - TYPOGRAPHY
  07 - LINKS
  08 - FORMS
  09 - FRONTEND
  10 - CANDY
  11 - MISC
*/

body
{
  font: normal 62.5% Arial, sans-serif;
}

#wrapper
{
  background: #fff;
}

/******************
***** 01 TOP ******
******************/
#top
{
  background: #dfdfdf;
  display: block;
}

#topimage
{
  background: #fefefe url('../image/top.jpg') no-repeat 0 0;
  height: 303px;
}

#topimagetext
{
  width: 320px;
  position: relative;
  left: 30px;
  top: 50px;
}

/********************
** 01.1 NAVIGATION **
********************/
#navWrapper
{
  background: #9d2817 url('../image/top_bg.png') repeat-x 0 0;
  color: #700;
  height: 93px;
}

#navbar
{
  width: 1000px;
}

#navlogo
{
  background: transparent url('../image/top_divider.png') no-repeat right top;
  float: left;
  padding-right: 2px;
  margin-left: 30px;
}

#nav
{
  float: left;
  height: 93px;
}

#nav ul
{
  font-family: Georgia, Times New Roman, Times, Serif;
  font-size: 2em;
  font-style: italic;
  list-style-type: none;
  text-transform: lowercase;
}

#nav li
{
  background: transparent url('../image/top_divider.png') no-repeat right bottom;
  display: block;
  height: 40px;
  margin-top: -1px;
  padding: 53px 12px 0 10px;
  float: left;
  white-space: nowrap;
}

#nav li a
{
  color: #ffb6b6;
  margin-top: 1px;
  position: absolute;
  text-decoration: none;
}

#nav li a.active
{
  color: #fff;
}

#nav li a:hover
{
  color: #fff;
}

#navright
{
  float: right;
  margin: 30px 0 0 20px;
}

#navrightlinks a
{
  color: #ffb6b6;
  text-decoration: none;
}

#navrightlinks a:hover
{
  color: #fff;
  /* text-decoration: underline; */
}

/******************
*** 02 CONTENT ****
******************/
#content
{
  background: #fff;
  margin: 40px 0 30px 30px;
  width: 980px;
}

/******************
**** 03 PUFFS *****
******************/
#puffsWrapper
{
  background: transparent url(../image/puffs_bg.png) repeat-x 0 0;
  border-top: 6px solid #cfcfcf;
  height: 293px;
}

#puffs
{
  padding: 0 0 20px 30px;
  width: 950px;
}

#puffs .boxFilled
{
  background: transparent url(../image/box_bg.png);
}

/******************
**** 04 FOOTER ****
******************/
#footerWrapper
{
  background: #6b1002 url(../image/footer_bg.png) repeat-x 0 0;
  height: 218px;
}

#footer
{
  background: transparent url(../image/footer_pattern.png) no-repeat 0 0;
  height: 180px;
  padding: 23px 0 0 30px;
  width: 970px;
}

#footerLogo
{
  background: transparent url(../image/footer_logo.png) no-repeat 0 0;
  float: left;
  height: 23px;
  width: 123px;
}

#footerText
{
  float: left;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
}

#footer ul
{
  list-style-type: none;
}

#footer li
{
  list-style-type: none;
  margin: 10px 0;
}

#newsletter
{
  background: transparent url(../image/newsletter_bg.png) no-repeat 0 0;
  float: right;
  height: 213px;
  margin-top: -48px;
  padding: 12px 17px;
  width: 281px;
}

/******************
*** 05 HEADINGS ***
******************/
#topimagetext h1
{
  color: #fff;
  font: italic normal 4.8em/1 Georgia, Times New Roman, Times, Serif;
  position: absolute;
  z-index: 100;
}

#content h1
{
  color: #a12817;
  font: italic normal 3em/1 Georgia, Times New Roman, Times, Serif;
  margin: 0 0 15px 0;
}

#content h2
{
  color: #a12817;
  font-size: 1.2em;
  font-weight: normal;
  margin: 10px 0 0 0;
}

#content h2+h2
{
  margin-top: 0;
}

#puffs h2
{
  color: #a12817;
  font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
  margin: 35px 0 20px 0;
  text-transform: lowercase;
}

#puffs .boxFilled h2
{
  color: #fff;
  font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
  margin: 0 0 10px 0;
  text-transform: lowercase;
}

#footer h2
{
  color: #fff;
  font: italic normal 3em/1 Georgia, Times New Roman, Times, Serif;
  margin-bottom: 5px;
  text-transform: lowercase;
}

/******************
** 06 TYPOGRAPHY **
******************/
#navrightlinks,
#navrightlinks p
{
  color: #ffcfcf;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

p
{
  color: #636363;
  font-size: 1.2em;
  line-height: 1.8em;
  margin: 5px 0 0 0;
}

p+p
{
  margin-top: 1.2em;
}

#footer p
{
  color: #fff;
  margin: 0;
}

#footer i
{
  font: italic normal 1em/1 Georgia, Times New Roman, Times, Serif;
  margin-left: 1em;
}

#newsletter p
{
  font-size: 1.2em;
}

/******************
**** 07 LINKS *****
******************/
a,
a:active,
a:visited
{
  color: #a12817;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

#footer a,
#footer a:active,
#footer a:visited
{
  color: #fff;
  text-decoration: none;
}

#footer a:hover
{
  color: #fff;
  text-decoration: underline;
}

ul.linklist
{
  color: #a12817;
  font-size: 1.2em;
  list-style-type: none;
}

ul.linklist li
{
  margin-bottom: 0.3em;
  list-style-type: none;
}

ul.linklist li a,
ul.linklist li a:active,
ul.linklist li a:visited
{
  color: #a12817;
  text-decoration: none;
}

ul.linklist li a:hover
{
  text-decoration: underline;
}

.linkblock a,
.linkblock a:active,
.linkblock a:visited
{
  text-decoration: none;
}

.linkblock a:hover
{
  color: #000;
}

/******************
**** 08 FORMS *****
******************/
#navsearch input,
.boxFilled input
{
  font-size: 1.1em;
  vertical-align: top;
}

#navsearch input.searchfield
{
  background: #9d2817;
  border: 0;
  color: #ffcfcf;
  margin-right: 5px;
  padding: 6px 6px 5px 6px;
  width: 120px;
}

#navsearch input.searchsubmit
{
  height: 24px;
  width: 45px;
}

.boxFilled input.text
{
  background: #9d2817;
  border: 0;
  color: #ffcfcf;
  padding: 6px;
  margin: 0;
}

#newsletter input.text
{
  background: #a02814;
  color: #ffb6b6;
  margin-bottom: 5px;
  padding: 5px;
  width: 271px;
}

#newsletter input.submit
{
  margin-top: -5px;
}

/******************
*** 09 FRONTEND ***
******************/
.box
{
}

.boxFilled
{
  background: #ca341c;
}

.layoutGridSpacer { height: 30px; }

hr
{
  border: 0;
  border-top: 1px solid #bbb;
}

hr.hrdotted
{
  border: 0;
  border-top: 1px dotted #bbb;
}

hr.hrdashed
{
  border: 0;
  border-top: 1px dashed #bbb;
}

hr.hrdouble
{
  border: 0;
  border-top: 1px double #bbb;
}

/******************
***** 10 CANDY ****
******************/
.expanderWrapper
{
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.expanderWrapper li .expanderHeader
{
  background: url(../image/expander_closed.png) 0 8px no-repeat;
  color: #626262;
  cursor: pointer;
  display: inline-block;
	font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
	padding-left: 20px;
}

.expanderWrapper li.open .expanderHeader
{
	background: url(../image/expander_open.png) 0 8px no-repeat;
}

.expanderWrapper li .expanderContent
{
	padding-left: 20px;
}

.slideshow,
.contentslider
{
  height: 303px;
  overflow: hidden;
  width: 1000px;
}

.slideshow img
{
  height: 303px;
  width: 1000px;
}

.sliderWrapper
{
	list-style: none;
	overflow: hidden;
	margin-bottom: -49px;
	padding: 0;
}

.sliderWrapper li .sliderBtnWrapper .sliderBtn
{
	background: transparent url(../image/slider_projects.png) no-repeat top right;
	cursor: pointer;
	display: inline-block;
	height: 29px;
	width: 114px;
	margin-left: 840px;
	position: relative;
	z-index: 1000;
}

.sliderWrapper li.open .sliderBtn
{
	background-position: bottom right;
}

.sliderWrapper .sliderContent
{
}

.slideshownav
{
  height: 16px
}

.slideshownav a
{
  background: url(http://devmedia.ligonier.org/images/cycle-control.gif) 0 0;
  text-indent: -1000px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
	overflow: hidden;
}


.slideshownav a.activeSlide
{
  background-position: 0 16px;
  height: 16px;
}

/******************
***** 11 MISC *****
******************/
.clear { clear: both }
