/* general styles */

body {
	padding:0;
	margin: 0;
	background-color: #FFFBF6;
	text-align: center;
}
br {
	clear: left;
}

a {
	font-weight: bold;
	color: #B7491E;
}

a img {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

img {
	vertical-align: top;
	position: relative;
	left: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.images{ 
	position: relative;
}

/* used on homepage */	
#home_container {
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right:auto;
	margin-left:auto;
	width: 901px;
	height: 524px;
	border: 12px solid #573c33;
	text-align: left;
	background-image: url("/images/home/home_bg.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding: 1px;
}

#home_intro_image {
	margin-top: 23px;
	margin-left: 37px;
	margin-bottom: 0px;
	margin-right: auto;
}

.home_intro_image_sec {
	margin-left: 37px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

#home_banner_container {
	margin-top: 10px;
	height: 78px;
	width: 901px;
	background-image: url("/images/home/home_banner_bg.gif");
}

#home_banner_container img { /* This definese the left margin placement of the logo text on homepage */
	margin-left: 35px;

}

#home_quote {
	position:absolute;
	margin-left: -35px;
	margin-top: 10px;
	padding: 0px;

}

/* end of homepage styles */


#nav_rule {
	border: 1px dashed #00669e;
	margin-top: -1px;
}

#sub_quote { /* handles position of the sub page quote images at bottom */
	z-index: 96;
	position: absolute;
	margin-top: -165px;
	margin-left: -45px;
	padding: 0px;
}


#sub_container { /* used on all sub pages as the parent container - sub container larger than homepage */
        margin-top: 15px;
        margin-bottom: auto;
        margin-right:auto;
        margin-left:auto;
        width: 927px;
	height: 100%;
        border: 12px solid #573c33;
        text-align: left;
        padding: 1px;
	z-index: 2;
	background-color: #FFFFFF;
}


#sub_banner_container {
	height: 78px;
	width: 927px;
	background-color: #DBE9F6;
}

#sub_banner_nameplate {
	position: relative;
	margin-left: 15px;

}
.white_divider {
	border: 1px solid #FFFFFF;
}

.blue_divider {
	border: 4px solid  #00669e;
}


#footer { /* set the width since the footer is its own container */
	position: relative;
	width: 927px;
	margin-left:auto;
	margin-right:auto;
}
#foot_copy { /* Handles footer copyright statement placement */
	position: relative;
	width: 927px;
	float: left;
	margin-top: 5px;
	text-align: right;
	font-family: Verdana;
	font-size: small;
	color: #E2AD85;
	padding-bottom: 20px;
}


#foot_privacy { /* Handles privacy statement placement in footer */
	position: relative;
	top: 5px;
	width: 927;
	float: right;
	text-align: left;
	font-family: Verdana;
	font-size: small;
	color: #E2AD85;
}




/* the following are the containers for each respective category with their own background image */
#bc_contactus_container {
	z-index: 1;
	margin-top: 15px;
	position: relative;
	background-image: url("/images/contact_us/c_subheader_bg.gif");
	background-repeat: no-repeat;
	height: 100%;

}

#bc_register_container {
	z-index: 1;
	margin-top: 15px;
	position: relative;
	background-image: url("/images/register/register_background.gif");
	background-repeat: no-repeat;
	height: 100%;

}
#bc_team_container {
	z-index: 1;
	margin-top: 15px;
	position: relative;
	background-image: url("/images/bootcamp_details/bc_details_background.gif");
	background-repeat: no-repeat;
	padding-bottom: 120px;
	height: 100%;

}


#bc_faq_container {
	z-index: 1;
	margin-top: 15px;
	position: relative;
	background-image: url("/images/faq/faq_background.gif");
	background-repeat: no-repeat;
	height: 100%;

}


#bc_dates_container{
	z-index: 1;
	margin-top: 15px;
	position: relative;
	background-image: url("/images/bootcamp_dates/bc_dates_background.gif");
	background-repeat: no-repeat;
	padding-bottom: 180px;
	height: 100%;

}

#bc_details_container {
	z-index: 1;
	margin-top: 15px; 
	position: relative;
	background-image: url("/images/bootcamp_details/bc_details_background.gif");
	background-repeat: no-repeat;
	padding-bottom: 180px;
	height: 100%;
}

/* end of the containers for each respective category with their own background image */



#sub_page_header {
	position: relative;
	top: 10px; 
}
 
.sub_section_header {
	vertical-align: top;
	font-family: verdana;
	font-size: medium;
	color: #573c33; 
	font-weight: bold;

}
.sub_image { /* Defines position for the sub page single photo on left */
	position: absolute;
	margin: 0px;
	border: 0px;
	margin-top: 35px;
	margin-left: 15px;
}


.team_image { /* Defines position of team headshots on the team page */
	float:left;
	margin-left:10px;
}
#feedback_container { /* used only on feedback page */
	font-family: verdana;
	font-size: small;
	padding: 30px;

}
.feedback { /* used on the feedback page */
	margin-top: 10px;
	font-family: verdana;
	font-style: normal;
	color: #000000;
	font-size: small;
	text-align: right;
}

.feedback b{
	color: #B7491E;
	font-weight: bold;
}

