/* css for basic items ---------------------------------------------------------------------------------- */
html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 781px;
	background: url(../images/BackgroundTile.jpg) repeat;
	font-family: georgia, times, times new roman;
    font-size: 12px;
    line-height: 18px;
	color: #3B220A;
 	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
li {
    padding: 0;
    margin: 0;
    }
ul#bullet {
    padding: 0 0 6px 15px;
    margin: 0;
    list-style: disc;
    }
ul#bullet li {
    padding: 4px 0 4px 0;
    margin: 0;
    }
img {
    padding: 0;
    margin: 0;
    border: 0;
    }
a, a:visited {
	color: #B30D0C;
	text-decoration: none;
	}
a:hover, a:active {
	color: #B30D0C;
	text-decoration: underline;
	}
hr { 
	padding: 0;
	margin: 0 0 16px 0;
	border: none;
	border-bottom: solid 1px #3B220A; 
	color: #fff; 
	}
h1 {
    padding: 0;
    margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}
h2 {
    padding: 0;
    margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}
h3 {
    padding: 10px 0 10px 0;
    margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #E4BC96;
	text-align: center;
}
p {
    padding: 0 0 15px 0;
    margin: 0;
	clear: both;
    }
#line {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #3B220A;
}



/* css for site structure ------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
 	}
#container {
	position: relative;
	vertical-align: middle;
	display: table-cell;
    }
#inner {
	margin: 20px auto 0 auto;
	width: 781px;
	}    


/* css for header items ------------------------------------------------------------------------------- */
#header {
	position: relative;
    width: 781px;
    height: 218px;
    }
#bordertop {
    background: url(../images/bordertop.gif) top no-repeat;
}



/* css for home items --------------------------------------------------------------------------------- */
#inner-home {
	margin: 20px auto 0 auto;
	width: 781px;
	height: 691px;
    background: url(../images/bg-home.png) top no-repeat;
	}    
#video {
	margin: 5px 0 0 0;
	padding: 25px 0 0 0;
    width: 781px;
    height: 266px;
    clear: both;
    text-align: center;
    }
#nav-home {
	margin: 5px 0 0 0;
	padding: 0px 0 0 60px;
    width: 781px;
    height: 45px;
	display: block;
    clear: both;
    }
#content-home {
	margin: 0px 0 0 167px;
    width: 450px;
	display: table;
    clear: both;
	}




/* css for content items ------------------------------------------------------------------------------- */
#content {
    width: 781px;
	display: table;
    clear: both;
    background: url(../images/bg-main.jpg);
	}
#content-left {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 0 25px;
	width: 301px;
    min-height: 484px;
    float: left;
    }
#content-right {
	padding: 0 28px 0 0;
    min-height: 479px;
	width: 420px;
    float: left;
    }


/* css for left content items ------------------------------------------------------------------------------- */
#nav-left {
	padding: 15px 0 0 0;
	}

#nav-right {
	padding: 0 0 0 0;
	}


/* css for right content items ------------------------------------------------------------------------------- */
#content-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 16px;
    }
#content-right ul li.left-col {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100px;
	float: left;
	}
#content-right ul li.right-col {
	padding: 0 0 10px 0;
	margin: 0;
	width: 310px;
	float: left;
	}
#content-right ul#map {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 427px;
	clear: both;
	font-size:0;
	line-height: 0;
    }
#content-right .mapborder {
	font-size:0;
	line-height: 0;
	}
#content-right ul#map li.map-left {
	padding: 0;
	margin: 0;
	width: 166px;
	height: 248px;
	float: left;
	}
#content-right ul#map li.map-center {
	padding: 0;
	margin: 0;
	width: 90px;
	height: 248px;
	float: left;
	}
#content-right ul#map li.map-right {
	padding: 0;
	margin: 0;
	width: 171px;
	height: 248px;
	float: left;
	}



/* css for navigation ------------------------------------------------------------------------------- */
#nav {
	margin: 5px 0 0 0;
	padding: 18px 0 0 72px;
    width: 781px;
    height: 55px;
	display: block;
    clear: both;
    background: url(../images/bg-nav.jpg) top left no-repeat;
    }
ul#nav-top {
	padding: 0;
	margin: 0;
	list-style: none;
    }
ul#nav-top li {
    padding: 0;
	margin: 0;
	height: 30px;
	float: left;
	}




/* css for footer items ------------------------------------------------------------------------------- */
#footer {
	width: 781px;
	height: 19px;
	padding: 0 0 0 0;
	clear: both;
    background: url(../images/bg-footer.jpg) top no-repeat;
	}


