body
{
text-align: center; 
background-color: #fff;
background-image: url('images/background.jpg'); background-repeat: repeat-x;
margin-top: 0px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;

}

.splash-body
{
text-align: center; 
background-image: url('images/landing-template.png'); background-repeat: no-repeat;
margin-top: 0px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 582px;

}

.footer
{
text-align: center; 
background-image: url('images/footer-bg.jpg'); background-repeat: no-repeat;
margin-top: 0px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 100px;

}

div.body {
position: relative; top:120px;
margin-left: auto;
margin-right: auto;
width: 900px;
border:0px dashed white;
text-align: center; 
}

/*.img {
position: absolute; z-index:100; padding-left: 0px;
} */


/*------ MAIN NAV STYLES -------*/
#navcontainer ul
{
padding: 0;
margin: 0;
margin-top: 0px;
padding-top: 0px;
width: 900px;
height: 120px;
font-family: arial, helvetica, sans-serif;
text-transform: none;
font-size: .95em; 
border:0px dashed #000;
position: relative; top:0px; left: -70px;
 z-index:99;
}

#navlist { width: 900px;}

#navcontainer ul li { display: inline;
}

#navcontainer ul li a
{
padding: 3.5em 3em 1em 1em;
color: #53380e;
text-decoration: none;
float: right;
font-weight: bold;
vertical-align:text-middle;
}

#navcontainer ul li a:hover
{
color: #855914;
}

#current ul li {color: #fff;}

	
	
/*------ SUB NAV STYLES -------*/
#sub-navcontainer ul
{
background-image: url('images/menu-bg.gif'); background-repeat: no-repeat;
padding: 0px;
margin: 0;
margin-top: 0px;
padding-top: 0px;
width: 200px;
height: 350px;
font-family: arial, helvetica, sans-serif;
text-transform: none;
font-size: .95em; 
border:0px dashed #000;
position: relative; top:0px;
 z-index:99;
}

#sub-navlist { 
width: 200px;
text-align:left;
}

#sub-navcontainer ul li { 
display: block;
padding: 20px 0 0 20px;
}

#sub-navcontainer ul li a
{
padding: 0em 0em 0em 0em;
color: #53380e;
text-decoration: none;
font-weight: bold;
}

#sub-navcontainer ul li a:hover
{
color: #53380e;
text-decoration: underline;
}

#sub-current ul li {color: #fff;}



b {

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


.small
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #53380e;
	line-height: 14px;

}

.menu
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #53380e;
	text-align: left;
	padding-left: 10px;
	
}

h1 {
	font-family: gerogia, times, serif;
	font-size: 1.75em;
	color: #53380e;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #53380e;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	padding-left: 6px;
	padding-right: 6px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #53380e;
	font-style: normal;
	font-weight: bold;
	line-height: 10px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	color: #53380e;
	text-align: left;
	padding-left: 6px;

}




/* THIS STYLE IS FOR TEXT LINKS */

A {
	font-weight: normal;
	text-decoration: underlined;
	color: #855914;

}

A:Hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #53380e;

}



hr {border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 93%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* Header Style */
.headercontainer { 
	width: 980px;
	padding-top: 0px;
	}
	
