﻿/*search bar area at top of screen
#searchbar
{
	width:100%;
	background-color:#333;
	height:45px;
}
*/

#container  /*container for the site*/
{
	width:100%;
	height:100%;
	background-image:url('../../../Resources/img/back-gradient.png');
	background-repeat:repeat-x;	
}

#page  /*container to hold the central page element*/
{
	margin:auto; /*centers the page element*/
	width:893px;
	height:100%;
}

#left-content  /*left content area*/
{
	width:540px;
	float:left;
	text-align:left;
	height:auto;
	margin:10px 5px 20px 30px; /* top rite bottom left */
}

#right-content  /*right content area*/
{
	width:280px;
	height:auto;
	float:right;
	margin:4px 25px 10px 0px; /* top rite bottom left */
	text-align:left;
}

#footer  /*footer bar*/
{
	clear:both;
	height:50px;
	width:100%;
	background-color:#e6e6e6;
	text-align:right;
	padding:10px 10px;

}


#footer a
{
	color:#333333;
	text-decoration:none;
	font-size:9pt;
font-weight:normal;
}

#footimg
{
	float:right;
	padding-left:10px;
}

#footer .middot
{
	padding-left:5px;
	padding-right:5px;
}

#foot-links
{
	padding-top:10px;
	float:right;
}

#bottom-spacer
{
	height:10px;
}

/*contact form*/

#contact_form
{
	width:100%;
}

input, textarea
{
	border:solid 2px #8cc63f;
	/*background-color:#cbeca0;*/
	background-image:url('../../../Resources/img/forminputbackground.png');
	background-repeat:repeat-x;
	width:100%;

}

label
{
	font-weight:bold;
	font-size:15pt;
	float:left;
	/*margin-top:20px;*/
}

input
{
	height:25px;
	padding-top:5px;
	margin-bottom:10px;
}

.redtxt
{
	color:Red;
	font-size:20pt;
	float:left;
	margin-left:10px;
}

.image_submit
{
	border:none;
	height:32px;
	width:100px;
	background-image:url('../../../Resources/img/submitbutton.png');
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
	font-size:12pt;
	padding-top:0;
	margin-top:10px;
}

/*#contact_form td
{
	padding-bottom:5px;
}

.contact_left_text
{
	text-align:right;
}

#submit_button
{
	text-align:center;
}
*/



/* qanda */
/*this is the big A next to the answer*/
.bigA
{
	font-size:30pt;
	font-weight:bold;
	float:left;
	padding-right:10px;
	padding-left:20px;
}

/*this is the big Q next to the question*/
.bigQ
{
	font-family:Arial;
	font-size:30pt;
	font-weight:bold;
	float:left;
	color:#808080;
	padding-left:10px;
}

/*this is the number next to the question*/
.Qnum
{
	font-size:20pt;
	font-weight:bold;
	float:left;
	padding-right:10px;
}

/*the question text*/
.theQuestion
{
	width:440px;
	float:left;
}

.theQuestion a
{
	color:Black;
	text-decoration:none;
font-weight:normal;
}

.question-container
{
	height:auto;
	overflow:auto;
	background-image:url('../../../Resources/img/questionstripe.png');
	background-repeat:repeat-y;

}

.question-top-img
{
	background-image:url('../../../Resources/img/questionsTop.png');
	background-repeat:no-repeat;
	height:16px;
}

.question-bottom-img
{
	background-image:url('../../../Resources/img/questionsBottom.png');	
	height:16px;
	background-repeat:no-repeat;
}

/*the answer text*/
.theAnswer
{
	width:440px;
	float:left;
}

.theAnswer a
{
	color:#559943;
	text-decoration:none;
	border-bottom:dashed 1px #559943;
}

.theAnswer a:hover
{
	border-bottom:solid 1px #559943;
}

.answer-container
{
	display:none;
	height:auto;
	position:relative;
	background-image:url('../../../Resources/img/answer-stripe.png');
	background-repeat:repeat-y;
}

.answer-container .line
{
	display:inline;
}

.question-answer-container
{
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}