/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */
/* #8e908f = Text Gray */
/* #0085cf = Link Blue */

body, div#cms_Content {
	background-color: #303030;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8e908f;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p {
	margin: 0 0 16px 0;
}
h1 {
	background-color: #0085cf;
	font-size: 24px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 15px 50px 15px 50px;
}
h2 {
	font-size: 1.5em;
/*	color: #6c6f70;*/
        color: #303030;
        line-height: 1.2em;
	margin-top: 0;
}
h3 {
	font-size: 1.5em;
/*	color: #ffa12d;*/
        color: #303030;
	font-weight: normal;
        line-height: 1.2em;
	margin-top: 0;
}
h4 {
	color: #6c6f70;
	margin: 0;
	font-weight: .8em;
}
#canvas #col2 h4 {
	margin: 15px 0 15px 0;
}
a {
	color: #0085cf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul ul {
	padding: 0;
	margin: 0 0 0 16px;
	font-size: 0.9em;
}
hr {
	color: #cbccca;
	height: 2px;
	border: 1px solid #cbccca;
}
#canvas {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#canvas #mainTable {
	margin-bottom: 50px;
}
#canvas .col1Width {
	width: 68.42%;
}
#canvas .learnMore {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
#canvas #header {
	background-image: url(../img/bg_headerFade.jpg);
	color: white;
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid #303030;
}
#canvas #header ul {
	float: right;
}
#canvas #header li {
float:left;
}
#canvas #header #topList {
	font-size: 0.8em;
}
#canvas #header #topList li {
	margin-left: 10px;
}
#canvas #header #topList a {
	color: #8e908f;
}

#canvas #header #topList form {
        display: inline;
        margin: 0px;
        padding: 0px;
}
#canvas #header #topList input#searchsubmit {
        background: none;
        border: none;
        font-size: 1em;
        color: #8e908f;
        padding: 0px 0px 2px 0px;
        margin: 0px;
        width: auto;
}
#canvas #header #topList input#searchsubmit:hover {
        text-decoration: underline;
}
#canvas #header #topList input {
        font-size: 0.9em;
        color: #666666;
}

#canvas #header img {
	float: left;
}
#canvas #header input {
	width: 100px;
	vertical-align: middle;
	margin-left: 10px;
	border: 2px solid #b5b7b4;
	padding: 2px;
	background-color: #eaeaea;
	color: #b5b7b4;
}


/*#canvas #header #topnav {
	margin-top: 30px;
	clear: right;
	width: 750px;
	text-align: right;
}
#canvas #header #topnav li {
	margin-left: 30px;
}
#canvas #header #topnav a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
*/

/****************************************************/
/* Begin CSS Popout Menu */
/****************************************************/
#topmenu {
	margin-top: 30px;
	clear: right;
	width: 750px;
	text-align: right;
	float: right;
}
#topmenu li {
	list-style: none;
	float: left;
	position: relative;
display:block;
	z-index: 2000;
	margin-left: 30px;
}
#topmenu a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
display:block;
	font-size: 0.9em;
}

/* LEVEL 1 */
#topmenu ul {
	float: right;
}
#topmenu ul li {
}
#topmenu ul li a {
}
#topmenu ul li a:hover {
}

/* LEVEL 2 */
#topmenu ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	background-image: url(../img/bg_topnavlev2arrow.gif);
	background-position: right top;
	background-repeat: repeat-x;
	margin: 0;
	width: 181px;
	top: 18px;
	padding-top: 18px;
	right: 0;
}
#topmenu ul ul li {
	text-align: left;
	float: none;
	margin: 0;
	text-transform: none;
}
#topmenu ul ul a {
	background-color: #ededeb;
	background-image: url(../img/bg_topnavlev2.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #8e908f;
	width: 163px;
	text-align: left;
	padding: 9px 8px 6px 8px;
	text-transform: none;
	font-size: 1.0em;
	border-left: 1px solid #bec0bf;
	border-right: 1px solid #bec0bf;
	border-bottom: 1px solid #bec0bf;
}
#topmenu ul ul a:hover {
	text-decoration: none;
	background-color: #1991d1;
	color: white;
}

/* LEVEL 3 */
/*#topmenu ul ul ul {
    position: relative;
	background-image: none;
    top: -30px;
	left: 181px;
	padding-top: 0;
}*/
#topmenu ul ul ul {
	background-image: none;
position:absolute;
z-index:500;
	padding-top: 0;
	left: 100%;
	top: 0px;
}
#topmenu ul ul ul a {
	font-size: 1.1em;
}

#topmenu li:hover ul ul,
#topmenu li li:hover ul ul,
#topmenu li li li:hover ul ul,
#topmenu li li li li:hover ul ul {
	display: none;
}

