@charset "utf-8";
body {
	padding: 0px;
	color: #000;
	background-image: url(images/iss007e16249.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

.topnavbox {
	color: #FFF;
	text-align: center;
	margin-left: auto;
	height: 54px;
	margin-right: auto;
	letter-spacing: .1em;
}
ul.topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-variant: small-caps;
}
.textcenter {
	text-align: center;
}


ul.topnav a, ul.topnav a:visited {
	padding-left: 0.6em;
	padding-right: 0.6em;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}
ul.topnav a:hover, ul.topnav a:active, ul.topnav a:focus {
	padding-left: 0.6em;
	padding-right: 0.6em;
	text-decoration: none;
	color: #C8FFC1;
	text-shadow: 0px 0px 1px #000, 1px 1px 1px #000, 1px 1px 2px #000, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 25px #fff, 0px 0px 35px #fff;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-color: #000;
}
ul.topnav a.current {	
color: #C8FFC1;
	background-color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #49731F;
	font-variant: small-caps;
	font-size: 23px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 0px #CFFC01;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #49731F;
	font-variant: small-caps;
	font-size: 18px;
	margin-bottom: 25px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #900;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #060;
	text-shadow: 2px 2px 20px #9F0, 2px 2px 10px #9F9;
}
a.current {
	text-decoration: none;
	color: #060;
	text-shadow: 2px 2px 20px #9F0, 2px 2px 10px #9F9;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	z-index: 100;
	line-height: 1.5em;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	box-shadow: 7px 7px 20px #000, -1px -1px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	margin-top: 5px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	background-color: #FFF;
	box-shadow: 7px 7px 20px #000, -1px -1px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	background-image: url(images/dot_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.links {
	background-color: #FFF;
	box-shadow: 7px 7px 20px #000, -1px -1px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	background-image: url(images/dot_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
}



/* ~~ The footer ~~ */
.footer {
	text-shadow: 2px 2px 2px #FCC, 1px 1px 1px #fff, 0px 0px 2px #fff ,0px 0px 1px #fff;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/dot_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 2px 10px #000;
	margin-bottom: 21px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.fltrttextimg {
	float: right;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 15px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#map {
	box-shadow: 7px 7px 20px #000, -1px -1px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(images/dot_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
}
#maphome {
	box-shadow: 7px 7px 20px #000, -1px -1px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -1px -1px 20px #000;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 350px;
}
.topleftsidetextbox {
	margin-left: 30px;
	float: left;
	width: 430px;
	padding-top: 30px;
	font-size: 90%;
}
.greentext {
	color: #060;
	font-size: 105%;
}



#topb {
	background-image: url(images/gradient.png);
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-repeat: repeat-x;
}
.textbox {
	background-color: #F0FFF0;
	border-left-width: 10px;
	border-left-style: none;
	border-left-color: #CFFC01;
	margin: 15px;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(images/lefttextboximg.png);
	background-repeat: repeat-y;
	background-position: left;
	box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	
}
.imgfloatright {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
	box-shadow: 7px 7px 20px #000, -0px -0px 20px #000;
	-webkit-box-shadow: 7px 7px 20px #000 , -0px -0px 20px #000;
	-moz-box-shadow: 7px 7px 20px #000 , -0px -0px 20px #000;
}
.rightcolm {
	float: left;
	width: 443px;
	position: relative;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
}
.leftcolm {
	float: left;
	width: 443px;
	position: relative;
}
.airplane {
	margin-bottom: 20px;
	width: 300px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
.imgshadow {
	box-shadow: 2px 2px 10px #000, -0px -0px 10px #CCC;
	-webkit-box-shadow: 2px 2px 10px #000, -0px -0px 10px #CCC;
	-moz-box-shadow: 2px 2px 10px #000, -0px -0px 10px #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
.centerimg {
	text-align: center;
}
s
s
