/*----------------------------------------------------------------------------*/
/*  PTS = Pachunka Technical Services - www.pachunka.com - Cascading Style Sheet 
/* (updated 3/8/2015) */
/*----------------------------------------------------------------------------*/

body {
	background-color: #f2f2f2;/** Very Light **/
    	text-align: center;
    	margin: 0 auto;
    	padding: 15px 0px 0px 0px;
    	font-family: Arial,sans-serif;
    	font-size: 14pt;
}

/*----------------------------------------------------------------------------*/
/*	Containers
/*----------------------------------------------------------------------------*/
#header {
/***	background: #c00000;  		/** PTS Red 	**/
	background: rgb(170,0,0);	/** PTS Red **/
    	margin: 5px auto;
    	width: 975px;
    	padding: 3px 0px 0px 3px;
    	text-align: left;
}

/*****
#headerContainer, #contentContainer, #footerContainer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}
*****/

#headerContainer {
/***	background: #c00000;  		/** PTS Red 	**/
	background: rgb(170,0,0);	/** PTS Red **/
	border-top: 3px solid #FFBC03;	/** PTS Gold 	**/
	border-bottom: 3px solid #FFBC03;	/** PTS Gold 	**/
}

#content {
	background-color: #FFFFFF;  	/* White 	*/ 	
    	text-align: left;
    	margin: 0 auto;
    	width: 960px;
    	padding: 10px 10px 10px 10px;
/*    	height: 400px;  /* */
}

#contentContainer {
/**	background-color: #FFBC03; 	/** PTS Gold 	**/
	background-color: #f2f2f2;; 	/** Light Gray 	**/
	margin: 0;
}


#footerContainer {			/* outside container */
	/* background: #000000 none repeat scroll 0 0; */
	border-top: 2px solid #FFBC03;	/** PTS Gold 	**/
/**	background: #c00000; 		/** PTS Red 	**/
	padding: 4px;
}

#footer {				/* Inside container */
/***	color: #FFBC03;			/** PTS Gold 	**/
	color: #c00000;			/** PTS Gold 	**/
/***	background: #c00000; 		/** PTS Red 	**/
/***	border: 3px solid #000000;	/** PTS Black 	**/	
	width: 960px;
	margin: 0 auto;
	padding: 6px;
	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: #c00000; 		/** PTS Red 	**/
	text-decoration: underline;
	color: black;
}

a:hover {
	color: #c00000; 		/** PTS Red 	**/
	text-decoration: none;
}

a.link, a.link:hover, a.link:visited {
	color: #c00000; 		/** PTS Red 	**/
	text-decoration: underline;
	color: black;
}

a.link:hover {
	color: #c00000; 		/** PTS Red 	**/
	background: #FFBC03;; 		/** PTS Gold 	**/
	text-decoration: none;
}
.slideLink {
	width: 208px;
	height: 60px;
	margin: 10px !important;
	border: 1px solid #999999;
	display: block;
}

.menu {
      color: #000000;
      margin: 5px 0px 5px 0px;
}


h1, h2, h3, h4, #menuList {
	font-family: 'PT Sans', arial, sans-serif; 
}


h1 { 
    color: #c00000;/** PTS Red **/
    letter-spacing: 0.03em;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
	font-family: Arial, Tahoma, Impact; 
	font-size: 2 em !important;
}

h2 {
	font-size: 1.8em !important;
	color: rgb(0,39,156);/** Royal Blue **/
	margin: 10px;
}

h3 {
	color: #c00000;/** PTS Red **/
	font-size: 1.1em !important;
}

h4 {
	font-family: "Georgia", Arial, sans-serif;
	color: rgb(0,39,156);/** Royal Blue **/
	padding-bottom: 3px !important;
}

/* ---------------------------------------------------- */
ul.square {
    list-style: square;
    list-style-type: square;/** PTS Red **/
    margin: 0px 0px 15px 20px;
    padding: 0px 0px 0px 0px;
}

li.square {
    margin: 0px 0px 5px 0px;
}
/* ---------------------------------------------------- */
/* for menus                                            */
/* ---------------------------------------------------- */

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

li.menu {
    margin-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerTable {
    margin-left: auto;
    margin-right: auto;
}
.centerText {
	text-align:center;
}


.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; /* light blue */
/*  	color: #f0f0f0; /*  very light gray */
  	color: #64646B;			/** PTS Charcoal 	**/
 
	padding: 10px;
/*	background-color: #003399;  */ 
/*	background-color: #000099; */
/*	background-color: #00006B; */
/*	background-color: #FFFFCC;  /* corn silk */
background-color: #FFFFFF; /* white */
	
	border: 1px solid #FFBC03;	/** PTS Gold 	**/
	border-radius: 4px 4px 4px 4px;
       box-shadow: 5px 5px 3px #888888;
}

#redBox {
  	color: #64646B;			/** PTS Charcoal 	**/
 	padding: 20px;
	background-color: #FFFFFF; 	/* white */
	border: 1px solid #c00000; 	/** PTS Red 	**/
	border-radius: 16px 16px 16px 16px;
	margin: 5px 0px 5px 0px;
}
#redBoxTop {
	width:100%;
	color:#FFFFFF; 			/* white */
	background-color: #c00000; 	/** PTS Red 	**/
	margin: 0px;
 	padding: 10px;
 	font-weight:bolder;
}

#columnContainer h3 {
	color: #c00000; 		/** PTS Red 	**/
/*	color: #075694; 		/* Blue Jeans Blue */
	
}

#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: 5px;
	margin-bottom: 15px;
	color: #FF0000;
}

#menuList li {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
/* 	border: 1px solid #c4c4c4;  */
	color: #FF0000;
	margin:5px 5px 5px 5px;
}

/*----------------------------------------------------------------------------*/
/*	Menu Styles
/*----------------------------------------------------------------------------*/

#menuList li a {
/***	background-color: #FFBC03;		/** PTS Gold 	**/
	background-color: rgb(170,0,0);		/** PTS Red 	**/
/***	color: #000000; 			/** PTS Black **/
/***	border: 3px solid #000000;		/** PTS Black **/
	color: #FFBC03; 			/** PTS Gold **/
	border: 2px solid  #FFBC03;		/** PTS Gold **/
	padding: 3px 8px 3px 8px;
	margin: 5px 0px 5px 0px;
	font-family:verdana, tahoma, arial;
	font-weight: bolder;
	font-size:0.9em;
}

#menuList li a:hover {
	background-color: #000000;		/** PTS Black **/
	color: #FFBC03;				/** PTS Gold 	**/
	border: 2px solid #FFBC03;		/** PTS Gold 	**/
	padding: 3px 8px 3px 8px;
	margin: 5px 0px 5px 0px;
	font-family:verdana, tahoma, arial;
	font-weight: bolder;
	font-size:0.9em;
}

/*------------------------------------------------------ MENU BAR -*/

.menu-bar {
	margin: 0px 0px 0px 0px;
/***	height: 28px;               ***/
      background-color: #0099CC;
}

#menuBar1 {
        width: 100%;
        text-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 2px 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;
}
/*------------------------------------------------------ Sub-Page-Menu -*/
.subpagemenu {
	font-weight:bolder;
    	text-align: center;
}
a.subpage {
	text-decoration: underline;
	color: #c00000;  		/** PTS Red 	**/
	padding: 4px 8px 4px 8px;
}
a.subpage:hover {
	text-decoration: none;
	color: #FFBC03;			/** PTS Gold 	**/
	background-color: #c00000;	/** PTS Red 	**/
	padding: 4px 8px 4px 8px;
}
/*------------------------------------------------------ MENU BAR -*/
