#breadcrumbs_button_row {
	text-align: center;
	margin:-10px 0px 20px 0px;
}

#breadcrumbs_button {
	margin: 0px 0px;
	padding: 5px 10px;
	font-size:12px;
	font-weight:bold;
}

#breadcrumbs_button_dropdown {
	margin: 0px 0px;
	padding: 5px 10px;
	font-size:12px;
}

/*
-----------------------------------------------------------------------------
Old Navbar CSS
-----------------------------------------------------------------------------
*/

/*
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: none;color: #21abca;}
.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
*/

#top-nav {
	background-color: #878585;
}

/*
#nav ul li
	{
		position: relative;
		float: left;
		border: solid 1px #666666;
		border-bottom: solid 1px #666666;
		margin-right: 5px;
		margin-top: 10px ;
	}
*/
.navbar-nav > li > a
	{
		font-size: 18px;		
		line-height: 60px;
	}


/*
.navbar-nav > li >a:hover
	{
		color: #878585;
		text-decoration: none;
	}
*/
	
.navbar-default .navbar-nav> li > a
{
	color: #000000;
}

.navbar-default .navbar-nav> li > a:hover
{
	color: #eeeeee;
	text-decoration: none;
}
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: none;
	text-decoration: none;
	font-weight: bold;
	font-size:20px;
	color: #000000;
}

/*
-----------------------------------------------------------------------------
New Navbar CSS
-----------------------------------------------------------------------------
*/
.navbar-nav > li > a
	{
		font-size: 18px;		
		line-height: 50px;
	}

.navbar-inverse { background-color: #878585;border-color: #878585;}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background: none;
	text-decoration: none;
	color: #eeeeee;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #878585;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}


.navbar-inverse { background-image: none; }


.navbar-inverse { border-color: #878585;}
.navbar-inverse .navbar-brand { color: #999999}
.navbar-inverse .navbar-brand:hover { color: #ffffff}

.navbar-inverse .navbar-nav>li>a { color: #eeeeee;}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #000000;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { 	color: #eeeeee;
}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #eeeeee;
	background-color: #878585;
	font-weight:bold;
	font-size:20px;
	border:none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
}

.dropdown-menu { 
	background-color: #878585;
	color: #eeeeee;
}
.dropdown-menu>li>a { 
	color: #eeeeee;
	background-color: #878585;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #000000;
	background-color: #878585;
	font-family: roboto, arial, sans-serif;
	font-size:14px;
	text-decoration:underline;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #eeeeee}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #000000}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #eeeeee}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #000000}









.panel-body {
	background-color:#f4f4f4;
}

/*
-----------------------------------------------------------------------------
 E_Synopsis Page
-----------------------------------------------------------------------------
*/
.testimonial {
	text-align :right;
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ff0141;
	line-height:1.25;
	margin-top:0px;
}

#synopsis td.black_large{
		font-family: roboto, arial, helvetica, sans-serif;
		font-size: 30px;
		font-weight: bold;
		vertical-align:bottom;
		color: #000000;
		padding:0px 0px 5px;
}
#synopsis td.black_small{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align:bottom;
	color: #000000;
	padding:20px 0px 0px;

}
#synopsis td.red_large{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	vertical-align:bottom;
	color: #ff0141;
	padding:0px 0px 5px;
}

/*
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
*/

#H_contents_subsection {
	font-size: 8px;
}

#details_block {
	padding: 10px 10px 0px;
		
}

#details_block p {
	font-family: arial, helvetica, sans-serif;
		font-size: 12px;
}

#details_block h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
}

#contentsblock {
}

#contentsblock h1 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 32px;
	text-transform: capitalize;
}

#contentsblock a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #003583;
}
#contentsblock a:hover{
	background-color: #003583;
	color: #eeeeee;
}

#contentsblock p{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

#contentsblock table {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5;


}

#contentsblock_header a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

#contentsblock_header a:hover{
	background-color: #000000;
	color: #eeeeee;
}


#contentstxtblock {
}

#contentstxtblock h2 {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24; 
}

#contentstxtblock h4 {
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#contentstxtblock h4 a{
	color:#ee5351;
	font-size: 18px;
	font-weight: bold;
	margin-right: 3px;
}

#contentstxtblock h4 a:hover{
	color:red;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}

