/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
sup {
	font-size: 50%;
	vertical-align: super !important;
}
sub {
	font-size: 50%;
	vertical-align: sub !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a, a img, img {outline: none; border: 0;}

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 13px/18px Lucida Sans Unicode, Lucida Grande, Arial, Sans-Serif;
	text-decoration: none;
	color: #555;
} 
p{ font: normal normal 13px/18px Lucida Sans Unicode, Lucida Grande, Arial, Sans-Serif; margin: 0 0 10px 0;}
hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px;
	color: #115683; 
	line-height: 120%;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 18px; 
	color: #115683;
	line-height: 120%;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 16px; 
	color: #115683; 
	line-height: 120%;
	padding: 0 0 5px 0;
}
h4 {
	font-size: 14px;
	color: #115683; 
	line-height: 120%;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 12px; 
	color: #115683;
	line-height: 120%;
	padding: 0 0 5px 0;
}
h6 {
	font-size: 10px; 
	color: #115683;
	line-height: 120%;
	padding: 0 0 5px 0;
}
h1, h2, h3, h4, h5, h6, p {margin: 0;	}
ui_gallery-table h1, ui_gallery-table h2, ui_gallery-table h3, ui_gallery-table h4, ui_gallery-table h5, ui_gallery-table h6, ui_gallery-table p {
		margin: 0;
		}
/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
}

a:hover {
	text-decoration: none;
	color: #115683;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
	border: 0 none;
}
a:focus {
	border: 0 none;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.padded-item {
	display: block;
	width: 170px;
	padding: 20px 30px;
	background: transparent url(/images/seperator.jpg) repeat-x bottom left;
}
.padded-text-home {
	display: block;
	padding: 0 7px 0 0;
}
/* THESE STYLES ARE FOR THE CONTENT BLOCK ON THE HOME PAGE */
.large-text {
	font: normal normal 28px/30px "Helvetica Neue LT STD 55 Roman", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
	font-weight: 500 !important;
	color: #000;
	padding: 0 0 5px !important;
	margin: 0 !important;
}

.small-text {
	font: italic normal 14px/14px "Helvetica Neue LT STD 56 Italic", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
	font-weight: 500 !important;
	color: #000;
	padding: 0 0 5px !important;
	margin: 0 !important;
}
table.Home-rotator {
	width: 730px;
	display: block;
	position: absolute;
		top: 220px;
		left: 10px;
}
.home-cta-btn {
	font: bold normal 13px/18px "Helvetica Neue LT STD 55 Roman", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #fff !important;
	text-shadow: 0px -1px #c76d00;
	text-align: center;
	padding: 2px 10px;
	margin: 5px 0;
	display: inline-block;
	clear: both;
	background-color: #f79927;
	border: 1px solid #f79927;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	   -moz-border-radius: 6px; /* FF1-3.6 */
			border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b565), to(#f79927)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7b565, #f79927); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7b565, #f79927); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7b565, #f79927); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7b565, #f79927); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7b565, #f79927);
}
.home-cta-btn:link, .home-cta-btn:visited {}
.home-cta-btn:hover, .home-cta-btn:active {
	border-color: #e67e00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b565), to(#e67e00)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7b565, #e67e00); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7b565, #e67e00); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7b565, #e67e00); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7b565, #e67e00); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7b565, #e67e00);
} 

.ui_gallery-table {
	border: 0 none;
	border-top: 2px solid #115683;
}
.ui_gallery-image {
	border: 1px solid #898c8d;
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
/* SPECIAL HOME PAGE STYLE ELEMENTS*/
div.seperator {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
	float: left;
	background: transparent url(/images/seperator.jpg) repeat-x center left;
}
div.CTA-text {
	width: 179px;
	width: 178px\9; /* to fix last div falling off to a second level in IE8 and below */
	padding: 0 7px 10px 0;
	display: block;
	float: left;
	clear: none;
}
.SiteCM3 div.CTA-text:last-child {
	padding: 0;
}
.white-text {
	color: #fff !important;
}
