
/* ULTIMATE THERMAL - Cascading Style Sheet  (updated 10/18/2014) */

body {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-family: Arial,sans-serif;
    
/*
    Background-image: url("images/scottbg-v2.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: Center; 
 */
	background-color: #D6E0EB;

	/* #CCE6FF;  */
/* 	#E0E0E0; / #CCFFFF;/ #003399; / #E8E8E8; /light blue #66CCFF; / light light grey #F8F8F8;  / grey #cccccc */
}

/***    Containers    ***/

#header {
    margin: 5px auto;
    width: 975px;
	height: 124px;
    padding: 7px 0px 0px 10px;
    text-align: left;
    background-color: #FFFFFF;
	
}

#headerContainer, #contentContainer, #footerContainer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

#headerContainer {
/*	background: #0099CC none repeat scroll 0 0; */
/*	border-bottom: 15px solid #003399;          */
	background: #FFFFFF; none repeat scroll 0 0;
	border-bottom: 34px solid #0099CC;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

#contentContainer {
/*	background: #F3F3F3 none repeat scroll 0 0; */
/*	background: transparent url("../images/bg.png") repeat scroll center top; */
	margin: 0;
}


#footerContainer {
	/* background: #000000 none repeat scroll 0 0; */
}

#footer {
	color: #c4c4c4;
	margin: 0 auto;
	width: 960px;
	background: #000000 none repeat scroll 0 0;
/**	background: transparent url("../images/shadow.png") no-repeat scroll center top; **/
	padding: 10px;
	font-size: 1em;
}



#header a {
/*    color: #003399 !important;  */
    text-decoration: none;
}

#header a:hover {
/*    color: #00000 !important; */
}

#footerList li {
	float: left;
	border-right: 1px dotted #999;
	padding: 3px 10px;
}

#footerList li a {
	text-decoration: none;
}

.last {
	border: none !important;
	margin-top: 8px;
}

/***    Classes    ***/

a, a:hover, a:visited {
/*	color: #2D85BF !important; */
	text-decoration: none;
	color: black;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.slideLink {
	width: 208px;
	height: 60px;
	margin: 10px !important;
	border: 1px solid #999999;
	display: block;
}

.menu {
      color: #000000;
}

.one {
	background: transparent url("../images/1sm.jpg") no-repeat left top;
}

.two {
	background: transparent url("../images/2sm.jpg") no-repeat left top;
}

.three {
	background: transparent url("../images/3sm.jpg") no-repeat left top;
}

.four {
	background: transparent url("../images/4sm.jpg") no-repeat left top;
}

h1, h2, h3, h4, #menuList {
	font-family: 'PT Sans', arial, sans-serif; 
}


h1 { 
    color: #003399;  /* dark blue */
    letter-spacing: 0.03em;
    border-bottom: 6px ridge #003399;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
	font-family: Tahoma, Impact; 
}

h2 {
	font-size: 1.8em !important;
}

h3 {
	color: #2D85BF;
	font-size: 1.1em !important;
}

h4 {
	font-family: "Georgia", Arial, sans-serif;
	padding-bottom: 3px !important;
}

/* ---------------------------------------------------- */
ul.square {
    list-style: square;
    list-style-type: square;
    margin: 0px 0px 15px 20px;
    padding: 0px 0px 0px 0px;
}

li.square {
    margin: 0px 0px 5px 0px;
}
/* ---------------------------------------------------- */
/* for menus                                            */
/* ---------------------------------------------------- */

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    margin-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


.top {
    vertical-align: top;
}

.pointList {
	list-style-type: square !important;
}

.pointList {
	padding-left: 20px;
}

.border {
	border: 1px solid #000;
}

/* -- Div IDs -- */

.main_view {
	margin: 0 10px;
}

#columnLeft {
	margin-left: 10px;
}

#columnRight {
	margin-right: 10px;
}

#columnLeft, #columnRight {
	margin-top: 10px;
	margin-bottom: 10px;
}

#columnLeft {
	width: 620px;
	float: left;
}

#columnRight {
	width: 310px;
	float: right;
}

#columnContainer {
/*****      height: 415px; */
/* 	color: #f0f0f0; */
/* 	color: #FFCC00; */
 	color: #003399;
	padding: 10px;
/*	background-color: #003399;  */ 
/*	background-color: #000099; */
/*	background-color: #00006B; */
	background-color: #FFFFCC;
	
	border: 1px solid #C0C0C0;
	border-radius: 10px 10px 10px 10px;
       box-shadow: 5px 5px 3px #888888;
}

