@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

  
  body {
	background: #ffffff;
	margin:0px auto;
	text-align: center;
	font-size:17px;
	color:#000000;
	font-family: 'Goudy Bookletter 1911', serif;
  }

  
  .outer-wrapper {
	width:1150px;
	margin:0px auto;
	text-align:center;
	background-image: url(../images/middle.jpg);
  }
  
  #content-wrapper {
  width:1000px;
  clear:both;
  margin-left:75px;
  margin-right:75px;
  text-align:left;
  overflow:auto;
  }
  
  #content-wrapper img{
	 margin:auto; 
  }
  
  /*Header*/
  
  #header-wrapper {
	width:1150px;
	height:414px;
	background-image: url(../images/top.jpg);
  }
  
  #cart-wrapper {
  width:250px;
  height:104px;
  float:right;
  padding-right:10px;  
  text-align:right;
  }

  #flash-wrapper {
  
  width:850px;
  height:250px;
  padding-right:150px;
  padding-left:150px;  
  text-align:right;
  }  
  
  #logo-wrapper {
	clear:both;
	width:1150px;
	height:35px;
  }

  
  /*Menu*/
  
  .links-wrapper {
	width:1000px;
	text-align:center;
	color:#ac3a30;
	margin:auto;
  }
  .links-wrapper img{
	 display:inline; 
  }

  /*Slider*/
  
#container {
	width:930px;
	height:450px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#example {
	width:930px;
	height:390px;
	position:relative;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	top:8px;
	z-index:100;
}



.slides_container {
	width:930px;
	overflow:hidden;
	position:relative;
	display:none;
}


.slides_container a {
	width:930px;
	height:390px;
	display:block;
}

.slides_container a img {
	display:block;
}



/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:130px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
	  
  /*Content*/
  
  .white-box {
  background:#ffffff;
  -moz-box-shadow: 0 0 5px 5px #dfdfdf;
  -webkit-box-shadow: 0 0 5px 5px #dfdfdf;
  box-shadow: 0 0 5px 5px #dfdfdf;
  padding:10px;  
  margin:auto;
  }
  
  .scroll-frame {
  width:238px;
  height:247px;
  background: url(../images/scrollframe.jpg) no-repeat;
  line-height:normal;
  word-wrap:break-word; 
  }
  
  .frame-content {
	width:208px;
	height:227px;
	margin:15px;  
  }
  
  
  .lgfont {
	font-size:30px;  
  }
  
    
  h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(../images/bar.png) no-repeat;
	height: 46px;	line-height: 46px;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #7d7972;
	text-decoration: none;
	display: block;
	padding: 0 0 0 70px;
}
h2.acc_trigger a:hover {
	color: #b0a89b;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 20px;
}

#boxes{
width:1025px;
height:245px;
margin:auto;
text-align:left;	
}

#get-started {
	width:350px;
	height:245px;
	float:right;
	background-image: url(../images/download.jpg);
	background-repeat: no-repeat;
}

#follow-me {
	width:316px;
	height:245px;
	float:right;
	background-image: url(../images/connect.jpg);
}

#icon-wrapper {
	width:240px;
	margin-left:35px;
	padding-top:110px;
	
}

.icon {
float:left;
width:43px;
margin-right:5px;	
}

#facebook {
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#facebook:hover { 
background-position: 0 -43px;
}
  
#facebook span{
position: absolute;
top: -999em;
}

#twitter {
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#twitter:hover { 
background-position: 0 -43px;
}
  
#twitter span{
position: absolute;
top: -999em;
}

#googleplus {
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(../images/googleplus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#googleplus:hover { 
background-position: 0 -43px;
}
  
#googleplus span{
position: absolute;
top: -999em;
}

#youtube {
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#youtube:hover { 
background-position: 0 -43px;
}
  
#youtube span{
position: absolute;
top: -999em;
}

#linkedin {
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(../images/linkedin.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkedin:hover { 
background-position: 0 -43px;
}
  
#linkedin span{
position: absolute;
top: -999em;
}

#sign-up{
	float:right;
	width:358px;
	height:245px;
	background-image: url(../images/contact-us.jpg);
}

#newsletter{
	padding-top:95px;
	padding-left: 45px;
}

#pdfs{
	padding-top:100px;
	padding-left: 60px;
}
#lisa{
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	height: 30px;
	text-align: center;
	background-image:url(../images/lisa.png);
	background-repeat:no-repeat;
	background-position: right;
	padding-top: 10px;

}
#bottom-wrapper{
	width:1150px;
	height:240px;
	margin:auto;
	text-align:center;
	background-image: url(../images/bottom.jpg);
}

