@charset "utf-8";
/* CSS Document */
/* INDEX 
Text Structure [ que-a ]
Specific Pages [ que-b ] order according to the way they come in page structure
		CONTAINER [ que-b.1 ]
		TOP NAV   [ que-b.2 ]
		LOGO      [ que-b.3 ]
		MAINNAV   [ que-b.4 ]
		TOPGRAD   [ que-b.5 ]
		CONTENT   [ que-b.6 ]
		BTMGRAD   [ que-b.7 ]
		FOOTER    [ que-b.8 ]
		SUBFOOT   [ que-b.9 ]
Page Structure [ que-c ]
		body      [ que-c.1 ]
		container [ que-c.2 ]
		top nav   [ que-c.3 ]
		logo      [ que-c.4 ]
		mainnav   [ que-c.5 ]
		topnav    [ que-c.6 ]
		content   [ que-c.7 ]
		btmgrad   [ que-c.8 ]
		footer    [ que-c.9 ]
		subfoot   [ que-c.10 ]
	
*/

@import url("reset.css");
@import url("javascript/jqueryslidemenu.css");

/* [ que-a ] Universal Text Structure h1 - h6 , p, and any class for text sorted by pages with comments */
p {
	font-family:Arial, Helvetica;
	font-size: 100%;
	line-height: 1.5;
}
h1 {
	font-size: 180%;
	font-weight: bolder;
	border-bottom: solid 4px #e1e1e1;
	margin: 0px 10px 10px 0px;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
.clear {
	clear: left;
}
.pdf {
	font-size: 80%;
	font-style: italic;
}
hr {
	color: #eeeeee;
	border: 1px solid #eeeeee;
}
/* [ que-b ] Specific page classes or identifiers go here */
/* [ que-b.1 ]___________________________CONTAINER________________________________ */

/* [ que-b.2 ]____________________________TOP NAV__________________________________*/

div#top-nav a {
	color: #999999;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
div#top-nav ul li {
	display: inline;
}
div#top-nav ul li a {
	float: right;
	position: relative;
	margin: 3px 5px 0px 5px;
}
span.gray {
	font-size: 120% ;
	color:#555555;
	padding: 2px 0px 0px 0px;
	float: left;
	font-weight: bolder;
}
span.white {
	font-size: 120%;
	color: #999999;
	font-weight:bolder;
	padding-top: 2px;
	float:left;
}
a.button {
	background:transparent url(images/buttons.png) no-repeat scroll 0 0;
	border-style:none;
	color: #666666;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-align:center;
	width:77px;
}
a.button:hover {
	background-position:0 -24px;
	color: #333333 !important;
}
a.button:active {
	background-position:0 -48px;
	color: #000000 !important;
}
a.buttonkl {
	background:#000000 url(images/buttons2.png) no-repeat scroll 0 0;
	border-style:none;
	color: #111111;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-align:center;
	width:77px;
}
a.buttonkl:hover {
	background-position:0 -24px;
	color: #333333 !important;
}
a.buttonkl:active {
	background-position:0 -48px;
	color: #000000 !important;
}
a.button-wide {
	background:transparent url(images/buttons-wide.png) no-repeat scroll 0 0;
	border-style:none;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-align:center;
	width:100px;
}
a.button-wide:hover {
	background-position:0 -24px;
	color: #333333 !important;
}
a.button-wide:active {
	background-position:0 -48px;
	color: #000000 !important;
}
input.search {
	width:250px;
	background-color: #333333;
	font-weight: bold;
	font-size: 14px;
	color: #fefefe;
	border: solid 1px #555555;
	padding: 2px 6px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
input.search:focus {
	background: #666666;
}
input.searchb {
	background-color: #000000;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	margin: 2px;
	border: solid 1px #555555;
	cursor:pointer;
	padding: 2px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
input.searchcb {
	width:125px;
	height:26px;
	background-color: #000000;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	margin: 2px;
	border: solid 1px #555555;
}
input.searchb:hover {
	color: #000000;
	background-color: #999999;
}
.search-container {
	position:absolute;
	top:2px;
}
.search-container-search {
	position:absolute;
	top:-1px;
	left:270px;
}
.screen-reader-text {
	font-size: 14px;
	text-decoration: none;
}
/* [ que-b.3 ]______________________________LOGO __________________________________*/
#quelogo {
	background: transparent url(images/quelogo.png) no-repeat scroll 0 0;
	display:block;
	height: 130px;
	width:400px;
	text-indent: -9999px;
	float: left
}
div#logo p {
	color: #999999;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	padding: 50px 30px;
	float: left;
}
img.floatleft { /* floats the logo to the left so the motto shows up on the right */
	float: left;
}
/* [ que-b.4 ]______________________________MAIN NAV_______________________________*/
div.web-ex {
	position: absolute;
	right: 1px;
	top: -66px;
}
/* [ que-b.5 ]______________________________TOP GRAD_______________________________*/
/* [ que-b.6 ]______________________________CONTENT________________________________*/
div#content ul {
	list-style-type: square;
	list-style-position: inside;
}
div#content ul li {
	padding-left: 20px;
}
div#content a:link, div#content a:visited, div#content a:active,
div#sub-footer a:link, div#sub-footer a:visited, div#sub-footer a:active {
	color: #994a90;
	text-decoration: none;
	border-bottom: solid 1px #994a90;
}
div#content a:hover, div#sub-footer a:hover {
	color: #222222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}
