/* CSS Document */
@import url("layout.css");

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x #9D3B49;

}

img {
	border: 0px;
}

/* branding */


/* main */

		/* nav */
		#nav img {
			float:right;
			padding: 35px 0px 5px 5px;
		}

				/* mainNav */
				#mainNav ul {
					float: right;
					list-style: none;
					width: 190px;
					margin-bottom: 10px;
				}
		
		
				#mainNav li {
					text-align: right;
					padding: 3px 30px 0px 0px;
					margin: 0px;
					float:left;
					display:block;
					width: 190px;
		
				}
		
				#mainNav a:link,
				#mainNav a:visited {
					font-family: "Gill Sans MT", "Trebuchet MS", Geneva;
					font-size: .7em;
					color: #fff;
					display: block;
					text-decoration: none;
					padding: 5px;
					text-transform: uppercase;
				
				}
		
				#mainNav a:hover,
				#mainNav a:active {
					background-color: #111;
				
				}
		

				/* secondaryNav */
				#secondaryNav ul {
					float: right;
					list-style: none;
					width: 190px;
				}
		
		
				#secondaryNav li {
					text-align: right;
					padding: 3px 30px 0px 0px;
					margin: 0px;
					float:left;
					display:block;
					width: 190px;
				}
		
				#secondaryNav a:link,
				#secondaryNav a:visited {
					font-family: "Gill Sans MT", "Trebuchet MS", Geneva;
					font-size: .7em;
					color: #fff;
					display: block;
					text-decoration: none;
					padding: 5px;
					text-transform: lowercase;
				
				}
		
				#secondaryNav a:hover,
				#secondaryNav a:active {
					background-color: #531F26;
				
				}

		/* contentWrapper */

				/* banner */

				#banner img {
					float:right;
					margin: 0px;
					padding: 0px;
				}
		
				/* content */
				
				#content h1 {
					font-family: Arial, Helvetica, sans-serif;
					color: #592229;
					font-size: 1.1em;
					padding: 10px 0px 0px 0px;
					
				}
				
				#content h2 {
					font-family: Arial, Helvetica, sans-serif;
					color: #592229;
					font-size: .9em;
					
				}
				
				#content h3 {
					font-family: Arial, Helvetica, sans-serif;
					color: #111;
					font-size: .8em;
					
				}
				
				#content p {
					font-family: Arial, Helvetica, sans-serif;
					color: #111;
					font-size: .7em;
					line-height: 150%;
					
				}
				
				#content li {
					font-family: Arial, Helvetica, sans-serif;
					color: #111;
					font-size: .7em;
					line-height: 150%;
					
				}
				
				#content a:link,
				#content a:visited {
					color: #592229;
					text-decoration: underline;
				
				}
		
				#content a:hover,
				#content a:active {
					text-decoration: none;
				}
				
				#content img {
					float:right;
					padding: 5px 0px 5px 10px;
				}
		
						#content .quoteNarrow {
							background-color: #efefef;
							width: 250px;
							padding: 10px;
							float: left; 
							margin: 5px;
						}
						
						#content .quoteWide {
							background-color: #efefef;
							width: 530px;
							padding: 10px;
							float: left; 
							margin: 5px;
						}

						#content .quoteNarrow h6, 
						#content .quoteWide h6 {
							font-family: Arial, Helvetica, sans-serif;
							color: #111;
							font-size: x-small;
							text-transform: uppercase;
							margin: 0px;
							
						}
						
						#content .quoteNarrow p,
						#content .quoteWide p {
							font-family: Arial, Helvetica, sans-serif;
							color: #111;
							line-height: 150%;
							font-size: x-small;
							margin: 5px 0px 5px 0px;

							
						}
						
						#content .quoteNarrow blockquote,
						#content .quoteWide blockquote {
							font-family: "Gill Sans MT", "Trebuchet MS", Geneva;
							color: #555;
							font-style:italic;
							line-height: 150%;
							font-size: medium;
							margin: 0px;
							font-weight: normal;
						}
						
				
		
						
						
				
		
/* footer */

#footer ul {
	float: left;
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


#footer li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left;

}
		
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	font-size: .6em;
	line-height: 150%;
	text-align: center;
	display:block;
	
}

#footer a:link,
#footer a:visited {
	color: #111;
	text-decoration: none;

}

#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

		
		

