/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#boxheadline {
	color:#929A4E;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1;
	padding-left:10px;
	padding-right:10px;
}

#boxcontent {
	color:#000000;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top: -5px;
	padding-left:10px;
	padding-right:10px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}


#wrapper {
    width: 950px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: #ffffff;
    text-align: center; 
}


#nav {
	width:750px;
	min-width:750px;
	border-top:1px solid #E5E7C2;
	border-bottom:1px solid #E5E7C2;
	padding-top:5px;
	padding-bottom:9px;
	z-index:10000;
}

div.tabShow {
	border:1px solid black;
	position:relative;
	left:210px;
	top:50px;
	width:675px;
	min-width:675px;
	height:270px;
	min-height:270px;
}

div.leftQuote {
	font-family:"Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size:11pt;
	color:#FFFFFF;
	padding-left:29px;
	padding-right:20px;
	padding-top:115px;
	line-height:14pt;
}

div.navOff, div.navOn {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	background-color:#FFFFFF;
}

div.navOff {

	color:#000000;
	padding:5px;
	border:1px solid #FFFFFF;
}

div.navOn {
	color:#000000;
	background-color:#ffffff;
	padding:5px;
	border:1px solid #e5e7c2;

}
div.tabOn {
	height:55px;
	min-height:55px;
	background-image:url(images/tabon.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}

div.tabArrow {
	height:55px;
	min-height:55px;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
}

div.nav2Off, div.nav2On {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:3px;
	cursor:pointer;
	width:180px;
	text-align:left;

}

div.nav2Off {
	background-color:#e5e7c2;
	border:1px solid #FFFFFF;
	color:#000000;
}

div.nav2On {
	background-color:#FFFFFF;
	border:1px solid #e5e7c2;
	color:#000000;
}

div#preload {
	display:none;
}

a:link,a:visited {
	color:#6F772E;
}

a:hover {
	color:#555555;
}

#header {
	clear:both;
	
}
#photobar {
	clear:both;
	border-bottom:1px solid #E5E7C2;
	padding-bottom:10px;
}
#footer {
	clear:both;
	background-color:#FFFFFF;
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #E5E7C2;
	margin-top: 15px;
	padding:10px;

}
#boxwrapper {
	width:950px;
	padding-top:10px;
}

#section1 {
    float: left; /* Sets this section to the left */
    background: #fff;
    width: 475px;
}

    #column1 {
        float: left; /* Sets this column to the left inside its section */
        background: #FFFFFF;
        width: 237px;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        background: #FFFFFF;
        width: 238px;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    background: #fff;
    width: 475px;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        background: #FFFFFF;
        width: 237px;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        background: #FFFFFF;
        width: 238px;
    }


#headerlogo {
	float:left;
	position:relative;
	width:189px;
}

#search {
	text-align:right;
	font-size:9pt;
}

#solve {
	text-align:left;
}

#interiorquote {
	float:left;
	font-size:9pt;
	width:189px;
	height:100%;
}

#interiorcontent {
	font-size:9pt;
	width:730px;
	min-width:730px;
	text-align:left;
	padding-left:15px;
	float: left;
}
.blogtitle {
color:#929A4E;
	font-size:14pt;
	font-weight:bold;
}