#topmenu li:hover ul,
#topmenu li li:hover ul,
#topmenu li li li:hover ul,
#topmenu li li li li:hover ul {
	display: block;
	margin-top: 0;
}
/****************************************************/
/* End CSS Popout Menu */
/****************************************************/


#canvas #flashCell {
	border-bottom: 2px solid #b5b7b4; 
        background-color: white;
}
#canvas #flashCell a img {
	border: none;
}
#canvas #col0 {
	background-color: white;
	height: 1%;
}
#canvas #col1 {
	background-color: white;
	padding: 15px 15px 50px 50px;
	/*border-left: 1px solid white;*/
}
div#canvas.wide #col1 {
	padding: 15px 50px 50px 50px;
}


/****************************************************/
/* Begin BREADCRUMBS Layout */
/****************************************************/
#canvas ul#breadcrumbs {
	display: block;
	font-size: .75em;
	padding: 0;
	margin: 0 0 16px 0;
}
#canvas ul#breadcrumbs li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 8px;
	background-image: url(../img/bul_breadcrumbarrow.gif);
	background-repeat: no-repeat;
}
#canvas ul#breadcrumbs li ul {
	display: inline;
	margin: 0 0 0 4px;
	font-size: 1em;
}
#canvas ul#breadcrumbs li.first {
	background-image: none;
	padding-left: 0;
}
#canvas ul#breadcrumbs li a.active {
	color: #8e908f;
}
/****************************************************/
/* End BREADCRUMBS Layout */
/****************************************************/


#canvas #col2 {
	background-color: white;
	border-right: 1px solid #303030;
}
#canvas #col2 table {
	width: 285px;
	margin-left: 15px;
	border-left: 1px solid #ececec;
}
#canvas #col2 table td {
	padding-top: 25px;
}


/****************************************************/
/* Begin CALLOUT BOX Layout */
/****************************************************/
#canvas div.hightlightBox {
	margin: 0px 15px 15px 15px;
	background-color: #ececec;
	padding: 10px 15px 15px 15px;
}
#canvas div.hightlightBox img {
	margin-bottom: 14px;
}
/****************************************************/
/* End CALLOUT BOX Layout */
/****************************************************/


/****************************************************/
/* Begin SITE MAP Layout */
/****************************************************/
#canvas #sitemap_container ul {
	margin: 0 15px 15px 0;
	line-height: normal;
}
#canvas #sitemap_container ul li {
	font-weight: bold;
	margin-bottom: 7px;
}
#canvas #sitemap_container ul ul {
	margin-left: 5px;
	margin-top: 5px;
}
#canvas #sitemap_container ul ul li {
	font-weight: normal;
}
#canvas #sitemap_container ul ul li a {
	color: #8e908f;
	line-height: normal;
}
#canvas #sitemap_container ul ul ul {
	margin-left: 15px;
}
#canvas #sitemap_container ul ul ul li {
	list-style-type: disc;
	line-height: 0.8em;
	margin: 0;
}
#canvas #sitemap_container ul ul ul li a {
}
#canvas #sitemap_container ul.sitemap_column1,
#canvas #sitemap_container ul.sitemap_column2,
#canvas #sitemap_container ul.sitemap_column3,
#canvas #sitemap_container ul.sitemap_column4,
#canvas #sitemap_container ul.sitemap_column5 {
	float: left;
	width: 18%;
}
#canvas #sitemap_container hr, #canvas #sitemap_container div.fake_hr {
	clear: both;
	height: 1px;
	padding: 0;
	margin-top: 25px;
}
/****************************************************/
/* End SITE MAP Layout */
/****************************************************/


/****************************************************/
/* Begin PHOTOBLOCK Layout */
/****************************************************/
#canvas #photoBlock {
	width: 585px;
}
#canvas #photoBlock td {
}
#canvas #bigPhotoCell {
	width: 336px;
}
#canvas #bigPhotoCell div {
	width: 326px;
	border: 2px solid #8e908f;
	text-align: center;
}
#canvas #bigPhoto {
}
#canvas #photoGrid {
	margin-left: 15px;
	width: 90%;
}
#canvas #photoGrid td {
	text-align: center;
	padding-bottom: 8px;
}
#canvas #photoGrid td div {
	width: 67px;
	vertical-align: middle;
	border: 2px solid #8e908f;	
}
#canvas #photoGrid img {
}
#canvas #photoGrid td a img {
}
#canvas #captionCell {
}
#canvas #captionCell h4#captionHeader {
	margin-top: 4px;
}
#canvas p#captionCopy {
	margin-top: 10px;
	margin-right: 30px;
}

