/* FileName : camping.css
Modification History: 
Date Modified   By                      Description
========================================================================================
2009-07-23      Chris Alan              Created
2010-07-25     Chris Allan    Addded new div#TxtImgList division
*/

/*------------------------ Initialize ----------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }
/*----------------------------------------------------------------*/

/* =a */        
a.one:link    {color: #9a3b1f;}                /* unvisited link */
a.one:visited {color: #400000;}                /* visited link */
a.one:hover   {color:red; }                    /* mouse over link */
a.one:active  {color: #000FFF;}                /* selected link */

a.two:link    {color: #9a3b1f;}                /* unvisited link*/
a.two:visited {color: #9a3b1f;}                /* visited link */
a.two:hover   {color: red; font-size: 110%;}   /* mouse over link */
a.two:active  {color: #000FFF;}                /* selected link */

a.three:link    {color: #400000;}                /* unvisited link*/
a.three:visited {color: #400000;}                /* visited link */
a.three:hover   {color: red; font-size: 110%;}   /* mouse over link */
a.three:active  {color: #000FFF;}                /* selected link */
/*----------------------------------------------------------------*/

/* =html */
html    { text-align : left;  
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode"; 
}
/*----------------------------------------------------------------*/

/* =body */
body {
        position : relative; 
        width : 950px; 
        margin : 0 auto; 
        text-align:center; 
        color: #400000;
        background-image:url('../images/parchment.jpg');
        background-attachment:fixed;
        background-position:left;
}
/*----------------------------------------------------------------*/

/* =Content */
div#Content {
        width:950px;
        margin: 0 auto;    /* Right and left margin widths set to "auto" */
        text-align:left; /* Counteract to IE5/Win Hack */
        padding:15px;
}
/*----------------------------------------------------------------*/
/* =Guildford_map */
div#Guildford_map {
        position : relative; 
        height : 756px;
}

/* =img.Reserve */
img.Reserve {
        position : absolute;
        top : 120px;
        left : 350px;
}

/* =img.BigTreePark */
img.BigTreePark {
        position : absolute;
        top : 380px;
        left : 220px;
}

/* =img.Oval */
img.Oval {
        position : absolute;
        top : 380px;
        left : 500px;
}
/*----------------------------------------------------------------*/
/* =ContenSub */
div#ContentSub {
        position: relative;
        padding-left:  6em;
        padding-right: 5em;
        font-size: 1.2em;
}
/* =img.CampingLeft */
img.CampingLeft {
        position : absolute;
        top: 0px;
        right: 890px;
}
/* =ImgCaption */
p.ImgCaption {
        font-family: "Comic Sans MS", "Times New Roman", Arial;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
}
/* =SubCaption */
p.SubCaption {
        font-family: "Comic Sans MS", "Times New Roman", Arial;
        text-align: center;
        font-style: italic;
        font-size: 105%;
}

/* =Footer */
p.Footer {
        text-align: center;
        text-decoration: overline underline;
        font-family: "URWWoodTypD", "Comic Sans MS", "Times New Roman", Arial;
        font-weight: normal;
        font-size: 145%;
        width:950px;
        height: 40px;
        text-indent: -9999px;
        background: url('../images/CampingFooter.jpg') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =p.floatright */
p.floatright {
        text-align: right;
        margin-top: -30px;
}
/*----------------------------------------------------------------*/
/* =p.caption */
p.caption {
        font-family: "Comic Sans MS", "Times New Roman";
        font-size: 1.7em;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        padding-bottom: 1em;
}
/*----------------------------------------------------------------*/
/* =div#TxtImgList */
div#TxtImgList {
   position: relative;
   height: 345px;
}
/* =div#TxtImgList ul li.PFloatRight */
div#TxtImgList ul li.PFloatRight {
   float: right;
   width: 300px;
   padding-top: 1.5em;
}
/* =div#TxtImgList ul li.iFloatLeft */
div#TxtImgList ul li.iFloatLeft {
   float: left;
   width: 400px;
}
/* =div#TxtImgList ul li img */
div#TxtImgList ul li img {
   width: 400px;
}
/*----------------------------------------------------------------*/
/* =sup */
sup {
        font-size: 60%;
}
/*----------------------------------------------------------------*/
/* =ContactUs */
div#ContactUs {
        position: relative;
        top: -10px;
        left: -50px;
        width:950px;
        height: 40px;
        text-indent: -9999px;
        background: url('../images/contact_us_header.jpg') no-repeat;
}
/*----------------------------------------------------------------*/
/* =Contact */
div#Contact {
        position: relative;
}
/* =Contact p */
div#Contact p {
        font-family: "Times New Roman";
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        color: #400000;
        margin-bottom: 0.25em;
        text-align: center;
}
/*----------------------------------------------------------------*/
div#PageHeader {
        position: relative;
        font-family: "URWWoodTypD";
        font-size: 3em;
        line-height: 1.1em;
        text-align: center;
        top: 0px;
        /*left: -128px;*/
        width:950px;
        height: 132px;
        text-indent: -9999px;
        background: url('../images/CampingHeader.jpg') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =Navigation */
div#Navigation {
        text-align: center;
}
/* =ul */
div#Navigation ul {
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        color: #400000;
        font-size: 1em;
        /*text-indent: -9999px;*/
}       
/* =li */
div#Navigation ul li {
	display: inline;
}
div#Navigation ul li a {
	margin-right: 10px;
	padding-right: 10px;
}
/* =Navigation ul li img*/
div#Navigation ul li img{
	top: 1px;
	left: 0px;
}
/*----------------------------------------------------------------*/
        