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


/* Layout Stylesheet */ 

body {
 font-size: 62.5%;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 margin:0px;
 background:#dc4d52; 
 color: #000;
 text-align:left;
 padding:0;
 }

#page-frame { 
 width:970px;
 margin:auto;
 background: url(/images/global/bg_page_frame.png) #fff repeat-y;
 color: #000;

 }

#header {
 margin: auto;
 width: 960px;
 height:100px;
 background: #fff;
 color: #000;
 overflow:hidden;
  }
  
/*#header-content {
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-right: 55px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}
*/

#nav-frame {
  margin: auto;
  width: 960px;
  height: 30px;
  background: #30599e;
  color: #FFF;
  
}

#nav-contents {margin: auto;}

#body-frame {
	margin: auto;
 width:960px;

 background: #fff;
 color: #000;


  }
  
 
 /*self-clearing*/
#body-frame:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;  
  }
  
* html .body-frame {height: 1%;}

#sidebar {

 margin-left: 730px;
 width:215px;
 padding: 5px ;
 background: #fff;
 color: #000;
 font-size: 1.2em;

 }
 

 #home-feature-frame{
	 width: 730px;
	 margin: 0;
	 padding: 0;
	 background:#E7F2FE;
	 color: #000;
	 }
 

#home-feature-image{
	float: left;
	width: 320px;
	height: 235px;
	
 }
 
 #home-feature-content{
	width: 390px;
	height: 247px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
 }



#body-content {

 float: left;
 width:730px;
 background: #fff;
 color: #000;
 padding: 0;
 min-height: 350px;
 
/* overflow:hidden;*/
 }
 
#body-content-nosb {
width: 900px;
 float: left;

 background: #fff;
 color: #000;
 padding: 0;
 min-height: 350px;
 
/* overflow:hidden;*/
 }

#footer {

 width: 960px;
 min-height:50px;
 
 }
 
 
#footer-contents {
 width: 930px;
 margin: 20px auto 0 auto;
 border-top: 2px solid #30599e;
 font-size: 1.1em;
 background: none;
 color: #30599e;	
}

#footer-contents a, #footer-contents a:visited {
	text-decoration: none;
	color: #000; 
}

#footer-contents a:hover {
	color: #dc4d52;
}

 
.clear {clear: both;}

.sidebar-item {
	
	width: 200px;
	margin: 15px auto;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dashed #dc4d52;
		
}

.callout-frame {
	width: 700px;
	padding: 0;
	margin: auto;
	
}

.callout-image {width: 150px; height: 136px; display: inline; padding: 0 10px;}




/*use these for 2-up, 2 rows;  change padding in callout-frame to 0 40 40 40*/
.callout-left {
	float: left; 
	width: 300px;
	
}

.callout-right {
	float: right; 
	width: 300px;
	
}


.video-container {
width: 650px;
margin: 0 0 20px 20px;
padding: 0;
min-height: 140px; 

border: 1px solid #30599E;
background: #eff2f5;
}



.video-container img.align-right {
	border: 3px double  #000;
	margin: 20px 10px 10px 10px;
}

.video-frame {
	width: 600px;
margin-left: 100px;	
}





/* content styles */


h1 {font-size: 2em; margin:0;}
#home-feature-content h1 {font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}

