body {
	margin: 0;
	margin: 0 auto;
	background-image: url(../images/bg_b.gif);
}
#container {
	width: 781px;
	height: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #AA0000;
}
#header {
	vertical-align: top;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
	background-image: url(../images/perisai-logo-780-75.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 2px;
	border-right-color: #666666;
	border-right-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}

#pagebody
{
	height: auto;
	width: 780px;
	overflow: visible;
	float: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #FFFFFF;
}

.title {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #90200A;
}
.darktitle {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#main {
	width: 780px;
	height: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A0A0A4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #efefef;
}
h1, h2 {
	font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}
h3, h4 {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}
#menu {
	width: 150px;
	color: #00008B;
	font-family: Verdana, Arial, sans-serif;
	overflow: visible;
}
#menu a:link, #menu a:visited {
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	background-color: transparent;
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	display: block;
}
#menu a:hover {
	color: #A52A2A;
	text-decoration: none;
}
#selected {
	color: #2A00FF;
	display: block;
}
/* #topmenu
{
    text-align: right;
	padding-top: 1em;
	padding-right: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
#topmenu a:link, #topmenu a:visited
{
	color: #ffffff;
	text-decoration: none;
	background-color: #A0A0A4;
	border: 1px solid #666666;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}
#topmenu a:hover
{
	color: #ffffff;
	background-color: #90200A; 
	border: 1px solid #90200A;
    text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
} */

#topmenu {
	width:756px;
	height:42px;
	background-image: url(../ap/images/navi.gif);
}
#topmenu ul {
	padding-left:20px;
}
#topmenu ul li {
	float:left;
	font-size:11px;
	padding-right:15px;
	background-image:url(../ap/images/divider.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
}
#topmenu ul li a {
	padding-right:15px;
	position:relative;
	top:9px;
}
/*- Menu Tabs F--------------------------- */

    #tabsF {
	width:780px;
	font-size:100%;
	line-height:normal;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-style: solid;
}
#tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabsF li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftF.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabsF a span {
	float:left;
	display:block;
	color:#666;
	background-image: url(../images/tabrightF.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsF a:hover span {
	color:#FFF;
}
#tabsF a:hover {
	background-position:0% -42px;
}
#tabsF a:hover span {
	background-position:100% -42px;
}
#lefty {
	margin: 8px;
	color: #00008B;
	font-family: Verdana, Arial, sans-serif;
	height: auto;
	width: 150px;
}
#lefty p {
	width: 94%;
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #993300;
	top: 140px;
	font-weight: normal;
}

#lefty img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	left: 10px;
}


#block {
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #2A1FAA;
}
#block img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	left: 20px;	
	}
#block-centered {
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
	background-position: center center;
}
#block-centered img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	left: 12%;
}
#breadcrumb {
	text-align: right;
	color: #999999;
	padding-bottom: 11px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
a:link, a:visited {
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #A52A2A;
	text-decoration: none;
}
#content {
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 145%;
	color: #607080;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 0px;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	color: #cccccc;
	font-size: 90%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 30px;
	width: 780px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
hr {
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}
li {
	list-style-type: none;
	line-height: 160%;
	list-style-image: url(../images/arrow.gif);
}
table.contacts {
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;/*border-spacing: 0px;*/
}
td.contactDept {
	background-color: #CCCCFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	border: 1px dotted #000000;
}
td.contact {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 90%;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer-left{
	position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	top: 300px;
}

.thumbnail img{
	border: 1px solid #0000FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 100px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	width: auto;
}


.image img{
	border: 1px solid #0000FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px;
}

.image:hover{
background-color: transparent;
}

.image:hover img{
border: 1px solid blue;
}

.image span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.image span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.image:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 100px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	top: -400px;
}

