/*

**********************************************************************************************************************************************************

	

	TABLE OF CONTENTS ---------------------------------------------------------------------------------------------------------------------

	Global Styles
		Visibiity
		Forms
			Numbers
			Dates
			Address
			Radio/Checkbox
			Buttons/Links
		Tables
		Modals
		Tooltips
		Alerts
		Twistee
		Accordion
	Page Structure
		Site Header
		Nav
		Content
			Subnav
			Main
			Secondary
			Typography
			Lists
			Tabs
		Footer
			Nav
	

***********************************************************************************************************************************************************/

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

body {
	background: #0088c4;
}

.container-fluid {
	width: 940px;
	margin: 0 auto;
}

.print-only,
.suppress {
	display: none !important;
}

@media (max-width: 979px) {

	body {
		background: #fff;
	}
	
	.container-fluid {
		width: 100%;
	}
}

.sm { // to be used with service mark char &#x2120;
	font-family: "Lucida Sans Unicode"; 
	line-height: 0;
}


/* --------- GLOBAL: Forms */


/* --------- GLOBAL: Tables */

table {
}

.column-center {
	text-align: center !important;
}


/* --------- GLOBAL: Modals */



/* --------- GLOBAL: Tooltips / Tips */



/* --------- GLOBAL: Alerts */
 


/* --------- GLOBAL: Twistee */



/* --------- GLOBAL: Accordion */



/* PAGE STRUCTURE ---------------------------------------------- */

#page {
	background: #0088c4;
}


/* --------- PAGE STRUCTURE: Site Header */

#page>header {
	background: #fff;
	min-height: 90px;
	position: relative;
}


/* --------- PAGE STRUCTURE: Site Navigation */

.navbar {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.navbar .nav > li > a {
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 17px;
	padding: 9px 30px 11px;
	color: #666;
	border-right: dotted 1px #ccc;
}

.navbar .nav .active > a, 
.navbar .nav .active > a:hover {
	background: none;
	color: #666;
}

.navbar .brand {
	background: #f7f7f7 url(../img/common/cc-logo.png) no-repeat 30px 15px;
	width: 250px;
	height: 64px;
	font-size: 1px;
	padding: 15px 30px;
	position: absolute;
	top: 0;
	color: #f7f7f7 !important;
}

@media (max-width: 979px) {
	.navbar .brand {
		background: #f7f7f7 url(../img/common/cc-logo.png) no-repeat 30px 15px;
		width: 100px;
		height: 26px;
	}
}



/* --------- PAGE STRUCTURE: Super Navigation */

.supernav {
	padding-top: 15px;
}

.supernav li {
	float: left;
	margin-left: 1.5em;
}

.supernav li a:link,
.supernav li a:visited {
	color: #666;
}

.supernav li a:hover {
	background: none;
}


/* --------- PAGE STRUCTURE: Footer Navigation */



/* --------- PAGE STRUCTURE: Tabs */



/* --------- PAGE STRUCTURE: Content */

#content {
	background: #fff;
	overflow: auto;
}

#content::after {
	clear: both;
}

#content .container-fluid {
	margin-bottom: 2em;
}


/* --------- PAGE STRUCTURE: Content || Header */

#content header.product {
	background: url(../img/common/bg_header-page.png) repeat-x left 30px;
	max-height: 220px;
}

#content header.product h1 {
	color: #fff;
	height: 220px;
	font-size: 1px;
	border: none;
	text-align: center;
}

#content header.generic {
	background: url(../img/common/bg_header-page.png) repeat-x left bottom;
	max-height: 110px;
	margin-top: 30px;
}

#content header.generic h1 {
	color: #0088c4;
	height: 105px;
	font-size: 1px;
	border: none;
	margin-bottom: 8px;
}


/* --------- PAGE STRUCTURE: Content || Main */

#content article {
	margin-left: 0;
	margin-top: 25px;
}



/* --------- PAGE STRUCTURE: Content || Main: Content Blocks */

img.pull-left {
	margin-right: 1em;
}

img.pull-right {
	margin-left: 1em;
}


/* --------- PAGE STRUCTURE: Content || Aside */

#content aside.pull-right,
#content aside.pull-right form {
	overflow: hidden;
}

#content aside.pull-right h2,
#content aside.pull-right legend {
	background: #0088c4;
	padding-top: 32px;
	text-shadow: #0088c4 0 0 0;
	color: #0088c4;
	font-size: 1px;
	line-height: 1;
}

#content aside.pull-right h2>span,
#content aside.pull-right legend>span {
	height: 30px;
	display: block;
	background: url(../img/headers/hdr_more-info.png) no-repeat center top;
}


/* --------- PAGE STRUCTURE: Content || Aside: Content Blocks */

.callout {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0;
}

.callout img {
	margin: 0 auto !important;
	float: none !important;
}

.well {
	padding: 10px 19px;
	overflow: hidden;
}

.cutline {
	font-style: oblique;
	line-height: 1.4em;
}


/* --------- PAGE STRUCTURE: Content || Typography */

a:hover {
	color: #53c2f4 !important;
}

h1 {
	font-size: 1.692em;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
}

p {
	line-height: 1.8em;
}


/* --------- PAGE STRUCTURE: Content || Lists */

ul ul {
	list-style-type: circle;
}


/* --------- PAGE STRUCTURE: Content || Pagination */



/* --------- PAGE STRUCTURE: Footer */

footer {
	background: #0088c4 url(../img/common/footer-tile.gif) repeat-x;
	color: #fff;
	padding-top: 20px;
    height:260px;
     }

footer dl {
	margin-top: 0;
}

footer dt {
	border-bottom: solid 1px #0072ab;
	font-weight: bold;
	font-size: 1.05em;
	padding: .25em 0;
}

footer h2 {
	border-bottom: solid 1px #0072ab;
	font-weight: bold;
	font-size: 1.05em;
	padding: 0;
	line-height: 17px;
	min-height: 24px !important;
}

footer .tel dt {
	border-top: solid 1px #0072ab;
}

footer dd {
	font-size: .9em;
	margin-left: 0;
	padding-top: .25em;
}

footer small {
	font-size: .8em;
	border-top: solid 1px #0072ab;
	display: block;
	margin-top: 2em;
}

footer abbr[title] {
	border-bottom: none;
	cursor: auto;
}

footer .vcard a.org {
	background: url(../img/common/cc-logo.png) no-repeat;
	width: 162px;
	height: 56px;
	display: block;
	font-size: 1px;
	color: #0088c4 !important;
}

footer .vcard a.org:hover {
	color: #0088c4 !important;
}

footer a {
	color: #fff !important;
	font-size: .9em;
}

footer nav li {
	border-top: solid 1px #0072ab;
	padding: .25em 1em;
}

footer nav li:first-child {
	border-top: none;
}

footer nav a:hover {
	text-decoration: none;
}
