/* Styles that are the same for the home page and all other pages */

body {
	margin-top: 10px;
	padding: 0;
	background: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	line-height: 1.8em;
	margin-top:10px;
}

h1, h2, h3 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bolder;
	color: #582b24;
	margin: 0;
	font-style: normal;
}

h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	color: #333333;
	font-style:italic;
	font-weight:normal;
	font-size: 90%;
	padding: 0;
	margin: 0;
}

h5 {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 90%;
	padding: 0;
	margin: 0;
}



/* Round Boxes */
dl {
	width: 210px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #ede6d4 url(../img/box_bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0 0 5px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #fff;
	background: #000000 url(../img/box_top.gif) no-repeat top left;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bolder;
	font-style: normal;
	font-size: 135%;
	}
	
dd {
	margin: 0 0 0 5px;
	padding: 0 10px 10px 10px;
	}

dd p {
	text-align: left;
	line-height: 1.3em;
	
}

#grey dt {
	color: #CECECE;
	background-color: #000000;
	border-bottom: 3px solid #f3b72b;
	}

#grey {
	background-color: #e0e1e2;
	}
	
#grey a, a:visited {
	color: #333333; ;
	background: inherit;
	text-decoration: underline;
}

#grey a:hover {
	color: #716F5A;
	background: inherit;
	text-decoration: underline;	
}


/* links */
a, a:visited {	
	color: #582b24;
	font-weight: bold;
	background: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #CFAD4B;
	background: inherit;
	text-decoration: underline;	
}

/* Misc */
.alignleft {
	float: left;	
}

.alignright {
	float: right;	
}

.imageborderwrap {
  	float:left;
  	border:solid 1px black;
  	padding:5px;
  	margin-right:10px;
} 

.imagewrap {
	float:left;
	padding: 5px;
	margin-right:10px;
}

.imageborder {
	border:solid 1px black;
  	padding:5px;
  	margin-right:10px;
}

.dropcap_maroon {
	float:left;
	margin-top:0px;
	color:#582b24;
	width:38px;
	font-size:56px;
	line-height:48px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:right;
}

.smalltext {
	font-weight:normal;
	font-size: 90%;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.crossout {
	text-decoration: line-through;
}

.reducedprice {
	color:
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

/* Header */

#header {
	width: 800px;
	height: 90px;
	background:  url(../img/sandstonestripwlogo2.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;	
}

#banner {
	margin: 0 auto;
	padding:0;
	width: 800px;
	height: 170px;
}

#globalnav {
	margin: 0 auto;
	padding:0;
	width: 800px;
	height:45px;
	background:  url(../img/middlestrip2.jpg) no-repeat;	
}

#globalnav ul {
	list-style: none;
	margin: 20px 0 0;
	padding-left: 15px;
}
	
#globalnav li {
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
}
	
#globalnav a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
}
	
#globalnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Page */
#page {
	width: 800px;
	margin: 0 auto;
}

#bgtop {
	padding-top: 10px;
	padding-left: 10px;
	height: 25px;
	background:  url(../img/content_bgtop.gif) no-repeat left top;
}

#main_wrap {
  background:  url(../img/content_bg.gif) repeat;
}

#content {
	float: left;
	width: 300px;
	text-align: left;
	padding-left:10px;
	padding-top: 10px;
}

#content ul, #rightbar ul, #sidebar ul, ul {
	line-height: 1.8em;
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 3px;
}

#content ol {
	line-height: 1.8em;
	margin-left: 20px;
	margin-top: 3px;
}

.paddingleft {
	padding-left: 0px;
}

#sidebar {
	float: left;
	width: 210px;
	padding: 0 10px 0 15px;
}

/* Column on the right */

#rightbar {
	float: right;
	width: 235px;
	padding-top: 10px ;
	padding-left: 10px;
	padding-right: 5px;
	
}

#rightbar p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
 
#bgbtm {
	background:  url(../img/content_bgbtm.gif) no-repeat left bottom;
}

#footer {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	padding-top: 10px;
	color: #f3b72b;
	font-size:10px;
	border-bottom: 1px solid #f3b72b;
}

#footer a {
	color: #f3b72b;
	text-decoration:none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:underline;
}



