body {
	background: #9F261B url("images/bg.jpg") repeat-x;
	margin-top: 38px;
	}
	
a {
	color: #933;
	}

img {
	border: none;
	}

p {
	font-family: Arial, serif;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
strong {
	color: #933;
	font-size: 110%;
	}
	
ol {
	font-family: arial;
	font-size: 13px;
	margin-left: 35px;
	margin-top: 0px;
	}
	
	ol ul {
		margin-left: 0px;
		}

ul {
	font-family: arial;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 35px;
	padding-bottom: 20px;
	}
	
	.entry ul {
		width: 545px;
		}

#nostyle {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}


/* --------------------  Content -------------------- */
#content {
	background: white;
	}


/* --------------------  titles - h1, h2, etc. -------------------- */
h1 {
	background: url("images/titlebg.jpg") repeat-x;
	color: white;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	padding-bottom: 15px;
	margin-top: -5px;
	padding-left: 14px;
	}

	h1:before {
		content: url("images/titlearrow.gif");
		}
		
	.entry h1, h2, h3, h4, h5, h6 {
		background: none;
		color: #9F261B;
		font-size: 16px;
		margin-top: 5px;
		}
	
		.entry h2 {color: #000; font-size: 14px;}
		.entry h3 {font-size: 12px;}
		.entry h4 {color: #000; font-size: 10px;}
		.entry h5 {font-size: 8px;}
		.entry h6 {color: #000; font-size: 6px;}
		
	
		
h3 {
	background: url("images/titlebg.jpg") repeat-x;
	color: white;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	padding-bottom: 0px;
	margin-top: -5px;
	padding-left: 14px;
	}

	h3:before {
		content: url("includes/images/titlearrow.jpg");
		}
	
#content h2 {
	font-family: Times New Roman, serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 30px;
	}
	
/* --------------------  Page -------------------- */
#page {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	}

	
/* --------------------  Sidebar -------------------- */
#sidebar {
	float: right;
	width: 185px;
	padding-right: 35px;
	padding-left: 20px;
	}
	
	#sidebar h1, h2 {
		font-family: arial, san-serif;
		font-size: 18px;
		margin-bottom: 2px;
		}

	#sidebar ul {
		margin-left: -40px;
		}

		#sidebar ul li {
			list-style-type: none;
			}
			
			#sidebar ul ul {
				margin-left: -10px;
				}
			
			#sidebar ul ul li {
				list-style-type: none;
				font-family: arial;
				font-size: 13px;
				text-indent: -12px;
				}

/* --------------------  Header -------------------- */
#header {
	background: url("images/header.jpg") no-repeat;
	height: 97px;
	width: 850px;
	}
	
	#homelink {
		display: block;
		height: 60px;
		margin-top: 20px;
		margin-left: 15px;
		width: 340px;
		position: absolute;
		}
	
	#menu {
		position: absolute;
		margin-left: 415px;
		margin-top: 51px;
		z-index: 100;
		}
		
		#menu ul {
			list-style-type: none;
			margin-top: 14px;
			}
			
			#menu ul li {
				float: left;
				}
				
				#menu ul li a {
					border-right: 1px solid #DDD;
					color: white;
					display: block;
					font-family: arial, san-serif;
					font-size: 12px;
					padding-top: 5px;
					padding-left: 9px;
					padding-right: 11px;
					padding-bottom: 9px;
					text-decoration: none;
					}
					
					#menu ul li a:hover {
						background: url("images/menubg.jpg") repeat-x;
						}
						
					#menu ul li ul li a:hover {
						background: white;
						}
						
				#menu ul li #last {
					border-right: none;
					}

/* --- Dropdown Code --- */					
#menu ul ul{
	border: 1px solid black;
	border-top: none;
	display:none;
	}
	
	#menu ul ul li {
		width: 131px;
		}
	
	#menu ul ul ul {
		display: none;
		}
		
		#menu ul ul ul li {
			width: 175px;
			}
	
#menu ul li:hover ul{
	background: #FFF;
	display: block;
	margin: 0px;
	padding: 1px;
	position: absolute;
	}
	
	#menu ul li:hover ul ul {
		display: none;
		}
	
	#menu ul li:hover ul li {
		clear: both;
		}
		
#menu ul ul li:hover ul {
	background-color: #DDD;
	border-top: 1px solid black;
	display: block;
	margin-left: 130px;
	margin-top: -32px;
	position: absolute;
	}

