@charset "utf-8";
/*This is the template for css global reset--avoid cross broswer padding and margin issue. By Tony Xia*/
/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


/* Global reset-RESET */

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }


/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


a{
	color:#000000;
	text-decoration:none;
}




/*basic page style*/
body{
	background:url(images/temp.jpg) no-repeat center center fixed;
	font-family: Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:20px;
	color:black;
}


#wrapper{
	width:816px;
	margin:0 auto;
	background:url(images/temp3top.png) no-repeat;
}

#container{
	width:816px;
	height:9370px;
	background:url(images/temp2bottom.jpg) repeat-y;
}
#container2{
	width:816px;
	height:800px;
	background:url(images/temp2bottom.jpg) repeat-y;
}



#cleaner{
	height:10px;
	clear:both;
}

#footer{
	width:100%;
	height:75px;
}




/*Typographic*/
p{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:15px;
	font-weight:bold;
	color:navy;
	line-height:1.6;
	margin: 0px 0px 10px 0px;
}

p.quote{
	font-size:11px;
}


h1{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-weight: 100;
}

h2{
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: bold;
    font-size:36px;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:0 70px 5px 70px;
	font-variant:small-caps;
	color:red;
}


.wp-caption-text{
	color:#72A30C;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	letter-spacing:2px;
}

li{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:#333333;
	font-size:13px;
}

em{
	letter-spacing:2px;
	color:#858585;
}

.firstLetter{
	font-size:35px;
	float:left;
	margin:0 5px 0 0;
	line-height:1.0;
}


.colMain h2 a{
	color:#C8660D;
}

a{
	color:white;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:navy;
}


/*colMain*/
.colMain{
	width:800px;
	padding:30px 0px 0px 0px;
	margin:30px 0px 0px 0px;
}

.colMainPage{
	width:800px;
	float:left;
	padding:0px 0px 0px 50px;
}


/*footer box*/
#footerBox{
	position:relative;
	color:white;
	left:0px;
	top:75px;
}

#about{
	width:189px;
	margin:0 0 20px 0;
}