/*Passmore CSS Elements */

body {
	margin:0; padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#331650;
	line-height:130%; background-color:#FBFBF7; 
	
}










h1{
	margin:0px;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #313058;
	padding: 0px;
}
h2{margin:0px;font-size:100%; color:#363885}
h3{
	margin:0px;
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
h4{margin:0px;font-size:13px;}

form {margin:0px;}
.textFieldNoWidth {font-size:11px;color:#39328F;border: 1px solid #8F98AF; padding:2px;}
	#subscribe {margin:0 8px 0 8px; width:140px;}
select {font-family: Arial, Verdana, Helvetica, sans-serif;font-size:11px; color:#3C3A8D; font-weight:normal;}
	
textarea {font-family: Arial, Verdana, Helvetica, sans-serif;font-size:12px;}
#submit {padding-top:0px;}

/* Passmore Links
----------------------------------------------- */

a:link {color: #411C66; text-decoration:underline;}
a:visited {color:#8845CB; text-decoration:underline;}
a:hover {color:#FC511B; text-decoration:underline;}
.bottombarwithbackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 23px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/backgroundbottom.jpg);
}
.centre {
	background-color: #FFFFFF;
	background-image: url(images/backgroundpic1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #411C66;
	line-height: 130%;
	padding: 10px 23px;
}









/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#container-gallery
{
height:auto;
width:auto;
/*
border:1px solid red; */
}

#container-gallery img
{
width:90px;
height:auto;
position:relative;
margin-top:8px;
margin-left:2px;
float:left;
border:2px solid #ADACBC;
clear:none;
display:inline;
margin-right:0px;
margin-bottom:10px;
padding:0px;
}
#container-gallery img a:link,
#container-gallery img a:visited
{
border:#BBBBC7;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	margin:-250 0 0 -250px;
	border:20px solid #fff;
	background:#fff;
	text-align:right;
	color:#ADACBC;
	overflow:auto;
	scrollbar-base-color:#FACAD6;
	text-decoration:none;
}
#lightbox img
{
text-decoration:none;
}
#lightbox img a:link,
#lightbox img a:visited
{
text-decoration:none;
border:0;
}
#lightbox img a:hover
{
text-decoration:none;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#F7F3EC;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

.clear
{
clear:both;
}



.bottombarwithbackground a:link {

color:#FFFFFF;
}
.bottombarwithbackground a:hover {

color:#6699CC;
}
.bottombarwithbackground a:visited {

color:#FFFFFF;
}
.basebar {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 23px;
	color: #411C66;
	background-repeat: no-repeat;
}
.centreplain {

	background-color: #FFFFFF;
	background-image: url(images/backgroundfade.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #411C66;
	line-height: 130%;
	padding: 10px 23px;
}
.bottombartelephonenum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