.feedback_link { /* Positions the feedback link to bottom right next to quotes */
	position: relative;
	z-index: 97;
	margin-top: -45px;
	margin-left: 550px;
        padding: 0px;
	text-align: right;
	font-family: verdana;
	font-size: small;
}

.faq a{
	text-decoration: none;
	color: #573c33;
	line-height: 20px;

}

#faq_answer hr {
	border: 1px dashed #573c33;

}


.faq_header {  /* corresponds to faq2.html style */
	position: relative;
	padding: 10px;
	margin-right: -5px;
	background-color: #573c33;
	color: white;
        font-family: verdana;
	font-weight: bold;

}

.faq_subheader { /* corresponds to faq.html style */
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-10px;
	color: black;
        vertical-align: top;
        font-family: verdana;
        font-size: medium;
        font-weight: bold;
}

.subtext { /* for all text in sub pages and has margin that indents text next to image */
	position: relative;
	margin-left: 175px;
	margin-top: -20px; 
	border: 0px;
	width: 710px;
	font-family: verdana;
	font-size: small;
	color: #000000;
}

.subtext b{
	color: #B7491E;
	font-weight: bold;
}

.subtext_secondary { /* for pages where there's a second header to deal with margin at top */
        position: relative;
        margin-left: 175px;
        margin-top: -20px;
        border: 0px;
        width: 680px;
        font-family: verdana;
        font-size: small;
        color: #000000;
}

.subtext_secondary b{
        color: #B7491E;
        font-weight: bold;
}

.subtext_secondary_full { /* for pages that require full width with no margins */
	position: relative;
        margin-left: auto;
	margin-right: auto;
        margin-top: -20px;
        border: 0px;
        width: 850px;
        font-family: verdana;
        font-size: small;
        color: #000000;
}


.subtext_indent { /* used on subpages wherethere needs to be another indent for text sections */
	margin-top: 8px;
	margin-left: 20px;

}


/* This section defines the style for the pricing table */
/* Alternating background colors defined by Javascript in header.html */

table.expense {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px dashed #573c33;
}

table.expense tr {
	background-color: #FFFFFF;
}
table.expense tr.bg{
	background-color: #F0E3D6;
}

table.expense td {
	padding: 6px;
}

/* End of pricing table style */



/* This section definese the style for the dates table */
/* Alternating background colors defined by Javascript in header.html */
table.dates {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px dashed #573c33;
	color: #573c33;
}

table.dates th {

	line-height: 20px;
	border-bottom: 1px dashed #573c33;
	background-color: #573c33;
	color: white;
	padding: 5px;
}

table.dates tr {
	background-color: #FFFFFF;
}

table.dates tr.bg {
	background-color: #F0E3D6;

}
table.dates td {
	line-height: 20px;
	padding: 5px;
	
}

/* end of dates table styles */



/* Defines the form items for contact us page */
#contact_form label {
	display: block;
	width: 130px;	
	margin-left: 20px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	color:  #573c33;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;

}


.submit input {
	position: relative;
	left: 275px;
	margin: 2px;
	color: #573c33;
	background-color: #F0E3D6;
	font-weight: bold;
}

#contact_form textarea, input {
	color: #573c33;
	background: #FFFFFF;
	border: 1px solid #573c33;
	font-family: verdana;
	font-weight: normal;
	

}

/* end of form items styles */

/* Rules bulleted list spacing */
#rules_list br {
	line-height: 75%;
}

/* This section defines the styles for the "Is It For You" roll over table */
/* These styles are made visible using Javascript function in the header.html */

#foryou { /* intro text for the selection box */
	margin-top: -120px;
	display: block;
	position: relative;
}
#foryou1 {
	margin-top: -80px;
	display: none;
	position: relative;
}
#foryou1 br, #foryou2 br, #foryou3 br, #foryou4 br { /* Increase spacing between the bulleted items */
	line-height: 50%;
}

#foryou2 {
	margin-top: 40px;
	display: none;
	position: relative;
}

#foryou3 {
	margin-top: 70px;
	display: none;
	position: relative;
}

#foryou4 {
	margin-top: 140px;
	margin-bottom: auto;
	display: none;
	position: relative;
}



#bc_details_foryou { /* Styles for overall rollover table */
	margin-left: auto;
	margin-right: auto;
}
#bc_details_foryou th{
	text-align: center;
	background-color: #573c33;
	line-height: 30px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	color: white;
}

#bc_details_foryou td{
	cursor: pointer;
	padding: 20px;
	border-left: 1px solid  #573c33;
	border-right: 1px solid  #573c33;
	border-bottom: 1px solid  #573c33;
	background-color: #FFFFFF;
}

/* End of style used for "Is It For You?" Roll over table */


/* Defines the dashed outline box with light brown background */
.bullet_list_container {
	font-family: verdana;
	font-size: small;
	border: 1px dashed #573c33; 
        color: #573c33;
	background-color: #F0E3D6;
	padding-right: 5px;
	margin-left: auto;
	margin-right; auto;
	margin-top: 20px;
	margin-bottom: 20px;
}	


/* This is used for the Pricing Expense Analysis section that starts off hidden */
#analysis {
	display: none;
}

