/* MAIN */

html, body {
	margin: 0px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body, th, p, li, ul, dt, dd, dl, form, blockquote, tr, td, table, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353567;
}

body {
	background-color: #A7A7A7;
	background-image: url(/public/fq/images/page.bg.jpg);
	background-repeat: repeat-x;
}

.fit-screen {
	height: 100%;
}

.small-text {
	font-size: 10px;
}

a {
	color: #890000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #890000;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}


/* BACKGROUNDS */

.header {
	background-image: url(./images/header_bg_wlogo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 201px;
	position: relative;
	top:0px;
}

.header_b_menu {
	width:100%;
	text-align: center;	
	position: absolute;
	top: 160px;
	height: 39px;
}

.header_b_menu_bg {
	width:100%;
	background-image: url(./images/button_bg.gif);
	background-repeat: repeat-x;
	height: 39px;
}

.menuDivider {
	width: 2px;
	background: url(./images/button_div.gif) no-repeat center center;
	height: 39px;
	font-size: 30px;
	display: block;

}


.header_t_menu {
	width:100%;
	text-align: center;	
	position: relative;
	height: 34 px;
	background-image: url(./images/header_top_bg.gif);
	background-repeat: repeat-x;

}


.header-left {
	background-image: url(/public/fq/images/header.left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.header-right {
	background-image: url(/public/fq/images/header.right.jpg);
	background-repeat: no-repeat;
}

.header-right-bg {
	background-image: url(/public/fq/images/header.bg-right.jpg);
	background-repeat: repeat-x;
}

.bar-left {
	background-image: url(/public/fq/images/bar.left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 280px;
}

.bar-right {
	background-image: url(/public/fq/images/bar.right.jpg);
	background-repeat: no-repeat;
	height: 280px;
}

.bar-bg-left {
	background-image: url(/public/fq/images/bar.bg-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bar-bg-right {
	background-image: url(/public/fq/images/bar.bg-right.gif);
	background-repeat: repeat-y;
}

.admin-sidebar-bg {
	background-image: url(/public/fq/images/admin.sidemenu.bg.gif);
	background-repeat: repeat-y;
}


/* FORMATTING */

.content-block {
	padding-top: 9px;
	padding-left: 5px;
}

.content-container {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(/public/fq/images/content.bg.gif);
}

.photo-news-item {
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 2px;
}

.footer-blurb {
	padding: 9px;
	padding-top: 0px;
}

.inner-copy {
	padding: 9px;
	padding-top: 12px;
}

.products {
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 6px;
}

.news-item-blurb {
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDD1E1;
}

.caption {
	margin-top: 12px;
	margin-left: 9px;
}

.bandwidth {
	margin-top: 10px;
	text-align: center;
}

.item a, .item a:hover {
	font-size: 9px;
	color: #353567;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82B1D6;
	text-decoration: none;
}

.item a:hover {
	border-bottom-color: #353567;
}

.sidebar {
	background-image: url(/public/fq/images/sidebar.logo.jpg);
	background-position: right bottom;
	padding-bottom: 128px;
	padding-right: 1px;
	background-repeat: no-repeat;
}

.copyright {
	font-size: 10px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	background-image: url(/public/fq/images/copyright.bg.gif);
	background-repeat: no-repeat;
}

.copyright a, .copyright a:hover {
	color: #890000;
}

hr {
	color: #BDD1E1;
}

.my-blessing1, .my-blessing2, .my-blessing3 {
	border: 1px solid #BDD1E1;
	padding: 8px;
}

.my-blessing1 {
	background-color: #FFF6F3;
}

.my-blessing2 {
	background-color: #FFFFF3;
}

.my-blessing3 {
	background-color: #E9F6FF;
}

.products-mini-text {
	background-image: url(/public/fq/images/products-main.bg.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	padding: 7px;
}

.products-long {
	background-image: url(/public/fq/images/products-long.high-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.products-long-title {
	background-image: url(/public/fq/images/products-long.title-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.products-long-text {
	font-size: 10px;
	padding: 7px;
	padding-left: 12px;
}

.products-text {
	font-size: 11px;
	padding: 10px;
}

.product-flash-video {
	background-image: url(/public/fq/images/products-long.flash-bg.gif);
	background-repeat: no-repeat;
	padding: 6px;
	padding-top: 10px;
	padding-right: 0px;
	width: 158px;
	background-position: left top;
}

.product-framework-t {
	background-image: url(/public/fq/images/product-framework.t.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 7px;
}

.product-framework-r {
	background-image: url(/public/fq/images/product-framework.r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 9px;
}

.product-framework-b {
	background-image: url(/public/fq/images/product-framework.b.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 7px;
}

.product-framework-l {
	background-image: url(/public/fq/images/product-framework.l.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 7px;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.admin-sidebar-text {
	font-size: 10px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

/* .sidebar a {
	display: block;
	height: 17px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #A8B462;
}

.sidebar a:hover {
	color: #87953E;
	text-decoration: none;
}

.btnSide_title {
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #82B1D6;
} */


/* TEXT HEADINGS */

.heading {background-image: url(/public/fq/images/heading.a-bg.gif)}

.Heading1 {font-size: 18px}

.Heading2 {font-weight: bold; color: #006699; text-transform: uppercase}

.Heading3 {font-weight: bold; color: #CC3333; text-transform: uppercase}

.Heading4 {font-weight: bold; color: #999999; font-style: italic}

.black {font-weight: bold; color: #000000;}

.white {font-weight: bold; color: #FFFFFF;}

.yellow {font-weight: bold; color: #CC9900;}

.big-numbers {
	font-size: 24px;
	font-weight: bold;
	color: #99CC00;
}
.main-bg {
	background-image: url(/public/fq/images/main.bg.gif);
	background-repeat: repeat-y;
}

.content-bg {
	background-image: url(/public/fq/images/content.bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 2px 7px;
}
