@charset "utf-8";
/* CSS Document */

/* Colors */
/* brown 534b48 */
/* beige eeeee0 */
/* light green c5d59d */
/* dull green bdcc96 */
/* dark green 747d5c */
/* bright green b8d66b */
/* body text color 8f8d86 */
/* blue 6aced4 */


/*---------------------------------------------*/
/*Text and links*/
/*---------------------------------------------*/

@font-face {
	font-family: 'LeagueGothicEmbed';
	src: url('type/League_Gothic-webfont.eot');
	src: local('☺'), 
		url('type/League_Gothic-webfont.woff') format('woff'), 
		url('type/League_Gothic-webfont.ttf') format('truetype'), 
		url('type/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
		font-weight: normal;
		font-style: normal;
/*	League-Gothic fonts included are copyrighted by the vendor listed below.
************* @vendor:     The League of Moveable Type
************* @vendorurl:  http://www.theleagueofmoveabletype.com
************* @licenseurl: http://www.fontsquirrel.com/license/League-Gothic */
}

h1, h2, h3, h4, h5{font-weight:normal;}
h2>a{
	font-weight:normal;
}

.clear br{clear:both;}
body{
	background-color: #eeeee0;
	background-image:url(../images/backgroundpaper.png);
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	color: #534b48;
	font-style:normal;
	font-size: 62.5%;
}

a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight:bold;
	word-spacing: normal;
	color: #534b48;
	border: none;
}
a:hover{
	color: #747d5c ;
}

p{
	margin: 15px;
	padding: 0px;
	font-family:Georgia, Serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.8em;
	font-size: 1.4em;
}
li{
	margin: 5px;
	padding: 0px;
	font-family:Georgia, Serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.8em;
	font-size: 1.4em;
}

h1{
	margin: 0px;
	padding: 0px;
	font-family:'LeagueGothicEmbed', sans-serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: .9em;
	font-size: 12.5em;
	font-style:normal;
	font-weight:normal;
}
h1>a{
	font-weight:normal;
}
h1>a:hover{
	font-weight:normal;
	color:#534b48;
}
h2{
	margin: 0px;
	padding: .5em .25em .5em .25em;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #747d5c;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 4em;
	font-style:normal;
}

h2.form{
	margin: 0px;
	padding: 10px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0;
	line-height: .9em;
	font-size: 3.5em;
	font-style:normal;
}

h3{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 5px;
	font-family: 'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #747d5c;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 2em;
	font-style:normal;
}

/*---------------------------------------------*/
/*Header*/
/*---------------------------------------------*/
.headerouter{
	height: 240px;
	width: 100%;
	overflow: hidden;
	background-color: #534b48;
	background-image:url(../images/backgroundpaperhf.png);
	border-bottom: solid 3px #3f3937;
}
.header{
	height: 190px;
	width: 960px;
	overflow: hidden;
	position:relative;
	margin: 30px auto;
	clear:both;
}
.logo{
	width:300px;
	height:105px;
	margin-left:10px;
	background-color: #eeeee0;
	background-image:url(../images/backgroundpaper.png);
	border-bottom: solid 2px #3f3937;
	border-right: solid 2px #3f3937;
	clear:both;
}
.seo{
	width:290px;
	margin-top:20px;
	margin-left:10px;
	padding:5px;
	background-color: #eeeee0;
	background-image:url(../images/backgroundpaper.png);
	border-bottom: solid 2px #3f3937;
	border-right: solid 2px #3f3937;
	clear:both;
}
.gotoformheaderouter{
	width:290px;
	position:absolute;
	top: 20px;
	margin: 10px;
	background-image:url(../images/backgroundpaper.png);
	border: dotted 1px #3f3937;
	clear:both;
}
.gotoformheaderouter:hover
{
	cursor: pointer;
	width:290px;
	position:absolute;
	top: 20px;
	margin: 10px;
	background-color: #FFFFFF;
	border: dotted 1px #3f3937;
}
.gotoformarrow{
	width: 115px;
	height:115px;
	margin:0px;
	float: right;
	padding: 0px;
	background:url(../images/arrow_ddform214.png) 0 0 no-repeat;
}
.gotoformarrow:hover{
	background:url(../images/arrow_ddform214.png) -115px 0px no-repeat;
}

/*---------------------------------------------*/
/*Content Home*/
/*---------------------------------------------*/
.mainouter{
	width: 100%;
}
.main{
	width:960px;
	margin: 20px auto;
}

.gotoform{
	cursor:pointer;
	width:300px;
	height:80px;
	margin:10px;
	float:left;
	display:inline;
	background-color: #b8d66b;
}

/*---------------------------------------------*/
/*Navigation*/
/*---------------------------------------------*/

.nav{
	width:960px;
	margin: 0px auto;
}
.page{
	width:160px;
	height:40px;
	background-color: #747d5c;
	float:left;
}
.page h2{
	padding-top: 7px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 2.5em;
	color: #c5d59d;

}
.page a{
	color:#c5d59d;
}
.navlinkouter{
	width:160px;
	height:50px;
	-webkit-transition-property: background-color,height; 
	-webkit-transition-duration: .25s, .2s;
	-webkit-transition-timing-function: ease-out;
	float:left;
}
.navlinkouter:hover{
	width:160px;
	height:50px;
	background-color: #747d5c;
	float:left;
}
.navlinkA{
	width:160px;
	height:40px;
	background-color: #c5d59d;
}
h2.navlink {
	padding-top: 7px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #747d5c;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 2.5em;
}
.navlink a {
	color:#747d5c;
}
.navlinkB{
	width:160px;
	height:40px;
	background-color: #bdcc96; 
}

