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

.bigheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	color: #2E2E2E;
	text-decoration: none;
}

.biggerheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}

.headinggiant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.biggerheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}

.whitebiggerheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #F3F3F3;
	text-decoration: none;
}

.biggersubheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 34px;
	color: #000000;
	text-decoration: none;
}

.wtbiggersubheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 34px;
	color: #FFFFFF;
	text-decoration: none;
}


.biggersubsubheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
}

.biglightheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 36px;
	line-height: 36px;
	color: #797979;
	text-decoration: none;
}


.subheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 20pt;
	color: #191919;
	text-decoration: none;
}

.whitesubheading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 20pt;
	color: #F5F5F5;
	text-decoration: none;
}

.smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
 

.linkdarksmallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #900;
	text-decoration: none;
}

.linksmallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #00A4DB;
	text-decoration: none;
}

.upperlinks {
	color: #333333;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	text-decoration: none;
}

.body {
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

.biggerbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	line-height: 16pt;
	font-weight: normal;
}

.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 20px;
	font-weight: normal;
}

.italicbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D6D6D;
	line-height: 21px;
	font-weight: normal;
	font-style:italic
}

.nicefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #191919;
	text-decoration: none;
}

.nicelightfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #7A7A7A;
	text-decoration: none;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F3F3;
	text-decoration: none;
	line-height: 1.7em;
}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #EEEEEE;
}

.wtbody {
	font-family: Lato, sans-serif;
	font-size: 18px;
	color: #f3f3f3;
	font-weight: 300;
	line-height: 1.625;
	text-decoration: none;
}



.blackbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.7em;
	font-weight: normal;
}

.wtstyle32 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.style34 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#optin {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 20px 15px;
	text-align: center;
}
	#optin p { margin: 2px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin input[type="text"] {
			border: 1px solid #ccc;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
			width: 90%
		}
		#optin input.name { background: #fff url(http://www.patenteducationseries.com/images/name.png) no-repeat center right }
		#optin input.email { background: #fff url(images/email.png) no-repeat center right }
		#optin input[type="submit"] {
			background: #217b30 url(images/green.png) repeat-x top;
			border: 1px solid #137725;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 5px 0;
			text-shadow: -1px -1px #1c5d28;
			width: 100%
		}
			#optin input[type="submit"]:hover { color: #c6ffd1 }

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6.5px 13px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

   
