#photo-wrap {
	background-color: #191976;
}

#main-menu {
	background-color: #474791;
}

#main-menu ul li a {
	color: #fff;
}

#main-menu ul li a:hover, a.current {
	color: #474791;
	background-color: #fff;
}

#photo-misc h1 {
	color: #FFD400;
	font-size: 14px;
	padding: 5px 0px;
}

#photo-misc form {
	padding-top: 5px;
}

#photo-misc form input {
	font-size: 11px;
}


#content-wrap {
	width: 100%;
	font-family: Corbel,Arial,Helvetica,sans-serif;
	text-align: left;
}

#content-wrap #ioc {
	width: 640px;
	height: 180px;
	background-color: #fcf3ee;
	float: left;
	border: 1px solid #fff;
	border-left: 0;
	padding: 5px 10px 0 10px;
}

#content-wrap #ioc h1 {
	font-size: 22px;
	color: #191976;
	padding-top: 30px;
}

#content-wrap #pines {
	width: 209px;
	height: 175px;
	background-color: #c1d196;
	float: right;
	padding: 5px 15px;
	display: inline;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#content-wrap #pines h1 {
	color: #191976;
	font-size: 15px;
	padding-top: 10px;
}

#content-wrap div.box {
	width: 199px;
	text-align: left;
	height: 175px;
	float: left;
	background-color: #D4E5FF;
	border-right: 1px solid #fff;
	padding: 5px 10px;
}

#content-wrap div.box h1 {
	color: #21217b;
	font-size: 15px;
	padding-top: 10px;
}

#content-wrap div.box a {
	margin-top: 10px;
	display: block;
}


#content-wrap div.end {
	width: 200px;
}

#content-wrap #ppsn {
	width: 209px;
	height: 175px;
	float: left;
	background-color: #b8b8b8;
	padding: 5px 15px;
	display: inline;
}

#content-wrap #ppsn h1 {
	color: #000;
	font-size: 15px;
	padding-top: 10px;
}


#footer {
	min-height: 25px;
	display: none;
}

#footer ul li a {
	color: #191976;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

a.arrow-red {
	background: url(/templates/portal/images/arrow-red.gif) 0 right no-repeat;
	padding-right: 25px;	
	display: block;
	height: 20px;
	text-align: right;
	margin-top: 15px;
}

a.arrow-blue {
	background: url(/templates/portal/images/arrow-blue.gif) 0 right no-repeat;
	padding-right: 25px;	
	display: block;
	height: 20px;
	text-align: right;
	margin-top: 25px;
}

a.arrow-black {
	background: url(/templates/portal/images/arrow-black.gif) 0 right no-repeat;
	padding-right: 25px;	
	display: block;
	height: 20px;
	text-align: right;
	margin-top: 15px;
}