#contentstxtblock img.floatRight { 
		float: right; 
		margin: 0px 15px 15px 15px; 
}


#contentstxtblock p{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0; 
	line-height:1.5;
}

#contentstxtblock p + p{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-indent: 1.5em;
	margin-top: 1; 
}

#contentstxtblock div{
	margin:0px 0px;
}

#contentstxtblock div p{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#contentstxtblock p.stb { text-indent: 0; margin-top: 0.83em }
#contentstxtblock p.mtb { text-indent: 0; margin-top: 2.17em }
#contentstxtblock p.ltb { text-indent: 0; margin-top: 3.08em }

#H_contentstxtblock_appx_fullpage p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px; 
	line-height:1.5;
}

#H_contentstxtblock_appx_fullpage p strong em{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 20px; 
	line-height:1.5;
}

#H_contentstxtblock_appx_fullpage h1{
	color:#000000;
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0px; 
}

#H_contentstxtblock_appx_fullpage h2{
	color:#000000;
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0px; 
}

#H_contentstxtblock_appx_fullpage p{
	color:#000000;
	font-size: 18px;
	line-height:1;
}

#H_contentstxtblock_appx_section p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px; 
	line-height:1.5;
}

#H_contentstxtblock_appx_section p strong em{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px; 
	line-height:1.5;
}

#H_contentstxtblock_appx_section h2 {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24; 
	text-align: center;
}

#sidebar {
	float:right;
	padding:10px;
}

/*
-----------------------------------------------------------------------------
 E_Maps Pages
-----------------------------------------------------------------------------
*/
#E_maps_thumbs img{
	padding:0px;
	margin: 0px;
}

#E_maps_thumbs p{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}

#E_maps_thumbs h4{
	text-align: center;
}

#E_maps_back_button_top {
	text-align: left;
	margin-bottom:25px;
}

#E_maps_back_button_bottom {
	text-align: right;
	margin-top:25px;
}


/*
-----------------------------------------------------------------------------
 H_Appendices Pages
-----------------------------------------------------------------------------
*/
#H_appendix_fullpage {
	padding: 0px 50px;
	color: #000000;
}

#H_appendix_fullpage  h1{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size:40px;
	margin-bottom: 40px;
}

#H_appendix_fullpage  p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.75;
	color: #000000;
}

#H_appendices_back_button_top {
	text-align: left;
	margin-bottom:25px;
}

#H_appendices_back_button_bottom {
	text-align: right;
	margin-top:25px;
}

#H_appx_indent {
	padding-left:30px;
}

#H_appx_notes p {
	margin:0px 0px;
}

/*
-----------------------------------------------------------------------------
 Home Page
-----------------------------------------------------------------------------
*/
#home_button_row {
	text-align: center;
	margin:20px 0px;
}

#home_button_row_bottom {
	text-align: center;
	margin-top:20px;
	margin-bottom:80px;
}

#home_button {
	margin: 0px 0px;
	padding: 5px 10px;
	font-size:18px;
}

#home_button_dropdown {
	margin: 0px 0px;
	padding: 5px 10px;
	font-size:16px;
}

#home_author_text {
	padding: 20px 20px 15px 20px;
	
}

#home_author_more {
	text-align:right;
	margin-top:-50px;
	color:blue;
}

#home_author_more a{
	color: blue;
	text-decoration: none;
}

#home_author_more a:hover{
	color: blue;
	font-weight:bold;
	text-decoration: none;
}

#home_video_panel {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color: #000000;
}

#home_video_soon {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color: red;
}

/*
-----------------------------------------------------------------------------
 H_Maps Pages
-----------------------------------------------------------------------------
*/
#H_maps_caption {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}
#H_maps_next_prev_buttons {	
	text-align: center;
	margin:0px 20px 10px 20px;
	padding: 10px 10px;
	width: 250px;
}

#H_maps_back_button_top {	
	margin-bottom:25px;
	padding: 10px 10px;
}

#H_maps_back_button_bottom {
	text-align: right;
	margin-top:10px;
	padding: 10px 10px;
}

#H_maps_list table {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	line-height:1.75;
	margin:0px 50px;
}

#H_maps_list h1 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 32px;
	text-transform: capitalize;
	margin:0px 50px;
}

