@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#banner {
    background-image:url('125x125-banner.gif');
    display:block;
    height:125px;
    text-indent:-9999px;
    width:125px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#logo {
    background-image:url('app-logosmall.png');
    display:block;
    height:60px;
    text-indent:-9999px;
    width:200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:4px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #F30;
	margin-top:4px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;
}
#LayoutHelp {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;

}
#LayoutHelp P {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
#LayoutHelp H2 {font-weight: bold;
	margin-left: 10px;}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color:#ddd;
	margin-top:4px;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:4px;
	padding-top: 5px;
	text-align:center;
	color: #888;
}

#LayoutDiv8 a:link {color:#F60;
	font-weight: bold;}
.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #16752c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #16752c;
	box-shadow: inset 0px 1px 0px 0px #16752c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #16522c), color-stop(1, #0a2610) );
	background: -moz-linear-gradient( center top, #16522c 5%, #0a2610 100% );



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16522c', endColorstr='#0a2610');
	background-color: #16522c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #124509;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #031408;
	margin-left: 0px;

	width: 80px;
	height: 45px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 25px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a2610), color-stop(1, #16522c) );
	background:-moz-linear-gradient( center top, #0a2610 5%, #16522c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2610', endColorstr='#16522c');
	background-color:#0a2610;
}
.button:active {
	position:relative;
	top:1px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#banner {
    background-image:url('468x80-banner.gif');
    display:block;
    height:80px;
    text-indent:-9999px;
    width:468px;
	margin-left: auto;
	margin-right: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:4px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #F30;
	margin-top:4px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutHelp {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #16752c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #16752c;
	box-shadow: inset 0px 1px 0px 0px #16752c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #16522c), color-stop(1, #0a2610) );
	background: -moz-linear-gradient( center top, #16522c 5%, #0a2610 100% );



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16522c', endColorstr='#0a2610');
	background-color: #16522c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #124509;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #031408;
	margin-left: 0px;

	width: 100px;
	height: 45px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 24px;
	margin-left: 10px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a2610), color-stop(1, #16522c) );
	background:-moz-linear-gradient( center top, #0a2610 5%, #16522c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2610', endColorstr='#16522c');
	background-color:#0a2610;
}
.button:active {
	position:relative;
	top:1px;
}*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 490px;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	
}
#banner {
    background-image:url('468x80-banner.gif');
    display:block;
    height80px;
    text-indent:-9999px;
    width:468px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:4px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px;
	border: solid 1px #ccc;
	background-color: #F30;
	margin-top:4px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutHelp {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #16752c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #16752c;
	box-shadow: inset 0px 1px 0px 0px #16752c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #16522c), color-stop(1, #0a2610) );
	background: -moz-linear-gradient( center top, #16522c 5%, #0a2610 100% );



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16522c', endColorstr='#0a2610');
	background-color: #16522c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #124509;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #031408;
	margin-left: 0px;

	width: 200px;
	height: 45px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 40px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a2610), color-stop(1, #16522c) );
	background:-moz-linear-gradient( center top, #0a2610 5%, #16522c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2610', endColorstr='#16522c');
	background-color:#0a2610;
}
.button:active {
	position:relative;
	top:1px;
}*/
}.footer {
	text-align: center;
}
H1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 25px;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: none;
}
