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

/********************************************************
CSS RESET
********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/********************************************************
GLOBAL
********************************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: #1a557a url(../images/bg.gif) no-repeat fixed center top;
}

a:link, a:visited {
	color: #5B83A6;
}

a:hover {
	color: #008053;
}

a:active {
	color: #003A63;
}

h1 {
	color: #003A63;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	color: #003A63;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #003A63;
	font-size: 0.875em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase
}

h4 {
	color: #000;
	margin: 0px 0px 5px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
}

h5 {
	color: #003A63;
	font-size: 0.875em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	color: #000;
	margin: 0px 0px 15px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 15px 13px;
	padding: 0px 0px 0px 5px;
	list-style: disc;
	color: #000;
	font-size: 0.75em;
	line-height: 1.5em;
}

.blueType {
	color: #003A63;
}

.blackType {
	color: #000;
}

.zero {
	margin-bottom: 0;
	padding-bottom: 0;
}

.fancyP {
	font-family: "Times New Roman", Times, serif;
	background: #cac9c2;
	padding: 10px;
}

.namedDropCase {
	font-size: 16px;
	font-weight: bold;
}

/********************************************************
HEADER
********************************************************/

#header {
	width: 100%;
	height: 100px;
	background-color: #003A63;
}

#headerInside {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 298px;
	height: 75px;
	float: left;
	padding: 11px 0px 0px 20px;
}

#topNav {
	width: 400px;
	height: 30px;
	float: right;
	padding: 20px 20px 0px 0px;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
	font-size: 0.75em;
}

#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #FFF;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 10px;
	border-left: 1px solid #FFF;	
}

#topNav a:hover, #topNav a:active {
	color: #649AB0;
}

#topNav .active {
	color: #649AB0;
}

#topNav .noline {
	border-left: none !important;
}

#searchBox {
	width: 166px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50px;
	background: url(../images/header-bg-search.gif) no-repeat 0px 0px;
	padding: 5px 4px 5px 5px;
}

#searchBoxField {
	margin: 0;
	padding: 3px;
	width: 124px;
	border: none;
	background-color: #FFF;
	float: left;
	font-size: 11px;
}

#searchBoxButton {
	float: right;
	padding: 0px 0px 0px 0px;
}

/********************************************************
MAIN BODY - STARTING WITH SIDEPAGE
********************************************************/

#mainBodyHolder {
	width: 900px;
	padding: 20px;
	background-color: #FFF;
	overflow: hidden;
	margin: 0 auto;
}

#singleColumn {
	padding: 5px;
}

#leftColumn {
	width: 260px;
	float: left;
}

#rightColumn {
	width: 620px;
	float: right;
}

#pageTitleImg {
	width: 620px;
	height: 160px;
	margin-bottom: 25px;
}

#sideHeader {
	width: 620px;
	height: 160px;
	margin-bottom: 25px;
	position: relative;
}

/********************************************************
SIDEBAR
********************************************************/

.sideNav {
	width: 230px;
	float: right;
	padding: 13px 15px 7px 15px;
	background-color: #003A63;
	margin-bottom: 20px;
}

.sideNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideNav li {
	margin: 0;
	padding: 2px 0px 6px 0px;
	list-style: none;
	display: inline;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;

}

.sideNav a:link, .sideNav a:visited {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #FFF;
	clear: both;
	width: 230px;
	text-decoration: none;
}

.sideNav a:hover, .sideNav a:active {
	color: #649AB0;
}

.sideNav .active {
	color: #649AB0;
}

.sideNav ul li ul li {
	padding: 2px 0px 2px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}

.sideNav ul li ul li a:link, .sideNav ul li ul li a:visited {
	width: 215px;
}

#privacyPolicy {
	width: 228px;
	padding: 15px;
	clear: both;
	border: 1px solid #959485;
	background-color: #E5EBEF;
	margin-bottom: 20px;
}

#knowledgeButton {
	width: 260px;
	height: 42px;
	background: url(../images/bg-login.gif);	
}

#knowledgeButton a:link, #knowledgeButton a:visited {
	display: block;
	font-size: 	0.75em;
	color: #FFF;
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
}

#knowledgeButton a:hover, #knowledgeButton a:active {
	color: #649AB0;
}

#sidePhotos .lastImg {
	margin-top: 20px;
}

.sideItemTopper {
	width: 581px;
	height: 50px;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 55px;
	display: none;
}

#sideRotation {
	width: 260px;
	height: 365px;
	overflow: hidden;
	clear: both;
}

