
/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v2.0)
# ------------------------------------------------------------------------
# Copyright (C) 2012 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !TINYMCE Editor Specific Styles */
/* ----------------------------------------------------------------------*/
body#tinymce,
body#tinymce table				{}



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

@font-face {
    font-family: 'Teuton25ProRegular';
    src: url('teuton25pro-webfont.eot');
    src: url('teuton25pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('teuton25pro-webfont.woff') format('woff'),
         url('teuton25pro-webfont.ttf') format('truetype'),
         url('teuton25pro-webfont.svg#Teuton25ProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* !Link */
a							{ color: #003c88; text-decoration: none; }
a:hover 						{ color: #f14f00; text-decoration: underline; }
a img 						{}

a.button-blue, 
a.button-green, 
a.button-orange 				{ color: #FFFFFF; display: inline-block; font-family: 'Teuton25ProRegular', Arial, sans-serif; font-size: 16px; font-weight: normal; text-transform: uppercase; letter-spacing: .02em; line-height: 1em; padding: 8px 40px; text-align: center; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

a.button-blue					{ background: #003c88; }
a.button-blue:hover				{ background: #001e5f; }

a.button-small					{ font-size: 12px; padding: 4px 8px; }

/* !Colors */
.text-color1					{ color: #f14f00; }
.text-color2					{ color: #4c3607; }
.text-color3					{ color: #7eac2f; }
.text-color4					{ color: #5b91e5; }
.text-color5					{ color: #000; }
.text-color6					{ color: #E0E7EF; }


/* !Text Highlights */
.text-highlight1				{ background: #f14f00; color: #fff; }				
.text-highlight2				{ background: #4c3607; color: #fff; }				
.text-highlight3				{ background: #5b91e5; color: #fff; }				
.text-highlight4				{ background: #fbf8f4; color: #E0E7EF; }				
.text-highlight5				{ background: #000; color: #fff; }		
.text-highlight6				{ background: #fbf8f4; color: #3d3630; }


/* !Text Sizes */
.text-small					{}
.text-regular					{}
.text-medium					{}
.text-large					{}
.text-xlarge					{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{}

h1 							{ color: #f14f00; }
h2 							{ color: #f14f00; font-size: 14px; line-height: 1.2em; margin: 1em 0; }
h3 							{ color: #f14f00; font-size: 14px; line-height: 1.2em; margin: 1em 0; }
h4							{ color: #5b91e5; }
h5 							{ color: #3d3630; }
h6							{ color: #000; }


/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table,
table.tableStyle				{ margin: 1em 0; }


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #d0dae6; border-width: 2px 0 0 0; height: 2px; margin: 1em 0; }
pre							{ background: #fbf8f4; border-color: #E0E7EF; }
pre.code						{}
code							{}
address						{ background: #fbf8f4; border-color: #E0E7EF; }
sup,
sub							{ color: #7eac2f; }
samp							{ background: #fbf8f4; }


/* !Lists */
ul							{}
ul li						{ background: url(../images/bullet-default.png) no-repeat 18px .8em; }

ul.list-bullet					{ background: url(../images/bullet-default.png) no-repeat 18px .8em; }
ul.list-bullet li				{}

ul.list-plain					{}
ul.list-plain li				{}

ul.list-arrow					{}
ul.list-arrow li				{ background: url(../images/bullet-arrow.png) no-repeat 16px .65em; }

ul.list-box					{}
ul.list-box li					{ background: url(../images/bullet-box.png) no-repeat 18px .7em; }

ul.tiny						{ list-style: none outside none; text-align: right; }
ul.tiny li					{ display: inline; font-size: 11px; white-space: nowrap; background: none; margin: 0 0 0 10px; padding: 0px; }
ul.tiny li a					{ text-decoration: none; }
ul.tiny li a img				{ background: none repeat scroll 0 0 #003C88; margin-bottom: -1px; margin-right: 4px; }
ul.tiny li a:hover span			{ text-decoration: underline; }

ol							{}
ol li						{}

dl							{}
dl dt						{}
dl dd						{}


/* !Lines	*/
.line-solid					{}
.line-dotted					{}
.line-dashed					{}


/* !Blockquotes + Pullquotes */
blockquote					{ background: #fbf8f4; font-family: Georgia, 'Times New Roman', Times, serif; }
blockquote cite				{ color: #666; }
blockquote.bq					{ color: #4c3607; background: transparent url("../images/quote.png") no-repeat scroll 0 0; }
blockquote.bq-left				{}
blockquote.bq-right				{}

blockquote.pq					{ background: none; color: #4c3607; }
blockquote.pq-left				{ float: left; width: 35%; }
blockquote.pq-right				{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #E0E7EF; }
blockquote.pq-style1.pq-right		{ border-color: #E0E7EF; }
blockquote.pq-style2.pq-left		{ border-color: #E0E7EF; }
blockquote.pq-style2.pq-right		{ border-color: #E0E7EF; }


/* !Text Intro Area */
div.intro						{}


/* !Dropcaps */
.dropcap						{}


/* !Borders */
.border						{ border-color: #E0E7EF; }


/* !Info Boxes	*/
.infobox						{ background: #fbf8f4; }
.infobox .titlebox				{ background: #E0E7EF; color: #fff; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2				{ background: #4c3607; color: #fff; }
.infobox-style3				{ background: #E0E7EF; color: #fff; }
.infobox-rounded				{}
.infobox-rounded .titlebox		{}


/* !Images */
.img-left,					{}
.img-right,					{}
.img-center					{ display: block; text-align: center; clear: both; margin: 0 auto; }

.img-border					{ border-color: #E0E7EF; }
.img-border2					{ border-color: #E0E7EF; }
.img-border3					{ border-color: #E0E7EF; background: #fbf8f4; }
.img-border4					{ border-color: #E0E7EF; }
.img-border5					{ border-color: #E0E7EF; }
.img-noborder					{}
.img-rounded					{}


/* !Images: Captions */
.img-caption,
.jce_caption					{}
.img-caption p					{ color: #666; }
.img-caption-left				{}
.img-caption-right				{}
.img-caption-center				{}

#jcepopup-container				{border: 15px solid #b4c2d5;}
#jcepopup-content				{ background: #fff; }
#jcepopup-closelink				{ top: -30px; right: -30px; }


/* !Space */
.white-space					{}
.box-anywidth					{}


/* !Top Anchor */
.divider-top					{ border-color: #E0E7EF; }
.divider-top a					{}


/* !Inset Box */
.inset-left					{}
.inset-right					{}
.inset-left,
.inset-right					{}
.inset-style1					{ background-color: #fbf8f4; }
.inset-style2					{ background-color: #fbf8f4; }


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #5b91e5; border-color: #E0E7EF; }
table.table-style1 thead th					{ color: #fff; background: #3d3630; }
table.table-style1 thead th a					{ color: #fff; }
table.table-style1 thead th a:hover			{}
table.table-style1 .row1 td,
table.table-style1 .odd td					{ background: #fff; border-color: #E0E7EF; }
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #fff; border-color: #E0E7EF; }
table.table-style1 tfoot td					{ background: #E0E7EF; }


.text-alignright		{ text-align: right; }

p.footnote		{ color: #7a7a7a; font-size: 11px; line-height: 13px; }

table.program_details td, 
table.program_details th {
    padding: 0 0 5px;
}
table.program_details th {
    background-color: #FFFFFF;
    clear: left;
    color: #F14F00;
    float: left;
    font-weight: normal;
    line-height: 17px;
    width: 125px;
}
table.program_details td {
    line-height: 17px;
}


div.feature {
    background-color: #EEF2F6;
    border-color: #E0E7EF;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 2px;
    margin: 0 0 13px;
    padding: 10px 15px;
}
div.feature ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.feature ul li {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 10px;
}
div.feature ul li:last-child {
    border-bottom-style: none;
    padding-bottom: 0;
}
div.feature hr {
    color: #FFFFFF;
}


/* !Visit Styles */
img#visit_map { margin-bottom: 25px; }
table.striped { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-collapse: collapse; border-color: -moz-use-text-color -moz-use-text-color #D0DAE6; border-style: none none solid; border-color: #D0DAE6; border-width: 0 0 2px; padding: 1px 1px 1px 8px; }
table.striped td { border-top: 2px solid #D0DAE6; height: 23px; vertical-align: middle; }
table.striped tr.even td { background-color: #F3F5F8; }
table.striped tr td.time { text-align: right; }

table.basic { border: 0 none; border-collapse: collapse; padding: 0; }
table.basic td { padding-right: 15px; vertical-align: top; }

/*
.generalinfocolumn { float: left; padding: 0 50px 0 0; width: 200px; }
.leftcolumn { float: left; padding: 0; width: 350px; }
.rightcolumn { float: right; padding: 0; width: 350px; }
.hourscolumn { float: left; padding: 0 50px 0 0; width: 250px; }
.hourspiccolumn { clear: right; float: left; padding: 0; width: 300px; }
.singlecolumn { float: left; padding: 0; width: 600px; }

.thumbnails { overflow: visible; width: 350px; }
.thumbnails a { display: block; float: left; margin: 0; }
.thumbnails a img { border: 2px solid #D0DAE6; margin: 0 3px 5px 0; padding: 1px; }
.thumbnails a:hover img { border-color: #F14F00; }
.thumbnails p { clear: both; color: #7A7A7A; font-size: 11px; margin-top: 5px; }

#sidebar p a { font-weight: bold; }
#sidebar ul.no-bullets,
ul.no-bullets { list-style: none outside none; margin-left: 0; }
#sidebar ul.no-bullets li,
ul.no-bullets li { line-height: 15px; margin-bottom: 2px; }
*/
