/* CSS Document */

/*Background Init*/
* {
	margin: 0;
	padding: 0;
}

html{
	font-family: "Myriad Web", "Myriad Condensed Web", "Myriad Pro", "Myriad Web", Myriad, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #333;
}

body{
	position: relative;
	font-size: 50%;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat;
	padding-bottom: 10px;
}

/*Classes*/
p{
	margin: 0px 5px 15px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

p.bigText{
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

a{
	text-decoration: none;
	color: #b97302;
}

a:hover{
	text-decoration: underline;
}

img{
	border-style: none;
	margin: 0;
	border-width: 0;
	
}

h1{
	font-family:"Adobe Caslon Pro", Futura, Trebuchet, Tahoma, "Times New Roman", Times, serif;
	font-size: 4em;
	text-align: center;
	color: #BE8D0E;
	line-height: 1.3em;
}

h2{
	font-family:"Adobe Caslon Pro", Futura, Trebuchet, Tahoma, "Times New Roman", Times, serif;
	font-size: 3em;
	text-align: center;
	color: #D59F0F;
	font-style: italic;
	margin-bottom: 10px;
}

.win.gecko h2{
	margin-bottom: -15px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	color: #D59F0F;
	font-weight: normal;
	font-style: italic;
	display: inline;
	margin: 0 0 -5px 0;
}

.win.gecko h3{
	font-weight: bold;
}

h4{
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ie h4{
	font-size:1.1em;
}

img.standAlone{
	margin: 3px 0;
	vertical-align: middle;
}

.bottomRound{
	position: absolute;
	bottom: 0px;
}

.floatRight{
	float: right;
	margin: 1em;
}

.floatLeft{
	float: left;
}

.gecko .floatLeft{
	margin-top: -30px;
}

.leafBG{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

.logoBG{
	position: relative;
	z-index: 1;
}

.clearMe{
	height: 7px;
	clear: both;
	width: 95%;
	text-align: center;
}

/*Corner Code*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/whiteCorner_783x24.jpg'); /* CHANGE: path and name of your image */
	height: 12px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 12px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 12px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -12px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 771px 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -12px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 771px -12px; /* CHANGE: replace second number by negative height of one of your corners */
	}
	
.contentBottom-left, .contentBottom-right { 
	background-image: url('../images/brownCorner_820x24.jpg'); /* CHANGE: path and name of your image */
	height: 12px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}


.contentBottom-left  { 
	background-position: 0 -12px;    /* CHANGE: replace second number by negative height of one of your corners */
	margin-right: 12px; /* CHANGE: replace by the width of one of your corners */
	}
.contentBottom-right { 
	background-position: 808px -12px; /* CHANGE: replace second number by negative height of one of your corners */
	margin-left: 12px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -12px;  /* CHANGE: replace by the height of one of your corners */
}
	

/*End Corner Code*/


/*Content Divs*/
#topper{
	margin: 10px auto -4px auto;
	width: 820px;
}

#wrapper{
	width: 820px;
	margin: 0px auto;
	height: auto;
	position: relative;
	background-color: #EAECBD;
	padding-top: -1px;

}

#wrapper #header{
	padding-left: 8px;
	padding-bottom: 5px;
	position: relative;
}

#content{
	width:781px;
	background-image:url(../images/shad_whiteBox.jpg);
	margin: 0px auto 0 auto;
	height: auto;
	position: relative;
}

#footer{
	text-align: center;
	color: #999;
}

#footer p{
	font-size: 1em;
	margin: 2px 0 0 0;
}

#footer a{
	color:#999999;
}

#footer a:hover{
	text-decoration: none;
	color: #b97302;
}