#columnContainer h3 {
	color: #075694;
}

#photoCaption {
        height:70px;
        width:300px;
        margin: 50px 5px 50px 5px;
        
 	color: #003399;
	padding: 20px;
	background-color: #F8F8F8;  
	
	border: 1px solid #C0C0C0;
	border-radius: 10px 10px 10px 10px;
        box-shadow: 5px 5px 3px #888888;
}

#clear {
	/* Used to clear Div's */
	width: 960px;
	clear: both;
}

/*------------------------------------------------------   -*/
.img_right {
	float: right;
	margin:15px 0px 15px 15px;
}
.img_left {
	float: left;
	margin:15px 15px 15px 0px;
}
/*------------------------------------------------------ MENU LIST -*/

#menuList {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FF0000;
}

#menuList li {
	float: left;
	padding-right: 15px;
	border; 1px solid #c4c4c4;
	color: #FF0000;
}

#menuList li a {
	padding: 3px 10px 3px 10px;
	border: 1px solid #c4c4c4;
/*	color: #003399;  */
	color: #909090; 
	
	font-size:0.9em;
}
#menuList li a:hover {
	padding: 3px 10px 3px 10px;
	border: 1px solid #FFCC00;
	color: #FFFFFF;
	background-color: #FFCC00;
	font-size:0.9em;
}

/*------------------------------------------------------ MENU BAR -*/

.menu-bar {
	margin: 0px 0px 0px 0px;
/***	height: 28px;               ***/
      background-color: #0099CC;
}

#menuBar1 {
        width: 100%;
        align: center;
    background-color: #0099CC;
	color: #000000;
	border; 1px solid #000000;
	height: 32px;
}
#menuBar {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
        padding-left: 25px;
}

#menuBar li {
	margin-top: 5px;
	float: left;
	padding-right: 15px;
	border; 1px solid #c4c4c4;
	color: #FF0000;
}

#menuBar li a {
	padding: 3px 30px 3px 30px;
	border: 1px solid #c4c4c4;
	color: #FFFFFF; 
	background-color: #003399;
	font-size:0.9em;
	font-weight: bold;
      margin: 0px 25px 0px 25px;
}
#menuBar li a:hover {
	margin-top: 0px;
	padding: 3px 30px 3px 30px;
	border: 1px solid #FFCC00;  
	color: #003399;
	background-color: #FFCC00;

	font-size:0.9em;
	font-weight: bold;
}
/*------------------------------------------------------ LOGO -*/
.logo {
	margin-top: 15px;
}

/* == SLIDER == */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	width: 940px;
	padding-top: 10px;
}

/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 710px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	float: left;
}

.image_reel {
	float: left;
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	float: right;
	width: 230px; height:300px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	background: #CCCCCC;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	margin: 0;
}

.active {
	border: 1px solid #FFF;
}

/* == Form == */

#formSubmit {
	padding: 6px 12px !important;
	color: #FFFFFF !important;
	background-color: #2D85BF !important;
	border: 1px solid #075694;
	font-weight: bold;
}

/* ---------------------------------------- TEST CONTAINERS ---------------------------*/
#allThree {
    width: 944px;
    height: 324px;
    background-color: #FFFFFF;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 0px;
}
#upLeft {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #0099CC; /* teal */
    float: left;
    background-image: url("images/FloorIns-300-dscn0459.jpg");
    margin: 2px 4px 2x 0px;
    padding: 0;
        box-shadow: 10px 10px 5px #888888;
}
#upMiddle {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #003399; /* Navy */
    float: left;
    background-image: url("images/SitePlan-300.jpg");
    margin: 2px 4px 2px 4px;
        box-shadow: 10px 10px 5px #888888;
}
#upRight {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #0099CC; 
    float: left;
    background-image: url("images/Cash-wa-v2-DSCN0383.jpg");
    margin: 2px 2px 2px 4px;
        box-shadow: 10px 10px 5px #888888;
}
#downRight {
    width: 300px;
    height: 300px;
    border-radius: 0px 0px 25px 0px;
    border: 5px solid #003399; 
    float: right;
    background-image: url("images/ExtWalls-v2-37.jpg");
    margin: 2px 2px 2px 2px;
}
/* ---------------------------------------- Version 3 ---------------------------*/
#picGroup1 {
	width: 620px;
	height: 150px;
    padding: 0px;
}
#picGroup2 {
	width: 620px;
	height: 150px;
    padding: 0px;
}
#picGroup3 {
	width: 620px;
	height: 150px;
    padding: 0px;
}

