@charset "utf-8";
/* CSS Document */
body {background-color: #124e84}

div#container {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
}

/*BANNER*/
div#container div#masthead {
	margin: 0px;
	height: 150px;
}

/*NAVIGATION BAR*/
/*navigation background*/
div#container div#navigation {
	width: 150px;
	float: left;
}
/*this is for the swoop on the left just underneath the masthead*/
div#container div#navigation div#nav_logo {
	position: relative;
	top: 0px;
}

/*sets the positioning and formatting of the buttons*/
div#container div#navigation div.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	background-color: #f0e370;
	text-align: center;
	color: #000000;
	height: 40px;
	text-align: center;
	line-height: 40px;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/*sets the positioning of the animated gif*/
div#container div#navigation div#animate {
	height: 140px;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*this adds a border to the red buttons of the current page*/
div#container div#navigation div.button_current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	background-color: #f0e370;
	text-align: center;
	color: #000000;
	height: 40px;
	text-align: center;
	line-height: 40px;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #FF0000;
}


/*this sets the link text on the buttons*/
a.btn_link:link, a.btn_link:visited, a.btn_link:active {
	text-decoration: none;
	color: #990000;
}
/*this sets the hover action on the button text*/
a.btn_link:hover {
	text-decoration: underline;
}


/*CONTENT AREA*/
div#container div#content {
	padding-left: 157px;
	background-image: url(images/nav_bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-right: 7px;
}

/*for the second tier of nav links*/
div#container div#content div#nav_two {
	text-align: left;
	height: 40px;
	width: 592px;
	padding: 4px;
	margin-top: -5px;
	background-image: url(images/navtier_gradiant.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 17px;
	float: right;
	margin-right: -7px;
}

/*for the table on the index page*/
div#container div#content div#center {
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	width: 500px;
}

/*quote on the index page*/
div#container div#content div#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	padding: 3px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/*this is for the anchor links at the top of each page*/
div#container div#content div#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*floating images right*/
div#container div#content div.image_rt {
	margin: 3px;
	float: right;
	height: auto;
	width: auto;
}

/*floating images left*/
div#container div#content div.image_lt {
	margin: 3px;
	float: left;
	height: auto;
	width: auto;
}

/*this gives a padding to the shipping table on the store*/
div#container div#content div#store_tbl {
	padding-bottom: 5px;
	margin: 5px;
}

/*sets table for paypal info on store page*/
div#container div#content div#paypal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	background-color: #FFFFFF;
	width: 367px;
	border: thin solid #333333;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 5px;
}

/*sets border for image on homepage*/
div#container div#content div#center div.img_border_1 {
	border: 1px solid #000000;
	width: 225px;
	height: 225px;
}

div#container div#content div#center div.img_border_2 {
	border: 1px solid #000000;
	width: 225px;
	height: 176px;
}

div#container div#content div#center div.img_border_3 {
	border: 1px solid #000000;
	width: 225px;
	height: 169px;
}

/*FOOTER*/
div#container div#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffcc00;
	height: 20px;
	width: 600px;
	position: relative;
	bottom: 0px;
	left: -7px;
	font-size: .85em;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;	
}

/*this sets the link text on the footer*/
a.footer_link:link, a.footer_link:visited, a.footer_link:active {
	text-decoration: underline;
	color: #000000;
}

/*this sets the link text on the 2nd tier nav*/
a.nav_link:link, a.nav_link:visited, a.nav_link:active {
	text-decoration: underline;
	color: #3333FF
}


/*this sets the hover action on the footer text links*/
a.footer_link:hover {
	text-decoration: underline;
}


#container #content #flash {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