#H_maps_list h4 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 17px;
	margin:0px 50px 20px 50px;
}

#H_maps_list p{
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 16px;
	margin:0px 50px 20px 50px;
}



#H_maps_list td {
	padding: 0px 5px;
}

#H_maps_list a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #003583;
}
#H_maps_list a:hover{
	background-color: #003583;
	color: #eeeeee;
}

#H_maps_row_odd {
	background-color: #eeeeee;
}

#H_maps_row_even {
	background-color: #cccccc;
}

#H_maps_row_heading {
	background-color: #aaaaaa;
}

#H_maps_row_spacer {
	background-color: #eeeeee;
}

#H_map_image  img{
	align: center;
}

#H_contents_double_indent {
	padding:20px 50px;
}

/*
-----------------------------------------------------------------------------
 Events Page
-----------------------------------------------------------------------------
*/

#events_list table {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	line-height:1.5;
}

#events_list h1 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 40px;
	text-transform: capitalize;
}

#events_list td {
	padding: 10px 10px;
}

#events_row_odd {
	background-color: #eeeeee;
	margin-top:20px;
}

#events_row_even {
	background-color: #cccccc;
	padding-top:20px;
}

#events_heading {
	font-size: 20px;
	font-weight: bold;
}

#events_date {
	font-size: 20px;
	font-weight: bold;
}

#events_text {
	font-size: 20px;
}

/*
-----------------------------------------------------------------------------
 Lectures Page
-----------------------------------------------------------------------------
*/

#lectures {

}

#lectures h1 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom:20px;
}

#lectures p{
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	margin:0px;
}

#lectures hr{
	border-top: 1px solid #8c8b8b;
}

/*
-----------------------------------------------------------------------------
 H_Bibliography Page
-----------------------------------------------------------------------------
*/
#bibliography_block_header a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #000090;
}

#bibliography_block_header a:hover{
	background-color: #000090;
	color: #eeeeee;
}

#bibliography_block h1 {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size:30px;
}

#bibliography_block table {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size: 15px;
	line-height:1.75;
}

#bibliography_block td {
	width: 300px;
	text-transform:capitalize;
	padding-left: 10px;
}

#bibliography_row_odd {
	background-color: #eeeeee;
	margin-top:20px;
	padding: 5px 10px;
}

#bibliography_row_even {
	background-color: #cccccc;
	padding-top:20px;
}

#bibliography_header a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

#bibliography_header a:hover{
	background-color: #000000;
	color: #eeeeee;
}

/*
-----------------------------------------------------------------------------
 Timeline Pages
-----------------------------------------------------------------------------
*/
#timeline_block {
	
}


#timeline_block h1 {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size:30px;
}

#timeline_block table {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.75;
	color: #000000;
	
}

#timeline_block td {
	padding-left: 5px;
	
}

#timeline_year {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#000000;
}

#timeline_period a {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#000090;
}

#timeline_period a:hover {
	font-family: roboto,arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#000090;
	text-decoration:none;
}

#tl_blue {color:#000090;}
#tl_orange {color:#ff6600;}
#tl_grey {color:#444444;}
#tl_red {color:#ff0000;}
#tl_green {color:#008000;}

/*
-----------------------------------------------------------------------------
 H_Notes Pages
-----------------------------------------------------------------------------
*/

#notesblock_header {

}

#notesblock_header a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	color: #000090;
}

#notesblock_header a:hover{
	background-color: #000090;
	color: #eeeeee;
}

#H_notesblock_section h2{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 30px; 
}

#H_notesblock_section h4{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 30px; 
	color: red;
}

#H_notesblock_section p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px; 
	line-height:1.5;
}

#H_notesblock_section li{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px; 
	line-height:1.5;
}

/*
-----------------------------------------------------------------------------
 H_Introduction
-----------------------------------------------------------------------------
*/
#introduction_block {
	padding: 0px 50px;
	color: #000000;
}

#introduction_block  h2{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size:40px;
	margin-bottom: 40px;
	text-align: center;
}

#introduction_block  hr{
	color: #444444;
	background-color:#444444;
	height:1.5px;
	width: 75%;
	
}

#introduction_block  p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.75;
	color: #000000;
}

#introduction_block  p+p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.75;
	text-indent: 30px;
}

