@charset "UTF-8";
/* CSS Document */

* {
}
a:link {
	color: #6657a5;
	text-decoration: none;
}
a:active {
	color:#FF9900;
	text-decoration: underline;
}
a:visited {
	color: #6657a5;
	text-decoration: none;
}
a:hover {
	color:#CC6600;
	text-decoration: underline;
}
body {
	background:#8bc264;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 700px;
	margin:0px;
}
h2 {
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 0.3em;
	text-align:center;
}
h3 {
	font-size: 10pt;
	color: #000;
	margin-bottom: 10px;
	text-align:left;
	text-transform: uppercase;
}


/*  CENTERING CSS */


#containerBoxFullWidthTop {
  width: 100%;
  background-image:url(../images/BKGD_top.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#d4cfe6;
}
#containerBoxFullWidthMid {
  width: 100%;
  background-image:url(../images/BKGD_mid.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#e0dded;
}
#containerBoxFullWidthBot {
  width: 100%;
  background-image:url(../images/BKGD_BOT_mountains.gif);
  background-repeat:no-repeat;
  background-position:top center;
}
#containerBox {
	text-align: left;
	width: 700px;
 	margin-left: auto;
	margin-right: auto;
}






.center_box {
}
#mainframe {
	width:100%;
	overflow: visible;
	min-height: 425px;
}
#mainframe2 {
	width: 700px;
	min-height: 850px;
}
#mainframe3 {
	width: 700px;
	height: 700px;
	background-color:#cea9d4;
}
#titlesquare {
	width: 201px;
	height: 158px;
	background-color: #33C;
}
#insideframe {
	
}
#insideframe2 {
	width: 659px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	vertical-align:middle;
	position:absolute;
	min-height: 850px;
}
#logo {
	width:201px;
	height:125px;
	float: left;
}
#logoright {
	width:489px;
	height:125px;
	float: right;
}
#header {
	height:148px;
	width:700px;
	clear: both;
}
#logobottom {
	width:240px;
	height:72px;
	float: right;
	background-color: #fff;
}
#logobottomleft {
	width:450px;
	height:72px;
	float: left;
	background-color: #fff;
}
#footerblocks {
	height:72px;
	width:700px;
}
#footer {
	height:200px;
	width:700px;
	clear: left;
	padding-top: 50px;
}
#logorighttop {
	height:32px;
	width:489px;
	float:right;
	text-align: right;
	margin: 25px 0px 0px 0px;
}
#logorightbottom {
	height:50px;
	clear: both;
}
#footerNav {
	color:#fff;
	font-family:"Franklin Gothic", "Arial Narrow", arial, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0;
	text-align:center;
}
#footerNav li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../Resources/chick.png) no-repeat scroll 4px 50%;
	display:inline;
	padding:0 0 0 40px;
}
#footerNav li.noStar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	padding-left:0;
}
#footerNav a {
	color:#fff;
	letter-spacing:0.15em;
	text-decoration:none;
	text-transform:uppercase;
}
#footerNav a:hover {
	color:#000;
}
#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:22px;
	padding:15px;
	overflow: visible;
	color: #666666;
}
.store {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:1.5em;
}
#mainNav {
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 2em;
	font-family: "Franklin Gothic", "Arial Narrow", arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
#mainNav li {
	display: inline;
	padding: 0; /*10px*/
}
#mainNav li.noStar a {
	padding-left: 0;
	background: none;
}
#mainNav a {
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.1em;
	padding-left: 20px;
	background: url(../Resources/chick.png) 4px 50% no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}
#mainNav a span {
	color: #fff;
}
#mainNav a:hover span {
	color: #000;
}
