/* generated by csscreator.com */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/background/brown-bg.jpg);
	background-repeat: repeat-x;
	background-color: #7E756C;
	font-family: Arial, Helvetica, sans-serif;
}

#pagewidth{
	width:765px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background/page-bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#header{
	position:relative;
	height:305px;
	background-color:#FFFFFF;
	width:100%;
	        background-image: url(../images/background/page-bg.jpg);
        background-repeat: repeat;
}

#leftcol{
	width:143px;
	float:left;
	z-index: 100;
	position:relative;
  }
#index_swf{
	z-index: 0;
	position:relative;
  }
#left-contact {
        float: left;
        width: 100%;
        margin-top: 5px;
}


#twocols{
	width:620px;
	float:right;
	position:relative;
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: -2px top;
  }

#rightcol{
        width:196px;
        float:right;
        position:relative;
        margin-top: 20px;
        margin-right: 5px;
 }
#services {
        background-color: #F3F3E9;
        width: 195px;
        border: 1px solid #BDBBAF;
}
#servicesheader {
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #A7B699;
}
.service li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4389c7;
        list-style-type: square;
}


#maincol{
        position: relative;
        width:397px;
        margin-right: 3px;
        margin-left: 10px;
        background-color: white;
        border: 1px solid #BDBBAF;
        display: inline;
        height: 100%;
        float: left;
        margin-bottom: 5px;
 }

#maincol2{
        position: relative;
        width:96%;
        margin-right: 3px;
        margin-left: 10px;
        background-color: white;
        border: 1px solid #BDBBAF;
        display: inline;
        height: 100%;
        float: left;
        margin-bottom: 5px;
 }

#maintext {
        display: inline;
        width: 346px;
        float: left;
        padding-top: 8px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 10px;
}

h1 {
        font-size: 18px;
        color: #4389c7;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: -10px;
}

h3 {
        font-size: 16px;
        color: #605F4B;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: -10px;
        margin-left: 15px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

a.pagelinks, a.pagelinks:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4389c7;
        text-decoration: none;
}
a.pagelinks:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4389c7;
        text-decoration: underline;
}


a.flinks, a.flinks:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #605F6C;
        text-decoration: none;
}
a.flinks:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #605F4B;
        text-decoration: underline;
}




#footer{
        height:75px;
        background-color:#E3e1c8;
        clear:both;
        width: 622px;
        margin-left: 143px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-decoration: none;
        color: #605F4B;
        padding-top: 8px;
 }



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{
        height: 1%;
        margin-top: -3px;
        margin-bottom: -7px;
}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}

/* ***drop down navigation begins here*** */
#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        float : left;
        width : 10em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        }

        #nav li { /* all list items */
        position : relative;
        float : right;
        line-height : 1.25em;
        margin-bottom : -1px;
        width: 10em;
        }

        #nav li ul { /* second-level lists */
        width: 125px;
        position : absolute;
        left: -999em;
        margin-left : 11.05em;
        margin-top : -1.35em;
        }

        #nav li ul ul { /* third-and-above-level lists */
        left: -999em;
        background-color: #000000;
        }

        #nav li a {
        width: 125px;
        w\idth : 125px;
        display : block;
        color : #605F4B;
        font-weight : bold;
        text-decoration : none;
        border : 1px solid #605F4B;
        padding : 0 0.5em;
        padding-left:12px;
        background-color: #E2E2D8;
        }

        #nav li a:hover {
                color : #FFFFFF;
                background-color : #A9B79E;
        }

        #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
        background-color: #A9B79E;
        }

        #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: 10px;
        }
/* ***drop down navigation ends here*** */

/* Josh's CSS */

#maincol ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
		z-index: 101;
		position:relative;
}

#maincol h2 {
        font-size: 22px;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom:15px;
		z-index: 102;
		position:relative;
}

#maincol span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        margin:0;
        padding:0;
		z-index: 103;
		position:relative;
}
