html, body, p, li, ul, h1, h2, h3, h4, h5, h6, input
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
    font-family: font-family: 'PT Serif Caption', serif;
	font-size: 100%;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	vertical-align: baseline;
}

body
{
	background: url("../images/background.jpg")  scroll 0 0 #CFD6C9; /*background: none repeat scroll 0 0 #B2C2A6;*/
	background-color: #B2C2A6;
	color: #333333;
	line-height: 1.5;
	font-size: 100%;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	width: 100%;
	display: block;
	float: left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.Clear
{
    clear: both;
    display: table;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.page
{
    margin:0 auto;
   width:1020px;
   
}
.page img
{
    border:none;
}
.headder
{
    margin:0 auto;
    width:1020px;
	position: relative;
	 z-index: 999;
  
}
.contactlink
{
    left : 0;
    padding-bottom: 3px;
    padding-left: 1081px;
    padding-right: 3px;
    padding-top: 26px;
    position: absolute;
    top: 0;
    z-index: 100;
}


.headder div a 
{
	color: #92463D;
	font-size: 20px;
	position: relative;
	text-decoration: none;
	z-index: 999;
}
.pagecontent
{
	display: block;
	font-size: 18px;
	margin: 26px auto 0;
	min-height: 400px;
	width: 916px;
	position: relative;
	z-index: 1;
}
.pagecontent h2
{
    color:#92463d;
    float:left; 
    
    
}

.pagecontent p
{
	font-size: 16px;
	color: #5d0507;
	padding: 30px 0 0;
	line-height: 20px;
	text-align: left;
}
.pagecontent .line
{
    background: url("../images/line.png");      
    height: 1px;
    width: 916px;
}
.pagecontent .leftcontent
{
    float:left;
    width:500px;
}
.pagecontent  .leftcontent ul
{   
    float:left;
}

.pagecontent   .leftcontent ul  li
{
    float:left;
    list-style-type:none;    
     width:252px;
}
.pagecontent   .leftcontent ul  li img
{
    border:none;
}

.pagecontent .rightcontent
{
    float:right;
    width:380px;
    
}
.pagecontent  .rightcontent ul
{
   
    float:left;
}

.pagecontent   .rightcontent ul  li
{
    width: 380px;
    float:right;
    list-style-type:none;
     padding-bottom: 20px;
     text-align: right;
}
.pagecontent   .rightcontent ul  li ul li
{
   color: #5D0507;
    font-size: 19px;
    line-height: 24px;
    padding: 0;
    text-align: right;
}
.pagecontent   .rightcontent ul  li ul li a
{
	 color: #5D0507;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}
.pagecontent   .rightcontent ul  li ul li a:hover
{
	text-decoration:underline;
}
#pnlLinks
{
	margin-top:25px;
	float:left;
}
.footer
{
    background: url("../images/footerstrip.png");

    width:100%;
    height:200px;   
    z-index:1;
    background-repeat:repeat-x;
    margin-top: 30px;	
    border:none;
    position:fixed;
    bottom:-140px;

}
.footer .footerstrip
{
    margin-left: auto;
    margin-right: auto;	

    background: url("../images/footerback.png");
    width:1012px;
    height:200px;
    background-repeat:repeat-x;

    z-index:-1;

    margin-top : -88px;
     border:none;
	
}

.txtbox1
{
	height:26px;width:271px;border: 2px solid #8B9B8C; border-radius: 5px 5px 5px 5px;
}

.txtbox2
{
	height:26px;width:335px;border: 2px solid #8B9B8C; border-radius: 5px 5px 5px 5px;
}

.txtbox3
{
	height:26px;width:335px;border: 2px solid #8B9B8C; border-radius: 5px 5px 5px 5px;
}

.txtbox4
{
	height:145px;width:420px;overflow:hidden;border: 2px solid #8B9B8C; border-radius: 5px 5px 5px 5px;
}

.anchor
{
	border: 0px none; float: left; left: 10px; position: relative; z-index: 100; margin-top: -23px; bottom: -13px;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
