/* MEYER RESET v1.0*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	line-height:1.5;
	color: #b7a28e;
}

blockquote,q{
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none;
}

:focus{
	outline:0;
}

ins{
	text-decoration:none;
}

del{
	text-decoration:line-through;
}

table{
	border-collapse:collapse;
	border-spacing:0
}

/* GLOBAL STYLES */

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background: #3d2814;	
}


#container {
	width: 976px;
	margin: 0 auto;
	background: #3d2814 url(../images/sagecontent.jpg) repeat;	

}

#content {
	width: 960px;
	margin: 0 auto;
	background: transparent;
}

#content #splash{
	width: 960px;
	height: 180px;
	margin: 0;
	background: #3d2814 url(../images/sageheader.jpg) no-repeat;
	padding-bottom: 20px;	
}

#content #splash h1{
	text-indent: -9999px;
}

#content #splash h1 {
	font-size: 4em;
	margin-top: 0;
	padding-top: 20px;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content table, #content ul, #content img, #content form, #content dl, #content pre, #content address  #content form{
	margin: 0 20px 0 20px;
}


/* TYPOGRAPHY */

#content strong, #content th, #content thead td, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { 
	font-weight: bold; 
}

#content .first {
	margin-top: 0;
}

#content h1 { 
	font-size: 1.9em; 
	margin-top: 1em;  
	margin-bottom: .5em;
}

#content h2 { 
	font-size: 1.7em; 
	margin-top: 1.07em;  
	margin-bottom: .535em;
}

#content h3 { 
	font-size: 1.5em; 
	margin-top: 1.14em;  
	margin-bottom: .57em;
}

#content h4 { 
	font-size: 1.3em; 
	margin-top: 1.23em;  
	margin-bottom: .615em;
}

#content h5 { 
	font-size: 1.2em; 
	margin-top: 1.33em;  
	margin-bottom: .67em;
}

#content h6 { 
	font-size: 1em; 
	margin-top: 1.6em;  
	margin-bottom: .8em;
}

/* to create serif italic dramatic text, use this class */
#content .fancy { 
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: bold;
}  

/* creates small caps */
#content .caps { 
	font-variant: small-caps; 
	letter-spacing: 1px; 
	text-transform: lowercase; 
	font-size:1.2em;
	font-weight:bold;
}

#content .thin {
font-weight: normal;
}

#content p{
	margin-bottom: 1.6em;
	font-size: 1em;
}

#content cite, #content em, #content dfn { 
	font-style: italic; 
}

#content code, #content kbd, #content samp, #content pre, #content tt, #content var, #content input[type='text'], #content input[type='password'], #content textarea { 
	font-size: 92%; 
	font-family: monaco, "Lucida Console", courier, monospace; 
}

#content del { 
	text-decoration: line-through; 
	color: #666; 
}

#content ins, #content dfn { 
	border-bottom: 1px solid #ccc; 
}

#content small, #content sup, #content sub { 
	font-size: 85%; 
}

#content abbr, #content acronym { 
	text-transform: uppercase; font-size: 85%; letter-spacing: .1em; 
}

#content a abbr, #content a acronym { 
	border: none; 
}

#content abbr[title], #content acronym[title], #content dfn[title] { 
	border-bottom: 1px dotted #ccc; 
}

#content sup { 
	vertical-align: super; 
}

#content sub { 
	vertical-align: sub; 
}

#content blockquote { 
	padding: 0 30px; 
	margin: 10px 0;
	color: #333; 
}

#content blockquote *:first-child:before { 
	content: "\201C"; 
}

#content blockquote *:first-child:after { 
	content: "\201D"; 
}

#content .small {
	font-size:.8em;
	line-height:1.875em;
}

#content .large {
	font-size:1.2em;
	line-height:1.4em;
}

#content .hide {
	display:none;
}

#content .quiet {
	color:#666;
}

#content .loud {
	color:#000;
}

#content .highlight {
	background:#fb6;
}

#content .top {
	margin-top:0;
	padding-top:0;
}

#content .bottom {
	margin-bottom:0;
	padding-bottom:0;
}

#content .error, #content .notice, #content .success {
	padding:.8em;
	margin-bottom:1.6em;
	border:2px solid #ddd;
}

#content .error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

#content .notice {
background:#FFF6BF;
color:#514721;
border-color:#FFD324;
}

#content .success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

#content .error a {
	color:#8a1f11; 
	background:none; 
	padding:0; 
	margin:0; 
}

#content .notice a {
	color:#514721; 
	background:none; 
	padding:0; 
	margin:0; 
}

#content .success a {
	color:#264409; 
	background:none; 
	padding:0; 
	margin:0; 
}

#content .center {
	text-align: center;
}


noscript p{
	background: #ffc;
	border: 2px solid #fb6;
	font-weight: bold;
	text-align: center;
}


/* NAV */

#content #nav {
	padding-top: 20px;
}
#content #nav a {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

#content #nav li {
    padding-bottom: 15px
}

#content #nav a { 
text-decoration: none; 
color: #b7a28e; 
}
#content #nav a:visited { 
text-decoration: none; 
color: #b7a28e; 
}
#content #nav a:hover { 
color: #91602F; 
}


/* LINKS*/
#content a { 
text-decoration: none; 
color: #91602F; 
}
#content a:visited { 
text-decoration: none; 
color: #91602F; 
}
#content a:hover { 
text-decoration: underline; 
color: #AD9563; 
}




/* LISTS */
#content ul { 
	list-style-type: disc; 
	margin-bottom: 1.6em;
}

#content ol { 
	margin-left: 37px;
	list-style-type: decimal;
}

#content ul ul, #content ol ol, #content ul ol { 
margin-left: 2.5em; 
margin-bottom: 0;
}

#content ul li { 
	margin-left: .85em; 
}

#content ul ul { 
	list-style-type: square; 
}

#content ul ul ul { 
	list-style-type: circle; 
}



#content dl {
	margin-bottom: 1.6em;
}

#content dt { 
	font-weight: bold; 
	margin-top: .8em; 
	margin-bottom: .4em;
}

#content dd {
	margin-left: 10px;
}

/* TABLES */

#content table { 
	border-top: 1px solid #ccc;  
	border-left: 1px solid #ccc; 
}

#content th, #content td { 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ccc; 
	padding: .8em;
}


/* IMAGES */

#content img.left {
	float:left;
	margin: 10px 20px 10px 0 !important;
}

#content img.right {
	float:right;
	margin: 10px 20px 10px 20px !important;
}

/* COLUMNS */

#content .two{
	width: 480px;
	float: left;
}

#content .three {
	width: 320px;
	float: left;
}

#content .twothirds {
	width: 640px;
	float: left;
}

#content .four {
	width: 240px;
	float: left;
}

#content .threefourths {
	width: 720px;
	float: left;
}





#nav ul{
	list-style-type: none;
}



#footer {
	width: 960px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #3d2814 url(../images/sagefooter.jpg) no-repeat;	
}

#content br.clear {
	clear: both;
}