#picture {
    width: 270px;
    height: 110px;
    border-radius: 10px 0px 0px 10px;
    border-top: 2px solid #003399; /* navy */
    border-left: 2px solid #003399; /* navy */
    border-bottom: 2px solid #003399; /* navy */
    border-right: 0px solid #003399; /* navy */
    float: left;
    background-image: url("images/FloorIns-297x189-dscn0459.jpg");
    background-position: 0 0 /* */
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;
       box-shadow: 5px 5px 3px #888888;
}
#pictureCaption {
    width: 270px;
    height: 110px;
    border-radius: 0px 10px 10px 0px;
    border-top: 2px solid #003399; /* navy */
    border-left: 0px solid #003399; /* navy */
    border-bottom: 2px solid #003399; /* navy */
    border-right: 2px solid #003399; /* navy */
    float: left;
    background-color: #0099CC; /* teal */
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;
       box-shadow: 5px 5px 3px #888888;
}
#picture2 {
    width: 270px;
    height: 110px;
    border-radius: 10px 0px 0px 10px;
    border-top: 2px solid #000; /* black */
    border-left: 2px solid #000; /* black */
    border-bottom: 2px solid #000; /* black */
    border-right: 0px solid #000; /* black */
    float: left;
    background-image: url("images/SitePlan-300.jpg");
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;
        box-shadow: 5px 5px 3px #888888;
}
#pictureCaption2 {
    width: 270px;
    height: 110px;
    border-radius: 0px 10px 10px 0px;
    border-top: 2px solid #000; /* black */
    border-left: 0px solid #000; /* black */
    border-bottom: 2px solid #000; /* black */
    border-right: 2px solid #000; /* black */
    float: left;
    background-color: #0099CC; /* teal */
    padding: 10px 10px 10px 20px;
       box-shadow: 5px 5px 3px #888888;
}
#picture3 {
    width: 270px;
    height: 108px;
    border-radius: 10px 0px 0px 10px;
    border-top: 2px solid #0099CC; /* teal */
    border-left: 2px solid #0099CC; /* teal */
    border-bottom: 2px solid #0099CC; /* teal */
    border-right: 0px solid #0099CC; /* teal */
    float: left;
    background-image: url("images/Cash-wa-v2-DSCN0383.jpg");
    background-repeat: no-repeat;
/*    background-attachment: fixed; */
    background-position: center center; /* */
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;
       box-shadow: 5px 5px 3px #888888;
}

#pictureCaption3 {
    width: 270px;
    height: 110px;
    border-radius: 0px 10px 10px 0px;
    border-top: 2px solid #0099CC; /* teal */
    border-left: 0px solid #0099CC; /* teal */
    border-bottom: 2px solid #0099CC; /* teal */
    border-right: 2px solid #0099CC; /* teal */
    float: left;
    background-color: #0099CC; /* teal */
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;
       box-shadow: 5px 5px 3px #888888;
}
#pictureCaption3 a {
    text-decoration: none;
}
#pictureCaption3 a:hover {
    text-decoration: none;
    color: #000; /* black */
    background-color: #FFCC00; /* Gold */
}


/* ---------------------------------------- TEST CONTAINERS ---------------------------*/
#scott1 {
    width: 300px;
    height: 300px;
    background-color: yellow;
    box-shadow: 10px 10px 5px #888888;
}

#scott22 {
    width: 300px;
    height: 20px;
    background-color: #000066;
    margin: 5px;
}
#scott2 {
    width: 300px;
    height: 20px;
    background-color: #021554;
    margin: 5px;
}
#scott3 {
    width: 300px;
    height: 20px;
    background-color: #011583;
    margin: 5px;
}
#scott4 {
    width: 300px;
    height: 20px;
    background-color: #003399; /dark blue
    margin: 5px;
}
#teal1 {
    width: 300px;
    height: 20px;
    background-color: #038AB0;
    margin: 5px;
}
#teal2 {
    width: 300px;
    height: 20px;
    background-color: #39B8D4;
    margin: 5px;
}
#teal3 {
    width: 300px;
    height: 20px;
    background-color: #0099CC;
    margin: 5px;
}

#teal4 {
    width: 300px;
    height: 20px;
    background-color: #CCFFFF;
    margin: 5px;
}

#black1 {
    width: 300px;
    height: 20px;
    background-color: #000000;
    margin: 5px;
}
#yellow1 {
    width: 300px;
    height: 20px;
    background-color: #FFCC00; / Golden Yellow
    margin: 5px;
}
#yellow2 {
    width: 300px;
    height: 20px;
    background-color: #FFFF66;
    margin: 5px;
}

