/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body {
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color : #000;
	text-align: center;
	background: #000;
}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
}

	#headcontainer {
		width: 100%;

	}

		header {
	width: 76.8%; /* 960px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	color: #000;
	text-align: center;
		}
 
 	#navcontainer {
		width: 100%;
		background-color: #0E0D09;
	}

		nav {
	clear: both;
	width: 76.8%; /* 960px / 1250px */
	font-size: 1.25em; /* 13 / 16 */
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	position: relative;
	color: #D93600;
	text-align: center;
	border: solid #666 0px;
		}
 /** MENU */

#menu {
	overflow: hidden;
	height: 47px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: none;
}

#menu a {
	display: block;
	float: left;
	height: 47px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #002E52;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#menu span {
	display: inline-block;
	height: 30px;
	padding: 15px 7px 0px 15px;
}

#menu li.active {
	background: url(images/homepage02t.jpg) repeat-x left bottom;
}

#menu li.active a {
	background: url(images/homepage01t.jpg) no-repeat left bottom;
}

#menu li.active span {
	background: url(images/homepage03t.jpg) no-repeat right bottom;
	text-shadow: 1px 1px #bbb;
	color: #D93600;
}

	#maincontentcontainer {
	width: 100%; 
	}
			#maincontent{
	clear: both;
	width: 76.8%; /* 960px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 960px; /* 1200px / 13 */
	margin: 0 auto;
	color: #000;
	line-height: 1.4em;
	position: relative;
}
		
			.maincontent{
				clear: both;
				background-color: #000;
	            width: 76.8%; /* 960px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				margin: 0 auto;
				padding: 0;
				color: #000;
				line-height: 1.5em;
				position: relative;
}
		.darkcontainer {
	        width: 95%; /* 960px / 1250px */
			background: #202020;
			padding: 0em .5em .5em 1em;
			border-radius: 1em;
			font-size: 1.1em;
			margin:0 0 0 0;
}
		.copyrightcontainer {
	        width: 100%; /* 960px / 1250px */
			font-size: 1.1em;
}
		.darkcontainer2 {
			width:90%;
			background: #000;
			padding: .5em .5em .5em .5em;
			border-radius: 1em;
}
		.darkcontainer3 {
			width:92%;
			background: #202020;
			padding: .5em 1em .5em 1em;
			border-radius: 1em;
			margin:0 0 0 0;
}
		.menucontainer {
	        width: 75%; /* 960px / 1250px */
			background: #202020;
			padding: .5em .5em .5em 2.5em;
			border-radius: 1em;
			font-size: 1.1em;
			text-align: left;
			line-height: 1.65em;
			margin:0 0 0 0;
}
		.appmenucontainer {
	        width: 90%; /* 960px / 1250px */
			background: #202020;
			padding: .5em .5em .5em .5em;
			border-radius: 1em;
			text-align: left;
			margin:0 0 0 0;
}
		.menucontainer2 {
	        width: 70%; /* 960px / 1250px */
			background: #202020;
			padding: .5em 3em .5em 3em;
			border-radius: 1em;
			font-size: 1.1em;
			text-align: center;
			margin:0 0 0 0;
}
		.blackbox {
			width:98%;
			background: #000;
			padding: .5em 0em .5em 1em;
			border-radius: 1em;
			font-size: 1.1em;
			margin:1em 0 .5em 0;
}
			.adcontainer {
			width:80%;
			min-height: 11em;
			background: #000;
			padding: .25em .25em .25em .25em;
			border-radius: 1em;
			border: 1px solid #aaa;
			font-size: 1.1em;
			margin:0 0 0 0;
}


	#footercontainer {
		width:100%;	
		border-top: 1px solid #000;
		background: #000;
		margin:auto;
	}
	
		footer {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 960px; /* 1200px / 13 */
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	color: #CCC;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */

		}
		.footerbox {
			background: #000;
			width: 80%;
			padding: .5em .75em .5em .75em;
		}
.boxbands{
	float: left;
	width: 90%;
	background: #202020;
	border-left: solid #333 0px;
	border-right: solid #333 0px;
	padding: 0 1em 0 1em;

}
		footer a:link, footer a:visited {
	color: #FC3;
	text-decoration: none;
}
		footer a:hover {
	color: #900;
	text-decoration: underline;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin:.5em 0 0 0;
	text-align: center;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 90%;
	margin: 0 0 0 1.75em;
}
iframe, object, embed {
        max-width: 100%;
}
	.boxFB {
	float: left;
	width: 95%;
	background-color: #ffffff;
    margin-top:0;
}
#fb-like-box, .fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
	width: 100% !important;
 }



		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}



		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}