h2 {font-size: 1.8em; font-family: Georgia, "Times New Roman", Times, serif; color: #dc4d52; font-style: italic;}
#body-content h2 {font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif; color: #dc4d52; font-style: italic; padding-left: 15px; margin-top: 20px;}
#body-content-nosb h2 {font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif; color: #dc4d52; font-style: italic; padding-left: 15px; margin-top: 20px;}
#sidebar h2 {font-size: 1.2em; font-weight: bold; color: #30599e; margin-top: 0;}
h3 {font-size: 1.6em; color: #30599e; margin-bottom: 8px; padding-bottom: 0; padding-left: 15px;}
.highslide-gallery h3 {font-size: 1.6em; color: #30599e; margin: 0 0 8px 50px; padding-bottom: 0; font-style: italic;	}
h4 {font-size: 1.4em; font-weight: bold; font-style: italic; color: #999; margin-top: 0; padding-top: 0; line-height: 0;}

p {font-size: 1.4em;}
#sidebar p {font-size: 1.1em;}
#sidebar a, #sidebar a:visited {color: #305993; text-decoration: none;}
#sidebar a:hover {text-decoration: underline; color: #dc4d52;}
#body-content #home-feature-content p {font-size: 1.4em; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; line-height: 1.6em; padding: 0;}

#body-content p {padding: 0 15px;}

#body-content-nosb p {padding: 0 15px;}

a, a:visited {color: #30599e; text-decoration: none; }
a:hover {color: #dc4d52; text-decoration: underline; }


.designnotes {color: #6C0;  font-style: italic;}

img {border: none;}
img a {border: none;}




.align-right {
	float:right; margin: 0 0 15px 15px;
}

.align-left { float:left; margin: 0 15px 15px 0; }

#sidebar p.read-more{font-size: 1.0em; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-style: italic; font-weight: bold; text-align: right;}




/*Start Nav Menu STYLE */
#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background:#30599e;
	color: #fff;
	
	/*border-color:#cccccc #111111 #111111 #cccccc;
	border-width:1px;
	border-style:solid;*/
}
ul.pureCssMenu table {border-collapse:collapse}
ul.pureCssMenu {
	display:block;
width: 900px;
	
}
ul.pureCssMenu ul{
	width:139.65px;
}
ul.pureCssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
	/*min-width: 100px;*/
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu a:visited, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background:#30599e;
	border-width:1px;
	border-color:#30599e;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	/*_padding-left:0;*/
	font:bold 13px "Trebuchet MS";
	color: #FFFFFF;
	text-decoration:none;
	cursor:default;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc;	
	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background:#d8e7ff;
	border-color:#d8e7ff;
	border-style:solid;
	font:bold 13px "Trebuchet MS";
	color: #30599e;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background:#d8e7ff;
	border-color:#d8e7ff;
	border-style:solid;
	font:bold 13px "Trebuchet MS";
	color: #30599e;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #666 !important;
}
ul.pureCssMenu img {border: none;float:left;/*_float:none;*/margin-right:2px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;
	background-image:url(/images/global/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(/images/global/arrv_white.gif);
}
/*ul.pureCssMenu a:hover span{	_background-image:url(/images/global/arrv_white.gif)}*/
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(/images/global/arr_white.gif)}

/* End nav menu STYLE*/


/*Form Styles*/

#contact-form {
	width: 575px;
	margin: 0 0 0 60px;
	padding: 0;
}

form.paypal {width: 200px;}

#contact-form p {
	width: 400px; 
	
	padding: 10px 0 10px 130px; 
	margin: 0px;
	border-top: 1px dashed #ccc;
}

#contact-form p.intro {
	padding-left: 0px;
	font-style: italic; 
	font-size: 1.2em;
	border: none;
}

#contact-form p.none {border: none;}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

legend {
	font-size: 1.6em;
	color: #dc4d52;
	font-weight: bold; 
	padding: 0px;
	
}

label {
	
	float: left;
	margin-left: -130px; 
	width: 120px;
	font-weight: normal;
}

input, textarea {
	width: 375px;
	margin: 0 0 0 20px;
	background: #dfe6f2; 
	color: #000;
	border: 1px solid #30599E ;

}

input.sidebar {width: 200px; } /* for use with paypal form */

input.paypal{ /* for use with paypal form */
	
	width: 110px;
	margin: 0 0 0 80px;
	border: 0;
}



#zip {
	width: 100px;
}

#phone {
	width: 150px;
}

#contact {
	border: none;
	background: #fff;
	color: #000;
	width: 10px; 
	
}



#time {
	border: none;
	background: #fff;
	color: #000;
	width: 10px; 
	
}

#submit {
	width: 130px;
	height: 30px;
	margin-right: 20px;
	background: #dfe6f2;
	border: 2px solid #30599E;
	color: #666;
	float: right;
	font-weight: bold;
}

#submit:hover {
	
	background: #d7e3f7;
	cursor: pointer;
	color: #99cc33;
	font-weight: bold;
	
}

.img-buffer {
	
	margin-top: 100px;
}


form.questionnaire {
	width: 475px;
	margin: 0;
	padding: 0;
	
}

form.questionnaire p {
	width: 475px; 
	padding: 10px 0 10px 0;
	margin: 0px;
	border-top: 0px dashed #900;
}

form.questionnaire p.question {
	border-top: 1px dashed #900;
}

form.questionnaire p.intro {
	padding-left: 0px;
	font-style: italic; 
	font-size: 1.2em;
	border: none;
	
}


form.questionnaire label {
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	float: none;
	margin-left: 0; 
	}
	
	
form.questionnaire input, form.questionnaire textarea {
	width: 400px;
	margin: 0 0 0 20px;
	background: #fff4e2;
	color: #000;
	border: 1px solid #f3b85e;

}

form.questionnaire #question1, #question2, #question3, #question4, #question5, #question6, #question7 {
	border: none;
	background: #fff;
	color: #000;
	width: 10px; 
	
}


	
label.oneline {
	float: left;
	margin-left: -130px; 
	width: 120px;
	font-weight: bold;
}

form.questionnaire input#name, form.questionnaire input#email, form.questionnaire input#phone {
	float: right;
	width: 275px;
	margin: 0 0 0 20px;
	background: #fff4e2;
	color: #000;
	border: 1px solid #f3b85e;

}
	
form.questionnaire p.narrow {width: 400px;}



/*End Form Styles*/

.gallery-kutztown {width: 640px; margin: auto; }
.callout-image2 {
	width: 150px;
	height: 136px;
	display: inline;
	padding: 0 3px;
}
