* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/sky_background.jpg);
	background-repeat: none;
	background-attachment: fixed;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background-color: #ffffff;
	border: 3px solid #CCCCCC;
}

#header {
	height: 90px;
	margin-top: 10px;
}

#header h1 { 
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #3069AE;
}

#header h1 a { 
	color: #3069AE;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #111;
}

#header h2 {
	font-size: 19px;
	color: #009900;
        text-align: center;
	font-weight: bold;
        line-height: 1.2em;
	padding-top: 0px;
}

#header img {
	margin-right: 40px;
}

#menu {
	height: 25px;
        line-height: 1.8em;
	background-color: #3069AE
}

#menu ul {
	list-style-type: none;
	padding-left: 20px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	padding: 3px 22px;
	text-decoration: none;
	font: bold 12px arial;
	color: #fff;
}

#menu ul li a:hover {
	color: #fff;
	background: #49A3FF;
}


#content {
	padding: 5px 5px 60px 5px;
	position: relative;
}

#content p  {
	margin: 10px;
	line-height: 1.4em;
}

#content ul {
	list-style-type: none;
	padding-left: 20px;
	color: #336699;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

#content li {
	background:url(images/diamondbullet.png) no-repeat left 2px;
	padding-left: 20px; /* the width of your image + some space */
	margin: 8px 0;
}

/********* BEGIN LANDSCAPE TYPE FORM STYLES *********/
#inputArea {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #d6e5f4;
	padding: 10px;
	border: 2px solid #c0c0c0;
	height: 165px;
	margin: 20px 0 10px 0; 
}

#inputArea input[type="text"], #inputArea textarea {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #85b1de;
	width: 210px;
}
/********* END LANDSCAPE TYPE FORM STYLES *********/

h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 15px 0;
	color: #336699;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	color: #111;
}

.thumbnails img{
	text-align: center;
	padding: 10px;
}

.floatright {
	float: right;
	margin: 10px;
}

.clearboth {
	clear: both;
}

.floatrightpic {
	border: 3px solid #CCCCCC;
	float: right;
	margin: 10px;
}

.floatleftpic {
	border: 2px solid #999999;
	float: left;
	margin: 10px;
}

#jdlogo {
        position: absolute;
        bottom: 0px;
	right: 10px;
}

#footer {
	height: 57px;
	background: #006600 url(images/grassfooter.png) no-repeat;
	font-size: 11px;
	color: #fff;
}

#footer p {
	padding: 36px 0 0 40px;
}

#footer a { color: #fff; }