/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #64803C;
	color: #E7D8B6;
	background-image:   url(../images/scbrew_back.gif); 
	background-repeat: repeat-y;
	text-align: left;
	}		
		
/* ALL LAYOUT */

/* text-align left fixes so text throughout page is not centered from body tag above for IE fix*/
.SCBrewMainContainer {
    position: relative;
    width:760px;
	text-align: left;
	/*float:left;*/
	/*border: 1px solid #00FFFF;*/
    }
	
.SCBrew_Left {
position: relative;
width:307px; 
text-align: left;
float:left;

}


.SCBrew_Right {
position: relative;
right: 20px;
width: 407px;
text-align:left;
float: right;
}

.SCBrew_Right_Home {
position: relative;
right: 0px;
width: 447px;
text-align:left;
float: right;
}

#SCBrewSecNav {
font-size: 11px;
margin-top: 10px;
margin-bottom: 55px;
width: 100%;
}


.quotebox {
width: 190px;
background: #64803C;
border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #7C9E49;
	padding: 10px;
	margin-left: 20px;
}

#copyright {
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
font-size: 10px;
line-height: 18px;
margin-bottom: 0px;
}
/* FONT Formatting */

p, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

p {
	border: none;
    border-bottom: 1px dotted #B68B0A;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 10px;
	text-indent: -12px;
	}
	
li {
margin-bottom: 5px;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

hr {
	border: none;
    border-top: 1px dotted #B68B0A;
    height: 1px;
	margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 1px;
	width: 90%;
}

/* standard link styles */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A0BE74;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A0BE74;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #E7D8B6;
	}
	
/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */


#SCBrewNav ul {
		list-style: none;
		padding: 0;
		text-indent: -20px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		font-size: 12px;
		line-height: 15px;
		}

#SCBrewNav li, #SCBrewNav-gen li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 10px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		}
	
h2 {
	font-size: 17px;
	line-height: 16px;
	font-weight: bold;
	color: #B68B0A;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	}
	
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #7C9E49;
	margin-bottom: 5px;
	border-top: 1px dotted #B68B0A;
	padding-top: 3px;
	margin-top: 20px;
	}
	
	
.SCBrewbodycopy {
background: #4F211C;
border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #B68B0A;
font-size: 12px;
	line-height: 18px;
	padding: 15px;
	margin-bottom: 30px;
	margin-left: 0px;
}

blockquote {
font-size: 11px;
line-height: 14px;
margin-top: 15px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #B68B0A;
margin-left: 35px;
border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #7C9E49;
}

.quotelg {
font-size: 14px;
line-height: 18px;
font-weight: bold;
}
blockquote .specialblock {
	text-indent: 25px;
	font-size:12px;
}


.quotee {
margin-top: 10px;
font-size: 10px;
font-weight: bold;
}

.announcements {
	width: 250px;
	background: #64803C;
	border-width: 3px;
	border-style: solid;
	border-color: #7C9E49;
	padding: 5px;
	margin-left: 10px;
}

