/* CSS Document */

html{
margin:auto;
padding:0px;
}

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px; 
background-repeat:no-repeat;
background-position:right;
background-color:#FFFFFF;
}

#switch{
background-color:#00FF00;
border: solid 5px #000000;
height:407px;
width:561px;
margin-top:88px;
margin-left:40px;
margin-bottom:23px;
}  


#homepage{
margin:auto;
background-image:url(images/ips_home.jpg);
background-repeat:no-repeat;
height:800px;
width:800px;
margin-top:20px;
}

#contactpage{
margin:auto;
background-image:url(images/ips_contact.jpg);
background-repeat:no-repeat;
height:800px;
width:800px;
margin-top:20px;
}


#aboutpage{
margin:auto;
background-image:url(images/ips_about.jpg);
background-repeat:no-repeat;
height:800px;
width:800px;
margin-top:20px;
}

#servicepage{
margin:auto;
background-image:url(images/ips_services.jpg);
background-repeat:no-repeat;
height:800px;
width:800px;
margin-top:20px;
}

#quotepage{
margin:auto;
background-image:url(images/ips_quote.jpg);
background-repeat:no-repeat;
height:800px;
width:800px;
margin-top:20px;
}

#form{
margin-top:160px;
margin-left:80px;
}


#nav{
font-family:"times", arial, serif;
font-size:12px;
color:#003300;
margin:0px 0px 0px 0px;
padding:76px 0px 0px 300px;
margin:auto;

}



#nav a:link {
font-family:"times", arial, serif;
font-weight:500;
font-size:12px;
color:#003300;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}


#nav a:visited{
font-family:"times", arial, serif;
font-weight:500;
font-size:12px;
	color:#003300;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}
	
#nav a:hover{
font-family:"times", arial, serif;
font-weight:500;
font-size:12px;
	text-decoration:none;
	color:#006600;
	padding:0px 5px 0px 5px;
}	
#nav a:active{
font-family:"times", arial, serif;
font-weight:500;
font-size:12px;
color:#006600;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}