@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    border-radius: 8px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    max-width: 100%;
    
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
    clear: none;
    float: left;
    margin-top: auto;
}
#div1 {
}
.header {
    display: block;
    background-image: url(carpenterjobs-orangecounty-images/carpenterjobs-orangecounty-header-vin.jpg);
    top: auto;
    min-height: 350px;
    margin-top: auto;

}
.nav1 {



}
.top-left {
	width: 47.3684%;
	float: left;
	background-color: #E7E7E7;
	margin-top: 20px;
	margin-left: 0px;
}
.footer {

}
.list {
	width: 47.3684%;
	margin-left: 3%;
	margin-right: auto;
	float: left;
}
.nav2 {
    border-collapse: separate;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    border: medium solid #132CEF;
    float: none;
    background-color: #FFFFFF;
    color: #C5060A;
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    font-size: large;
    padding-top: 0px;
}
.phones {
	color: #080387;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-radius: 8px;
	line-height: normal;
	font-size: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 2.07%,rgba(255,255,255,0.65) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 2.07%,rgba(255,255,255,0.65) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 2.07%,rgba(255,255,255,0.65) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 2.07%,rgba(255,255,255,0.65) 100%);
	border: thin solid #132CEF;
	font-weight: bold;
	bottom: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
	min-height: 3px;
}
.lower {
	margin-top: 20px;
}
.lower-left {
	padding-right: 3%;
	border: medium ridge #3B5BF1;
	border-radius: 8px;
	width: 94%;
	padding-left: 3%;
}
.lower-right {
width: 100%;
clear: both;
margin-left: 0;
}
.tilerepair {
}
.menu2 {
    background-color: #D3D5E1;
    border: 1px ridge #132CEF;
    text-decoration: none;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(190,193,211,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(190,193,211,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(190,193,211,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(190,193,211,1.00) 100%);
    width: 95%;
    min-height: 3em;
    text-align: center;
    float: none;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    color: #0000EE;
    margin-bottom: 1px;
}
.dropmenu2 {
	list-style-type: none;
	display: block;
	text-align: right;
	background-color: #909094;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(144,144,148,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(144,144,148,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(144,144,148,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(144,144,148,1.00) 100%);
	border: 1px ridge #132CEF;
	margin-top: 2px;
	line-height: 2em;
}
.nav-side {
	margin-left: 20px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 48.5714%;
	display: block;


}

.drop {
}
.dropmenu2container {
	width: 44.4444%;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.fluid.fluidList.nav2 .fluid.menu2:hover>ul {
	line-height: 1em;
	text-align: right;
	float: right;
	width: 100%;
	display: inline;
}
.fluid.fluidList.nav2 .fluid.menu2 .fluid.fluidList.dropmenu2container.fluid.dropmenu2 {
	display: block;
}
.parent-top {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(carpenterjobs-orangecounty-images/carpenterjobs-orangecounty-main-vin.jpg);
    background-repeat: no-repeat;
    display: block;
}
.main-top-moble {
	width: 100%;
	clear: none;
	margin-top: 20px;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.main-top-lap {
clear: both;
margin-left: 0;
width: 48.5714%;
display: block;
}
.main-top-desk {
width: 48.5714%;
margin-left: 0;
display: block;
clear: both;
}
.nav-moble {
    width: 100%;
    padding-top: 10px;
    margin-top: 0px;


}
.bottom-main-parent {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-top: 20px;
	padding-left: 0px;

	display: block;

}
.bottom-main-child {
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;

}
.bottom-main-child-inside {

}
.footer-inside {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.main-top-lap-text {
width: 100%;
margin-left: 0;
}
.main-top-lap-image {
width: 100%;
clear: both;
margin-left: 0;
}
.main-top-desk-image {
width: 100%;
clear: both;
margin-left: 0;
}

.main-top-inside {
    background-image: -o-linear-gradient(262deg,rgba(255,255,255,0.67) 0%,rgba(252,252,253,0.91) 98.96%);
    background-image: -webkit-linear-gradient(262deg,rgba(255,255,255,0.67) 0%,rgba(252,252,253,0.91) 98.96%);
    background-image: -moz-linear-gradient(262deg,rgba(255,255,255,0.67) 0%,rgba(252,252,253,0.91) 98.96%);
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: left;
    border: medium solid #132CEF;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
	

}

.main-top-mobile-inside {
	margin-left: 20px;
	margin-right: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	border-radius: 8px;
}


.main-top {
    margin-top: 0px;
    width: 90%;
    margin-left: 20px;
}

.navdrop {

}
.fluid.parent-top .fluid.nav-moble.hide_tablet.hide_desktop .fluid.fluidList.nav2 {
    max-width: 90%;
}
#Poem {
    padding-left: auto;
    padding-right: auto;
    float: none;
}
#poem-inside {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}
#image-sub-title {
	max-width: none;
}
#image-sub-title-inside {
}
.image-container-1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    padding-right: auto;
    padding-left: auto;
    margin-left: auto;
    float: none;
}
.text-container-1 {
}
.image-container-right {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    text-shadow: 0 0;

}
.image-container-left {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    text-shadow: 0 0;

}
.image-350-no-flote {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}
#slideshow-wrapper {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border: thick solid #16065A;
    border-radius: 8px;
    padding-left: auto;
    padding-right: auto;
    float: none;
}
.phone-in-nav2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    top: 1px;
    border-left: thin none #731306;
    border-right: thin none #731306;
    border-bottom: thin solid #731306;
    border-top: thin solid #731306;
    padding-top: 10px;
    width: 90%;
    padding-right: auto;
    padding-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto;

}
.contact-in-vav2 {
}
.drop100820 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {

}
#div1 {
}
.header {
}
.nav1 {
}
.top-left {
	width: 23.0769%;
}
.footer {
}
.list {
	clear: none;
	margin-left: 2.5641%;
}
.nav2 {

}
.phones {
	text-align: center;
}
.lower {
}
.lower-left {
width: 48.7179%;
}
.lower-right {
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
display: block;
}
#header-outside {

}
.tilerepair {
}
.menu2 {




}
.dropmenu2 {
}
.nav-side {
	width: 23.9436%;
	display: block;
	margin-left: 20px;
	margin-top: 0px;
}
.drop {
}
.dropmenu2container {
	width: 100px;
	float: left;
	text-align: left;
}
.parent-top {

}
.main-top-moble {
width: 7.0422%;
clear: both;
margin-left: 0;
display: block;
}
.main-top-lap {
	display: inline;
	padding-top: 20px;
	border-radius: 8px;
	margin-left: 20px;
	margin-right: auto;
	clear: none;
	width: 66.197%;
}
.main-top-desk {
width: 23.9436%;
margin-left: 0;
display: block;
clear: both;
}
.nav-moble {
display: block;
}
.bottom-main-parent {
	width: 49.2957%;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}
