@charset "UTF-8";
body {
	background-image: url(../images/bg_img.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON, tweak as needed*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
#wrapper {
	width: 940px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#mainHeader {
	width: 940px;
}
#mainHeader #headerImg {
	height: 206px;
	width: 940px;
}
#mainNav {
	width: 940px;
	height: 30px;
	margin-top: 5px;
}
#mainNav ul {
	font-family: cora-1,cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	width: 700px;
	background-color: #F00;
	padding-right: 120px;
	padding-left: 120px;
	height: 30px;
}
#mainNav ul li {
	float: left;
	text-align: center;
	width: 140px;
}
#mainNav ul li a {
	color: #FFF;
	background-color: #F00;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: background-color .75s ease;
	-moz-transition: background-color .75s ease;
	-o-transition: background-color .75s ease;
	transition: background-color .75s ease;
}
#mainNav ul li a:link, #mainNav ul li a:visited {
	text-decoration: none;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
	text-decoration: none;
	background-color: #FC0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
#ads {
	float: left;
	width: 130px;
	margin-top: 10px;
}
#pageFooter {
	width: 940px;
	clear: both;
}
#goldBG {
	background-color: #FC3;
	width: 940px;
	height: 230px;
}
#herstory {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #F0F0F0;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#herstory h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #464646;
	text-align: center;
	font-size: 1.75em;
}
#herstory h3 {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .90em;
	color: #390;
	text-align: center;
	margin-bottom: 5px;
}
#redVertRule {
	float: left;
	height: 100px;
	width: 2px;
	margin-top: 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
	margin-right: 18px;
	margin-left: 20px;
}
#quikLinks {
	float: right;
	height: 110px;
	width: 395px;
	margin-top: 20px;
	background-color: #F0F0F0;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
}
#quikLinksL {
	float: left;
	height: 110px;
	width: 195px;
	margin-right: 10px;
}
#quikLinksR {
	float: left;
	height: 110px;
	width: 190px;
}
#quikLinks ul li {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
}
#quikLinks ul li a:link {
	color: #390;
}
#quikLinks ul li a:visited {
	color: #666;
}
#quikLinks ul li a:hover {
	color: #060;
}
#phone {
	background-color: #F00;
	float: left;
	height: 40px;
	width: 240px;
	margin-right: 5px;
}
#phone h1 {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	font-size: 1.25em;
	font-weight: lighter;
}
#copyright {
	background-color: #F00;
	float: left;
	height: 40px;
	width: 450px;
}
#copyright p {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: .85em;
	line-height: 1.0em;
	text-align: center;
	margin-top: 5px;
}
#email_Link {
	background-color: #F00;
	float: left;
	height: 40px;
	width: 240px;
	margin-left: 5px;
}
#email_Link h1 {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;	
	text-align: center;
	margin-top: 10px;
	font-size: 1.25em;
	font-weight: lighter;
}
#email_Link h1 a:link {
	color: #FFF;
	text-decoration: none;
}
#email_Link h1 a:hover {
	color: #FC3;
}
/*a[href^="http"] {
	background: url(../images/Icon_External_Link.png) no-repeat center right; padding-right: 13px;}
*/
