/* (C) Copyright 2005 Zen Templates. All Rights Reserved */

/* ///// Main layout styles and Heading text ////// */
html, body  {
   margin: 0px;
   background-color: #FFFFFF;
   background:  url('images/bkgd.jpg') repeat-x;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666;
}

td {
	vertical-align: top;
}

#pid1home  {
   margin: 0px auto 0px auto;
   width: 775px;
   position: relative;
}

h1, h2, h3 {
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica, sans-serif;
	color: #379DC3;
	border-bottom: 1px dashed #379DC3;
}

h1 {
	font-size: 14px;
	line-height: 150%;
}

h2 {
	font-size: 14px;
	line-height: 150%;
}

h3 {
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	padding-right: 10px;
}

h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
}

a  {
	text-decoration: underline;
	color: #379DC3;
	padding: 2px;
}

a:hover {
	text-decoration: none;
}

a ins  {
   text-decoration: none;
}

/* ////// This sets the page background ////// */
#bkgd  {
   background:  url("images/bkgd.jpg") no-repeat;
   position: absolute;
   z-index: 0;
   width: 775px;
   height: 550px;
}

/* ////// This sets the main layout ////// */
#bgmerge  {
   background:   url("images/mainimage.jpg") no-repeat;
   position: absolute;
   z-index: 11;
   width: 775px;
   height: 550px;
}

/* ////// This styles the navigation ////// */
#navbottommenu  {
	position: absolute;
	left: 449px;
	top: 496px;
	z-index: 12;
	width: 320px;
	height: 23px;

}

#navbottommenu ul  {
   font: 10px/12px Verdana;
   list-style: none;
   padding: 0px;
   margin: 0px;
   color: #999999;
   text-align: center;
}

#navbottommenu ul li  {
   height: 100%;
   display: block;
   float: left;
   margin: 0px;
}

#navbottommenu ul li a  {
   background-color: transparent;
   color: #999999;
   display: block;
   height: 100%;
}

#navbottommenu ul li a:hover  {
   background-color: #0080C0;
   color: #FFFFFF;
}

#navmenu  {
	position: absolute;
	left: 369px;
	top: 59px;
	z-index: 13;
	width: 418px;
	height: 28px;

}

#navmenu ul  {
   font: 11px/13px Verdana;
   list-style: none;
   padding: 0px;
   margin: 0px;
   color: #999999;
   text-align: center;
}

#navmenu ul li  {
   height: 100%;
   display: block;
   float: left;
   margin: 0px;
}

#navmenu ul li a  {
   background-color: transparent;
   color: #999999;
   display: block;
   height: 100%;
}

#navmenu ul li a:hover  {
   background-color: #0080C0;
   color: #FFFFFF;
}

/* ////// This styles the copyright text and placement ////// */
#copytext  {
   position: absolute;
   left: 20px;
   top: 523px;
   z-index: 14;
   width: 334px;
   height: 15px;
}

#copytext p  {
   font: 10px/16px Verdana;
   margin: 0px;
   color: #999999;
   text-align: left;
}

#nametext  {
   position: absolute;
   left: 368px;
   top: 29px;
   z-index: 16;
   width: 302px;
   height: 40px;
}

#nametext p  {
   font: italic bold 21px/22px "Lucida Calligraphy";
   margin: 0px;
   color: #379DC3;
   text-align: left;
}

/* ////// This styles the main body content ////// */
#content  {
   overflow: auto;
   position: absolute;
   left: 368px;
   top: 89px;
   z-index: 18;
   width: 390px;
   height: 384px;
}

#content p  { 
   font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
   color: #666666;
   margin: 0px;
   text-align: justify;
   padding-right: 14px;
   padding-left: 12px;
}

#content a:hover {
	border-bottom: 1px dashed #FF9900;
	padding-bottom: 0px;
}

/* ////// This section styles and positions the left newsBox ////// */
#newsscroll  {
	overflow: auto;
	position: absolute;
	left: 48px;
	top: 335px;
	z-index: 17;
	width: 285px;
	height: 148px;
	padding-right: 10px;
}

#newsscroll p  {
   font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
   text-align: left;
   padding-right: 10px;
}

newsscroll img {
	padding: 0px 10px 3px 5px;
	border: 0px;
}

/* ////// This section styles forms and form elements ////// */
input {
	font-size: 10px;
	color: #379DC3;
	border: 3px double #379DC3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formAlign {
	text-align: right;
}

label {
	color: #379DC3;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	font-weight: bold;
	color: #379DC3;
	vertical-align: top;
	border: 3px double #379DC3;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	color: #379DC3;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.buttonBG {
	color: #379DC3;
	background-color: #E6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
