﻿body
{
	margin: 0px;
	margin-top: 15px;
}
#container
{
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

.divheight15
{
	height: 15px;
	clear: both;
}

.clear
{
	clear: both;
}

#logo-PMS
{
	background: url(../images/PMS-Logo.jpg) no-repeat;
	width: 363px;
	height: 100px;
}
/*SIDEPAN*/
.sidepan img
{
	margin-left: 0px;
	-webkit-transition: margin 1s ease;
	-moz-transition: margin 1s ease;
	-o-transition: margin 1s ease;
	-ms-transition: margin 1s ease;
	transition: margin 1s ease;
}

.sidepan img:hover
{
	margin-left: -200px;
}

/*SIDEPAN*/
.sidepan img
{
	margin-left: 0px;
	-webkit-transition: margin 1s ease;
	-moz-transition: margin 1s ease;
	-o-transition: margin 1s ease;
	-ms-transition: margin 1s ease;
	transition: margin 1s ease;
}

.sidepan img:hover
{
	margin-left: -200px;
}

.shrink img
{
	height: 197px;
	width: 300px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.shrink img:hover
{
	width: 350px;
	height: 230px;
}
a.viewmore
{
	padding: 5px;
	background: #aaaaaa;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
a:hover.viewmore
{
	padding: 5px;
	background: #666;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.footerheadtxt
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #c2c2c2;
}
 

a.pms_socialicons
{
	font-family:Calibri;
	font-size:13px;
	text-decoration:none;
	color:#333333;
}
a:hover.pms_socialicons
{
	text-decoration:underline;
}