#footerCap {
background: url(Images/EGbgFooter.jpg) bottom no-repeat;
margin: 0px auto;
	width: 778px;
height: 30px;
}

body
{
	margin: 0px;
	padding: 0px;
	background: url(Images/EGbgBody.jpg) repeat;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1
{
	font-size: 16px;
	color: #002d40;
	margin: 10px 0 0 0;
}

h2
{
	font-size: 14px;
	color: #167d62;
	margin: 10px 0 20px 0;
}


h3
{
	font-size: 14px;
	color: #002d40;
}

img {
border: none;
}

h4
{
	font-size: 13px;
	color: #0c7a5d;
}



h5
{
	font-size: 16px;
	color: #117b64;
	text-align: center;
}

p
{
	font-size: 11px;
	margin-top: 0;
	line-height: 18px;
	text-align: justify;
}

.callout1
{
	font-size: 13px;
	font-weight: bold;
	color: #0b7960;
	text-align: center;
}

.fineprint
{
	font-size: 9px;
	font-style: italic;
}


.imgNano 
{
	float: right;
	margin: 0px 0px 10px 10px;
}


#container
{
	width: 778px;
	background: url(Images/EGbgContainer.jpg) repeat-y;
	margin: 0 auto;
	position: relative;
}

#logo
{
	margin-left: 10px;
	width: 100%;
	position: relative;
}

#header
{
	margin-left: 10px;
	height: 202px;
	position: relative;
}

#navigation
{
	margin: 0px 10px 0px 8px;
	background: #002D40;
	height: 40px;
	width: 760px;
	border: 1px solid #dbdbdb;
	position: relative;
}

#navigation ul
{
margin: 0;
padding: 0;

}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{
	margin: 10px 30px;
	color: #ffffff;
	background: #002D40;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


#callout p
{

	font-size: 15px;
	font-weight: bold;
	color: #167d62;
	margin: 10px 0 20px 0;
	font-family: Georgia, Times New Roman, Serif;
	font-style: italic;
	margin: 10px 0 10px 23px;

}

#download 
{
	position: absolute;
	top: 0px;
	left: 500px;
}
	

#navigation ul li a:hover
{
	color: #dbdbdb;
}

#left
{
	float: left;
	width: 362px;
	margin: 15px 0px 12px 18px;
	border-right: 1px solid #cccccc;
	padding-right: 20px;
}

#right
{
	float: right;
	width: 290px;
	margin: 15px 38px 15px 15px;
}

.pfloat_left 
{
	float: left;
}


#full 
{
	margin: 15px 30px 12px 15px;
	position: relative;
}

.clear
{
	clear: both;
}

.line
{
	height: 3px;
	border-top: 1px solid #cccccc;
	width: 700px;
	margin: 15px auto;
}


#footer
{
	width: 778px;
	margin: 0 auto 20px auto;
	
}

#footer p
{
	padding: 0 30px;
	text-align: center;
font-size: 10px;
}


#table1
{
	margin: 10px 0 10px 50px;
}
/*****IMPORTANT: DO NOT DELETE THE BELOW COMMENT AND DO NOT INCLUDE OTHER STYLES IN THE SURVEY STYLES SECTION; DOING SO WILL LIMIT OUR ABILITY TO PROGRAMATICALLY UPDATE HOW YOUR SURVEYS LOOK*****/
/***BEGIN SURVEY STYLES***/
/*************************************************************************************************/
/*------------------------------------------Important--------------------------------------------*/

/* There are 3 basic types of survey questions: Check boxes(multiple choice), Radio Button(Single Choice),
and free form text entry. This portion of the stylesheet provides you with a basic style to start
with, and explanations of the classes that are generated in the page.

This is for advanced users only.

Having trouble with CSS? We can take your photoshop layout and cut it into XHTML/CSS for you! 

/*************************************************************************************************/



/* This surrounds the entire survey - you can apply width, border, background color etc. */
.SV_QuestionsWrapper {
width: 290px;
}

/* This styles the paragraph tags that surround the text within the questions; various default values for margins and padding are added to p tags in every browser */
.SV_QuestionsWrapper p {
margin: 15px 0 5px 0;
padding: 0;
}

/* This styles the text for the question */
.SV_QuestionText {
font-weight: bold;
font-size: 13px;
}

/* this styles the actual responses for a Question, such as the copy for your radio button or check box list */
.SV_Question {
font-size: 12px;
}

/* This styles the color and size of the question text and question responses for all required questions.  */
.SV_RequiredQuestion {
}

/* This styles the error message at the top of the survey that appears when required questions go unanswered */
.SV_ErrorHeader {
color:#FF0000;
}

/* This styles the "*" that appears if a question is required. If you do not wish this to appear, set this style to display:none;. The default is re*/
.SV_RequiredText {
}

/* This style surrounds the entire group of question responses for multiple choice checkboxes, single choice radio buttons., and the "Other" response option */
.SV_ResponseArea {
margin: 0;
padding: 0;
}

/* This styles a question that has no need of any question text, and is just a series of responses, such as a check box or radio button. Used often for questions such as "Please contact me by email" */
.SV_Question_NoQuestionText {
margin: 20px 0;
}

.SV_ErrorText {
color:#FF0000;
font-size: .85em;
}

/* This styles the actual box for the question response "other". The default style pushes the box away from the word "Other" in the label */
.SV_Other_TextBox {
margin: 0 0 0 10px;
}

/* This wraps the "other" option response for check box and radio button lists. A common style would be to put extra spacing between the top of the Other response and the bottom of the checkbox or radio button list.*/
.SV_Other_Wrapper{
}

/* This styles all question responses for multiple choice checkboxes and single choice radio buttons. This will not style the "Other" response options, nor does it style the question text.  */
.SV_OptionsWrapper {
}

/* This will style the text in your radio button list, and will override styles you have made to your Question Text */
.SV_SelectOne {
}

/* This will style the text in a single column radio button list ONLY, and will override styles you have made to your Question Text.*/
.SV_SelectOne_SingleColumn {
}

/* Free form text entry has a character limit. A count appears directly under the text box. This will style that count. */
.SV_TextResponse_CharacterCount {
font-size: 10px;
}


/*************************************************************************************************/
/*------------------------------------------Important--------------------------------------------*/

/* This includes styles for the contact form

/*************************************************************************************************/

/* This styles the "*" for required questions. The current default is set to red. You may hide this by deleting the color below and inputing: display:block; */
.CF_ValidationSummary {
color:#FF0000;
}

/* This styles the "*" for required questions. The current default is set to red. You may hide this by deleting the color below and inputing: display:block; */
.CF_RequiredIndicator {
color:#FF0000;
}

/* This styles the row that the .CF_Label and the .CF_Input are nested in */
.CF_DataCollector {
margin: 10px 0;

}

/* This styles the text for the information collector. Example: First Name */
.CF_Label {
float: left;
width: 110px;
font-size: 12px;
padding: 3px 0 0 0;
}

/* This styles the free form text box where an individual will type in their information */
.CF_Input {

}

/* This clears the floats out of the above styles. If you are floating the labels or inputs, do not remove. */
.CF_BreakDiv {
clear: both;
}

/*****IMPORTANT - DON'T DELETE THE BELOW COMMENT IF YOU WISH US TO BE ABLE TO CHANGE YOUR SURVEY PROGRAMATICALLY IN THE FUTURE*****/
/***END SURVEY STYLES***/


