/* ---------GENERAL--------- */


body {

	margin: 20px 0px 0px 0px;
	color: #666666;
	background:#D7D6CD;
	
}


/* ---------PARAGRAPH TAGS--------- */

p {
	
	margin: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	background-color: #E6E5DD;
	/*background-color: #E6E3DC;*/
}

p.about {
	margin: 0px 100px 0px 100px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;
	background: transparent;

}

p.contact {
	margin: 0px 200px 0px 200px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: justify;
	background: transparent;

}

p.content {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;

}

p.error {
	margin: 0px 200px 15px 200px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;
	text-align: justify;
	background: transparent;

}

p.indent {
	margin: 10px 200px 10px 150px;
	padding: 0px;
	font: normal 10px/18px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 0px;
	text-align: justify;
	background: transparent;

}

p.slides {
	margin: 4px 100px 0px 85px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;
	text-align: justify;
	background: transparent;

}



/* ---------HEADER TAGS--------- */


h1 {
	
	margin: 0px 15px 0px 15px;
	padding: 0px;
	font: normal 18px/23px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: transparent;
}

h1.about {
	
	margin: 8px 15px 0px 100px;
	padding: 0px;
	font: normal 18px/23px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: transparent;
}

h1.contact {
	
	margin: 10px 0px 0px 200px;
	padding: 0px;
	font: normal 18px/23px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: transparent;
}


h1.port {
	
	margin: 0px;
	padding: 26px 0px 4px 5px;
	font: normal 15px/18px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: transparent;
}


h2 {
	
	margin: 10px 0px 0px 200px;
	padding: 0px;
	font: normal 13px/18px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #585654;
	background: transparent;
}

img {
	border: none;
}

a {
	border: none;
}

ul	{
	font: normal 9px/21px Verdana, Helvetica, sans-serif;
	letter-spacing: 0px;
}	

li	{
	font: normal 9px/21px Verdana, Helvetica, sans-serif;
	letter-spacing: 0px;
}

div {
	border: none;
}

.FormBox {
	color: #333;
	background: #fff;
	border: 1px solid #abc0c7;
}
.FormError {
	color: #900;
	background: transparent;
}

}	
.space {
	clear: both;
}



/* ---------LINKS--------- */


a:link { color: #DFDCCD;
	background-color: transparent;
	text-decoration: none;	
}


a:visited { color: #DFDCCD;
	background-color: transparent;
	text-decoration: none;	
}

a:hover { color: #D6BCA5;
	background-color: transparent;
	text-decoration: none;	
}

a.selected:link, hover { color: #FFF;
	background-color: transparent;
	text-decoration: none;	
}

a:active { color: #DFDCCD;
	background-color: transparent;
	text-decoration: none;	
}


a.text {
	text-decoration: none;
}
a.text:link {
	color: #585654;
	background-color: transparent;
	border-bottom: 1px dotted #585654;
}
a.text:visited {
	color: #333;
	background-color: transparent;
	border-bottom: 1px dotted #333;
}
a.text:hover {
	color: #D6BCA5; 
	background-color: transparent;	
	border-bottom: 1px dotted #7C7C7C;
}
a.text:active {
	color: #000;
	background-color: transparent;
	border-bottom: 1px dotted #000;
}





/* ---------MAIN CONTAINERS--------- */


#container_h {
margin: auto; 
padding: 0px 0px 0px 0px;
width: 790px;
height: 479px;
position: relative;
background-color: none; 
background-image: url(/images/background.gif);
background-repeat: repeat-y; 
}


#container {
margin: auto; 
padding: 0px 0px 0px 0px;
width: 790px;
height: 525px;
position: relative;
background-color: none; 
background-image: url(../images/background.gif);
background-repeat: repeat-y; 
}


#container2 {
margin: auto; 
padding: 0px 0px 0px 0px;
width: 790px;
height: 625px;
position: relative;
background-color: #FAF9F1; 
background-image: url(../images/background.gif); 
background-repeat: repeat-y; 
}

#container3 {
margin: auto; 
padding: 0px 0px 0px 0px;
width: 790px;
height: 325px;
position: relative;
background-color: #FAF9F1; 
background-image: url(../images/background.gif); 
background-repeat: repeat-y; 
}


/* ---------SUB CONTAINERS--------- */


#box {

	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;
	position: absolute;
	top: 150px;
	right: 0px;
	bottom: 0px;
	left: 400px;
	width: 365px;
	height: 266px;
	background-color: #E6E5DD;

}

#box2 {
	
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	position: absolute;
	top: 150px;
	right: 0px;
	bottom: 0px;
	left: 8px;
	width: 400px;
	height: 271px;
	background-color: #E6E5DD;

}

#box_hm {
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 8px;
	width: 390px;
	height: 234px;
	background-color: transparent;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}

#box_mid {

	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: 150px;
	right: 0px;
	bottom: 0px;
	left: -2px;
	width: 776px;
	height: 209px;
	background-color: transparent;

}

#box_beige {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 114px;
	right: 0px;
	bottom: 0px;
	left: 604px;
	width: 172px;
	height: 113px;
	background-color: #DFDFD3;

}

#box_green {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 114px;
	width: 602px;
	height: 113px;
	background-color: #999966;

}

#box_browm {

	position: absolute;
	top: 11px;
	right: 0px;
	bottom: 0px;
	left: 610px;
	width: 172px;
	height: 234px;
	background-color: #999966;

}