#search-wrapper{
width:230px;
padding-top:100px;
margin-right:45px;
float:right;
}

#button-wrapper{
	padding-top:20px;
	width:580px;
	float:right;
	margin-right:270px;
}

  #legal {
	clear: both;
	text-align: center;
	font-size: 12px;
	color:#cccccc;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
  }

  #legal a {
  border-bottom: 1px dotted #cccccc;
  text-decoration: none;
  color:#cccccc;
  }
 
  .clear {
  clear:both;
  }
  
  img {
  display:block;
  }

  .float-right {
  float:right;
  }

  .float-left {
  float:left;
  }

  .padding10 {
  padding:10px 0 0 10px;
  }  
  
  .padding5 {
  padding:5px;
  } 
  
  .padding3 {
  padding:3px;
  } 
  
  .round {  
  -moz-border-radius: 15px;
  border-radius: 15px;	  
  }
  
  img {
  display:block;
  }  
  
  a {
	text-decoration:none;  
  }
  
  table {
	padding:10px;  
  }
  
  td {
	padding:5px;  
  }
  
  .center {
	text-align:center;  
  }

#boxesform{
	width:1000px;
	height:245px;
	margin:auto;
	text-align:left;
}

#get-started {
	width:350px;
	height:245px;
	float:right;
	background-image: url(../images/download.jpg);
	background-repeat: no-repeat;
}

#follow-me {
	width:316px;
	height:245px;
	float:right;
	background-image: url(../images/connect.jpg);
}

#icon-wrapper {
	width:240px;
	margin-left:35px;
	padding-top:110px;
	
}
#form-column{
	float:left;
	width:300px;
	display:block;
	margin-right: 22px;
}
#contactForm {
	border-top:1px solid #3a3737;
	padding-top: 15px;
	margin-top:0px
}
.mailForm{
	display:block;
	width:950px;
	text-align:left;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
	
.formColumn{
	display:block;
	float:left;
	width: 295px;
	margin-right: 22px;
}
.clearfix { zoom: 1 }
.formColumn2{
	display:block;
	float:left;
	width: 295px;
}

.formColumn3{
	display:block;
	float:left;
	width: 280px;
	margin-right:10px;
}

label {
	float: left;
	clear: left;
	width: 250px;
	margin: 8px 0;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 17px;
	color: #000000;
}
input[type='text'], input[type='email'] {
    width: 240px;
    height: 14px;
    margin-bottom: 10px;
    padding: 5px;	   
}
textarea {
	width: 245px;
	max-width:245px;
	height: 95px;
	margin-bottom: 12px;
	padding: 10px 5px;
	background:#f6f6f5;
}
input[type='text'], input[type='email'], textarea {
    font-family: "Courier New", Courier, monospace;
    color: #252525;
	background:#f6f6f5;
    border: 1px solid #c0bfbf;
}

select{
	margin-bottom: 10px;
	height: 24px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 12px;
	padding-top:3px;
	padding-bottom: 3px;
	border: 1px solid #c0bfbf;
	background:#f6f6f5;
}

.choices{
    width: 225px;
	background:#f6f6f5;
}

.choices2{
    width: 105px;
	background:#f6f6f5;
}

#totalHours{
    width: 90px;
}
#answer{
    width: 90px;
}
.smallNote {font-size: 9px}

.smallNote img {padding-right: 5px;}


.resetBtn {
	display: inline;
	margin: 14px 18px;
	float:right;
	width: 83px;
	height: 25px;
	background-position: 0px 0px;
	border: none!important;
	border: 0;
	-moz-transition: background-position 200ms ease 0s;
	-webkit-transition: background-position 200ms ease 0s;
	background-image: url(../images/reset.png);
	background-repeat: no-repeat;
}
   
.resetBtn:hover {
    cursor: pointer;   
    background-position: 0px -25px;
    border: none!important;
}

.sendBtn {
	display: inline;
	float:right;
	margin: 15px 0;
	width: 89px;
	height: 23px;
	background-position: 0px 0px;
	border: none!important;
	border: 0;
	-moz-transition: background-position 200ms ease 0s;
	-webkit-transition: background-position 200ms ease 0s;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
}
   
.sendBtn:hover {
    cursor: pointer;   
    background-position: 0px -23px;
    border: none!important;
}

.errorDisplay{
	text-align:left;
	font-size: 13px;	
	margin-top:10px;
	color:#333;
	display:none;
}

#hiddenDiv{display:none;}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	margin-top: 20px;
}
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }