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

}

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


.footer
{
text-align: center; 
/*background-image: url('images/footer-bg.jpg'); background-repeat: no-repeat;*/
margin-top: 50px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 100px;
border-top-style:solid;
border-color:#855914;

}

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

.thumbnail {
padding: 10px;
margin: auto 0;
}


/*------ MAIN NAV STYLES -------*/
#navcontainer {position:relative; width:900px; margin:0 auto;}
#navcontainer .logo {position:absolute; left:0; top:-45px;}

#navcontainer ul
{
-webkit-padding-start: 0px;
padding-top: 0px;
width: 900px;
height: 110px;
font-family: arial, helvetica, sans-serif;
font-size: 1.2em;
color: #53380e;
font-style: normal;
font-weight: normal;
border:0px dashed #c00;
 z-index:99;
}

#navlist { width: 900px;}

#navcontainer ul li { display: inline;}

#navcontainer ul li a
{
margin: 2.2em 1em 0em 1em;
color: #855914;
text-decoration: none;
float: right;
font-weight: normal;
}

#navcontainer ul li a:hover
{
color: #53380e;
}

#current ul li {color: #855914;}


/*------ 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: bold;
	line-height: 24px;
}

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: 0px 0px 0 0px

}

p.home {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #53380e;
	text-align: center;

}

.content {
	padding: 10px 20px 0px 20px;

}

.intro {

	padding: 0px 60px 0px 360px;

}


/* 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;
	}
	

