/* Main CSS Document for the Glendale Quilting Website */

body {
	background-color: #F7E7CE;
	background-image: url(../_img/header_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 213px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

/* Link styles */
a:link, a:active {
	color: #00698C;
}
a:visited {
	color: #262E5E;
}
a:hover {
	color: #009FD5;
	text-decoration: none;
	position: relative;
	border-bottom: 1px dashed #009FD5;
}

/* Homepage Link */
h1 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
h1 span {
	display: none;
}
h1 div {
	position:relative;
	height: 10px;
	margin: auto;
	width: 760px;
}
h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	display: block;
	z-index: 10;
	background-image: url(../_img/shim.gif);
}
h1 a:hover {
	border-bottom-width: 0;
	position: absolute!important;
}

/* Code for the nav bar */
#nav {
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
}
#nav div {
	margin: auto;
	width: 760px;
	text-align: right;
	padding-right: 30px;
}
#nav div img {
	margin-left: 15px;
}
#nav a:hover {
	position: static;
	border-bottom-width: 0;
}

/* Code for the page headers */
#header {
	position: absolute;
	top: 129px;
	left: 0;
	width: 100%;
	text-align: left;
}
#header div {
	margin: auto;
	width: 456px;
	padding-left: 304px;
}

/* The '#' refers to an 'id' attribute
of an html element, for example:
<div id="page"> */
#page {
	width: 759px;
	background-color: white;
	border-left: 1px solid #B4B5AE;
	border-right: 1px solid #B4B5AE;
	border-bottom: 1px solid #B4B5AE;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 36px;
}
/* Little fix for Non-IE browsers */
* > #page {
	position: relative;
	left: 1px;
}

/* Main table column settings */
#col1 {
	padding-left: 84px;
	padding-right: 44px;
}
#col2 {
	padding-right: 21px;
}
#col3 {
	padding-right: 30px;
}
#col1wide { /* used in the 1-column layout */
	padding-left: 84px;
	padding-right: 30px;
}
#col2wide { /* used in the 2-column layout */
	padding-right: 30px;
}

/* Scissors footer */
#footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 17px;
	_margin-bottom: 8px;
	background-image: url(../_img/scissors_footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 5px;
	padding-top: 30px;
}

/* ypSlideOutMenu Drop Downs */
#ypMenus {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	top: 59px;
	left: 0;
	/*visibility:hidden; */ /* <-- aha! */
}
#ypMenus #ypWrap {
	width: 760px;
	margin: auto;
	position: relative;
	text-align: left;
}
.menu div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EFF9FC;
	border-width: 0 1px 1px 1px;
	border-style: dashed;
	border-color: #4B5348;
	text-align: left;
	padding: 5px;
}
.menu a {
	display: block;
}
.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	border-bottom-width: 0;
}.header-blue14 {
	font-size: 14px;
	font-weight: bold;
	color: #0086B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}.header-blue18 {
	font-size: 18px;
	font-weight: bold;
	color: #0086B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange11-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #E18700;
}

/* Homepage */
#Home {
	background-image: none;
	margin-top: 325px;
}
#Home #page {
	padding-top: 0;
}
.blue11 {
	font-weight: normal;
	color: #007297;
}
.ltblue9 {
	font-weight: normal;
	color: #d3e7ed;
}

/* Flash Download Box */
#getFlash {
	border: 1px solid #ccc;
	width: 200px;
	margin: 20px 0;
	padding: 20px;
}
#getFlash p {
	text-align: left;
}

/* Forms */
.red11 {
	font-weight: normal;
	color: #FF0000;
}

.grey14 {
	font-size: 16px;
	font-weight: bold;
	color: #4B525C;
		color: #FF0000;
}

.grey10 {
	font-size: 10px;
	color: #c8c8c8;
}

.white16 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.grey11 {
	font-size: 11px;
	font-weight: bold;
	color: #4B525C;
}