/****************************************************/
/* End PHOTOBLOCK Layout */
/****************************************************/



#canvas table#footerTop {
	border-top: 4px solid #eaeaea;
	border-bottom: 2px solid #b5b7b4;
	border-left: 2px solid #b5b7b4;
	border-right: 2px solid #b5b7b4;
	background-color: white;
	width: 100%;
}
#canvas table#footerTop td.topRow {
	height: 30px;
}

#canvas table#footerTop .col1 {
	width: 280px;
	width: 40%;
	padding: 30px 50px 50px 50px;
}

#canvas table#footerTop .col2 {
	width: 150px;
	width: 20%;
	padding: 0 20px 0 20px;
}
#canvas table#footerTop .col3 {
	width: 150px;
	width: 20%;
	padding: 0 20px 0 20px;
}
#canvas table#footerTop .col4 {
	width: 150px;
	width: 20%;
	padding: 0 20px 0 20px;
}
#canvas table#footerTop .col5 {
	padding: 30px 20px 0px 20px;
}
#canvas table#footerTop .col5 img {
	vertical-align: middle;
	margin-right: 15px;
}
#canvas table#footerTop .leftBorder {
	border-left: 1px solid #d0cfcb;
}
#canvas table#footerTop .rightBorder {
	border-right: 1px solid #d0cfcb;
}
#canvas table#footerTop h3 {
	margin-bottom: 30px;
	margin-top: 0;
}
#canvas table#footerTop h5 {
	font-size: 1.0em;
	margin: 0;
}


/* KEEP THIS CODE JUST IN CASE WE REPLACE THE TOPFOOTER WITH DIVs AGAIN
#canvas div#footerTop {
	background-color: white;
	padding: 26px 13px 28px 48px;
	border-top: 4px solid #eaeaea;
	border-bottom: 2px solid #b5b7b4;
	border-left: 2px solid #b5b7b4;
	border-right: 2px solid #b5b7b4;
}
#canvas div#footerTop div h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
#canvas div#footerTop div h5 {
	font-size: 1.0em;
	margin: 0;
}
#canvas div#footerTop div#cell1 {
	width: 280px;
	margin-right: 50px;
	float: left;
}
#canvas div#footerTop div#cell2 {
	width: 150px;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #d0cfcb;
	float: left;
}
#canvas div#footerTop div#cell3 {
	width: 150px;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #d0cfcb;
	float: left;
}
#canvas div#footerTop div#cell4 {
	width: 130px;
	margin-right: 0px;
	padding-left: 20px;
	border-left: 1px solid #d0cfcb;
	float: left;
}
#canvas div#footerTop div#cell5 {
	width: 550px;
	float: right;
}
#canvas div#footerTop div#cell5 img {
	vertical-align: middle;
	margin-right: 15px;
}
#canvas div#footerTop div#cell6 {
	width: 100%;
	clear: both;
	background-color: #00CCCC;
}
*/



#canvas .footerTop {
	background-color: white;
}
#canvas .footerTop.left {
	padding-left: 50px;
}
#canvas #footerBottom {
	color: #8e908f;
	background-color: #181a1c;
}
#canvas #footerBottom {
	padding: 15px;
}
#canvas #footerBottom img {
	margin-bottom: 5px;
}
#canvas #footerRight {
	text-align: right;
	float: right;
}
#canvas #footerBottom a {
	text-transform: uppercase;
	font-size: 0.9em;
}
#canvas #bottomNav {
	color: #999999;
	text-align: right;
	padding: 4px 15px 0 15px;
}
#canvas #bottomNav ul {
}
#canvas #bottomNav li {
	display: inline;
}
#canvas #bottomNav a {
	color: #999999;
}



#canvas .printOnly {
	display: none;
}


/* CSS BELOW APPLIES TO contact_template.html FROM FILES/__UNIVERSAL CODE */
#contactForm {
	background-color: white;
	width: 380px;
	margin-top: 30px;
}
.warn {
	color: red;
}
#contactForm td {
	padding: 0 0 8px 0;
}
#contactForm td#f1-leftWidth {
	width: 80px;
}

/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
	#canvas {
		width: 100%;
	}
	#canvas table#footerTop .col1 {
		padding-left: 32px;
		padding-right: 32px;
	}
	#canvas table#footerTop .col2 {
		padding: 0 15px 0 15px;
	}
	#canvas table#footerTop .col3 {
		padding: 0 15px 0 15px;
	}
	#canvas table#footerTop .col4 {
		padding: 0 15px 0 15px;
	}
	#canvas table#footerTop .col5 {
		padding: 30px 15px 0px 15px;
	}
}
