/* CSS Document */

body  {
	margin: 0 auto; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #E8E9E1;
	padding: 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

ul, li, blockquote
{
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 5px 10px 5px;
	
}

blockquote li {
	display:block;
	list-style-type:none;
}

blockquote p {
padding-left: 10px;

}

/*drop cap style for the first letter to be big*/
p.drop_cap:first-letter {
color: #660000;
font-size:xx-large;
font-family:"Times New Roman", Times, serif;
text-indent:0px;
line-height:1em;
float:left;
margin:-0.5em;
}


ol {
	font: italic 1em Georgia, Times, serif;
}

ol p {
  font: normal .8em "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  color: #000000;
}

ol ol {
list-style-type:lower-alpha;
}

dl, dt, dd
{
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	
}

.ueRed #container {
	width: 844px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #666666; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A50000;
	background-repeat: repeat-x;
	background-image: url(../img/uered_buttons/inside_skin/skin_gradient_red.jpg);
	padding-top: 10px;
} 
.ueRed #header {
} 
.ueRed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ueRed #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 5px 15px 15px;
}
.ueRed #masterdiv {
	margin: 20px 0 0 20px;
}

.ueRed #masterdiv ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #EFEBDE;
	font-size: 11.5px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0.5em;
	text-align: left;
	list-style-type: none;
}

.ueRed #masterdiv ul a:link, .ueRed #masterdiv ul a:visited, .ueRed #masterdiv ul a:active
{
	color: #F3E1B6;
	text-decoration: none;
}

.ueRed #masterdiv ul a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
.ueRed #mainContent {
	margin: 0 10px 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0;
} 

.ueRed #mainContent .content {
	background-color:#E8E9E1;
	padding: 5px 5px 10px 5px;
	margin: 0 0 10px 0;
	border-color: #333333;
} 

.ueRed #mainContent .content p {
	color: #333333;

} 

.ueRed #mainContent a:link, #mainContent a:visited, #mainContent a:active
{
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

.ueRed #mainContent a:hover 
{
	color: #996600;
	text-decoration: underline;
}

.ueRed #breadcrumbs {
	background-color:#E8E9E1;
	padding: 5px 5px 0px 5px;
	margin: 0 0px 0 0px;
	border-color: #333333;
	color: #420001;
}


.ueRed #mainContent .menu{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.ueRed #mainContent .menu a:link, #mainContent .menu a:visited, #mainContent .menu a:active
{
	color: #996600;
	text-decoration: underline;
	font-weight: normal;
}

.ueRed #mainContent .menu  a:hover 
{
	color: #996600;
	text-decoration: none;
}

.ueRed #mainContent .leftcolumn {
	width: 275px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	padding-left: 5px;
}
.ueRed #mainContent .rightcolumn {
	width: 275px;
	float: right;
	padding-left: 10px;
	margin-left: 5px;
}


.ueRed #splash {
padding: 12px 0 0 0;

}

.ueRed #news {
	margin: 0px 0 0 0;
	height: 650px;
	padding: 0px 0 10px 0;

}

.ueRed #footer {
	padding: 0px 0px 0 0px;
	background-color: #460E0D;
} 
.ueRed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E8E9E1;
}
/*
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
}
*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
}

.floatleft p{
	padding:0px 10px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #9C8A54;
}
.floatright p{
	padding:20px 0 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}
img.floatleft{
	background-color:#996600;
	border:1px solid #DCDCDC;
	padding:5px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0.25em;
	margin-left: 0;
/*	margin:0 10px 0 0;*/
}
img.floatright{
	background-color:#996600;
	border:1px solid #DCDCDC;
	margin:0  0 3% 0.25em;
	padding:5px;
/*	margin:15px 5px 5px 18px*/
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.datediv {
	color:#BB9F8A;
	font-size:0.95em;
	font-weight:normal;

	text-align:right;
	padding-top:2px;
	padding-right:5px;
	width: 170px;
}

.blockitem {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #EEEADB;
	font-size: 10px;
	padding: 5px 15px 5px 0;
	text-align: justify;
}

h1 {
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	color:#916200;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 15px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color:#CC6600;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	color:#CC6600;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
color:#CC6600;
font-size:13px;
font-weight:bold;
margin:0;
padding:0;
}
h6 {
color:#CC6600;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
}
p {
	color:#333333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	/*text-indent: .em;*/
}

.photo {
	background-color:#996600;
	border:1px solid #DCDCDC;
	margin:0 3% 0.25em 0;
	padding:5px;
}

.photo:hover, 
a:hover img {
-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
}

.address {
	text-align: center;
	margin-top: 22px;
	color: #996600;
	font-size: 12px;
	padding-right: 15px;
}
