@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	height: 100%;
	font-family: "Lucida Grande", Calibri, "Lucida Sans Unicode", Lucida, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 17px;
}



a {
	color: #0072bc;
	text-decoration: none;
}

a:hover {
	color: #9fc938;	
}

h2 {color: #0072bc; font-size: 1.2em;}


.prop {
	float: right;
	height: 600px;	
	width: 1px;
}


#logo { background: url(../images/pes_logo.jpg) no-repeat; width: 500px; height: 64px; margin-left: 5px; margin-bottom: 10px;}
#logo p { margin-left: 100px; vertical-align:middle; padding-top: 30px;}


/* //////////// Content */

#content {
	background: transparent url(../images/content_bg.png) repeat-y;
	padding: 15px 60px;
	width: 810px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content p {
	margin: 10px 0;	
}

.pagetitle {
	font-size: 20px;
	color: #0072bc;
	font-weight: bold;
	padding: 10px 0 10px;
}


.intro {
	font-weight: bold;
	font-size: 19px;
	color: #9fc938;
	letter-spacing: -1px;
	line-height: 26px;
	padding: 10px 0;	
}

.caption {
	font-weight: bold;
	font-size: 26px;
	color: #9fc938;
	letter-spacing: -1px;
	line-height: 34px;
	padding: 10px 0;
}

/* /////////// Icon  */

#image_icon { background: url(../images/photo_icon.png) no-repeat; height: 29px; padding: 5px 0 0 40px; margin-bottom: -10px;}
#logo_icon { background: url(../images/file_icon.png) no-repeat; height: 29px; padding: 5px 0 0 40px; margin-bottom: -10px;}
#text_icon { background: url(../images/text_icon.png) no-repeat; height: 29px; padding: 5px 0 0 40px; margin-bottom: -10px;}
