/* DWG master stylesheet*/
/* (c)Gy Ovenden Discover Wells Gray Environmental Interpretation 2009 */

/*global reset*/
* {
padding: 0;    
margin: 0;
} 

/*page body style*/
body {
    background-color: #edea9c;
    background-image: url("../images/dwgbg5gn.png");
    background-repeat: repeat-x;
}

#all {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f7cb;
}

/* Header*/
.allhead p h3 {
    margin-top: 0px;
    padding-top: 0px;
    border: 0px; 
}

#dwghead {
    padding-top: 0px;
    border: 0px black solid;
    background-color: #345574;
    height: 45px;
    width: 100%;
}

#dwgheadbase {
    border: 0px black solid;
    background-color: #345574;
    height: 28px;
    width: 100%;
    text-align: center;
}

#dwgheadbase h3 {
    color: #ffd42a;
}

#printimage {
    display: none;
}

#dwgbanner {
    background-color: #edea6f;
    border: 0px black solid;
    height: 200px;
    width: 100%;
}

#dwgbanner p {
    padding: 0px 0px 0px 0px;
}

#dwgheadcontact {
    background-color: #345574;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 0px black solid;
    width: 100%;
}

#dwgheadcontact h3 {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    color: #ffffff;
}

#left {float: left;
    margin-left: 0px;
}
    
#right {text-align: right;}

#right a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffd42a;
}

#right a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC9900;
}	

#right a:hover {
	text-decoration: underline;
	color: #F0AB00;
}	

/*Menu*/
#dwgmenu {
    background-color: #f5f7cb;
    margin-bottom: -20px;
    padding-top: 10px;
    border: 0px black solid;
    float: left;
    width: 23%;
}

.menuheader{
    padding-top: 4px;
    background-image: url("../images/dwggrad5.png");
    background-repeat: repeat-x;
}

.menuheader h2 {
    margin-bottom: 5px;
}

.navigation li {
    height: 30px;
    margin-left: 0px;
    padding-top: 4px;
    padding-left: 15px;
    background-color: #f5f7cb;
    list-style-type: none;
    font-size: 105%;
}

.navigation a:link {
    text-decoration: none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
    color: #F0AB00; 
}

.navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC9900;
}	

.navigation a:hover {
    text-decoration: none;
	color: #506531; 
}

#menuimage {
    margin-top: 50px;
}

#w3cicon {
    padding-left: 45px;
    margin-top: 400px;
}

/*Main content*/
#dwgmain {
    padding-top: 10px;
    padding-left: 0.5%;
    border: 0px black solid;
    background-color: #f5f7cb;
    float: left;
    width: 76.5%;
}

.block {
    border: 0px black solid;
    padding: 4px 0px 10px 0px;
    background-image: url("../images/dwggrad5.png");
    background-repeat: repeat-x;
    float: left;
}

#dwgmain img.left {
	margin: 2px 8px 0px 2px;
	border: 1px solid #C3D4E6;
    padding: 3px;
    background-color: #ffffff;
}

#sup{
    vertical-align: text-top
}

.block li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.leftext {
    padding-left: 10px;
}

.tripbox {
   margin: 10px 10px 0px 4px;
   padding: 6px 6px 6px 10px;
   border: 1px solid #C3D4E6;
   min-height: 134px;
   background-color: #ffffff; 
}

.tripbox p, h4 {
    margin-left: 0px;
    display: block;
}

.tripbox h4 {
    padding-bottom: 2px;
    border-bottom: #345574 solid thin;
}

.tripbox li {
    margin-left: 35px;
    padding-left: 0px;
    list-style-type: disc;
}

.tripbox img.box {
	margin: -6px 0px 0px -10px;
	border: 0px solid #C3D4E6;
    padding: 3px 10px 3px 3px;
    background-color: #ffffff;
}

.tab1 {
    padding: 3px;
    text-align: left;
}

/* footer */
#dwgfooter {
    padding-top: 4px;
    border: 0px blue solid;
    background-image: url("../images/dwggrad5.png");
    background-repeat: repeat-x;
    background-color: #345574;
    height: 45px;
    width: 100%;
    text-align: center;
    clear: both;
}

#small {
    font-size: 0.8em;
}

/* body styles*/
body, p, li {
    padding: 2px 6px 2px 2px;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #405127;    
}

li {
    padding: 0px 6px 0px 2px;
}

/* spans */
#currpage {
    background-image: url("../images/navgrad7.png");
}

.accent {
    font-size: 1.05em;
    color: #345574;
}

.highlight {
    font-weight: 700;
	color: #cc9900;
}

.indent {
    padding-left: 35px;
}

h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-size: 36px;
	color: #ffffff; 
	font-weight: 800;
	text-align: center;
}

h2 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
    padding-left: 8px;
    padding-bottom: 3px;
    font-size: 130%;
	font-weight: 700; 
	color: #ffffff;
    background-color: #345574;
}

h3 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-size: 110%; 
	font-weight: 700;
	color: #47732f; 
}

h4 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-size: 100%; 
	font-weight: 700;
	color: #cc9900;
}

/* Links - default. Note that the order is important */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #75A0CD;
    /*color: #ffd42a;*/
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #75A0CD;
    /*color: #CC9900;*/
}	

a:hover {
	text-decoration: underline;
	color:#336699;
    /*color: #F0AB00; */
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #366B8C;
}

/* images */
img {float:left;}
 