/*
	Professional Home Care Service
	Author: Hannah Carper
	Last updated: 04/25/2015
	
	filename: indexstyles.css
*/

/* .left Section styles */

section#left {
	float: left;
	width: 55%;
}

section#left h1 {
	margin: 0px;
}

section#left article {
	padding: 35px;
	width: 95%;
	
	border: 1px solid rgba(15, 46, 92, 0.5);

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: rgb(101, 101, 101) 5px 5px 5px;
	-webkit-box-shadow: rgb(101, 101, 101) 5px 5px 5px;
	box-shadow: rgb(101, 101, 101) 5px 5px 5px;
}

section#left article li {
	line-height: 1.5em;
	list-style-type: disc;
	padding-left: 0.8em;
}

/* .right Section styles */

section#right {
	float: left;
	width: 25%;
}

#qiv {
	border: 1px solid rgb(75, 7, 135);
		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: inset rgba(102, 9, 183, 0.4) -7px -7px 5px,
					 rgb(101, 101, 101) 5px 5px 5px;
	-webkit-box-shadow: inset rgba(102, 9, 183, 0.4) -7px -7px 5px,
						rgb(101, 101, 101) 5px 5px 5px;
	box-shadow: inset rgba(102, 9, 183, 0.4) -7px -7px 5px,
				rgb(101, 101, 101) 5px 5px 5px;
}

#qiv h3 {
	color: rgb(102, 9, 183);
	text-align: center;
}

#ppcp {
	border: 1px solid rgb(0, 75, 0);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: inset rgba(102, 9, 183, 0.4) -7px -7px 5px,
					 rgb(101, 101, 101) 5px 5px 5px;
	-webkit-box-shadow: inset rgba(102, 9, 183, 0.4) -7px -7px 5px,
						rgb(101, 101, 101) 5px 5px 5px;
	box-shadow: inset rgba(0, 100, 0, 0.4) -7px -7px 5px,
				rgb(101, 101, 101) 5px 5px 5px;
}

#ppcp h3 {
	color: rgb(0, 100, 0);
	text-align: center;
}

#ppcp a {
	color: rgb(0, 100, 0);
}