#menu ul:hover ul li a{
	border-bottom: 1px solid black;
	color:#000;
	height: 10px;
	text-decoration:none;
	}

#menu ul:hover ul li a:hover{
	background-color: #ddd;
	}




/* --------------------  Footer -------------------- */

#footer {
	background: url("images/footerbg.jpg") repeat-x;
	height: 17px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
	#footer p {
		font-size: 12px;
		margin-top: 18px;
		text-align: center;
		padding-bottom: 0;
		padding-top: 0px;
		}
		
	#footer a {
		color: white;
		text-decoration: none;
		margin-top: 0px;
		padding-top: 0px;
		}
	
	#footercurve {
		position: relative;
		margin-left: 803px;
		margin-top: -33px;
		z-index: 0;

	}
		
.floatfix {
	clear: both;
	}
		
/* --------------------  News -------------------- */		
blacksidebar {
	border-right: thin;
	border-right-color: #000000;
	border-right-width: thin;
	}

#news {
	float: left;
	width: 850px;
	}

	#news h1 {
		line-height: 36px;
		margin-bottom: -10px;
		}
	
	.article {
	float: left;
	width: 45%;
	height: 80px;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 10px;
	}
		
		.article a {
			text-decoration: none;
			}
			
			.article a:hover {
				text-decoration: underline;
				}
		

		.article h3 {
			background: none;
			color: #933;
			font-family: Times New Roman, serif;
			font-size: 17px;
			line-height: 25px;
			margin: 0;
			padding-bottom: 5px;
			padding-left: 0px;
			text-decoration: underline;
			}
			
			.article h1:before {
				content: "";
				}
				
		.article p {
			font-family: Times New Roman, serif;
			font-size: 13px;
			padding: 0px;
			}
				
/* -------------------- Quotes -------------------- */

.quote {
	background: url("images/quotes.jpg") no-repeat;
	color: #933;
	float: right;
	font-size: 24px;
	font-style: italic;
	font-family: Times New Roman, serif;
	font-weight: bold;
	line-height: 45px;
	margin: 30px;
	padding-top: 12px;
	width: 250px;
	}
	
#quotes {
	float: right;
	width: 300px;
	}
	
	#quotes h1 {
		margin-bottom: -10px;
		}
	
	#quotes p {
		font-size: 19px;
		line-height: 28px;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 10px;
		}
		
		#quotes p span {
			font-weight: bold;
			}
		
	#quotes #quoteline {
		background: #111;
		float: left;
		height: 145px;
		margin-top: -5px;
		width: 1px;
		}
		
#quoteswf {
	margin-left: 435px;
	margin-top: 20px;
	position: absolute;
	}
		
/* -------------------- Form -------------------- */
fieldset {
	width: 575px;
	font-family: arial;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	}
	
	fieldset legend {
		color: #9F261B;
		font-size: 15px;
		font-style: italic;
		}
		
	fieldset input {
	    background: none;
		border: none;
		border-bottom: 1px solid black;
		margin-top: 10px;
		}
		
	fieldset #company {
		width: 500px;
		}
		
	fieldset #fname {
		width: 208px;
		}
		
	fieldset #lname {
		width: 208px;
		}
	
	fieldset #address {
		width: 300px;
		}
	
	fieldset #address2 {
		width: 290px;
		}
		
	fieldset #city {
		width: 200px;
		}
		
	fieldset #state {
		background: none;
		}
		
	fieldset #zip {
		width: 40px;
		}
	
	fieldset #phone {
		width: 100px;
		}
		
	fieldset #email {
		width: 250px;
		}
		
	fieldset #comments {
	    background: none;
		border: 1px solid black;
		height: 75px;
		width: 570px;
		}
		
	sidebardoublespace {
		line-height: 17px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		}
		
	.sidebarRedText {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 30px;
		color: #983120;
		}

	.redUnderlinedText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #9F2A22;
		text-decoration: none;
		}

	/* -- homepage articles -- */
	#qnews {	
		background: #fff;
		float: left;
		border-right: 2px solid black;
		height: 137px;
		}

	#qinsight {
		background: #fff;
		float: left;
		width: 320px;
		border-right: 2px solid black;
		height: 137px;
		}

	#videobox {
		float: left;
		height: 137px;
		}

	.homearticles {
		margin-left: -25px;
		margin-top: 10px;
		font-size: 10px;
		}
		
		.homearticles li {
			background: url(images/raquo.png) no-repeat left top;
			list-style-type: none;
			padding-left: 12px;
			}