@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #860826;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #860827;
}
#container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #F2DBAB;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#branding {
	background:#FFFFFF url(../images/servicesnav.jpg)  right top no-repeat;
}
#mainbranding {
	float:left;
}

#content {
	clear:both;
	background:#FAF3E3 url(../images/ornimantcontent.jpg) left bottom no-repeat;
	padding-bottom:10px;
}
#contentheading {
	
	background:#FAF3E3 url(../images/headerhome.jpg) top left no-repeat;
	padding-top:69px;
}

#primarycontent {
	font: 13px Arial, Helvetica, sans-serif;
	color: #7F001E;
	padding:15px 0pt 0pt 20px;
	width:525px;
	float:left;
	
} 

#secondarycontent {
	float:right;
	width:200px;
	height:150px;
	background:#FAF3E3 url(../images/homemunubg.jpg) left bottom no-repeat;
}


/* hide hack from Mac-IE5 \*/
* html #secondarycontent { height: 1%; }
/* end hiding */

#secondarycontent p {
	margin:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrt img{
padding:15px 0 0 18px;
border:none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


/*navigation*/
#servicesnav {
float:right;
margin:35px 0pt 0pt;
width:200px;
}

#servicesnav ul{
list-style:none;
margin:0;
padding:0;
}

#servicesnav li{
	margin:4px 1px 0 0px;
}

#servicesnav li a{
	color:#840722;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width:190px;
	padding:0 5px;
}

#servicesnav li a:hover{
	color:#ffffff;
	background:#840722;
	
}

#footer {
	background:#FFFFFF url(../images/footerbg.jpg) top left repeat-x;
	padding-top: .7em;
	clear:both;
}
#footer ul, #footer ul li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #footer ul {
     text-align: center;
	 padding: 0 0 2em;
 }

 #footer ul li {
     display: inline;
     margin-right: .05em;
	 padding-top:1em;
 }

 #footer li a {
	margin: 0 25px;
	text-decoration: none;	 
	 
 }


/*\*//*/
#footer ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#footer ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #footer ul li a {
	padding: 0;
}
/**/
 a {
 	color:#840722;
 }
