body {
	margin:0px 0;
	padding:0;
	line-height: 1.4em;
	background-color: #FFFFFF;
	background-image: url(../images/body_backgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.content {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

h1.hidden {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-right: 20px;
	font-size: 1%;
	visibility: hidden;
	height: 0px;
	clear: both;
	float: none;
	margin-left: 20px;
}


/*** HEADER ***/
#header {
	margin: 0px;
	width: 770px;
	height: 130px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC732C;
	background-image: url(../images/header_backGrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
*html #header {
	height: 127px;
}

#NAVarea {
	padding: 111px 0px 0px 0px;
}

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	float: right;
	padding:20px 45px 0px 0px;
	text-align: right;
	margin: 0px;
}

h1.image {
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/*** SUBHEADER ***/
#subheader {
	background: #D1D3AA;
	width: 750px;
	height: 45px;
	margin-left: 10px;
}

*html #subheader {
	background-image: url(../images-layout/botNavBground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subheader .padding {
	padding: 0px 0px 0px 0px;
	margin-left: 0px;	
	background-image: url(../images-layout/botNavBground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

*html #subheader .padding {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0xp;
}


/*** NAVIGATION ***/
#globalNav {
	width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#globalNav ul {
	list-style-type:none;
	margin:0;
	padding:0; 
} 

#globalNav ul li {
	float:left;
	margin-left: 6px;
}

#top-nav {
	font-size:8.6pt;
	height:29px;
	text-transform:uppercase;
	padding-left:0px;
}

#top-nav a {
	color:#006633;
	padding:0px 7px 0px 7px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	display:block; 
}

#top-nav a:hover {
	text-decoration:underline 
}

#top-nav a.selected:hover {
	color:#990000;
	text-decoration:none
}

#bot-nav {
	font-size:8.5pt;
	height:32px;
	padding-left:1px;

}

*html #bot-nav a {
	color:#5F675F;
	text-decoration:none;
	line-height:22px;
	display:block;
	padding:5px 8px 0; 
}

#bot-nav a {
	color:#5F675F;
	text-decoration:none;
	line-height:5px;
	display:block;
	padding:5px 8px 9px 0; 
}

#bot-nav a:hover {
	text-decoration:underline !important 
}

#navHome.selected {
	color:#990000;
	background-image:  url("../images-layout/navTab-home.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#nav-menu.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-giftShop.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-giftieShop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-aboutUs.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-aboutUs.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-fundraising.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-fundraising.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-pizzaDeals.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-pizzaDeals.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-blog.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-blog.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav-contactUs.selected {
	color:#990000;
	background-image:  url(../images-layout/navTab-contactUs.gif);
	background-repeat: no-repeat;
	background-position: top;
}



/*** HTML STYLES ***/
ul {
	margin-left: 20px;
	padding-left: 5px; 
}

li {
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #333333;
}

.sub  {
	margin: 0 0 2px 30px;
	padding: 0 0 0 0px;
	color: #888;
}

a {
	color: #0000FF;
	background: inherit;
	text-decoration:underline;
}

a:hover {
	background: inherit;
	text-decoration:none;
	color: #0000FF;
}

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 {
	font-size:120%;
	font-weight:bold;
	margin: 5px 0 10px 0px;
	padding-bottom: 5px;
}

fieldset {
	border: 1px solid #075181;
}

form {
	padding: 10px;
}


input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}








/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	background: #FFFFFF;
	width: 746px;
	margin: 0px 0px 0px 11px;
	padding-top: 22px;
	padding-bottom: 20px;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
}  

#main p {
	margin: 0px 0 20px 5px;
	color: #333333;
	background: inherit;
	line-height: 1.5em;
}

#main .utility_column {
	padding:0px 20px 0px 0px;
	margin:0;
	width: 190px;
	clear: none;
	float: right;
}

#main .utility_column h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3AA;
}

#main .utility_column p {
	padding:0px 5px 0px 5px;
}

#main .utility_column ul {
	list-style-type: none;
}

#main .utility_column li {
	margin-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1E5DA;
	padding-bottom: 5px;
	margin-top: 5px;
}
#main .utility_column form {
	background-color: #F2F2F2;
	margin: 0px 0px 30px 0px;
	font-size: 10pt;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
}

#main .utility_column input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#404040;
	margin: 0px 0px 0px 0px;
}


/*Button*/
.buttonSubmit {
	width:130px;
	height:39px;
	color:#000;
	font-weight:bold;
	background:url(../images/questionForm_button.jpg) no-repeat center 5px;
	border:none;
}

#main .active_column {
	width: 460px;
	margin:0;
	font-size: 14px;
	padding-left: 30px;
	padding-right:20px;
	clear: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D1D3AA;
}

*html #main .active_column {
	width: 460px;
	margin:0;
	font-size: 100%;
	padding-left: 30px;
	padding-right:20px;
	clear: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1E5DA;
}

#main .active_column h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3AA;
}

#main .active_column h3 {
	margin: 16px 0 7px 0px;
	padding: 3px 3px 3px 8px;
	background: #ffffd8;
	font-weight: bold;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#main .active_column h4 {
	margin: 0 0 0px 0px;
	padding: 0 15px 0 0;
	background: inherit;
	font-weight: bold;
	font-size: 92%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3AA;
}

#main .box  {
	background: #efefef;
	padding: 5px;
	border: 1px solid #ccc;
}




/*** FOOTER STYLES ***/
#footer {
	margin-bottom: 10px;
}

#footer .topBorder{
	height: 31px;
	width: 770px;
	background-image: url(../images/footer_border.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer .footerbg {
	width:770px;
	margin: 0px;
	padding: 0px;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer .bottomBorder{
	height: 41px;
	width: 770px;
	background-image: url(../images-layout/footer-bottomBorder.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #D2D3AB;
}

.testimonialContact {
margin:-8px 5px 30px 200px;
}