/* typography file by Chris Keller - ckeller@webdezyners.com */

@font-face {

	font-family: "Century Gothic"; 
	src: url(../fonts/GOTHIC.TTF); /* for IE browsers */ 
	src: local("Century Gothic"), url(../fonts/GOTHIC.TTF) format("truetype"); /* for non-IE browsers */

}

@font-face {

	font-family: "Century Gothic Bold"; 
	src: url(../fonts/GOTHIC.TTF); /* for IE browsers */ 
	src: local("Century Gothic Bold"), url(../fonts/GOTHICB.TTF) format("truetype"); /* for non-IE browsers */

}

@font-face {

	font-family: "Century Gothic Bold Italic"; 
	src: url(../fonts/GOTHIC.TTF); /* for IE browsers */ 
	src: local("Century Gothic Bold Italic"), url(../fonts/GOTHICBI.TTF) format("truetype"); /* for non-IE browsers */

}

@font-face {

	font-family: "Franklin Gothic Medium"; 
	src: url(../fonts/GOTHIC.TTF); /* for IE browsers */ 
	src: local("Franklin Gothic Medium"), url(../fonts/framd.ttf) format("truetype"); /* for non-IE browsers */

}

p {
	font-family: "Century Gothic", sans-serif;
	color: #676767;
	font-size: 0.9em;
}

.defaultText {
	font-family: "Century Gothic", sans-serif;
	color: #676767;
	font-size: 0.9em;
}

.defaultBlack {
	font-family: "Century Gothic", sans-serif;
	color: #000000;
	font-size: 0.9em;
}

ul, ol {
	font-family: "Century Gothic", sans-serif;
	color: #676767;
	font-size: 0.9em;
}


a { 
	color: #009988;
	text-decoration: none;
}

a:visited { 
	color: #009988;
	text-decoration: none;
}

a:hover {
	color: #009988;
	text-decoration: underline;
}

a.greyLink { 
	color: #444444;
	text-decoration: none;
}

a.greyLink:visited { 
	color: #444444;
	text-decoration: none;
}

a.greyLink:hover {
	color: #444444;
	text-decoration: none;
}


h1 {
	font-family: arial, helvetica, sans-serif;
	color: #444444;
}

h2 {
	font-family: "Century Gothic Bold", sans-serif;
	font-size: 1.5em;
	color: #545454;
	margin-bottom: 20px;
	/*font-weight: normal;*/
}


h3 {
	font-family: "Century Gothic Bold", sans-serif;
	font-size: 1.1em;
	color: #609F9F;
	font-weight: normal;
}

h3.docform {
	color: #FFFFFF;
}



.blackBold {
	font-weight: bold;
	color: #000000;
}

.headline2ItalicTeal {
	font-family: "Century Gothic Bold Italic", sans-serif;
	color: #007866;
}


a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #40AEA5;
	text-decoration: none;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a.black:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: none;
}

a.ltgreen {
	color: #40AEA5;
	text-decoration: none;
}

a.ltgreen:visited {
	color: #40AEA5;
	text-decoration: none;
}

a.ltgreen:hover {
	color: #40AEA5;
	text-decoration: underline;
}

a.dkblue {
	color: #000099;
	text-decoration: none;
}

a.dkblue:visited {
	color: #000099;
	text-decoration: none;
}

a.dkblue:hover {
	color: #000099;
	text-decoration: underline;
}


.error {
	color: #CC0000;
	font-weight: bold;
}

.red {
	color: #CC0000;
}

.orange {
	color: #FF8000;
}

.green {
	color: #00BB33;
}

.dark_blue {
	color: #0059B2;
}

.tip {
	color: #CC0000;
	font-size: 0.85em;
}

.dyk {
	color: #007866;
	font-size: 0.85em;
}


.description {
	font-size: 0.75em;
	color: #777777;
}

.menu_item {
	font-size: 0.85em;
}

.bigWhite {
	font-family: "Franklin Gothic Medium", sans-serif;
	font-size: 4.0em;
	color: #FFFFFF;
}

.bigDark {
	font-family: "Franklin Gothic Medium", sans-serif;
	font-size: 4.0em;
	color: #333333;
}

.mediumTeal {
	font-family: "Franklin Gothic Medium", sans-serif;
	font-size: 2.0em;
	color: #65CCC0;
}

.mediumDarkTeal {
	font-family: "Franklin Gothic Medium", sans-serif;
	font-size: 2.0em;
	color: #006249;
}

.textWhite{
	color: #FFFFFF;
}

.textBlack{
	color: #000000;
}

.textGlow {
	text-shadow: 0px 0px 8px #000000; /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
}

.textGlowWhite {
	text-shadow: 0px 0px 8px #FFFFFF; /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
}

.listText {
	font-family: "Century Gothic", sans-serif;
	color: #676767;
	font-size: 0.9em;
}