@charset "UTF-8";
body {
	font: 8pt/1.2 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_image.jpg);
	margin: 0;
	padding: 0;
	color: #332d25;
}
/**
 * @license
 * MyFonts Webfont Build ID 2986104, 2015-03-06T11:18:20-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: EdwardianScriptITCPro-Regular by ITC
 * URL: http://www.myfonts.com/fonts/itc/edwardian-script/pro-regular/
 * Copyright: Copyright 1994, 2005 International Typeface Corporation. All rights reserved.
 * 
 * Webfont: CenturyGothicStd by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/century-gothic/std-regular/
 * Copyright: Copyright The Monotype Corporation. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2986104
 * Licensed pageviews: 250,000
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d9078");

  
@font-face {font-family: 'EdwardianScriptITCPro-Regular';src: url('fonts/2D9078_0_0.eot');src: url('fonts/2D9078_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D9078_0_0.woff2') format('woff2'),url('fonts/2D9078_0_0.woff') format('woff'),url('fonts/2D9078_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CenturyGothicStd';src: url('fonts/2D9078_1_0.eot');src: url('fonts/2D9078_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D9078_1_0.woff2') format('woff2'),url('fonts/2D9078_1_0.woff') format('woff'),url('fonts/2D9078_1_0.ttf') format('truetype');}

@font-face {font-family: 'CenturyGothicStd-Italic';src: url('webfonts/2D911D_0_0.eot');src: url('webfonts/2D911D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D911D_0_0.woff2') format('woff2'),url('webfonts/2D911D_0_0.woff') format('woff'),url('webfonts/2D911D_0_0.ttf') format('truetype');}
 

/* ~~ 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: 10px;	 /* 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. */
	
}

	

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: #332d25;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #332d25;
	text-decoration: underline;
}
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: #ffffff;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	width: 800px;
	background: none;
	margin: 60px auto; 
	
}
{
overflow: hidden; 
}
.logo {
	width: 180px;
	height: 125px;
	background-color: #90d8ef;
	opacity:0.85;
  	filter:alpha(opacity=85); /* For IE8 and earlier */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}
.box_sm {
	font-family: 'CenturyGothicStd', sans-serif;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	margin-top: 320px;
	margin-left: 220px;
	opacity:0.80;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}
	
.navbox {
	width: 180px;
	margin-top: 12px;
	background-color: #90d8ef;
	font-color: #332d25;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

ul.nav {
	font-family: 'CenturyGothicStd', sans-serif;
	font-size: 11px;
	text-align: right;
	list-style: none; /* this removes the list marker */
	border: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	padding-top: 5px;
	border: none; /* this creates the button separation */
	color: #ffffff;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 170px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #ffffff;
	font-family: 'CenturyGothicStd', sans-serif;
}
ul.nav a:current {
	color: #ffffff;
}


.sidebar1 {
	position: absolute;
	width: 170px;
	padding: 0;
}
.images {
	float: right;
	width: 600px;
	margin-left: 185px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 34px 3px #888;
	box-shadow: 3px 3px 3px #888;
	
}

.about {
	float: right;
	width: 600px;
	height: 472px;
	background-image: url(images/bg_about2.jpg);
	background-repeat: no-repeat;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}

.about_bg {
	float: right;
	width: 600px;
	min-height: 423px;
	
}
.about p {
	font-color: #000000;
	width: 300px;
	text-align: left;
	font-size: 10px;
	line-height: 1.75em;
	margin-top: 80px;
	margin-left: 15px;

}
	
.about_swirl {
margin-left: -150px;
}


.content {
	float: right;
	width: 600px;
	min-height: 425px;
	margin-left: 5px;
	font-size: 12px;
	background-color: #ffffff;
	opacity:0.805;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}
.footer {
	float: right;
	width: 600px;
	margin-top: 25px;
}

.next {
	float: right;
	margin-left: 20px;
}

.previous {
	float: right;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0; 
}


/* ~~ 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: 8px;
}
.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;
}
.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 overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