footerbox a { 
color : #333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footerbox a:visited { 
color : #333; }

footerbox a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footerbox a:hover, 
footerbox a:active {
	outline : 0;
	color : #900;
}

			#smallprint {
	margin-top: 10px;
	line-height: 1.25em;
	text-align: center;
	color: #999;
	font-size: 0.8em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited {
	color: #999;
	text-decoration: underline;
}
			#smallprint a:hover {
	color: #900;
	text-decoration: underline;
}





button, 
input, 
select, 
textarea { 
font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 {
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #09F;
	margin-bottom : 0.2em;
	font-size : 5em; /* 96 / 16 */
	line-height : 1.4;
}


h2 {
	color: #CCC;
	margin-bottom : 0.5em;
	margin-top : 0.5em;
	font-size : 2.75em; /* 40 / 16 */
	line-height : 1.2;
}

h3 { 
	color: #000;
	font-size : 1.5em; /* 16 / 16  */
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ 
}

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ 
}

/*  TYPOGRAPHY  ============================================================================= */

p, dl, address { 
margin-bottom : .5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 .5em 0; 
padding : 0 0 0 1em; }

li ul, 
li ol { 
margin : 0 0 .5em 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #666;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a {
	color : #FFCC00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:visited {
	color : #FFCC00;
}

a:focus {
	outline : thin dotted;
	color : #ccc;
}

a:hover, 
a:active {
	outline : 0;
	color : #FFCC00;
	text-decoration: underline;
}




/* IMAGES ============================================================================= */

img {
border : solid #000 1px;
max-width: 100%;
border-radius: 1em;
}

img.floatleft { float: left; margin: 0 .5em .25em 0; }
img.floatright { float: right; margin: 0 0 .25em .5em; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : .25em; 
width : 95%; }

th, td, caption { 
padding : .15em .25em .15em .25em; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:95%;
margin:0 0 0 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 */
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; 
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.titletext {
	font: 18pt Arial;
	text-decoration : none;
	color: #CCC;
}
.titletext2 {
	font-size: 2em;
	font-weight: normal;
	color: #FF9900;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.appbodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
    line-height: 2em;
	color: #CCC;
}
.bodytext-j {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	line-height: 110%;
}
.bodytext11pt {
	font-size: 0.6875em;
	color: #999;
}
.bodytext16 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	line-height: 1.1em;
}
.bodytext18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.125em;
	color: #FFF;
	line-height: 1.1em;
}
.bodytext20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #FFF;
	line-height: 1.15em;
}
.appbodytext20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #FFF;
    line-height: 2em;
}
.bodytext24 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	line-height: 1.2em;
}
.bodytext16-C2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FF9900;
	line-height: 25px;
	text-align: center;
}
.titletextdark {
	font-size: 1.125em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration : none;
	color: #1A1A1A;
}
.titletextorange {
	font-size: 1.625em;
	text-decoration : none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
    line-height: 1.25;
}
.titletextorange24 {
	font-size: 1.5em;
	text-decoration : none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
}
.titletextred24 {
	font-size: 1.5em;
	text-decoration : none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F53E3E;
    line-height: 1.25;
}
.bodytextdark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .875em;
	color: #1A1A1A;
	line-height: 110%;
}
.bodytext-jdark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .875em;
	color: #1A1A1A;
	text-align: justify;
	line-height: 105%;
}
.bodytext11ptdark {
	font: .687em Arial;
	text-decoration : none;
	color: #1A1A1A;
}
.bodytext16dark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #1A1A1A;
	line-height: 110%;
}
.splashtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #D93600;
}
.splashtitle-bbg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFCC00;
	text-align: center;
	line-height: 1.4375em;
	margin: 10px;
}
.splashtitle2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E83A00;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8125em;
	color: #AAA;
}
.ajmainmenu {
	font: 14pt Arial;
	text-decoration : none;
	line-height: 30px;
}
.ajsubmenu {
	font: 11pt Arial;
	text-decoration : none;
	line-height: 20px;
}
.menutitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	line-height: 35px;
	text-align: center
}
.menusmalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: left;
	line-height: 1em;
}.footerboxtitle{
	color: #222;
	font-size : 1.5em; /* 24 / 16  */
	font-family:  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
