/* CSS Document - basic elements*/

body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #fffff8 url(../contactbg.jpg); 
	margin: 0px;
	background-repeat: repeat-x;
	
	}	
/*Div elements logo and main container for all*/

#main_box {
	top:0px;
	width:800px;
	margin: 0 auto;
	background-color: #FFFFF8;
	margin-right: auto;
	background-image: url(../contactbg.jpg);
	background-repeat: repeat-x;
	position: relative;
	}
	
#intro2 {
		background-color:#555859;
		width:auto;
		height:35px;
			font-size: 14px;
		}
		/*margin-top: 20px;*/
#intro{
	background: url(../prop.gif) no-repeat;
	top:0px;
	width:600px;
	height:100px;
	float: none;
	margin-left: 30px;
	
	}
/* navigation bar classes - all pages*/	
#navigation{
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 50px;
    	}
		
#navigation2{
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 0px;
    	}
/*padding-left: 400px;*/
.p-nav {
	margin-right:25px;
	float: right;	
	}
.p-nav2 {
	margin-left:30px;
	text-align:left;
	padding-top:10px;
		}
.p-nav3 {
	margin-right:25px;
	padding-left: 475px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer{
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	float: left;
	margin-top: 35px;
	 }
.p-footer {
	margin-left:570px;
	}
.p-footer-client {
	float:right;
	position:absolute;
	top: 1150px;
	right:20px;
	margin: 0 auto;
	padding-bottom: 25px;	
	}
.p-footer-client2 {
	float:right;
	position:absolute;
	top: 500px;
	right:20px;
	margin: 0 auto;
	padding-bottom: 25px;	
	}
	
	/* Divs - 
	client page contents caontainer*/
#contents {
	
	width:780px;
	list-style-type:disc;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-top: 0px;
	}
	

.list {
	width:201px;
	position: absolute;
	left: 12px;
	top:60px;
	height: auto;	
	}

.list2 {
	width:260px;
	position: absolute;
	left:234px;
	top: 60px;
	} 
	 
.list3 {
	width:260px;
	top:60px;
	right:10px;
	position:absolute;	

	} 
.list-gen {
 	padding-top:10px;
	padding-bottom:10px;
	list-style-type:circle;
	}	
	.list-gen2 {
 	padding-top:30px;
	
	}	
.clear{ 
	clear:both;
	}
	
h3 {
	text-indent:5px;
	color:#b9c7cd;
	padding-top:20px;
	}
/*index*/
#contents-index {
	height:460px;
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-top: 10px;
	background-color: #FFFFF8;    
	
}
#index{
	background: url(port_20.jpg) no-repeat;
	width:700px;
	height:457px;
	top:0px;
	text-align:center;
	float:none;
	margin-left: 50px;	
}
/*Hypertext Links all pages*/		
a   { 
    color: #b9c7cd;
    text-decoration:none;
	font-weight: bold;
	}

a:link { 
	 
	font-weight: bold; 
	text-decoration:none;
	color: #b9c7cd;
	}

a:visited { 
	font-weight: bold; 
	 text-decoration:none;
	color: #cee3ed;
	}
a:hover, a:active {
	color:#daf0fb;
	text-decoration:none;
	font-weight: bold;
	}	