div#widget {
	float: right;
	width: 180px;
	padding: 10px;
	height: 300px;
}
/* --------------Pricing Page -----------------*/
div.category_price {
	float: left;
	width: 250px;
	margin-right: 20px;
}
div.price-info h2 {
	font-size: 120%;
}
span.price {
	float: right;
	color: #994A90;
}
ul.pricing li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px !important;
}
ul.pricing li a {
	display: block;
	color: #444444;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea !important;
	background: transparent url(/images/arrow.gif) left center no-repeat scroll;
}
ul.pricing li a:hover {
	background: #eeeeee url(/images/arrow.gif) left center no-repeat scroll ;
}
div.price-info {
	float: left;
	width: 650px;
}
/* [ que-b.7 ]______________________________BTM GRAD_______________________________*/
/* [ que-b.8 ]______________________________FOOTER_________________________________*/

div#btm-gradient { /* btm-gradient div contains footer links */
	text-align:center;
}
div#btm-gradient ul { /* contains footer links UL */
	font-size: 70%;
	color: #333333;
	padding-top: 60px;
}
div#btm-gradient ul li {
	margin: 0px 0.50em;
	color: #999999;
	display: inline;
	text-decoration: none;
}
div#btm-gradient ul li a {
	color: #999999;
	border-bottom: solid 1px #999999;
	text-decoration: none;
}
div#btm-gradient ul li a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}
div#footer {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
}
div#footer p {
	padding: 21px 0px 19px 0px;
	font-weight: bolder;
}
/* [ que-b.9 ]________________________SUB FOOTER_____________________________________*/
div#sub-footer {
	color: #999999;
	font-size: 60%;
	text-align: center;
	padding: 15px;
	height: 64px;
}	
div#sub-footer a.facebook {
	float: right;
	position: relative;
	clear: none;
}
div#icons {
	clear: both;
	position: relative;
	width: 100%;
}
div#icons img {
	margin-top:25px;
	margin-left: 5px;
	float: right;
}
/* _________________________________END PAGE SPECIFICS______________________________ */

/* [ que-c ] Page Structure body, container, div id's */
/* [ que-c.1 ] */
body { 
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #666666;
}
/* [ que-c.2 ] */
#container {
	min-width: 1004px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin:0 auto;
	max-width:1400px;
}
/* [ que-c.3 ] */
#top-nav {
	background: #000000;
	height: 31px;
	position: relative;
}
/* [ que-c.4 ] */
#logo {
	background: #000000 url(images/logo.jpg) repeat-x scroll left top;
	height: 130px;
	position: relative;
}
/* [ que-c.5 ] */
#main-nav {
	background: transparent url(images/main-nav.jpg) repeat-x scroll left top;
	height: 40px;
	position: relative;
}
/* [ que-c.6 ] */
#top-gradient { /* REMOVED DUE TO NAV NOT FUNCTIONING RIGHT WITH THE PICTURE */
	background: transparent url(images/top-gradient.jpg) repeat-x scroll left top;
	height: 75px;
	position: relative;
}
#breadcrumbs { /* REPLACING TOP GRADIENT DIV */

}
/* [ que-c.7 ] */
#content {
	background-color: #ffffff;
	margin: 20px 40px;
	line-height: 1.5;
	min-height: 300px;
	overflow: hidden;
}
/* [ que-c.8 ] */
#btm-gradient {
	background: transparent url(images/btm-gradient.jpg) repeat-x scroll left top;
	height: 87px;
	position: relative;
}
/* [ que-c.9 ] */
#footer {
	background: transparent url(images/footer.jpg) repeat-x scroll left top;
	height: 60px;
	position: relative;
}
/* [ que-c.10 ] */
#sub-footer {
	background: transparent url(images/sub-footer.jpg) repeat-x scroll left top;
	height: 30px;
	position: relative;
}

/* ________________________________TEST AREA____________________________________ */