#box_slides_l {

	margin: 0px;
	padding: 0px;
	font: normal 11px/20px Tahoma, Verdana, Helvetica, sans-serif;
	word-spacing: 1px;
	text-align: left;
	position: absolute;
	top: 44px;
	right: 0px;
	bottom: 0px;
	left: 8px;
	width: 316px;
	height: 384px;
	background-color: #E6E5DD;

}

#box_slides_r {
	
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 44px;
	right: 0px;
	bottom: 0px;
	left: 332px;
	width: 450px;
	height: 384px;
	background-color: #E0DFD4;

}


#buttons {
	margin: 0px 4px 0px 6px;
	padding: 10px 20px 0px 20px;
	width: 800px;
	height: 50px;
	background-color: transparent;
}


#buttons_hm {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 625px;
	height: 50px;
	background-color: transparent;
}

#header {
	padding:10px 0px 2px 0px;
	width: 200px;
}

#main {
	margin: 0px 4px 0px 4px;
	padding: 0px 20px 0px 15px;
	width: 736px;
	height: 245px;
}

#main_hm {
	margin: 0px 4px 0px 4px;
	padding: 0px 20px 0px 15px;
	width: 736px;
	height: 442px;
}

#main_slides {
	margin: 0px 0px 0px 6px;
	padding: 1px 0px 1px 0px;
	width: 776px;
	height: 384px;
	text-align: right;
	background-color: #E2E3D9;
}

#main_slides2 {
	margin: 0px 0px 0px 6px;
	padding: 1px 0px 1px 0px;
	width: 776px;
	height: 384px;
	text-align: right;
	background-color: #E2E3D9;
}


#slider {
	margin: 0px 4px 0px 6px;
	width: 776px;
	height: 14px;
	background-color: #F4F4F4;
}


/* ---------CONTACT FORM--------- */


#form {
	width: 420px;
	margin: 10px 15px 20px 210px;
	padding: 0px;
}
.row {
	padding-top: 4px;
	clear: both;
}
.row span.left {
	width: 80px;
	float: left;
	font: bold 11px/16px Tahoma, Verdana, sans-serif;
	text-align: right;
}	
.row span.right {
	width: 330px;
	float: right;
	text-align: left;
}	


/* ---------NAVIGATION--------- */



#navigation {
    
    margin-top: 0px;
	margin-right: auto;
	margin-left: 7px;
	width: 775px;
	background-color: #585654;
	
}

#navigation ul {
	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #585654;

}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited, #navigation a:hover,
#navigation a:active {
	margin-top: 0px; 
    margin-right: -3px;
    padding: 5px 35px 7px 35px;
    text-align: center;
	border-top: 0px;
	border-right: 1px dotted #FAF9F1;
	border-bottom: 1px solid #FAF9F1;
	border-left: 0px;
	
	}
	
	
#navigation a:active, #navigation a.selected { 
    margin-top: 0px;
    margin-right: -3px;
    padding: 5px 35px 7px 35px;
    text-align: center;
	border-top: 0px;
	border-right: 1px dotted #FAF9F1;
	border-bottom: 1px solid #FAF9F1;
	border-left: 0px;
	color: #FFF;
	background-color: #91A080;
	
	}


/* ---------HOME PAGE NAVIGATION--------- */


.smart_rollover { 
float: left; 
width: 138px; 
height: 14px; 
border: none; 
text-align: center; 

background: #999966 URL(../images/port_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover:link, a.smart_rollover:visited, a.smart_rollover:active { 
background: #999966 URL(../images/port_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover:hover { 
background: #999966 URL(../images/port_r.gif) no-repeat 0px -18px;

}

.smart_rollover2 { 
float: left; 
width: 105px; 
height: 14px; 
border: none; 
text-align: center; 
 
background: #999966 URL(../images/srvc_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover2:link, a.smart_rollover2:visited, a.smart_rollover2:active { 
background: #999966 URL(../images/srvc_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover2:hover { 
background: #999966 URL(../images/srvc_r.gif) no-repeat 0px -18px;

}

.smart_rollover3 { 
float: left; 
width: 85px; 
height: 14px; 
border: none; 
text-align: center; 

background: #999966 URL(../images/about_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover3:link, a.smart_rollover3:visited, a.smart_rollover3:active { 
background: #999966 URL(../images/about_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover3:hover { 
background: #999966 URL(../images/about_r.gif) no-repeat 0px -18px;

}

.smart_rollover4 { 
float: left; 
width: 100px; 
height: 14px; 
border: none; 
text-align: center; 
 
background: #999966 URL(../images/contact_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover4:link, a.smart_rollover4:visited, a.smart_rollover4:active { 
background: #999966 URL(../images/contact_r.gif) no-repeat 0px 0px; 
} 
a.smart_rollover4:hover { 
background: #999966 URL(../images/contact_r.gif) no-repeat 0px -18px;

}


/* ---------NAVIGATION BUTTONS--------- */

#squarenav {
        margin: 0;
        padding: 0;
        height: 38px;
        list-style: none;
        display: inline;
        overflow: hidden;
        
        }
        
 
        
#squarenav ul {
    list-style: none;
}

#squarenav li {
        margin: 0; 
        padding: 0;
        list-style: none;
        display: inline;
        }
        

#squarenav a { 
    text-align: center;
	padding: 0px 10px 0px 10px; 
    float: left;
    overflow: hidden;
    height: 38px !important; 
    height /**/:38px; /* for IE5/Win only */
        }
        

#squarenav a:link, visited {
        background-position: 0px 0px;
        }
        

#squarenav a:hover {
        background-position: 0px -42px;
        }

        
#squarenav a:active, #squarenav a.select { 
    background-position: 0px -42px;
	}
        