/*---------------------------------------------*/
/* Sub Navigation*/
/*---------------------------------------------*/
.subnav{
	width:160px;
	margin-top:120px;
	background-color: #c5d59d;
	float:left;
}
.subnavlink{
	width:150px;
	margin-bottom:15px;
	background-color: #bdcc96;
	float:left;
}
.subnavlink a{
	color: #747d5c;
}
.subnavlink h3{
	margin-top: 15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	font-family:Verdana, Sans Serif;
	color: #747d5c;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
}
.subnavlink h3:hover{
	margin-top: 15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	font-family:Verdana, Sans Serif;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
}

/*---------------------------------------------*/
/*Content Article*/
/*---------------------------------------------*/
.article{
	width: 460px;
	float: left;
}
.relatedarticles{
	width: 460px;
	margin: 0px;
	padding: 0px;
	background-color:#C5D59D;
}
h4.title {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 4em;
}
h5.subtitle {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	font-family:Arial, sans serif;
	font-style:italic;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.6em;
}
h5.subhead {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 0px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size:2.5em;
}

/*---------------------------------------------*/
/*Ad Column*/
/*---------------------------------------------*/

.adcolumn{
	width: 298px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right: 0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	float:left;

}
.adsub{
	width:300px;
	float:left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: dotted 1px #3f3937;

}
.adsub h2{
	text-align:center;
	color:#ffffff;
	background-image:url(../images/backgroundpaperhf.png);
}
.adsub h3{
	margin: 10px 10px;
	color: #534b48; 
	background-color:#ace3e6;
	padding: 5px 0px;
	line-height: 1em;
	font-size: 4em;
	font-style:normal;
	font-size:4em;
	text-align: center;

}
.adsub h3:hover{
	color:#ffffff;
	background-color:#6aced4;
}
.adsub p{
	margin:20px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;	
}

.app{
	margin: 0px 10px 0px 10px; 
	padding: 0px;
}


/*---------------------------------------------*/
/*Sponsors or Partners*/
/*---------------------------------------------*/

.sponsorout{
	width:300px;
	float:left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.sponsorout h2{
	background-image:url(../images/backgroundpaperhf.png);
	color: #ffffff;
}

.sponsor{
	width:220px;
	float:left;
	margin: 10px 10px 10px 30px;
	padding: 10px;
	border: dotted 1px #3f3937;
}
.sponsor img{
	border: none;
}

.sponsor p{
	font-family:Verdana, Geneva, sans-serif;
	color: #534b48;
	font-style:normal;
	font-size: 1em;
	line-height: 1.2em;
}
.sponsor li{
	font-family:Verdana, Geneva, sans-serif;
	color: #534b48;
	font-style:normal;
	font-size: 1em;
	line-height: 1em;
}
.sponsor h3{
	font-size:5em;
	color: #747D5C;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#C5D59D;
}
.sponsor h3:hover{
	color: #ffffff;
	background-color:#747D5C;
}
.sponsor a:hover{
	color: #68CDD3;
}

#getinfo a,a:hover{
	color: #ffffff;
}


/*---------------------------------------------*/
/*Footer*/
/*---------------------------------------------*/
.footerouter{
	width: 100%;
	background-color: #534b48;
	background-image:url(../images/backgroundpaperhf.png);
	border-top: solid 3px #3f3937;
}
.footer{
	width: 960px;
	margin: 0px auto;
	display: block;
	position: relative;
}

.footer h4{
	width:auto;
	margin: 0px;
	padding: 0px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: .1em;
	line-height: 1em;
	font-size: 2em;
}
.footersub{
	width:940px;
	float:left;
	margin: 5px 10px;
	padding:0px;
	clear:right;
	display:inline;
}


/*----------*/
/* Site Map */
/*----------*/

.sitemap {
	margin: 0px;
	padding: 8px;
	font-family:'LeagueGothicEmbed', 'Arial Narrow', sans-serif;
	color: #534b48;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: .5em;
	font-size: 2em;
	font-style:normal;
}
.sitemap a {
	font-weight:normal;
	line-height: .5em;
}
.sitemap a:hover{
	color: #534b48;
	text-decoration: none;
}
	
h3.sitemaplink {
	padding: 0px;
	font-family:Verdana, Sans Serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	letter-spacing: -.1em;
	line-height: 1.3em;
	font-size: 1em;
	font-weight:normal;
}
h3>a {
	color:#ffffff;
	font-weight:normal;
}
h3>a:hover{
	color:#ffffff;
}
h3:hover.sitemaplink {
	text-decoration: underline;
}
.sitemapsub{
	float:left;
	margin: 0px;
	padding:0px;
	display:inline;
}
.sitemapouter{
	width:146px;
	float:left;
	margin:5px;
	display:inline;
}
.sitemaptop{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#c5d59d;
}





/*----------------*/	
/*copyright notice*/
/*----------------*/

.copyrightout{
	width: 928px;
	float:right;
	background-color:#c5d59d;
	border: dotted 1px #3f3937;
	border-bottom: none;
	margin:0px 15px 0px 0px;
}
.contact{
	width: 319px;
	float:left;
}

.copyright{
	width: 600px;
	float:left;
}
.contact p{
	margin: 10px;
	padding: 0px;
	font-family:Verdana, sans serif;
	color: #626a4e;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;	
}
.copyright p{
	margin: 10px;
	padding: 0px;
	font-family:Verdana, sans serif;
	color: #626a4e;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;	
}
a.nolink {
	color: #626a4e;
	text-decoration:none;
	font-weight:normal;
}

a:hover.nolink {
	color: #626a4e;
	text-decoration:none;
	font-weight:normal;
}


/*---*/	
/*END*/