#introduction_block h4 {
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 80px 0px 20px 0px;
}

#introduction_block h5 {
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	margin: 40px 0px;
	text-align:right;
	line-height:2;
}

/*
-----------------------------------------------------------------------------
Reviews Page
-----------------------------------------------------------------------------
*/
#H_reviews_block {
	margin-top: 200px;
}

#H_reviews_block h3 {
	margin-bottom: 300px;
}

#H_reviews_block a {
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: roboto, arial, helvetica, sans-serif;
	color: blue;
}

#H_reviews_block a:hover {
	background-color: blue;
	color: #eeeeee;
}

#H_reviews_block hr{
	border-top: 1px solid #8c8b8b;
}

/*
-----------------------------------------------------------------------------
 H_Synopsis
-----------------------------------------------------------------------------
*/
#H_synopsis {

}

#H_synopsis  h2{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color: #000000;
}

#H_synopsis  p{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.75;
	color: #000000;
}

/*
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------
Author Page
-----------------------------------------------------------------------------
*/
#author_block  a {
	color: blue;
}

#author_block  h4{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #000000;
}

#author_block  li {
	line-height:1.5;
}

/*
-----------------------------------------------------------------------------
Tables Pages
-----------------------------------------------------------------------------
*/
#H_tables_block h1 {
	color:#000000;
	font-family:roboto, arial, helvetica, sans-serif;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom:40px;
}

#H_tables_block_header a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: roboto, arial, helvetica, sans-serif;
	color: blue;
}

#H_tables_block_header a:hover{
	background-color: blue;
	color: #eeeeee;
}

#H_tables_row_header {
	line-height:1.5;
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-color: #bbbbbb;
}

#H_tables_row_element_odd {
	line-height:1.25;
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #eeeeee;
}

#H_tables_row_element_even {
	line-height:1.25;
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #dddddd;
}

#H_tables_row_element_odd td{
	padding-left:200px;
}

#H_tables_row_element_even td{
	padding-left:200px;
}

#H_tables_block_section{

}

#H_tables_block  tr, td {
   border: none;
}

#H_tables_block_section h4{
	font-family: roboto, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #000000;
	margin: 20px 10px;
}

#H_tables_block_section table{
   border: 1px solid black;
   margin:20px 10px;
}

#H_tables_block_section tr{
   border: 1px solid black;
}

#H_tables_block_section td{
   border: 1px solid black;
   padding: 7px 10px;
}

#H_tables_row_element_odd a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: roboto, arial, helvetica, sans-serif;
	font-weight:bold;
	color: blue;
}
#H_tables_row_element_odd a:hover{
	background-color: blue;
	color: #eeeeee;
	text-decoration:none;
	
}

#H_tables_row_element_even a{
	display: inline;
	padding: 1px;
	text-decoration: none;
	background-color: inherit;
	font-family: roboto, arial, helvetica, sans-serif;
	font-weight:bold;
	color: blue;
}
#H_tables_row_element_even a:hover{
	background-color: blue;
	color: #eeeeee;
	text-decoration:none;
	
}

/*
-----------------------------------------------------------------------------
Contents Pages
-----------------------------------------------------------------------------
*/
#contents_map_link a{
	color:red;
	font-weight:bold;
}

#contents_map_link a:hover{
	color:#ffffff;
	background-color:red;
	font-weight:bold;
}

#contents_photos_link a{
	color:red;
}

#contents_photos_link a:hover{
	color:#ffffff;
	background-color:red;
}

/*
-----------------------------------------------------------------------------
Global - Multiple Pages
-----------------------------------------------------------------------------
*/
#completion_disclaimer{
	color:red;
}

#next_section {
	margin:20px 0px;
	text-align:right;
	font-size:18px;
	font-family:roboto, arial, helvetica, sans-serif;
}

#next_section a {
	display: inline;
	text-decoration: none;
	background-color: inherit;
	font-family: roboto, arial, helvetica, sans-serif;
	color: blue;
}

#next_section a:hover {
	background-color: blue;
	color: #eeeeee;
}
/*
-----------------------------------------------------------------------------
Contact Page
-----------------------------------------------------------------------------
*/
#send_button {
	margin: 0px 0px;
	padding: 5px 10px;
	font-size:12px;
	font-weight:bold;
}

