@charset "utf-8";
body {
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'montserratregular', Arial, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0 0 0 3.5em;
	/* [disabled]list-style-position: outside; */
	list-style-type: none;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6  , p{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-left: 15px; */ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0em;
	line-height: 1.3em;
}
h1 {
	padding-bottom: 0.5em;

}


h4 {
	/* [disabled]margin-top: 0; */	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-left: 15px; */ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	/* [disabled]margin-bottom: 0em; */
	color: #fdb813;
}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFFFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFFFFF;
}
.container {
	/* [disabled]width: 1260px; */
	/* [disabled]max-width: 1280px; *//* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/* [disabled]min-width: 780px; *//* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	/* [disabled]margin: 10px auto; */ /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	/* [disabled]background-color: #000; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]display: block; */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header   {
	background-color: #000000;
	width: 100%;
	/* [disabled]text-decoration: none; */
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	position: fixed;
	/* [disabled]top: 2%; */
	/* [disabled]right: 2%; */
	/* [disabled]height: 3.5em; */
	display: block;
	/* [disabled]padding-left: 5%; */







































	font-size: 0.7em
';
	font-size: 0.9em;
	/* [disabled]left: 10%; */
}
ul#navbar {
	padding-top: 1em;
	padding-bottom: 1em;
	/* [disabled]margin-left: 15em; */
	/* [disabled]margin-right: auto; */
	text-align: center;
	/* [disabled]width: 100%; */
	/* [disabled]display: inline-block; */
	/* [disabled]clear: both; */
	/* [disabled]float: left; */
	/* [disabled]position: fixed; */
	/* [disabled]top: 2%; */
	/* [disabled]right: 2%; */
}

ul#navbar li {
	display: inline-block;
}

ul#navbar li a {
	background-color: #000;
	color: #FFF;
	/* [disabled]padding: 10px 20px; */
	text-decoration: none;
	padding-right: 2em;
	letter-spacing: 0.1em;
	/* [disabled]display: inline-block; */
}

ul#navbar li a:hover {
	color: #fdb813;
}
ul#navbar li#social_media_icons {
	/* [disabled]padding-left: 10em; */
	/* [disabled]vertical-align: bottom; */
	/* [disabled]padding-top: 1em; */
	margin-left: 3em;
	/* [disabled]display: inline-block; */
	/* [disabled]padding: 0; */
	/* [disabled]float: right; */
}
ul#navbar li#social_media_icons a , ul#navbar li#social_media_icons a img{
	/* [disabled]padding-left: 10em; */
	/* [disabled]vertical-align: bottom; */
	/* [disabled]padding-top: 1em; */
	/* [disabled]margin-left: 10em; */
	/* [disabled]display: inline-block; */
	padding: 0;
	float: left;
	margin: 0;
	margin-right: 0.5em;
}

.container .header #navbar #twitter_icon img {
	/* [disabled]vertical-align: bottom; */
	/* [disabled]margin-left: 0.5em; */
	/* [disabled]display: inline-block; */
}
.container .content content_wrapper tbcc_logo_wrapper {
	/* [disabled]float: none; */
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 1em;
}
.container .content content_wrapper tbcc_logo_wrapper tgcc_small_logo_img img {
	width: 15%;
	/* [disabled]display: block; */
	/* [disabled]margin-top: 1em; */
	margin-bottom: 0.5em;
}
.content {
	margin: 0;
	font-size: 0.9em;
	padding-top: 3.5em;
	padding-bottom: 3em;
}




/* ~~ The footer ~~ */
.footer {
	/* [disabled]padding: 0; */
	background-color: #FFF;
	color: #000;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	display: block;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.5em;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.footer span pencilbox_url a {
	color: #000;
	text-decoration: none;
}
.footer span dbase_url a {
	color: #000;
	text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
