/* CSS Document */

body
{
	padding:0;
	margin:10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:url(../images/bodyBG.jpg) repeat left top;
	color:#FFF;
}


/**** Text ****/

h1, h2, h3, p
{
	padding:5px;
	margin:0;
}
h1
{
	font-size:1.8em;
	font-weight:normal;
	color:#AF9D5B;
	padding:25px 10px;
	font-family:'Century Schoolbook';
}
h2
{
	color:#C00056;
	font-size:1.2em;
	margin-top:10px;
}
#header p
{
	padding:15px;
}
a:link, a:active, a:visited
{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	background:#C00056;
	color:#FFF;
}
.largeletter
{
	font-size:1.7em;
	font-style:italic;
	font-weight:normal;
	font-family:'Century Schoolbook';
}
.border
{
	margin-top:10px;
	border:1px solid #c00056;
}
.adooda
{
	font-size:x-small;
	text-align:center;
	line-height:20px;
}
/**** Layout ****/

#wrapper
{
	margin:0 auto;
	width:796px;
	background:url(../images/contentBG.jpg) no-repeat top;
	border:1px solid #AF9D5B;
	background-color:#000000;
}
#header
{
	height:128px;
}
#telephone
{
	float:right;
	text-align:right;
	padding:10px;
	font-weight:normal;
	font-size:0.9em;
	line-height:20px;
}
#nav
{
	background:url(../images/navBG.jpg) no-repeat top;
	height:28px;
	text-align:right;
	padding-top:8px;
	color:#C00056;
	font-family:'Century Schoolbook';
}
#content
{
	margin-right:220px;
	padding:10px;
	margin-top:90px;
	font-size:0.9em;
	line-height:18px;
}
#images
{
	float:right;
	width:212px;
	margin-top:130px;
	text-align:center;
	padding-right:5px;
}
#footer
{
	clear:both;
	text-align:center;
	font-size:x-small;
	line-height:25px;
}


/**** NAV ****/

#nav a:link, #nav a:active, #nav a:visited
{	
	padding:0 9px;
	color:#C00056;
	text-decoration:none;
	background:none;
}
#nav a:hover
{
	color:#AF9D5B;
	background:#C00056;
}

/*** names ****/

TABLE.names
{
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
	color:#C00056;
	font-size:0.9em;
	line-height:14px;
}
TABLE.names TD
{	
	width:33%;
	padding:0;
	margin:0;
}
TABLE.onlytwo
{
	width:350px;
}
TABLE.onlytwo TD
{
	width:50%;
}
/**** Forms *****/

#form {
    width: 400px;
    padding: 0;
    margin: 0px auto;
}

#form FORM {
padding:10px 0;
margin:0;
}
#form label	
{
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#form input, #form textarea {
    font-size:small;
    color:#2C2717;
	margin:0;
	padding:1px;
	border:0px solid #C00056;
	background:#bfbfbf;
}
#form textarea
{
	overflow:auto;
}

/**** Pop up images ****/


.listImage{
   position: relative;
   /*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail:hover{
   background-color: transparent;
}
.thumbnail span{ /*CSS for enlarged image*/
   position: absolute;
   padding: 0;
   left: -1000px;
   border: 1px solid #C00056;
   visibility: hidden;
   text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
   border-width: 0;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
   visibility: visible;
   top: 50%;
   left: 50%; /*position where enlarged image should offset horizontally */
   margin-left:-200px;
   z-index: 50;
   margin-top:-380px;
}