.bottom-main-child {
	width: 82.8571%;
}
.bottom-main-child-inside {
}
.footer-inside {
	padding-left: 20px;
	padding-right: 20px;
}
.main-top-lap-text {
	width: 36.1702%;
	padding-top: 20px;
	margin-top: 20px;
	padding-left: 20px;
	text-align: left;
	margin-left: 0;
}
.main-top-lap-image {
	width: 48.9361%;
	clear: none;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.65) 0%,rgba(209,207,194,1.00) 100%);
	border-radius: 8px;
}
.main-top-desk-image {
width: 100%;
clear: both;
margin-left: 0;
}
.main-top-inside {


}
.main-top-mobile-inside {
}

.main-top {
    display: inline;
    clear: none;
    width: 66.197%;
}
.navdrop {
}
#Poem {
	float: left;



}
#poem-inside {
    float: none;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    color: #3F322A;
    font-style: italic;
    font-size: large;
}
#image-sub-title {
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	float: left;

}
#image-sub-title-inside {
	max-width: 450px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
}
.image-container-1 {
}
.text-container-1 {
}
.image-container-right {
}
.image-container-left {
}
.image-350-no-flote {
}
#slideshow-wrapper {
}
.phone-in-nav2 {
}
.contact-in-vav2 {
}
.drop100820 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}

/* Desktop Layout: 769px to a max of 1400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
    margin-top: auto;
    padding-top: auto;

}
#div1 {
}
.header {


}
.nav1 {
}
.top-left {

}
.footer {
}
.list {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
}
.nav2 {


}
.phones {
}
.lower {
}
.lower-left {
width: 49.1525%;
}
.lower-right {
	width: 40.6779%;
	clear: none;
	margin-left: 1.6949%;
	float: right;
	display: block;
}
#header-outside {
	margin-right: auto;
	margin-left: auto;
	float: none;
	min-width: 1400%;
	background-repeat: no-repeat;
	max-width: 1400px;
}
.tilerepair {
}
.menu2 {





}
.dropmenu2 {
	display: block;
}
.nav-side {
	width: 20.2797%;
	display: block;

}
.drop {
}
.dropmenu2container {
	margin-left: 0;
}
.parent-top {

}
.main-top-moble {
width: 3.4965%;
clear: both;
margin-left: 0;
display: block;
}
.main-top-lap {
clear: both;
margin-left: 0;
width: 3.4965%;
display: block;
}
.main-top-desk {
	width: 70.6293%;
	margin-left: 20px;
	display: block;
	clear: none;
	margin-top: 0px;
}
.nav-moble {
display: block;
}
.bottom-main-parent {
width: 58.0419%;
display: block;
}
.bottom-main-child {
	width: 92.771%;
	text-align: left;
	font-weight: bold;
}
.bottom-main-child-inside {
}
.footer-inside {
}
.main-top-lap-text {
	width: 34.6534%;
	margin-left: 0;
}
.main-top-lap-image {
width: 100%;
clear: both;
margin-left: 0;
}
.main-top-desk-image {
	width: 40.594%;
	clear: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	margin-right: 45px;
	margin-left: 0.99%;
	margin-top: 40px;
	background-image: -webkit-linear-gradient(0deg,rgba(209,207,194,0.19) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(209,207,194,0.19) 0%,rgba(209,207,194,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(209,207,194,0.19) 0%,rgba(209,207,194,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(209,207,194,0.19) 0%,rgba(209,207,194,1.00) 100%);
	border-radius: 8px;
}

.main-top-inside {
    color: #09178E;






}

.main-top-mobile-inside {
}


.main-top {

}

.navdrop {
}

#Poem {


}

#poem-inside {
}

#image-sub-title {
}

#image-sub-title-inside {
}

.image-container-1 {


}

.text-container-1 {
}

.image-container-right {
}

.image-container-left {


}

.image-350-no-flote {
}

#slideshow-wrapper {
}

.phone-in-nav2 {
}

.contact-in-vav2 {
}

.drop100820 {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
}