/********************************************************
FOOTER
********************************************************/

#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #003A63;
	overflow: hidden;
	padding: 11px 20px 9px 20px;
}

#footer p {
	font-size: 	0.625em;
	color: #FFF;
	display: block;
	width: 700px;
	float: left;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

#footer a:hover, #footer a:active {
	color: #649AB0;
}

#social {
	width: 200px;
	float: right;
}

#social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
	padding-left: 5px;
}

/********************************************************
HOME PAGE
********************************************************/

#frontPhotoBlock {
	width: 940px;
	height: 345px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	clear: both;
}

#frontPhotoActual {
	width: 940px;
	height: 345px;
	overflow: hidden;
}

.frontItem {
	width: 940px;
	height: 345px;
	position: relative;
}

.frontItemTopper {
	width: 549px;
	height: 126px;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 81px;
	display: none;
}

#rotationNum {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 300;
}

#rotationNum a {
	display: block;
	color: #FFF;
	padding-top: 2px;
	margin: 0px 6px 0px 0px;
	padding: 5px 9px 5px 9px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	float: left;
	background-color: #003A63;
	border: 1px solid #FFF;
	text-decoration: none;
}
#rotationNum a:hover { background-color: #649CB2; }
#rotationNum a.activeSlide { background-color: #649CB2; }
#rotationNum a:focus { outline: none; }

span.customStyleSelectBox {
	width: 240px;
	font-size:12px;
	color:#000;
	padding: 8px 10px;
	background: #FFF url(../images/select.gif) no-repeat 0px 0px;
}
span.customStyleSelectBox.changed { background-color: #f0dea4; }
.customStyleSelectBoxInner { }

#sitePull {
	width: 260px;
	clear: both;
	overflow: hidden;
}

#frontLeft {
	width: 290px;
	float: left;
	padding-left: 10px;
}

#frontLeft h2 {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

#frontLeft p, #frontRight p {
	line-height: 17px;
}

#frontLeft h3 {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	text-transform: none;
}

#frontRight {
	width: 295px;
	float: right;
}

#frontRight h2 {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	padding: 8px 12px 8px 12px;
	margin: 0px 0px 0px 0px;
	background-color: #003A63;
	text-transform: uppercase;
	font-weight: bold;
}

#frontRight h3 {
	font-size: 14px;
	line-height: 17px;
	color: #003A63;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

#frontNews {
	padding: 12px;
	background-color: #BFBFBF;
}

/********************************************************
WHY CHOOSE PIPINO
********************************************************/

#namedTable {
	margin-bottom: 20px;
}

#namedTable td {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 8px 4px;
	font-size: 0.75em;
	line-height: 1.3em;
}

.tableShade {
	background-color: #CCCCCC;
}

/********************************************************
NEWS
********************************************************/

#sideBlog {
	padding: 15px 15px 0px 15px;
	background-color: #cac9c2;
	clear: both;
}

#sideBlog h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #003A63;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#sideBlog ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#sideBlog li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	list-style: none;
}

#sideBlog a:link, #sideBlog a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

#sideBlog a:hover, #sideBlog a:active {
	color: #5B83A6;
	text-decoration: none;
}

.blogEntry {
	width: 620px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.blogEntry h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #003A63;
	font-weight: bold;
	text-transform: uppercase;
}

.blogEntry h2 a:link, .blogEntry h2 a:visited  {
	color: #003A63;
	text-decoration: none;
}

.blogEntry h2 a:hover, .blogEntry h2 a:active  {
	color: #5B83A6;
	text-decoration: none;
}

.blogEntry h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
}

.blogEntry p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/********************************************************
WORDPRESS ADDITIONS
********************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.navigation {
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	overflow: hidden;
}
	
.navigation a:link, .navigation a:visited {
	color: #000000 !important;
	text-decoration: none;
	font-size: 15px;
	background-color: #eeeeee;
	padding: 8px 16px 8px 16px;
	display: block;
}
	
.navigation a:hover, .navigation a:active {
	color: #FF0000 !important;
}

/********************************************************
P11 CUSTOM ADD THIS BAR
********************************************************/

.sharingAndCaring {
	width: 620px;
	height: 35px;
	padding-top: 7px;
	margin-right: 0px;
	overflow: hidden;
	text-align: right;
	display: block;
}

.sharingAndCaring ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sharingAndCaring li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	background-image: none;
}

.sharingAndCaring img {
	margin-right: 5px;
}

.fbLike {
	float: left;
}